/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
    font-family: FontAwesome;
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;x
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    transform: rotate(90deg);
}
.fa-rotate-180 {
    transform: rotate(180deg);
}
.fa-rotate-270 {
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-cog:before,
.fa-gear:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-cogs:before,
.fa-gears:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-gavel:before,
.fa-legal:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-bolt:before,
.fa-flash:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}
.fa-eur:before,
.fa-euro:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-inr:before,
.fa-rupee:before {
    content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}
.fa-krw:before,
.fa-won:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "";
}
.fa-empire:before,
.fa-ge:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-bed:before,
.fa-hotel:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-television:before,
.fa-tv:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*,
::after,
::before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important;
}
button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto;
}
[data-whatinput="mouse"] button {
    outline: 0;
}
pre {
    overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}
.row::after,
.row::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.row::after {
    clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.gutter-small > .column,
.row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.row.gutter-medium > .column,
.row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.column,
.columns {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column,
.column:last-child:not(:first-child),
.columns,
.columns:last-child:not(:first-child) {
    float: left;
    clear: none;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}
.column.row.row,
.row.row.columns {
    float: none;
}
.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    width: 8.33333%;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
}
.small-pull-1 {
    position: relative;
    left: -8.33333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    width: 16.66667%;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
}
.small-pull-2 {
    position: relative;
    left: -16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    width: 25%;
}
.small-push-3 {
    position: relative;
    left: 25%;
}
.small-pull-3 {
    position: relative;
    left: -25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    width: 33.33333%;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
}
.small-pull-4 {
    position: relative;
    left: -33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    width: 41.66667%;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
}
.small-pull-5 {
    position: relative;
    left: -41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    width: 50%;
}
.small-push-6 {
    position: relative;
    left: 50%;
}
.small-pull-6 {
    position: relative;
    left: -50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    width: 58.33333%;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
}
.small-pull-7 {
    position: relative;
    left: -58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    width: 66.66667%;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
}
.small-pull-8 {
    position: relative;
    left: -66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    width: 75%;
}
.small-push-9 {
    position: relative;
    left: 75%;
}
.small-pull-9 {
    position: relative;
    left: -75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    width: 83.33333%;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
}
.small-pull-10 {
    position: relative;
    left: -83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    width: 91.66667%;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
}
.small-pull-11 {
    position: relative;
    left: -91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    float: left;
    width: 100%;
}
.small-up-1 > .column:nth-of-type(1n),
.small-up-1 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-1 > .column:nth-of-type(1n + 1),
.small-up-1 > .columns:nth-of-type(1n + 1) {
    clear: both;
}
.small-up-1 > .column:last-child,
.small-up-1 > .columns:last-child {
    float: left;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    float: left;
    width: 50%;
}
.small-up-2 > .column:nth-of-type(1n),
.small-up-2 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-2 > .column:nth-of-type(2n + 1),
.small-up-2 > .columns:nth-of-type(2n + 1) {
    clear: both;
}
.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
    float: left;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    float: left;
    width: 33.33333%;
}
.small-up-3 > .column:nth-of-type(1n),
.small-up-3 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-3 > .column:nth-of-type(3n + 1),
.small-up-3 > .columns:nth-of-type(3n + 1) {
    clear: both;
}
.small-up-3 > .column:last-child,
.small-up-3 > .columns:last-child {
    float: left;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    float: left;
    width: 25%;
}
.small-up-4 > .column:nth-of-type(1n),
.small-up-4 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-4 > .column:nth-of-type(4n + 1),
.small-up-4 > .columns:nth-of-type(4n + 1) {
    clear: both;
}
.small-up-4 > .column:last-child,
.small-up-4 > .columns:last-child {
    float: left;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    float: left;
    width: 20%;
}
.small-up-5 > .column:nth-of-type(1n),
.small-up-5 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-5 > .column:nth-of-type(5n + 1),
.small-up-5 > .columns:nth-of-type(5n + 1) {
    clear: both;
}
.small-up-5 > .column:last-child,
.small-up-5 > .columns:last-child {
    float: left;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    float: left;
    width: 16.66667%;
}
.small-up-6 > .column:nth-of-type(1n),
.small-up-6 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-6 > .column:nth-of-type(6n + 1),
.small-up-6 > .columns:nth-of-type(6n + 1) {
    clear: both;
}
.small-up-6 > .column:last-child,
.small-up-6 > .columns:last-child {
    float: left;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    float: left;
    width: 14.28571%;
}
.small-up-7 > .column:nth-of-type(1n),
.small-up-7 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-7 > .column:nth-of-type(7n + 1),
.small-up-7 > .columns:nth-of-type(7n + 1) {
    clear: both;
}
.small-up-7 > .column:last-child,
.small-up-7 > .columns:last-child {
    float: left;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    float: left;
    width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n),
.small-up-8 > .columns:nth-of-type(1n) {
    clear: none;
}
.small-up-8 > .column:nth-of-type(8n + 1),
.small-up-8 > .columns:nth-of-type(8n + 1) {
    clear: both;
}
.small-up-8 > .column:last-child,
.small-up-8 > .columns:last-child {
    float: left;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}
.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
.small-centered {
    margin-right: auto;
    margin-left: auto;
}
.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}
.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-right: 0;
    margin-left: 0;
}
.small-pull-0,
.small-pull-0:last-child:not(:first-child),
.small-push-0,
.small-push-0:last-child:not(:first-child),
.small-uncentered,
.small-uncentered:last-child:not(:first-child) {
    float: left;
    clear: none;
}
.small-pull-0:last-child:not(:first-child),
.small-push-0:last-child:not(:first-child),
.small-uncentered:last-child:not(:first-child) {
    float: right;
}
@media print, screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .medium-up-1 > .column:nth-of-type(1n),
    .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1 > .column:nth-of-type(1n + 1),
    .medium-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .medium-up-1 > .column:last-child,
    .medium-up-1 > .columns:last-child {
        float: left;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .medium-up-2 > .column:nth-of-type(1n),
    .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2 > .column:nth-of-type(2n + 1),
    .medium-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .medium-up-2 > .column:last-child,
    .medium-up-2 > .columns:last-child {
        float: left;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3 > .column:nth-of-type(1n),
    .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3 > .column:nth-of-type(3n + 1),
    .medium-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .medium-up-3 > .column:last-child,
    .medium-up-3 > .columns:last-child {
        float: left;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .medium-up-4 > .column:nth-of-type(1n),
    .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4 > .column:nth-of-type(4n + 1),
    .medium-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .medium-up-4 > .column:last-child,
    .medium-up-4 > .columns:last-child {
        float: left;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .medium-up-5 > .column:nth-of-type(1n),
    .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5 > .column:nth-of-type(5n + 1),
    .medium-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .medium-up-5 > .column:last-child,
    .medium-up-5 > .columns:last-child {
        float: left;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6 > .column:nth-of-type(1n),
    .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6 > .column:nth-of-type(6n + 1),
    .medium-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .medium-up-6 > .column:last-child,
    .medium-up-6 > .columns:last-child {
        float: left;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7 > .column:nth-of-type(1n),
    .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7 > .column:nth-of-type(7n + 1),
    .medium-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .medium-up-7 > .column:last-child,
    .medium-up-7 > .columns:last-child {
        float: left;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8 > .column:nth-of-type(1n),
    .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8 > .column:nth-of-type(8n + 1),
    .medium-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .medium-up-8 > .column:last-child,
    .medium-up-8 > .columns:last-child {
        float: left;
    }
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered,
    .medium-uncentered:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
    .medium-pull-0:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-uncentered:last-child:not(:first-child) {
        float: right;
    }
}
@media print, screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        width: 16.66667%;
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%;
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        float: left;
        width: 100%;
    }
    .large-up-1 > .column:nth-of-type(1n),
    .large-up-1 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1 > .column:nth-of-type(1n + 1),
    .large-up-1 > .columns:nth-of-type(1n + 1) {
        clear: both;
    }
    .large-up-1 > .column:last-child,
    .large-up-1 > .columns:last-child {
        float: left;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        float: left;
        width: 50%;
    }
    .large-up-2 > .column:nth-of-type(1n),
    .large-up-2 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2 > .column:nth-of-type(2n + 1),
    .large-up-2 > .columns:nth-of-type(2n + 1) {
        clear: both;
    }
    .large-up-2 > .column:last-child,
    .large-up-2 > .columns:last-child {
        float: left;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3 > .column:nth-of-type(1n),
    .large-up-3 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3 > .column:nth-of-type(3n + 1),
    .large-up-3 > .columns:nth-of-type(3n + 1) {
        clear: both;
    }
    .large-up-3 > .column:last-child,
    .large-up-3 > .columns:last-child {
        float: left;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        float: left;
        width: 25%;
    }
    .large-up-4 > .column:nth-of-type(1n),
    .large-up-4 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4 > .column:nth-of-type(4n + 1),
    .large-up-4 > .columns:nth-of-type(4n + 1) {
        clear: both;
    }
    .large-up-4 > .column:last-child,
    .large-up-4 > .columns:last-child {
        float: left;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        float: left;
        width: 20%;
    }
    .large-up-5 > .column:nth-of-type(1n),
    .large-up-5 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5 > .column:nth-of-type(5n + 1),
    .large-up-5 > .columns:nth-of-type(5n + 1) {
        clear: both;
    }
    .large-up-5 > .column:last-child,
    .large-up-5 > .columns:last-child {
        float: left;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6 > .column:nth-of-type(1n),
    .large-up-6 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6 > .column:nth-of-type(6n + 1),
    .large-up-6 > .columns:nth-of-type(6n + 1) {
        clear: both;
    }
    .large-up-6 > .column:last-child,
    .large-up-6 > .columns:last-child {
        float: left;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7 > .column:nth-of-type(1n),
    .large-up-7 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7 > .column:nth-of-type(7n + 1),
    .large-up-7 > .columns:nth-of-type(7n + 1) {
        clear: both;
    }
    .large-up-7 > .column:last-child,
    .large-up-7 > .columns:last-child {
        float: left;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8 > .column:nth-of-type(1n),
    .large-up-8 > .columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8 > .column:nth-of-type(8n + 1),
    .large-up-8 > .columns:nth-of-type(8n + 1) {
        clear: both;
    }
    .large-up-8 > .column:last-child,
    .large-up-8 > .columns:last-child {
        float: left;
    }
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-pull-0,
    .large-push-0,
    .large-uncentered {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-uncentered,
    .large-uncentered:last-child:not(:first-child) {
        float: left;
        clear: none;
    }
    .large-pull-0:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-uncentered:last-child:not(:first-child) {
        float: right;
    }
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}
.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
}
.row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0;
}
.column,
.columns {
    flex: 1 1 0px;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    min-width: 0;
}
@media print, screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}
.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.small-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.small-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.small-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.small-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.small-up-1 {
    flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
    flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
    flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.small-up-4 {
    flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
    flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
    flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.small-up-7 {
    flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
}
.small-up-8 {
    flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1 {
        flex-wrap: wrap;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        flex-wrap: wrap;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        flex-wrap: wrap;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .medium-up-4 {
        flex-wrap: wrap;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        flex-wrap: wrap;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        flex-wrap: wrap;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .medium-up-7 {
        flex-wrap: wrap;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .medium-up-8 {
        flex-wrap: wrap;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        flex: 1 1 0px;
    }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1 {
        flex-wrap: wrap;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        flex-wrap: wrap;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        flex-wrap: wrap;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .large-up-4 {
        flex-wrap: wrap;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        flex-wrap: wrap;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        flex-wrap: wrap;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .large-up-7 {
        flex-wrap: wrap;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%;
    }
    .large-up-8 {
        flex-wrap: wrap;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        flex: 1 1 0px;
    }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
    flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.shrink {
    flex: 0 0 auto;
    max-width: 100%;
}
.column-block {
    margin-bottom: 1.25rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem;
    }
    .column-block > :last-child {
        margin-bottom: 0;
    }
}
.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-x {
    display: flex;
    flex-flow: row wrap;
}
.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.cell.auto {
    flex: 1 1 0px;
}
.cell.shrink {
    flex: 0 0 auto;
}
.grid-x > .auto {
    width: auto;
}
.grid-x > .shrink {
    width: auto;
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-full,
.grid-x > .small-shrink {
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-1,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        flex-basis: auto;
    }
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9 {
    flex: 0 0 auto;
}
.grid-x > .small-1 {
    width: 8.33333%;
}
.grid-x > .small-2 {
    width: 16.66667%;
}
.grid-x > .small-3 {
    width: 25%;
}
.grid-x > .small-4 {
    width: 33.33333%;
}
.grid-x > .small-5 {
    width: 41.66667%;
}
.grid-x > .small-6 {
    width: 50%;
}
.grid-x > .small-7 {
    width: 58.33333%;
}
.grid-x > .small-8 {
    width: 66.66667%;
}
.grid-x > .small-9 {
    width: 75%;
}
.grid-x > .small-10 {
    width: 83.33333%;
}
.grid-x > .small-11 {
    width: 91.66667%;
}
.grid-x > .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .medium-1,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 8.33333%;
    }
    .grid-x > .medium-2 {
        width: 16.66667%;
    }
    .grid-x > .medium-3 {
        width: 25%;
    }
    .grid-x > .medium-4 {
        width: 33.33333%;
    }
    .grid-x > .medium-5 {
        width: 41.66667%;
    }
    .grid-x > .medium-6 {
        width: 50%;
    }
    .grid-x > .medium-7 {
        width: 58.33333%;
    }
    .grid-x > .medium-8 {
        width: 66.66667%;
    }
    .grid-x > .medium-9 {
        width: 75%;
    }
    .grid-x > .medium-10 {
        width: 83.33333%;
    }
    .grid-x > .medium-11 {
        width: 91.66667%;
    }
    .grid-x > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .large-1,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 8.33333%;
    }
    .grid-x > .large-2 {
        width: 16.66667%;
    }
    .grid-x > .large-3 {
        width: 25%;
    }
    .grid-x > .large-4 {
        width: 33.33333%;
    }
    .grid-x > .large-5 {
        width: 41.66667%;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
    .grid-x > .large-7 {
        width: 58.33333%;
    }
    .grid-x > .large-8 {
        width: 66.66667%;
    }
    .grid-x > .large-9 {
        width: 75%;
    }
    .grid-x > .large-10 {
        width: 83.33333%;
    }
    .grid-x > .large-11 {
        width: 91.66667%;
    }
    .grid-x > .large-12 {
        width: 100%;
    }
}
.grid-margin-x:not(.grid-x) > .cell {
    width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}
.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}
.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}
.grid-margin-x > .auto {
    width: auto;
}
.grid-margin-x > .shrink {
    width: auto;
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto;
    }
    .grid-margin-x > .shrink {
        width: auto;
    }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem);
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem);
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem);
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem);
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem);
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem);
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem);
    }
    .grid-margin-x > .medium-auto {
        width: auto;
    }
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
        width: auto;
    }
    .grid-margin-x > .large-shrink {
        width: auto;
    }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem);
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem);
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem);
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem);
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem);
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem);
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem);
    }
}
.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
.small-up-1 > .cell {
    width: 100%;
}
.small-up-2 > .cell {
    width: 50%;
}
.small-up-3 > .cell {
    width: 33.33333%;
}
.small-up-4 > .cell {
    width: 25%;
}
.small-up-5 > .cell {
    width: 20%;
}
.small-up-6 > .cell {
    width: 16.66667%;
}
.small-up-7 > .cell {
    width: 14.28571%;
}
.small-up-8 > .cell {
    width: 12.5%;
}
@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%;
    }
    .medium-up-2 > .cell {
        width: 50%;
    }
    .medium-up-3 > .cell {
        width: 33.33333%;
    }
    .medium-up-4 > .cell {
        width: 25%;
    }
    .medium-up-5 > .cell {
        width: 20%;
    }
    .medium-up-6 > .cell {
        width: 16.66667%;
    }
    .medium-up-7 > .cell {
        width: 14.28571%;
    }
    .medium-up-8 > .cell {
        width: 12.5%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
        width: 100%;
    }
    .large-up-2 > .cell {
        width: 50%;
    }
    .large-up-3 > .cell {
        width: 33.33333%;
    }
    .large-up-4 > .cell {
        width: 25%;
    }
    .large-up-5 > .cell {
        width: 20%;
    }
    .large-up-6 > .cell {
        width: 16.66667%;
    }
    .large-up-7 > .cell {
        width: 14.28571%;
    }
    .large-up-8 > .cell {
        width: 12.5%;
    }
}
.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
}
.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
}
.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem);
}
.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
}
.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
}
.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem);
}
.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }
    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }
    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }
    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.875rem);
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.875rem);
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.875rem);
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.875rem);
    }
}
.small-margin-collapse {
    margin-right: 0;
    margin-left: 0;
}
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
}
.small-margin-collapse > .small-1 {
    width: 8.33333%;
}
.small-margin-collapse > .small-2 {
    width: 16.66667%;
}
.small-margin-collapse > .small-3 {
    width: 25%;
}
.small-margin-collapse > .small-4 {
    width: 33.33333%;
}
.small-margin-collapse > .small-5 {
    width: 41.66667%;
}
.small-margin-collapse > .small-6 {
    width: 50%;
}
.small-margin-collapse > .small-7 {
    width: 58.33333%;
}
.small-margin-collapse > .small-8 {
    width: 66.66667%;
}
.small-margin-collapse > .small-9 {
    width: 75%;
}
.small-margin-collapse > .small-10 {
    width: 83.33333%;
}
.small-margin-collapse > .small-11 {
    width: 91.66667%;
}
.small-margin-collapse > .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .small-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .small-margin-collapse > .medium-3 {
        width: 25%;
    }
    .small-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .small-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .small-margin-collapse > .medium-6 {
        width: 50%;
    }
    .small-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .small-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .small-margin-collapse > .medium-9 {
        width: 75%;
    }
    .small-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .small-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .small-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .small-margin-collapse > .large-3 {
        width: 25%;
    }
    .small-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .small-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .small-margin-collapse > .large-6 {
        width: 50%;
    }
    .small-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .small-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .small-margin-collapse > .large-9 {
        width: 75%;
    }
    .small-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .small-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .small-margin-collapse > .large-12 {
        width: 100%;
    }
}
.small-padding-collapse {
    margin-right: 0;
    margin-left: 0;
}
.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .small-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .small-3 {
        width: 25%;
    }
    .medium-margin-collapse > .small-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .small-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .small-6 {
        width: 50%;
    }
    .medium-margin-collapse > .small-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .small-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .small-9 {
        width: 75%;
    }
    .medium-margin-collapse > .small-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .small-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .large-3 {
        width: 25%;
    }
    .medium-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .large-6 {
        width: 50%;
    }
    .medium-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .large-9 {
        width: 75%;
    }
    .medium-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .small-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .small-3 {
        width: 25%;
    }
    .large-margin-collapse > .small-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .small-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .small-6 {
        width: 50%;
    }
    .large-margin-collapse > .small-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .small-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .small-9 {
        width: 75%;
    }
    .large-margin-collapse > .small-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .small-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .medium-3 {
        width: 25%;
    }
    .large-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .medium-6 {
        width: 50%;
    }
    .large-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .medium-9 {
        width: 75%;
    }
    .large-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .large-3 {
        width: 25%;
    }
    .large-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .large-6 {
        width: 50%;
    }
    .large-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .large-9 {
        width: 75%;
    }
    .large-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0;
    }
}
.small-offset-0 {
    margin-left: 0;
}
.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 0.625rem);
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}
.small-offset-3 {
    margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}
.small-offset-6 {
    margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}
.small-offset-9 {
    margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}
@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}
@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}
.grid-y {
    display: flex;
    flex-flow: column nowrap;
}
.grid-y > .cell {
    height: auto;
    max-height: none;
}
.grid-y > .auto {
    height: auto;
}
.grid-y > .shrink {
    height: auto;
}
.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-full,
.grid-y > .small-shrink {
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-y > .medium-1,
    .grid-y > .medium-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-2,
    .grid-y > .medium-3,
    .grid-y > .medium-4,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y > .large-1,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        flex-basis: auto;
    }
}
.grid-y > .small-1,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9 {
    flex: 0 0 auto;
}
.grid-y > .small-1 {
    height: 8.33333%;
}
.grid-y > .small-2 {
    height: 16.66667%;
}
.grid-y > .small-3 {
    height: 25%;
}
.grid-y > .small-4 {
    height: 33.33333%;
}
.grid-y > .small-5 {
    height: 41.66667%;
}
.grid-y > .small-6 {
    height: 50%;
}
.grid-y > .small-7 {
    height: 58.33333%;
}
.grid-y > .small-8 {
    height: 66.66667%;
}
.grid-y > .small-9 {
    height: 75%;
}
.grid-y > .small-10 {
    height: 83.33333%;
}
.grid-y > .small-11 {
    height: 91.66667%;
}
.grid-y > .small-12 {
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .medium-1,
    .grid-y > .medium-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-2,
    .grid-y > .medium-3,
    .grid-y > .medium-4,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
        height: auto;
    }
    .grid-y > .medium-1 {
        height: 8.33333%;
    }
    .grid-y > .medium-2 {
        height: 16.66667%;
    }
    .grid-y > .medium-3 {
        height: 25%;
    }
    .grid-y > .medium-4 {
        height: 33.33333%;
    }
    .grid-y > .medium-5 {
        height: 41.66667%;
    }
    .grid-y > .medium-6 {
        height: 50%;
    }
    .grid-y > .medium-7 {
        height: 58.33333%;
    }
    .grid-y > .medium-8 {
        height: 66.66667%;
    }
    .grid-y > .medium-9 {
        height: 75%;
    }
    .grid-y > .medium-10 {
        height: 83.33333%;
    }
    .grid-y > .medium-11 {
        height: 91.66667%;
    }
    .grid-y > .medium-12 {
        height: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .large-1,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-shrink {
        flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
        height: auto;
    }
    .grid-y > .large-1 {
        height: 8.33333%;
    }
    .grid-y > .large-2 {
        height: 16.66667%;
    }
    .grid-y > .large-3 {
        height: 25%;
    }
    .grid-y > .large-4 {
        height: 33.33333%;
    }
    .grid-y > .large-5 {
        height: 41.66667%;
    }
    .grid-y > .large-6 {
        height: 50%;
    }
    .grid-y > .large-7 {
        height: 58.33333%;
    }
    .grid-y > .large-8 {
        height: 66.66667%;
    }
    .grid-y > .large-9 {
        height: 75%;
    }
    .grid-y > .large-10 {
        height: 83.33333%;
    }
    .grid-y > .large-11 {
        height: 91.66667%;
    }
    .grid-y > .large-12 {
        height: 100%;
    }
}
.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}
.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}
.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}
.grid-margin-y > .auto {
    height: auto;
}
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto;
    }
    .grid-margin-y > .shrink {
        height: auto;
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
        height: auto;
    }
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }
    .grid-margin-y > .large-shrink {
        height: auto;
    }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}
.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
}
.cell .grid-frame {
    width: 100%;
}
.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
.cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .medium-grid-frame {
        width: 100%;
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media print, screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw;
    }
    .cell .large-grid-frame {
        width: 100%;
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        flex-wrap: nowrap;
    }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
}
@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
    }
}
.cell .grid-y.grid-frame {
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%;
    }
}
.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}
.grid-margin-y > .auto {
    height: auto;
}
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto;
    }
    .grid-margin-y > .shrink {
        height: auto;
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto {
        height: auto;
    }
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
        height: auto;
    }
    .grid-margin-y > .large-shrink {
        height: auto;
    }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 1.875rem);
    }
}
.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem);
    }
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem);
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
    line-height: inherit;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca;
}
.h1,
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h5,
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 2.5rem;
    }
    .h3,
    h3 {
        font-size: 1.9375rem;
    }
    .h4,
    h4 {
        font-size: 1.5625rem;
    }
    .h5,
    h5 {
        font-size: 1.25rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #1468a0;
}
a img {
    border: 0;
}
hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}
ol {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none;
}
figure {
    margin: 0;
}
kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.comment-list,
ol.no-bullet,
ul.comment-list,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.cite-block,
cite {
    display: block;
    color: #8a8a8a;
    font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
    content: "— ";
}
.code-inline,
code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}
@media print, screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
.button,
.comment-form input[type="submit"],
.search-form .search-submit {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .button,
    .comment-form input[type="submit"],
    .search-form .search-submit {
        transition: none;
    }
}
.comment-form [data-whatinput="mouse"] input[type="submit"],
.search-form [data-whatinput="mouse"] .search-submit,
[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] .comment-form input[type="submit"],
[data-whatinput="mouse"] .search-form .search-submit {
    outline: 0;
}
.button.tiny,
.comment-form input.tiny[type="submit"],
.search-form .tiny.search-submit {
    font-size: 0.6rem;
}
.button.small,
.comment-form input.small[type="submit"],
.search-form .small.search-submit {
    font-size: 0.75rem;
}
.button.large,
.comment-form input.large[type="submit"],
.search-form .large.search-submit {
    font-size: 1.25rem;
}
.button.expanded,
.comment-form input.expanded[type="submit"],
.search-form .expanded.search-submit {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
.comment-form input.disabled:focus[type="submit"],
.comment-form input.disabled:hover[type="submit"],
.comment-form input.disabled[type="submit"],
.comment-form input[disabled]:focus[type="submit"],
.comment-form input[disabled]:hover[type="submit"],
.comment-form input[disabled][type="submit"],
.comment-form input[type="submit"],
.search-form .disabled.search-submit,
.search-form .disabled.search-submit:focus,
.search-form .disabled.search-submit:hover,
.search-form .search-submit,
.search-form .search-submit[disabled],
.search-form .search-submit[disabled]:focus,
.search-form .search-submit[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}
.button:focus,
.button:hover,
.comment-form input:focus[type="submit"],
.comment-form input:hover[type="submit"],
.search-form .search-submit:focus,
.search-form .search-submit:hover {
    background-color: #14679e;
    color: #fefefe;
}
.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover,
.comment-form input.primary.disabled:focus[type="submit"],
.comment-form input.primary.disabled:hover[type="submit"],
.comment-form input.primary.disabled[type="submit"],
.comment-form input.primary[disabled]:focus[type="submit"],
.comment-form input.primary[disabled]:hover[type="submit"],
.comment-form input.primary[disabled][type="submit"],
.comment-form input.primary[type="submit"],
.search-form .primary.disabled.search-submit,
.search-form .primary.disabled.search-submit:focus,
.search-form .primary.disabled.search-submit:hover,
.search-form .primary.search-submit,
.search-form .primary.search-submit[disabled],
.search-form .primary.search-submit[disabled]:focus,
.search-form .primary.search-submit[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}
.button.primary:focus,
.button.primary:hover,
.comment-form input.primary:focus[type="submit"],
.comment-form input.primary:hover[type="submit"],
.search-form .primary.search-submit:focus,
.search-form .primary.search-submit:hover {
    background-color: #126195;
    color: #fefefe;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary[disabled],
.button.secondary[disabled]:focus,
.button.secondary[disabled]:hover,
.comment-form input.disabled:focus[type="submit"],
.comment-form input.disabled:hover[type="submit"],
.comment-form input.disabled[type="submit"],
.comment-form input[disabled]:focus[type="submit"],
.comment-form input[disabled]:hover[type="submit"],
.comment-form input[disabled][type="submit"],
.comment-form input[type="submit"],
.search-form .disabled.search-submit,
.search-form .disabled.search-submit:focus,
.search-form .disabled.search-submit:hover,
.search-form .search-submit,
.search-form .search-submit[disabled],
.search-form .search-submit[disabled]:focus,
.search-form .search-submit[disabled]:hover {
    background-color: #767676;
    color: #fefefe;
}
.button.secondary:focus,
.button.secondary:hover,
.comment-form input:focus[type="submit"],
.comment-form input:hover[type="submit"],
.search-form .search-submit:focus,
.search-form .search-submit:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}
.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover,
.comment-form input.success.disabled:focus[type="submit"],
.comment-form input.success.disabled:hover[type="submit"],
.comment-form input.success.disabled[type="submit"],
.comment-form input.success[disabled]:focus[type="submit"],
.comment-form input.success[disabled]:hover[type="submit"],
.comment-form input.success[disabled][type="submit"],
.comment-form input.success[type="submit"],
.search-form .success.disabled.search-submit,
.search-form .success.disabled.search-submit:focus,
.search-form .success.disabled.search-submit:hover,
.search-form .success.search-submit,
.search-form .success.search-submit[disabled],
.search-form .success.search-submit[disabled]:focus,
.search-form .success.search-submit[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a;
}
.button.success:focus,
.button.success:hover,
.comment-form input.success:focus[type="submit"],
.comment-form input.success:hover[type="submit"],
.search-form .success.search-submit:focus,
.search-form .success.search-submit:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}
.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover,
.comment-form input.warning.disabled:focus[type="submit"],
.comment-form input.warning.disabled:hover[type="submit"],
.comment-form input.warning.disabled[type="submit"],
.comment-form input.warning[disabled]:focus[type="submit"],
.comment-form input.warning[disabled]:hover[type="submit"],
.comment-form input.warning[disabled][type="submit"],
.comment-form input.warning[type="submit"],
.search-form .warning.disabled.search-submit,
.search-form .warning.disabled.search-submit:focus,
.search-form .warning.disabled.search-submit:hover,
.search-form .warning.search-submit,
.search-form .warning.search-submit[disabled],
.search-form .warning.search-submit[disabled]:focus,
.search-form .warning.search-submit[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a;
}
.button.warning:focus,
.button.warning:hover,
.comment-form input.warning:focus[type="submit"],
.comment-form input.warning:hover[type="submit"],
.search-form .warning.search-submit:focus,
.search-form .warning.search-submit:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}
.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover,
.comment-form input.alert.disabled:focus[type="submit"],
.comment-form input.alert.disabled:hover[type="submit"],
.comment-form input.alert.disabled[type="submit"],
.comment-form input.alert[disabled]:focus[type="submit"],
.comment-form input.alert[disabled]:hover[type="submit"],
.comment-form input.alert[disabled][type="submit"],
.comment-form input.alert[type="submit"],
.search-form .alert.disabled.search-submit,
.search-form .alert.disabled.search-submit:focus,
.search-form .alert.disabled.search-submit:hover,
.search-form .alert.search-submit,
.search-form .alert.search-submit[disabled],
.search-form .alert.search-submit[disabled]:focus,
.search-form .alert.search-submit[disabled]:hover {
    background-color: #cc4b37;
    color: #fefefe;
}
.button.alert:focus,
.button.alert:hover,
.comment-form input.alert:focus[type="submit"],
.comment-form input.alert:hover[type="submit"],
.search-form .alert.search-submit:focus,
.search-form .alert.search-submit:hover {
    background-color: #a53b2a;
    color: #fefefe;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.comment-form input.hollow.disabled:focus[type="submit"],
.comment-form input.hollow.disabled:hover[type="submit"],
.comment-form input.hollow.disabled[type="submit"],
.comment-form input.hollow:focus[type="submit"],
.comment-form input.hollow:hover[type="submit"],
.comment-form input.hollow[disabled]:focus[type="submit"],
.comment-form input.hollow[disabled]:hover[type="submit"],
.comment-form input.hollow[disabled][type="submit"],
.comment-form input.hollow[type="submit"],
.search-form .hollow.disabled.search-submit,
.search-form .hollow.disabled.search-submit:focus,
.search-form .hollow.disabled.search-submit:hover,
.search-form .hollow.search-submit,
.search-form .hollow.search-submit:focus,
.search-form .hollow.search-submit:hover,
.search-form .hollow.search-submit[disabled],
.search-form .hollow.search-submit[disabled]:focus,
.search-form .hollow.search-submit[disabled]:hover {
    background-color: transparent;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.comment-form input.hollow.disabled:focus[type="submit"],
.comment-form input.hollow.disabled:hover[type="submit"],
.comment-form input.hollow.disabled[type="submit"],
.comment-form input.hollow[disabled]:focus[type="submit"],
.comment-form input.hollow[disabled]:hover[type="submit"],
.comment-form input.hollow[disabled][type="submit"],
.comment-form input.hollow[type="submit"],
.search-form .hollow.disabled.search-submit,
.search-form .hollow.disabled.search-submit:focus,
.search-form .hollow.disabled.search-submit:hover,
.search-form .hollow.search-submit,
.search-form .hollow.search-submit[disabled],
.search-form .hollow.search-submit[disabled]:focus,
.search-form .hollow.search-submit[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow:focus,
.button.hollow:hover,
.comment-form input.hollow:focus[type="submit"],
.comment-form input.hollow:hover[type="submit"],
.search-form .hollow.search-submit:focus,
.search-form .hollow.search-submit:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover,
.comment-form input.hollow.primary.disabled:focus[type="submit"],
.comment-form input.hollow.primary.disabled:hover[type="submit"],
.comment-form input.hollow.primary.disabled[type="submit"],
.comment-form input.hollow.primary[disabled]:focus[type="submit"],
.comment-form input.hollow.primary[disabled]:hover[type="submit"],
.comment-form input.hollow.primary[disabled][type="submit"],
.comment-form input.hollow.primary[type="submit"],
.search-form .hollow.primary.disabled.search-submit,
.search-form .hollow.primary.disabled.search-submit:focus,
.search-form .hollow.primary.disabled.search-submit:hover,
.search-form .hollow.primary.search-submit,
.search-form .hollow.primary.search-submit[disabled],
.search-form .hollow.primary.search-submit[disabled]:focus,
.search-form .hollow.primary.search-submit[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover,
.comment-form input.hollow.primary:focus[type="submit"],
.comment-form input.hollow.primary:hover[type="submit"],
.search-form .hollow.primary.search-submit:focus,
.search-form .hollow.primary.search-submit:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover,
.comment-form input.hollow.disabled:focus[type="submit"],
.comment-form input.hollow.disabled:hover[type="submit"],
.comment-form input.hollow.disabled[type="submit"],
.comment-form input.hollow[disabled]:focus[type="submit"],
.comment-form input.hollow[disabled]:hover[type="submit"],
.comment-form input.hollow[disabled][type="submit"],
.comment-form input.hollow[type="submit"],
.search-form .hollow.disabled.search-submit,
.search-form .hollow.disabled.search-submit:focus,
.search-form .hollow.disabled.search-submit:hover,
.search-form .hollow.search-submit,
.search-form .hollow.search-submit[disabled],
.search-form .hollow.search-submit[disabled]:focus,
.search-form .hollow.search-submit[disabled]:hover {
    border: 1px solid #767676;
    color: #767676;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
.comment-form input.hollow:focus[type="submit"],
.comment-form input.hollow:hover[type="submit"],
.search-form .hollow.search-submit:focus,
.search-form .hollow.search-submit:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover,
.comment-form input.hollow.success.disabled:focus[type="submit"],
.comment-form input.hollow.success.disabled:hover[type="submit"],
.comment-form input.hollow.success.disabled[type="submit"],
.comment-form input.hollow.success[disabled]:focus[type="submit"],
.comment-form input.hollow.success[disabled]:hover[type="submit"],
.comment-form input.hollow.success[disabled][type="submit"],
.comment-form input.hollow.success[type="submit"],
.search-form .hollow.success.disabled.search-submit,
.search-form .hollow.success.disabled.search-submit:focus,
.search-form .hollow.success.disabled.search-submit:hover,
.search-form .hollow.success.search-submit,
.search-form .hollow.success.search-submit[disabled],
.search-form .hollow.success.search-submit[disabled]:focus,
.search-form .hollow.success.search-submit[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover,
.comment-form input.hollow.success:focus[type="submit"],
.comment-form input.hollow.success:hover[type="submit"],
.search-form .hollow.success.search-submit:focus,
.search-form .hollow.success.search-submit:hover {
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover,
.comment-form input.hollow.warning.disabled:focus[type="submit"],
.comment-form input.hollow.warning.disabled:hover[type="submit"],
.comment-form input.hollow.warning.disabled[type="submit"],
.comment-form input.hollow.warning[disabled]:focus[type="submit"],
.comment-form input.hollow.warning[disabled]:hover[type="submit"],
.comment-form input.hollow.warning[disabled][type="submit"],
.comment-form input.hollow.warning[type="submit"],
.search-form .hollow.warning.disabled.search-submit,
.search-form .hollow.warning.disabled.search-submit:focus,
.search-form .hollow.warning.disabled.search-submit:hover,
.search-form .hollow.warning.search-submit,
.search-form .hollow.warning.search-submit[disabled],
.search-form .hollow.warning.search-submit[disabled]:focus,
.search-form .hollow.warning.search-submit[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover,
.comment-form input.hollow.warning:focus[type="submit"],
.comment-form input.hollow.warning:hover[type="submit"],
.search-form .hollow.warning.search-submit:focus,
.search-form .hollow.warning.search-submit:hover {
    border-color: #805700;
    color: #805700;
}
.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover,
.comment-form input.hollow.alert.disabled:focus[type="submit"],
.comment-form input.hollow.alert.disabled:hover[type="submit"],
.comment-form input.hollow.alert.disabled[type="submit"],
.comment-form input.hollow.alert[disabled]:focus[type="submit"],
.comment-form input.hollow.alert[disabled]:hover[type="submit"],
.comment-form input.hollow.alert[disabled][type="submit"],
.comment-form input.hollow.alert[type="submit"],
.search-form .hollow.alert.disabled.search-submit,
.search-form .hollow.alert.disabled.search-submit:focus,
.search-form .hollow.alert.disabled.search-submit:hover,
.search-form .hollow.alert.search-submit,
.search-form .hollow.alert.search-submit[disabled],
.search-form .hollow.alert.search-submit[disabled]:focus,
.search-form .hollow.alert.search-submit[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover,
.comment-form input.hollow.alert:focus[type="submit"],
.comment-form input.hollow.alert:hover[type="submit"],
.search-form .hollow.alert.search-submit:focus,
.search-form .hollow.alert.search-submit:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.comment-form input.clear.disabled:focus[type="submit"],
.comment-form input.clear.disabled:hover[type="submit"],
.comment-form input.clear.disabled[type="submit"],
.comment-form input.clear:focus[type="submit"],
.comment-form input.clear:hover[type="submit"],
.comment-form input.clear[disabled]:focus[type="submit"],
.comment-form input.clear[disabled]:hover[type="submit"],
.comment-form input.clear[disabled][type="submit"],
.comment-form input.clear[type="submit"],
.search-form .clear.disabled.search-submit,
.search-form .clear.disabled.search-submit:focus,
.search-form .clear.disabled.search-submit:hover,
.search-form .clear.search-submit,
.search-form .clear.search-submit:focus,
.search-form .clear.search-submit:hover,
.search-form .clear.search-submit[disabled],
.search-form .clear.search-submit[disabled]:focus,
.search-form .clear.search-submit[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.comment-form input.clear.disabled:focus[type="submit"],
.comment-form input.clear.disabled:hover[type="submit"],
.comment-form input.clear.disabled[type="submit"],
.comment-form input.clear[disabled]:focus[type="submit"],
.comment-form input.clear[disabled]:hover[type="submit"],
.comment-form input.clear[disabled][type="submit"],
.comment-form input.clear[type="submit"],
.search-form .clear.disabled.search-submit,
.search-form .clear.disabled.search-submit:focus,
.search-form .clear.disabled.search-submit:hover,
.search-form .clear.search-submit,
.search-form .clear.search-submit[disabled],
.search-form .clear.search-submit[disabled]:focus,
.search-form .clear.search-submit[disabled]:hover {
    color: #1779ba;
}
.button.clear:focus,
.button.clear:hover,
.comment-form input.clear:focus[type="submit"],
.comment-form input.clear:hover[type="submit"],
.search-form .clear.search-submit:focus,
.search-form .clear.search-submit:hover {
    color: #0c3d5d;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover,
.comment-form input.clear.primary.disabled:focus[type="submit"],
.comment-form input.clear.primary.disabled:hover[type="submit"],
.comment-form input.clear.primary.disabled[type="submit"],
.comment-form input.clear.primary[disabled]:focus[type="submit"],
.comment-form input.clear.primary[disabled]:hover[type="submit"],
.comment-form input.clear.primary[disabled][type="submit"],
.comment-form input.clear.primary[type="submit"],
.search-form .clear.primary.disabled.search-submit,
.search-form .clear.primary.disabled.search-submit:focus,
.search-form .clear.primary.disabled.search-submit:hover,
.search-form .clear.primary.search-submit,
.search-form .clear.primary.search-submit[disabled],
.search-form .clear.primary.search-submit[disabled]:focus,
.search-form .clear.primary.search-submit[disabled]:hover {
    color: #1779ba;
}
.button.clear.primary:focus,
.button.clear.primary:hover,
.comment-form input.clear.primary:focus[type="submit"],
.comment-form input.clear.primary:hover[type="submit"],
.search-form .clear.primary.search-submit:focus,
.search-form .clear.primary.search-submit:hover {
    color: #0c3d5d;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover,
.comment-form input.clear.disabled:focus[type="submit"],
.comment-form input.clear.disabled:hover[type="submit"],
.comment-form input.clear.disabled[type="submit"],
.comment-form input.clear[disabled]:focus[type="submit"],
.comment-form input.clear[disabled]:hover[type="submit"],
.comment-form input.clear[disabled][type="submit"],
.comment-form input.clear[type="submit"],
.search-form .clear.disabled.search-submit,
.search-form .clear.disabled.search-submit:focus,
.search-form .clear.disabled.search-submit:hover,
.search-form .clear.search-submit,
.search-form .clear.search-submit[disabled],
.search-form .clear.search-submit[disabled]:focus,
.search-form .clear.search-submit[disabled]:hover {
    color: #767676;
}
.button.clear.secondary:focus,
.button.clear.secondary:hover,
.comment-form input.clear:focus[type="submit"],
.comment-form input.clear:hover[type="submit"],
.search-form .clear.search-submit:focus,
.search-form .clear.search-submit:hover {
    color: #3b3b3b;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover,
.comment-form input.clear.success.disabled:focus[type="submit"],
.comment-form input.clear.success.disabled:hover[type="submit"],
.comment-form input.clear.success.disabled[type="submit"],
.comment-form input.clear.success[disabled]:focus[type="submit"],
.comment-form input.clear.success[disabled]:hover[type="submit"],
.comment-form input.clear.success[disabled][type="submit"],
.comment-form input.clear.success[type="submit"],
.search-form .clear.success.disabled.search-submit,
.search-form .clear.success.disabled.search-submit:focus,
.search-form .clear.success.disabled.search-submit:hover,
.search-form .clear.success.search-submit,
.search-form .clear.success.search-submit[disabled],
.search-form .clear.success.search-submit[disabled]:focus,
.search-form .clear.success.search-submit[disabled]:hover {
    color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover,
.comment-form input.clear.success:focus[type="submit"],
.comment-form input.clear.success:hover[type="submit"],
.search-form .clear.success.search-submit:focus,
.search-form .clear.success.search-submit:hover {
    color: #157539;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover,
.comment-form input.clear.warning.disabled:focus[type="submit"],
.comment-form input.clear.warning.disabled:hover[type="submit"],
.comment-form input.clear.warning.disabled[type="submit"],
.comment-form input.clear.warning[disabled]:focus[type="submit"],
.comment-form input.clear.warning[disabled]:hover[type="submit"],
.comment-form input.clear.warning[disabled][type="submit"],
.comment-form input.clear.warning[type="submit"],
.search-form .clear.warning.disabled.search-submit,
.search-form .clear.warning.disabled.search-submit:focus,
.search-form .clear.warning.disabled.search-submit:hover,
.search-form .clear.warning.search-submit,
.search-form .clear.warning.search-submit[disabled],
.search-form .clear.warning.search-submit[disabled]:focus,
.search-form .clear.warning.search-submit[disabled]:hover {
    color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover,
.comment-form input.clear.warning:focus[type="submit"],
.comment-form input.clear.warning:hover[type="submit"],
.search-form .clear.warning.search-submit:focus,
.search-form .clear.warning.search-submit:hover {
    color: #805700;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover,
.comment-form input.clear.alert.disabled:focus[type="submit"],
.comment-form input.clear.alert.disabled:hover[type="submit"],
.comment-form input.clear.alert.disabled[type="submit"],
.comment-form input.clear.alert[disabled]:focus[type="submit"],
.comment-form input.clear.alert[disabled]:hover[type="submit"],
.comment-form input.clear.alert[disabled][type="submit"],
.comment-form input.clear.alert[type="submit"],
.search-form .clear.alert.disabled.search-submit,
.search-form .clear.alert.disabled.search-submit:focus,
.search-form .clear.alert.disabled.search-submit:hover,
.search-form .clear.alert.search-submit,
.search-form .clear.alert.search-submit[disabled],
.search-form .clear.alert.search-submit[disabled]:focus,
.search-form .clear.alert.search-submit[disabled]:hover {
    color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover,
.comment-form input.clear.alert:focus[type="submit"],
.comment-form input.clear.alert:hover[type="submit"],
.search-form .clear.alert.search-submit:focus,
.search-form .clear.alert.search-submit:hover {
    color: #67251a;
}
.button.disabled,
.button[disabled],
.comment-form input.disabled[type="submit"],
.comment-form input[disabled][type="submit"],
.search-form .disabled.search-submit,
.search-form .search-submit[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.dropdown::after,
.comment-form input.dropdown[type="submit"]::after,
.search-form .dropdown.search-submit::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.clear::after,
.button.dropdown.hollow::after,
.comment-form input.dropdown.clear[type="submit"]::after,
.comment-form input.dropdown.hollow[type="submit"]::after,
.search-form .dropdown.clear.search-submit::after,
.search-form .dropdown.hollow.search-submit::after {
    border-top-color: #1779ba;
}
.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after,
.comment-form input.dropdown.clear.primary[type="submit"]::after,
.comment-form input.dropdown.hollow.primary[type="submit"]::after,
.search-form .dropdown.clear.primary.search-submit::after,
.search-form .dropdown.hollow.primary.search-submit::after {
    border-top-color: #1779ba;
}
.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after,
.comment-form input.dropdown.clear[type="submit"]::after,
.comment-form input.dropdown.hollow[type="submit"]::after,
.search-form .dropdown.clear.search-submit::after,
.search-form .dropdown.hollow.search-submit::after {
    border-top-color: #767676;
}
.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after,
.comment-form input.dropdown.clear.success[type="submit"]::after,
.comment-form input.dropdown.hollow.success[type="submit"]::after,
.search-form .dropdown.clear.success.search-submit::after,
.search-form .dropdown.hollow.success.search-submit::after {
    border-top-color: #3adb76;
}
.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after,
.comment-form input.dropdown.clear.warning[type="submit"]::after,
.comment-form input.dropdown.hollow.warning[type="submit"]::after,
.search-form .dropdown.clear.warning.search-submit::after,
.search-form .dropdown.hollow.warning.search-submit::after {
    border-top-color: #ffae00;
}
.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after,
.comment-form input.dropdown.clear.alert[type="submit"]::after,
.comment-form input.dropdown.hollow.alert[type="submit"]::after,
.search-form .dropdown.clear.alert.search-submit::after,
.search-form .dropdown.hollow.alert.search-submit::after {
    border-top-color: #cc4b37;
}
.button.arrow-only::after,
.comment-form input.arrow-only[type="submit"]::after,
.search-form .arrow-only.search-submit::after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}
.search-form a.search-submit:focus,
.search-form a.search-submit:hover,
a.button:focus,
a.button:hover {
    text-decoration: none;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion){
    [type="color"],
    [type="date"],
    [type="datetime-local"],
    [type="datetime"],
    [type="email"],
    [type="month"],
    [type="number"],
    [type="password"],
    [type="search"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="url"],
    [type="week"],
    textarea {
        transition: none;
    }
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion){
    [type="color"]:focus,
    [type="date"]:focus,
    [type="datetime-local"]:focus,
    [type="datetime"]:focus,
    [type="email"]:focus,
    [type="month"]:focus,
    [type="number"]:focus,
    [type="password"]:focus,
    [type="search"]:focus,
    [type="tel"]:focus,
    [type="text"]:focus,
    [type="time"]:focus,
    [type="url"]:focus,
    [type="week"]:focus,
    textarea:focus {
        transition: none;
    }
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="search"] {
    box-sizing: border-box;
}
::-moz-placeholder {
    color: #cacaca;
}
:-ms-input-placeholder {
    color: #cacaca;
}
::placeholder {
    color: #cacaca;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}
.input-group,
.search-form {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.search-form > :first-child,
.search-form > :first-child.input-group-button > * {
    border-radius: 0 0 0 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > *,
.search-form > :last-child,
.search-form > :last-child.input-group-button > * {
    border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label,
.search-form .search-field {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field,
.search-form .search-field {
    border-radius: 0;
    flex: 1 1 0px;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
@media (prefers-reduced-motion){
    select {
        transition: none;
    }
}
select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion){
    select:focus {
        transition: none;
    }
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}
.is-invalid-label {
    color: #cc4b37;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #cc4b37;
}
.form-error.is-visible {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    line-height: 1;
    cursor: pointer;
}
input[type="range"]:focus {
    outline: 0;
}
input[type="range"][disabled] {
    opacity: 0.25;
}
input[type="range"]::-webkit-slider-runnable-track {
    height: 0.5rem;
    background: #e6e6e6;
}
input[type="range"]::-webkit-slider-thumb {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
    -webkit-appearance: none;
    background: #1779ba;
}
input[type="range"]::-moz-range-track {
    height: 0.5rem;
    -moz-appearance: none;
    background: #e6e6e6;
}
input[type="range"]::-moz-range-thumb {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.45rem;
    -moz-appearance: none;
    background: #1779ba;
}
input[type="range"]::-ms-track {
    height: 0.5rem;
    border: 0;
    border-top: 0.45rem solid #fefefe;
    border-bottom: 0.45rem solid #fefefe;
    background: #e6e6e6;
    overflow: visible;
    color: transparent;
}
input[type="range"]::-ms-thumb {
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    background: #1779ba;
}
input[type="range"]::-ms-fill-lower {
    background: #cacaca;
}
input[type="range"]::-ms-fill-upper {
    background: #e6e6e6;
}
output {
    vertical-align: middle;
    margin-left: 0.5em;
    line-height: 1.4rem;
}
.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
    border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6;
}
.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+";
}
.is-active > .accordion-title::before {
    content: "–";
}
.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
    position: relative;
}
.has-submenu-toggle > a {
    margin-right: 40px;
}
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto;
}
.submenu-toggle[aria-expanded="true"]::after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
}
.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #1779ba;
    color: #fefefe;
}
.badge.primary {
    background: #1779ba;
    color: #fefefe;
}
.badge.secondary,
.comment-form input.badge[type="submit"],
.search-form .badge.search-submit {
    background: #767676;
    color: #fefefe;
}
.badge.success {
    background: #3adb76;
    color: #0a0a0a;
}
.badge.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.badge.alert {
    background: #cc4b37;
    color: #fefefe;
}
.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none;
}
.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.breadcrumbs::after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #cacaca;
}
.breadcrumbs a {
    color: #1779ba;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}
.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
}
.button-group::after,
.button-group::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.button-group::after {
    clear: both;
}
.button-group::after,
.button-group::before {
    display: none;
}
.button-group .button,
.button-group .comment-form input[type="submit"],
.button-group .search-form .search-submit,
.comment-form .button-group input[type="submit"],
.search-form .button-group .search-submit {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto;
}
.button-group .button:last-child,
.button-group .comment-form input:last-child[type="submit"],
.button-group .search-form .search-submit:last-child,
.comment-form .button-group input:last-child[type="submit"],
.search-form .button-group .search-submit:last-child {
    margin-right: 0;
}
.button-group.tiny .button,
.button-group.tiny .comment-form input[type="submit"],
.button-group.tiny .search-form .search-submit,
.comment-form .button-group.tiny input[type="submit"],
.search-form .button-group.tiny .search-submit {
    font-size: 0.6rem;
}
.button-group.small .button,
.button-group.small .comment-form input[type="submit"],
.button-group.small .search-form .search-submit,
.comment-form .button-group.small input[type="submit"],
.search-form .button-group.small .search-submit {
    font-size: 0.75rem;
}
.button-group.large .button,
.button-group.large .comment-form input[type="submit"],
.button-group.large .search-form .search-submit,
.comment-form .button-group.large input[type="submit"],
.search-form .button-group.large .search-submit {
    font-size: 1.25rem;
}
.button-group.expanded .button,
.button-group.expanded .comment-form input[type="submit"],
.button-group.expanded .search-form .search-submit,
.comment-form .button-group.expanded input[type="submit"],
.search-form .button-group.expanded .search-submit {
    flex: 1 1 0px;
    margin-right: 0;
}
.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover,
.button-group.primary .comment-form input.disabled:focus[type="submit"],
.button-group.primary .comment-form input.disabled:hover[type="submit"],
.button-group.primary .comment-form input.disabled[type="submit"],
.button-group.primary .comment-form input[disabled]:focus[type="submit"],
.button-group.primary .comment-form input[disabled]:hover[type="submit"],
.button-group.primary .comment-form input[disabled][type="submit"],
.button-group.primary .comment-form input[type="submit"],
.button-group.primary .search-form .disabled.search-submit,
.button-group.primary .search-form .disabled.search-submit:focus,
.button-group.primary .search-form .disabled.search-submit:hover,
.button-group.primary .search-form .search-submit,
.button-group.primary .search-form .search-submit[disabled],
.button-group.primary .search-form .search-submit[disabled]:focus,
.button-group.primary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.primary input.disabled:focus[type="submit"],
.comment-form .button-group.primary input.disabled:hover[type="submit"],
.comment-form .button-group.primary input.disabled[type="submit"],
.comment-form .button-group.primary input[disabled]:focus[type="submit"],
.comment-form .button-group.primary input[disabled]:hover[type="submit"],
.comment-form .button-group.primary input[disabled][type="submit"],
.comment-form .button-group.primary input[type="submit"],
.search-form .button-group.primary .disabled.search-submit,
.search-form .button-group.primary .disabled.search-submit:focus,
.search-form .button-group.primary .disabled.search-submit:hover,
.search-form .button-group.primary .search-submit,
.search-form .button-group.primary .search-submit[disabled],
.search-form .button-group.primary .search-submit[disabled]:focus,
.search-form .button-group.primary .search-submit[disabled]:hover {
    background-color: #1779ba;
    color: #fefefe;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover,
.button-group.primary .comment-form input:focus[type="submit"],
.button-group.primary .comment-form input:hover[type="submit"],
.button-group.primary .search-form .search-submit:focus,
.button-group.primary .search-form .search-submit:hover,
.comment-form .button-group.primary input:focus[type="submit"],
.comment-form .button-group.primary input:hover[type="submit"],
.search-form .button-group.primary .search-submit:focus,
.search-form .button-group.primary .search-submit:hover {
    background-color: #126195;
    color: #fefefe;
}
.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .comment-form input.disabled:focus[type="submit"],
.button-group.secondary .comment-form input.disabled:hover[type="submit"],
.button-group.secondary .comment-form input.disabled[type="submit"],
.button-group.secondary .comment-form input[disabled]:focus[type="submit"],
.button-group.secondary .comment-form input[disabled]:hover[type="submit"],
.button-group.secondary .comment-form input[disabled][type="submit"],
.button-group.secondary .comment-form input[type="submit"],
.button-group.secondary .search-form .disabled.search-submit,
.button-group.secondary .search-form .disabled.search-submit:focus,
.button-group.secondary .search-form .disabled.search-submit:hover,
.button-group.secondary .search-form .search-submit,
.button-group.secondary .search-form .search-submit[disabled],
.button-group.secondary .search-form .search-submit[disabled]:focus,
.button-group.secondary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.secondary input.disabled:focus[type="submit"],
.comment-form .button-group.secondary input.disabled:hover[type="submit"],
.comment-form .button-group.secondary input.disabled[type="submit"],
.comment-form .button-group.secondary input[disabled]:focus[type="submit"],
.comment-form .button-group.secondary input[disabled]:hover[type="submit"],
.comment-form .button-group.secondary input[disabled][type="submit"],
.comment-form .button-group.secondary input[type="submit"],
.comment-form .search-form .button-group.search-submit input.disabled:focus[type="submit"],
.comment-form .search-form .button-group.search-submit input.disabled:hover[type="submit"],
.comment-form .search-form .button-group.search-submit input.disabled[type="submit"],
.comment-form .search-form .button-group.search-submit input[disabled]:focus[type="submit"],
.comment-form .search-form .button-group.search-submit input[disabled]:hover[type="submit"],
.comment-form .search-form .button-group.search-submit input[disabled][type="submit"],
.comment-form .search-form .button-group.search-submit input[type="submit"],
.comment-form input.button-group[type="submit"] .button,
.comment-form input.button-group[type="submit"] .button.disabled,
.comment-form input.button-group[type="submit"] .button.disabled:focus,
.comment-form input.button-group[type="submit"] .button.disabled:hover,
.comment-form input.button-group[type="submit"] .button[disabled],
.comment-form input.button-group[type="submit"] .button[disabled]:focus,
.comment-form input.button-group[type="submit"] .button[disabled]:hover,
.comment-form input.button-group[type="submit"] .search-form .disabled.search-submit,
.comment-form input.button-group[type="submit"] .search-form .disabled.search-submit:focus,
.comment-form input.button-group[type="submit"] .search-form .disabled.search-submit:hover,
.comment-form input.button-group[type="submit"] .search-form .search-submit,
.comment-form input.button-group[type="submit"] .search-form .search-submit[disabled],
.comment-form input.button-group[type="submit"] .search-form .search-submit[disabled]:focus,
.comment-form input.button-group[type="submit"] .search-form .search-submit[disabled]:hover,
.comment-form input.button-group[type="submit"] input.disabled:focus[type="submit"],
.comment-form input.button-group[type="submit"] input.disabled:hover[type="submit"],
.comment-form input.button-group[type="submit"] input.disabled[type="submit"],
.comment-form input.button-group[type="submit"] input[disabled]:focus[type="submit"],
.comment-form input.button-group[type="submit"] input[disabled]:hover[type="submit"],
.comment-form input.button-group[type="submit"] input[disabled][type="submit"],
.comment-form input.button-group[type="submit"] input[type="submit"],
.search-form .button-group.search-submit .button,
.search-form .button-group.search-submit .button.disabled,
.search-form .button-group.search-submit .button.disabled:focus,
.search-form .button-group.search-submit .button.disabled:hover,
.search-form .button-group.search-submit .button[disabled],
.search-form .button-group.search-submit .button[disabled]:focus,
.search-form .button-group.search-submit .button[disabled]:hover,
.search-form .button-group.search-submit .comment-form input.disabled:focus[type="submit"],
.search-form .button-group.search-submit .comment-form input.disabled:hover[type="submit"],
.search-form .button-group.search-submit .comment-form input.disabled[type="submit"],
.search-form .button-group.search-submit .comment-form input[disabled]:focus[type="submit"],
.search-form .button-group.search-submit .comment-form input[disabled]:hover[type="submit"],
.search-form .button-group.search-submit .comment-form input[disabled][type="submit"],
.search-form .button-group.search-submit .comment-form input[type="submit"],
.search-form .button-group.search-submit .disabled.search-submit,
.search-form .button-group.search-submit .disabled.search-submit:focus,
.search-form .button-group.search-submit .disabled.search-submit:hover,
.search-form .button-group.search-submit .search-submit,
.search-form .button-group.search-submit .search-submit[disabled],
.search-form .button-group.search-submit .search-submit[disabled]:focus,
.search-form .button-group.search-submit .search-submit[disabled]:hover,
.search-form .button-group.secondary .disabled.search-submit,
.search-form .button-group.secondary .disabled.search-submit:focus,
.search-form .button-group.secondary .disabled.search-submit:hover,
.search-form .button-group.secondary .search-submit,
.search-form .button-group.secondary .search-submit[disabled],
.search-form .button-group.secondary .search-submit[disabled]:focus,
.search-form .button-group.secondary .search-submit[disabled]:hover,
.search-form .comment-form input.button-group[type="submit"] .disabled.search-submit,
.search-form .comment-form input.button-group[type="submit"] .disabled.search-submit:focus,
.search-form .comment-form input.button-group[type="submit"] .disabled.search-submit:hover,
.search-form .comment-form input.button-group[type="submit"] .search-submit,
.search-form .comment-form input.button-group[type="submit"] .search-submit[disabled],
.search-form .comment-form input.button-group[type="submit"] .search-submit[disabled]:focus,
.search-form .comment-form input.button-group[type="submit"] .search-submit[disabled]:hover {
    background-color: #767676;
    color: #fefefe;
}
.button-group.secondary .button:focus,
.button-group.secondary .button:hover,
.button-group.secondary .comment-form input:focus[type="submit"],
.button-group.secondary .comment-form input:hover[type="submit"],
.button-group.secondary .search-form .search-submit:focus,
.button-group.secondary .search-form .search-submit:hover,
.comment-form .button-group.secondary input:focus[type="submit"],
.comment-form .button-group.secondary input:hover[type="submit"],
.comment-form .search-form .button-group.search-submit input:focus[type="submit"],
.comment-form .search-form .button-group.search-submit input:hover[type="submit"],
.comment-form input.button-group[type="submit"] .button:focus,
.comment-form input.button-group[type="submit"] .button:hover,
.comment-form input.button-group[type="submit"] .search-form .search-submit:focus,
.comment-form input.button-group[type="submit"] .search-form .search-submit:hover,
.comment-form input.button-group[type="submit"] input:focus[type="submit"],
.comment-form input.button-group[type="submit"] input:hover[type="submit"],
.search-form .button-group.search-submit .button:focus,
.search-form .button-group.search-submit .button:hover,
.search-form .button-group.search-submit .comment-form input:focus[type="submit"],
.search-form .button-group.search-submit .comment-form input:hover[type="submit"],
.search-form .button-group.search-submit .search-submit:focus,
.search-form .button-group.search-submit .search-submit:hover,
.search-form .button-group.secondary .search-submit:focus,
.search-form .button-group.secondary .search-submit:hover,
.search-form .comment-form input.button-group[type="submit"] .search-submit:focus,
.search-form .comment-form input.button-group[type="submit"] .search-submit:hover {
    background-color: #5e5e5e;
    color: #fefefe;
}
.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover,
.button-group.success .comment-form input.disabled:focus[type="submit"],
.button-group.success .comment-form input.disabled:hover[type="submit"],
.button-group.success .comment-form input.disabled[type="submit"],
.button-group.success .comment-form input[disabled]:focus[type="submit"],
.button-group.success .comment-form input[disabled]:hover[type="submit"],
.button-group.success .comment-form input[disabled][type="submit"],
.button-group.success .comment-form input[type="submit"],
.button-group.success .search-form .disabled.search-submit,
.button-group.success .search-form .disabled.search-submit:focus,
.button-group.success .search-form .disabled.search-submit:hover,
.button-group.success .search-form .search-submit,
.button-group.success .search-form .search-submit[disabled],
.button-group.success .search-form .search-submit[disabled]:focus,
.button-group.success .search-form .search-submit[disabled]:hover,
.comment-form .button-group.success input.disabled:focus[type="submit"],
.comment-form .button-group.success input.disabled:hover[type="submit"],
.comment-form .button-group.success input.disabled[type="submit"],
.comment-form .button-group.success input[disabled]:focus[type="submit"],
.comment-form .button-group.success input[disabled]:hover[type="submit"],
.comment-form .button-group.success input[disabled][type="submit"],
.comment-form .button-group.success input[type="submit"],
.search-form .button-group.success .disabled.search-submit,
.search-form .button-group.success .disabled.search-submit:focus,
.search-form .button-group.success .disabled.search-submit:hover,
.search-form .button-group.success .search-submit,
.search-form .button-group.success .search-submit[disabled],
.search-form .button-group.success .search-submit[disabled]:focus,
.search-form .button-group.success .search-submit[disabled]:hover {
    background-color: #3adb76;
    color: #0a0a0a;
}
.button-group.success .button:focus,
.button-group.success .button:hover,
.button-group.success .comment-form input:focus[type="submit"],
.button-group.success .comment-form input:hover[type="submit"],
.button-group.success .search-form .search-submit:focus,
.button-group.success .search-form .search-submit:hover,
.comment-form .button-group.success input:focus[type="submit"],
.comment-form .button-group.success input:hover[type="submit"],
.search-form .button-group.success .search-submit:focus,
.search-form .button-group.success .search-submit:hover {
    background-color: #22bb5b;
    color: #0a0a0a;
}
.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover,
.button-group.warning .comment-form input.disabled:focus[type="submit"],
.button-group.warning .comment-form input.disabled:hover[type="submit"],
.button-group.warning .comment-form input.disabled[type="submit"],
.button-group.warning .comment-form input[disabled]:focus[type="submit"],
.button-group.warning .comment-form input[disabled]:hover[type="submit"],
.button-group.warning .comment-form input[disabled][type="submit"],
.button-group.warning .comment-form input[type="submit"],
.button-group.warning .search-form .disabled.search-submit,
.button-group.warning .search-form .disabled.search-submit:focus,
.button-group.warning .search-form .disabled.search-submit:hover,
.button-group.warning .search-form .search-submit,
.button-group.warning .search-form .search-submit[disabled],
.button-group.warning .search-form .search-submit[disabled]:focus,
.button-group.warning .search-form .search-submit[disabled]:hover,
.comment-form .button-group.warning input.disabled:focus[type="submit"],
.comment-form .button-group.warning input.disabled:hover[type="submit"],
.comment-form .button-group.warning input.disabled[type="submit"],
.comment-form .button-group.warning input[disabled]:focus[type="submit"],
.comment-form .button-group.warning input[disabled]:hover[type="submit"],
.comment-form .button-group.warning input[disabled][type="submit"],
.comment-form .button-group.warning input[type="submit"],
.search-form .button-group.warning .disabled.search-submit,
.search-form .button-group.warning .disabled.search-submit:focus,
.search-form .button-group.warning .disabled.search-submit:hover,
.search-form .button-group.warning .search-submit,
.search-form .button-group.warning .search-submit[disabled],
.search-form .button-group.warning .search-submit[disabled]:focus,
.search-form .button-group.warning .search-submit[disabled]:hover {
    background-color: #ffae00;
    color: #0a0a0a;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover,
.button-group.warning .comment-form input:focus[type="submit"],
.button-group.warning .comment-form input:hover[type="submit"],
.button-group.warning .search-form .search-submit:focus,
.button-group.warning .search-form .search-submit:hover,
.comment-form .button-group.warning input:focus[type="submit"],
.comment-form .button-group.warning input:hover[type="submit"],
.search-form .button-group.warning .search-submit:focus,
.search-form .button-group.warning .search-submit:hover {
    background-color: #cc8b00;
    color: #0a0a0a;
}
.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover,
.button-group.alert .comment-form input.disabled:focus[type="submit"],
.button-group.alert .comment-form input.disabled:hover[type="submit"],
.button-group.alert .comment-form input.disabled[type="submit"],
.button-group.alert .comment-form input[disabled]:focus[type="submit"],
.button-group.alert .comment-form input[disabled]:hover[type="submit"],
.button-group.alert .comment-form input[disabled][type="submit"],
.button-group.alert .comment-form input[type="submit"],
.button-group.alert .search-form .disabled.search-submit,
.button-group.alert .search-form .disabled.search-submit:focus,
.button-group.alert .search-form .disabled.search-submit:hover,
.button-group.alert .search-form .search-submit,
.button-group.alert .search-form .search-submit[disabled],
.button-group.alert .search-form .search-submit[disabled]:focus,
.button-group.alert .search-form .search-submit[disabled]:hover,
.comment-form .button-group.alert input.disabled:focus[type="submit"],
.comment-form .button-group.alert input.disabled:hover[type="submit"],
.comment-form .button-group.alert input.disabled[type="submit"],
.comment-form .button-group.alert input[disabled]:focus[type="submit"],
.comment-form .button-group.alert input[disabled]:hover[type="submit"],
.comment-form .button-group.alert input[disabled][type="submit"],
.comment-form .button-group.alert input[type="submit"],
.search-form .button-group.alert .disabled.search-submit,
.search-form .button-group.alert .disabled.search-submit:focus,
.search-form .button-group.alert .disabled.search-submit:hover,
.search-form .button-group.alert .search-submit,
.search-form .button-group.alert .search-submit[disabled],
.search-form .button-group.alert .search-submit[disabled]:focus,
.search-form .button-group.alert .search-submit[disabled]:hover {
    background-color: #cc4b37;
    color: #fefefe;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover,
.button-group.alert .comment-form input:focus[type="submit"],
.button-group.alert .comment-form input:hover[type="submit"],
.button-group.alert .search-form .search-submit:focus,
.button-group.alert .search-form .search-submit:hover,
.comment-form .button-group.alert input:focus[type="submit"],
.comment-form .button-group.alert input:hover[type="submit"],
.search-form .button-group.alert .search-submit:focus,
.search-form .button-group.alert .search-submit:hover {
    background-color: #a53b2a;
    color: #fefefe;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .comment-form input.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.disabled[type="submit"],
.button-group.hollow .comment-form input:focus[type="submit"],
.button-group.hollow .comment-form input:hover[type="submit"],
.button-group.hollow .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input[disabled][type="submit"],
.button-group.hollow .comment-form input[type="submit"],
.button-group.hollow .search-form .disabled.search-submit,
.button-group.hollow .search-form .disabled.search-submit:focus,
.button-group.hollow .search-form .disabled.search-submit:hover,
.button-group.hollow .search-form .search-submit,
.button-group.hollow .search-form .search-submit:focus,
.button-group.hollow .search-form .search-submit:hover,
.button-group.hollow .search-form .search-submit[disabled],
.button-group.hollow .search-form .search-submit[disabled]:focus,
.button-group.hollow .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.disabled[type="submit"],
.comment-form .button-group.hollow input:focus[type="submit"],
.comment-form .button-group.hollow input:hover[type="submit"],
.comment-form .button-group.hollow input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input[disabled][type="submit"],
.comment-form .button-group.hollow input[type="submit"],
.search-form .button-group.hollow .disabled.search-submit,
.search-form .button-group.hollow .disabled.search-submit:focus,
.search-form .button-group.hollow .disabled.search-submit:hover,
.search-form .button-group.hollow .search-submit,
.search-form .button-group.hollow .search-submit:focus,
.search-form .button-group.hollow .search-submit:hover,
.search-form .button-group.hollow .search-submit[disabled],
.search-form .button-group.hollow .search-submit[disabled]:focus,
.search-form .button-group.hollow .search-submit[disabled]:hover {
    background-color: transparent;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .comment-form input.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.disabled[type="submit"],
.button-group.hollow .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input[disabled][type="submit"],
.button-group.hollow .comment-form input[type="submit"],
.button-group.hollow .search-form .disabled.search-submit,
.button-group.hollow .search-form .disabled.search-submit:focus,
.button-group.hollow .search-form .disabled.search-submit:hover,
.button-group.hollow .search-form .search-submit,
.button-group.hollow .search-form .search-submit[disabled],
.button-group.hollow .search-form .search-submit[disabled]:focus,
.button-group.hollow .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.disabled[type="submit"],
.comment-form .button-group.hollow input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input[disabled][type="submit"],
.comment-form .button-group.hollow input[type="submit"],
.search-form .button-group.hollow .disabled.search-submit,
.search-form .button-group.hollow .disabled.search-submit:focus,
.search-form .button-group.hollow .disabled.search-submit:hover,
.search-form .button-group.hollow .search-submit,
.search-form .button-group.hollow .search-submit[disabled],
.search-form .button-group.hollow .search-submit[disabled]:focus,
.search-form .button-group.hollow .search-submit[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .comment-form input:focus[type="submit"],
.button-group.hollow .comment-form input:hover[type="submit"],
.button-group.hollow .search-form .search-submit:focus,
.button-group.hollow .search-form .search-submit:hover,
.comment-form .button-group.hollow input:focus[type="submit"],
.comment-form .button-group.hollow input:hover[type="submit"],
.search-form .button-group.hollow .search-submit:focus,
.search-form .button-group.hollow .search-submit:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .comment-form input.primary.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.primary.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.primary.disabled[type="submit"],
.button-group.hollow .comment-form input.primary[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input.primary[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input.primary[disabled][type="submit"],
.button-group.hollow .comment-form input.primary[type="submit"],
.button-group.hollow .search-form .primary.disabled.search-submit,
.button-group.hollow .search-form .primary.disabled.search-submit:focus,
.button-group.hollow .search-form .primary.disabled.search-submit:hover,
.button-group.hollow .search-form .primary.search-submit,
.button-group.hollow .search-form .primary.search-submit[disabled],
.button-group.hollow .search-form .primary.search-submit[disabled]:focus,
.button-group.hollow .search-form .primary.search-submit[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .comment-form input.disabled:focus[type="submit"],
.button-group.hollow.primary .comment-form input.disabled:hover[type="submit"],
.button-group.hollow.primary .comment-form input.disabled[type="submit"],
.button-group.hollow.primary .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow.primary .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow.primary .comment-form input[disabled][type="submit"],
.button-group.hollow.primary .comment-form input[type="submit"],
.button-group.hollow.primary .search-form .disabled.search-submit,
.button-group.hollow.primary .search-form .disabled.search-submit:focus,
.button-group.hollow.primary .search-form .disabled.search-submit:hover,
.button-group.hollow.primary .search-form .search-submit,
.button-group.hollow.primary .search-form .search-submit[disabled],
.button-group.hollow.primary .search-form .search-submit[disabled]:focus,
.button-group.hollow.primary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.primary.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.primary.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.primary.disabled[type="submit"],
.comment-form .button-group.hollow input.primary[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input.primary[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input.primary[disabled][type="submit"],
.comment-form .button-group.hollow input.primary[type="submit"],
.comment-form .button-group.hollow.primary input.disabled:focus[type="submit"],
.comment-form .button-group.hollow.primary input.disabled:hover[type="submit"],
.comment-form .button-group.hollow.primary input.disabled[type="submit"],
.comment-form .button-group.hollow.primary input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow.primary input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow.primary input[disabled][type="submit"],
.comment-form .button-group.hollow.primary input[type="submit"],
.search-form .button-group.hollow .primary.disabled.search-submit,
.search-form .button-group.hollow .primary.disabled.search-submit:focus,
.search-form .button-group.hollow .primary.disabled.search-submit:hover,
.search-form .button-group.hollow .primary.search-submit,
.search-form .button-group.hollow .primary.search-submit[disabled],
.search-form .button-group.hollow .primary.search-submit[disabled]:focus,
.search-form .button-group.hollow .primary.search-submit[disabled]:hover,
.search-form .button-group.hollow.primary .disabled.search-submit,
.search-form .button-group.hollow.primary .disabled.search-submit:focus,
.search-form .button-group.hollow.primary .disabled.search-submit:hover,
.search-form .button-group.hollow.primary .search-submit,
.search-form .button-group.hollow.primary .search-submit[disabled],
.search-form .button-group.hollow.primary .search-submit[disabled]:focus,
.search-form .button-group.hollow.primary .search-submit[disabled]:hover {
    border: 1px solid #1779ba;
    color: #1779ba;
}
.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .comment-form input.primary:focus[type="submit"],
.button-group.hollow .comment-form input.primary:hover[type="submit"],
.button-group.hollow .search-form .primary.search-submit:focus,
.button-group.hollow .search-form .primary.search-submit:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .comment-form input:focus[type="submit"],
.button-group.hollow.primary .comment-form input:hover[type="submit"],
.button-group.hollow.primary .search-form .search-submit:focus,
.button-group.hollow.primary .search-form .search-submit:hover,
.comment-form .button-group.hollow input.primary:focus[type="submit"],
.comment-form .button-group.hollow input.primary:hover[type="submit"],
.comment-form .button-group.hollow.primary input:focus[type="submit"],
.comment-form .button-group.hollow.primary input:hover[type="submit"],
.search-form .button-group.hollow .primary.search-submit:focus,
.search-form .button-group.hollow .primary.search-submit:hover,
.search-form .button-group.hollow.primary .search-submit:focus,
.search-form .button-group.hollow.primary .search-submit:hover {
    border-color: #0c3d5d;
    color: #0c3d5d;
}
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .comment-form input.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.disabled[type="submit"],
.button-group.hollow .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input[disabled][type="submit"],
.button-group.hollow .comment-form input[type="submit"],
.button-group.hollow .search-form .disabled.search-submit,
.button-group.hollow .search-form .disabled.search-submit:focus,
.button-group.hollow .search-form .disabled.search-submit:hover,
.button-group.hollow .search-form .search-submit,
.button-group.hollow .search-form .search-submit[disabled],
.button-group.hollow .search-form .search-submit[disabled]:focus,
.button-group.hollow .search-form .search-submit[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .comment-form input.disabled:focus[type="submit"],
.button-group.hollow.secondary .comment-form input.disabled:hover[type="submit"],
.button-group.hollow.secondary .comment-form input.disabled[type="submit"],
.button-group.hollow.secondary .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow.secondary .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow.secondary .comment-form input[disabled][type="submit"],
.button-group.hollow.secondary .comment-form input[type="submit"],
.button-group.hollow.secondary .search-form .disabled.search-submit,
.button-group.hollow.secondary .search-form .disabled.search-submit:focus,
.button-group.hollow.secondary .search-form .disabled.search-submit:hover,
.button-group.hollow.secondary .search-form .search-submit,
.button-group.hollow.secondary .search-form .search-submit[disabled],
.button-group.hollow.secondary .search-form .search-submit[disabled]:focus,
.button-group.hollow.secondary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.disabled[type="submit"],
.comment-form .button-group.hollow input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input[disabled][type="submit"],
.comment-form .button-group.hollow input[type="submit"],
.comment-form .button-group.hollow.secondary input.disabled:focus[type="submit"],
.comment-form .button-group.hollow.secondary input.disabled:hover[type="submit"],
.comment-form .button-group.hollow.secondary input.disabled[type="submit"],
.comment-form .button-group.hollow.secondary input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow.secondary input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow.secondary input[disabled][type="submit"],
.comment-form .button-group.hollow.secondary input[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input.disabled:focus[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input.disabled:hover[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input.disabled[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input[disabled]:focus[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input[disabled]:hover[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input[disabled][type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input[type="submit"],
.comment-form input.button-group.hollow[type="submit"] .button,
.comment-form input.button-group.hollow[type="submit"] .button.disabled,
.comment-form input.button-group.hollow[type="submit"] .button.disabled:focus,
.comment-form input.button-group.hollow[type="submit"] .button.disabled:hover,
.comment-form input.button-group.hollow[type="submit"] .button[disabled],
.comment-form input.button-group.hollow[type="submit"] .button[disabled]:focus,
.comment-form input.button-group.hollow[type="submit"] .button[disabled]:hover,
.comment-form input.button-group.hollow[type="submit"] .search-form .disabled.search-submit,
.comment-form input.button-group.hollow[type="submit"] .search-form .disabled.search-submit:focus,
.comment-form input.button-group.hollow[type="submit"] .search-form .disabled.search-submit:hover,
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit,
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit[disabled],
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit[disabled]:focus,
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit[disabled]:hover,
.comment-form input.button-group.hollow[type="submit"] input.disabled:focus[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input.disabled:hover[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input.disabled[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input[disabled]:focus[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input[disabled]:hover[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input[disabled][type="submit"],
.comment-form input.button-group.hollow[type="submit"] input[type="submit"],
.search-form .button-group.hollow .disabled.search-submit,
.search-form .button-group.hollow .disabled.search-submit:focus,
.search-form .button-group.hollow .disabled.search-submit:hover,
.search-form .button-group.hollow .search-submit,
.search-form .button-group.hollow .search-submit[disabled],
.search-form .button-group.hollow .search-submit[disabled]:focus,
.search-form .button-group.hollow .search-submit[disabled]:hover,
.search-form .button-group.hollow.search-submit .button,
.search-form .button-group.hollow.search-submit .button.disabled,
.search-form .button-group.hollow.search-submit .button.disabled:focus,
.search-form .button-group.hollow.search-submit .button.disabled:hover,
.search-form .button-group.hollow.search-submit .button[disabled],
.search-form .button-group.hollow.search-submit .button[disabled]:focus,
.search-form .button-group.hollow.search-submit .button[disabled]:hover,
.search-form .button-group.hollow.search-submit .comment-form input.disabled:focus[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input.disabled:hover[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input.disabled[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input[disabled]:focus[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input[disabled]:hover[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input[disabled][type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input[type="submit"],
.search-form .button-group.hollow.search-submit .disabled.search-submit,
.search-form .button-group.hollow.search-submit .disabled.search-submit:focus,
.search-form .button-group.hollow.search-submit .disabled.search-submit:hover,
.search-form .button-group.hollow.search-submit .search-submit,
.search-form .button-group.hollow.search-submit .search-submit[disabled],
.search-form .button-group.hollow.search-submit .search-submit[disabled]:focus,
.search-form .button-group.hollow.search-submit .search-submit[disabled]:hover,
.search-form .button-group.hollow.secondary .disabled.search-submit,
.search-form .button-group.hollow.secondary .disabled.search-submit:focus,
.search-form .button-group.hollow.secondary .disabled.search-submit:hover,
.search-form .button-group.hollow.secondary .search-submit,
.search-form .button-group.hollow.secondary .search-submit[disabled],
.search-form .button-group.hollow.secondary .search-submit[disabled]:focus,
.search-form .button-group.hollow.secondary .search-submit[disabled]:hover,
.search-form .comment-form input.button-group.hollow[type="submit"] .disabled.search-submit,
.search-form .comment-form input.button-group.hollow[type="submit"] .disabled.search-submit:focus,
.search-form .comment-form input.button-group.hollow[type="submit"] .disabled.search-submit:hover,
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit,
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit[disabled],
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit[disabled]:focus,
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit[disabled]:hover {
    border: 1px solid #767676;
    color: #767676;
}
.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .comment-form input:focus[type="submit"],
.button-group.hollow .comment-form input:hover[type="submit"],
.button-group.hollow .search-form .search-submit:focus,
.button-group.hollow .search-form .search-submit:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .comment-form input:focus[type="submit"],
.button-group.hollow.secondary .comment-form input:hover[type="submit"],
.button-group.hollow.secondary .search-form .search-submit:focus,
.button-group.hollow.secondary .search-form .search-submit:hover,
.comment-form .button-group.hollow input:focus[type="submit"],
.comment-form .button-group.hollow input:hover[type="submit"],
.comment-form .button-group.hollow.secondary input:focus[type="submit"],
.comment-form .button-group.hollow.secondary input:hover[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input:focus[type="submit"],
.comment-form .search-form .button-group.hollow.search-submit input:hover[type="submit"],
.comment-form input.button-group.hollow[type="submit"] .button:focus,
.comment-form input.button-group.hollow[type="submit"] .button:hover,
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit:focus,
.comment-form input.button-group.hollow[type="submit"] .search-form .search-submit:hover,
.comment-form input.button-group.hollow[type="submit"] input:focus[type="submit"],
.comment-form input.button-group.hollow[type="submit"] input:hover[type="submit"],
.search-form .button-group.hollow .search-submit:focus,
.search-form .button-group.hollow .search-submit:hover,
.search-form .button-group.hollow.search-submit .button:focus,
.search-form .button-group.hollow.search-submit .button:hover,
.search-form .button-group.hollow.search-submit .comment-form input:focus[type="submit"],
.search-form .button-group.hollow.search-submit .comment-form input:hover[type="submit"],
.search-form .button-group.hollow.search-submit .search-submit:focus,
.search-form .button-group.hollow.search-submit .search-submit:hover,
.search-form .button-group.hollow.secondary .search-submit:focus,
.search-form .button-group.hollow.secondary .search-submit:hover,
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit:focus,
.search-form .comment-form input.button-group.hollow[type="submit"] .search-submit:hover {
    border-color: #3b3b3b;
    color: #3b3b3b;
}
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .comment-form input.success.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.success.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.success.disabled[type="submit"],
.button-group.hollow .comment-form input.success[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input.success[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input.success[disabled][type="submit"],
.button-group.hollow .comment-form input.success[type="submit"],
.button-group.hollow .search-form .success.disabled.search-submit,
.button-group.hollow .search-form .success.disabled.search-submit:focus,
.button-group.hollow .search-form .success.disabled.search-submit:hover,
.button-group.hollow .search-form .success.search-submit,
.button-group.hollow .search-form .success.search-submit[disabled],
.button-group.hollow .search-form .success.search-submit[disabled]:focus,
.button-group.hollow .search-form .success.search-submit[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .comment-form input.disabled:focus[type="submit"],
.button-group.hollow.success .comment-form input.disabled:hover[type="submit"],
.button-group.hollow.success .comment-form input.disabled[type="submit"],
.button-group.hollow.success .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow.success .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow.success .comment-form input[disabled][type="submit"],
.button-group.hollow.success .comment-form input[type="submit"],
.button-group.hollow.success .search-form .disabled.search-submit,
.button-group.hollow.success .search-form .disabled.search-submit:focus,
.button-group.hollow.success .search-form .disabled.search-submit:hover,
.button-group.hollow.success .search-form .search-submit,
.button-group.hollow.success .search-form .search-submit[disabled],
.button-group.hollow.success .search-form .search-submit[disabled]:focus,
.button-group.hollow.success .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.success.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.success.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.success.disabled[type="submit"],
.comment-form .button-group.hollow input.success[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input.success[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input.success[disabled][type="submit"],
.comment-form .button-group.hollow input.success[type="submit"],
.comment-form .button-group.hollow.success input.disabled:focus[type="submit"],
.comment-form .button-group.hollow.success input.disabled:hover[type="submit"],
.comment-form .button-group.hollow.success input.disabled[type="submit"],
.comment-form .button-group.hollow.success input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow.success input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow.success input[disabled][type="submit"],
.comment-form .button-group.hollow.success input[type="submit"],
.search-form .button-group.hollow .success.disabled.search-submit,
.search-form .button-group.hollow .success.disabled.search-submit:focus,
.search-form .button-group.hollow .success.disabled.search-submit:hover,
.search-form .button-group.hollow .success.search-submit,
.search-form .button-group.hollow .success.search-submit[disabled],
.search-form .button-group.hollow .success.search-submit[disabled]:focus,
.search-form .button-group.hollow .success.search-submit[disabled]:hover,
.search-form .button-group.hollow.success .disabled.search-submit,
.search-form .button-group.hollow.success .disabled.search-submit:focus,
.search-form .button-group.hollow.success .disabled.search-submit:hover,
.search-form .button-group.hollow.success .search-submit,
.search-form .button-group.hollow.success .search-submit[disabled],
.search-form .button-group.hollow.success .search-submit[disabled]:focus,
.search-form .button-group.hollow.success .search-submit[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .comment-form input.success:focus[type="submit"],
.button-group.hollow .comment-form input.success:hover[type="submit"],
.button-group.hollow .search-form .success.search-submit:focus,
.button-group.hollow .search-form .success.search-submit:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover,
.button-group.hollow.success .comment-form input:focus[type="submit"],
.button-group.hollow.success .comment-form input:hover[type="submit"],
.button-group.hollow.success .search-form .search-submit:focus,
.button-group.hollow.success .search-form .search-submit:hover,
.comment-form .button-group.hollow input.success:focus[type="submit"],
.comment-form .button-group.hollow input.success:hover[type="submit"],
.comment-form .button-group.hollow.success input:focus[type="submit"],
.comment-form .button-group.hollow.success input:hover[type="submit"],
.search-form .button-group.hollow .success.search-submit:focus,
.search-form .button-group.hollow .success.search-submit:hover,
.search-form .button-group.hollow.success .search-submit:focus,
.search-form .button-group.hollow.success .search-submit:hover {
    border-color: #157539;
    color: #157539;
}
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .comment-form input.warning.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.warning.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.warning.disabled[type="submit"],
.button-group.hollow .comment-form input.warning[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input.warning[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input.warning[disabled][type="submit"],
.button-group.hollow .comment-form input.warning[type="submit"],
.button-group.hollow .search-form .warning.disabled.search-submit,
.button-group.hollow .search-form .warning.disabled.search-submit:focus,
.button-group.hollow .search-form .warning.disabled.search-submit:hover,
.button-group.hollow .search-form .warning.search-submit,
.button-group.hollow .search-form .warning.search-submit[disabled],
.button-group.hollow .search-form .warning.search-submit[disabled]:focus,
.button-group.hollow .search-form .warning.search-submit[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .comment-form input.disabled:focus[type="submit"],
.button-group.hollow.warning .comment-form input.disabled:hover[type="submit"],
.button-group.hollow.warning .comment-form input.disabled[type="submit"],
.button-group.hollow.warning .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow.warning .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow.warning .comment-form input[disabled][type="submit"],
.button-group.hollow.warning .comment-form input[type="submit"],
.button-group.hollow.warning .search-form .disabled.search-submit,
.button-group.hollow.warning .search-form .disabled.search-submit:focus,
.button-group.hollow.warning .search-form .disabled.search-submit:hover,
.button-group.hollow.warning .search-form .search-submit,
.button-group.hollow.warning .search-form .search-submit[disabled],
.button-group.hollow.warning .search-form .search-submit[disabled]:focus,
.button-group.hollow.warning .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.warning.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.warning.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.warning.disabled[type="submit"],
.comment-form .button-group.hollow input.warning[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input.warning[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input.warning[disabled][type="submit"],
.comment-form .button-group.hollow input.warning[type="submit"],
.comment-form .button-group.hollow.warning input.disabled:focus[type="submit"],
.comment-form .button-group.hollow.warning input.disabled:hover[type="submit"],
.comment-form .button-group.hollow.warning input.disabled[type="submit"],
.comment-form .button-group.hollow.warning input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow.warning input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow.warning input[disabled][type="submit"],
.comment-form .button-group.hollow.warning input[type="submit"],
.search-form .button-group.hollow .warning.disabled.search-submit,
.search-form .button-group.hollow .warning.disabled.search-submit:focus,
.search-form .button-group.hollow .warning.disabled.search-submit:hover,
.search-form .button-group.hollow .warning.search-submit,
.search-form .button-group.hollow .warning.search-submit[disabled],
.search-form .button-group.hollow .warning.search-submit[disabled]:focus,
.search-form .button-group.hollow .warning.search-submit[disabled]:hover,
.search-form .button-group.hollow.warning .disabled.search-submit,
.search-form .button-group.hollow.warning .disabled.search-submit:focus,
.search-form .button-group.hollow.warning .disabled.search-submit:hover,
.search-form .button-group.hollow.warning .search-submit,
.search-form .button-group.hollow.warning .search-submit[disabled],
.search-form .button-group.hollow.warning .search-submit[disabled]:focus,
.search-form .button-group.hollow.warning .search-submit[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .comment-form input.warning:focus[type="submit"],
.button-group.hollow .comment-form input.warning:hover[type="submit"],
.button-group.hollow .search-form .warning.search-submit:focus,
.button-group.hollow .search-form .warning.search-submit:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .comment-form input:focus[type="submit"],
.button-group.hollow.warning .comment-form input:hover[type="submit"],
.button-group.hollow.warning .search-form .search-submit:focus,
.button-group.hollow.warning .search-form .search-submit:hover,
.comment-form .button-group.hollow input.warning:focus[type="submit"],
.comment-form .button-group.hollow input.warning:hover[type="submit"],
.comment-form .button-group.hollow.warning input:focus[type="submit"],
.comment-form .button-group.hollow.warning input:hover[type="submit"],
.search-form .button-group.hollow .warning.search-submit:focus,
.search-form .button-group.hollow .warning.search-submit:hover,
.search-form .button-group.hollow.warning .search-submit:focus,
.search-form .button-group.hollow.warning .search-submit:hover {
    border-color: #805700;
    color: #805700;
}
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .comment-form input.alert.disabled:focus[type="submit"],
.button-group.hollow .comment-form input.alert.disabled:hover[type="submit"],
.button-group.hollow .comment-form input.alert.disabled[type="submit"],
.button-group.hollow .comment-form input.alert[disabled]:focus[type="submit"],
.button-group.hollow .comment-form input.alert[disabled]:hover[type="submit"],
.button-group.hollow .comment-form input.alert[disabled][type="submit"],
.button-group.hollow .comment-form input.alert[type="submit"],
.button-group.hollow .search-form .alert.disabled.search-submit,
.button-group.hollow .search-form .alert.disabled.search-submit:focus,
.button-group.hollow .search-form .alert.disabled.search-submit:hover,
.button-group.hollow .search-form .alert.search-submit,
.button-group.hollow .search-form .alert.search-submit[disabled],
.button-group.hollow .search-form .alert.search-submit[disabled]:focus,
.button-group.hollow .search-form .alert.search-submit[disabled]:hover,
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .comment-form input.disabled:focus[type="submit"],
.button-group.hollow.alert .comment-form input.disabled:hover[type="submit"],
.button-group.hollow.alert .comment-form input.disabled[type="submit"],
.button-group.hollow.alert .comment-form input[disabled]:focus[type="submit"],
.button-group.hollow.alert .comment-form input[disabled]:hover[type="submit"],
.button-group.hollow.alert .comment-form input[disabled][type="submit"],
.button-group.hollow.alert .comment-form input[type="submit"],
.button-group.hollow.alert .search-form .disabled.search-submit,
.button-group.hollow.alert .search-form .disabled.search-submit:focus,
.button-group.hollow.alert .search-form .disabled.search-submit:hover,
.button-group.hollow.alert .search-form .search-submit,
.button-group.hollow.alert .search-form .search-submit[disabled],
.button-group.hollow.alert .search-form .search-submit[disabled]:focus,
.button-group.hollow.alert .search-form .search-submit[disabled]:hover,
.comment-form .button-group.hollow input.alert.disabled:focus[type="submit"],
.comment-form .button-group.hollow input.alert.disabled:hover[type="submit"],
.comment-form .button-group.hollow input.alert.disabled[type="submit"],
.comment-form .button-group.hollow input.alert[disabled]:focus[type="submit"],
.comment-form .button-group.hollow input.alert[disabled]:hover[type="submit"],
.comment-form .button-group.hollow input.alert[disabled][type="submit"],
.comment-form .button-group.hollow input.alert[type="submit"],
.comment-form .button-group.hollow.alert input.disabled:focus[type="submit"],
.comment-form .button-group.hollow.alert input.disabled:hover[type="submit"],
.comment-form .button-group.hollow.alert input.disabled[type="submit"],
.comment-form .button-group.hollow.alert input[disabled]:focus[type="submit"],
.comment-form .button-group.hollow.alert input[disabled]:hover[type="submit"],
.comment-form .button-group.hollow.alert input[disabled][type="submit"],
.comment-form .button-group.hollow.alert input[type="submit"],
.search-form .button-group.hollow .alert.disabled.search-submit,
.search-form .button-group.hollow .alert.disabled.search-submit:focus,
.search-form .button-group.hollow .alert.disabled.search-submit:hover,
.search-form .button-group.hollow .alert.search-submit,
.search-form .button-group.hollow .alert.search-submit[disabled],
.search-form .button-group.hollow .alert.search-submit[disabled]:focus,
.search-form .button-group.hollow .alert.search-submit[disabled]:hover,
.search-form .button-group.hollow.alert .disabled.search-submit,
.search-form .button-group.hollow.alert .disabled.search-submit:focus,
.search-form .button-group.hollow.alert .disabled.search-submit:hover,
.search-form .button-group.hollow.alert .search-submit,
.search-form .button-group.hollow.alert .search-submit[disabled],
.search-form .button-group.hollow.alert .search-submit[disabled]:focus,
.search-form .button-group.hollow.alert .search-submit[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .comment-form input.alert:focus[type="submit"],
.button-group.hollow .comment-form input.alert:hover[type="submit"],
.button-group.hollow .search-form .alert.search-submit:focus,
.button-group.hollow .search-form .alert.search-submit:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .comment-form input:focus[type="submit"],
.button-group.hollow.alert .comment-form input:hover[type="submit"],
.button-group.hollow.alert .search-form .search-submit:focus,
.button-group.hollow.alert .search-form .search-submit:hover,
.comment-form .button-group.hollow input.alert:focus[type="submit"],
.comment-form .button-group.hollow input.alert:hover[type="submit"],
.comment-form .button-group.hollow.alert input:focus[type="submit"],
.comment-form .button-group.hollow.alert input:hover[type="submit"],
.search-form .button-group.hollow .alert.search-submit:focus,
.search-form .button-group.hollow .alert.search-submit:hover,
.search-form .button-group.hollow.alert .search-submit:focus,
.search-form .button-group.hollow.alert .search-submit:hover {
    border-color: #67251a;
    color: #67251a;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover,
.button-group.clear .comment-form input.disabled:focus[type="submit"],
.button-group.clear .comment-form input.disabled:hover[type="submit"],
.button-group.clear .comment-form input.disabled[type="submit"],
.button-group.clear .comment-form input:focus[type="submit"],
.button-group.clear .comment-form input:hover[type="submit"],
.button-group.clear .comment-form input[disabled]:focus[type="submit"],
.button-group.clear .comment-form input[disabled]:hover[type="submit"],
.button-group.clear .comment-form input[disabled][type="submit"],
.button-group.clear .comment-form input[type="submit"],
.button-group.clear .search-form .disabled.search-submit,
.button-group.clear .search-form .disabled.search-submit:focus,
.button-group.clear .search-form .disabled.search-submit:hover,
.button-group.clear .search-form .search-submit,
.button-group.clear .search-form .search-submit:focus,
.button-group.clear .search-form .search-submit:hover,
.button-group.clear .search-form .search-submit[disabled],
.button-group.clear .search-form .search-submit[disabled]:focus,
.button-group.clear .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.disabled:focus[type="submit"],
.comment-form .button-group.clear input.disabled:hover[type="submit"],
.comment-form .button-group.clear input.disabled[type="submit"],
.comment-form .button-group.clear input:focus[type="submit"],
.comment-form .button-group.clear input:hover[type="submit"],
.comment-form .button-group.clear input[disabled]:focus[type="submit"],
.comment-form .button-group.clear input[disabled]:hover[type="submit"],
.comment-form .button-group.clear input[disabled][type="submit"],
.comment-form .button-group.clear input[type="submit"],
.search-form .button-group.clear .disabled.search-submit,
.search-form .button-group.clear .disabled.search-submit:focus,
.search-form .button-group.clear .disabled.search-submit:hover,
.search-form .button-group.clear .search-submit,
.search-form .button-group.clear .search-submit:focus,
.search-form .button-group.clear .search-submit:hover,
.search-form .button-group.clear .search-submit[disabled],
.search-form .button-group.clear .search-submit[disabled]:focus,
.search-form .button-group.clear .search-submit[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover,
.button-group.clear .comment-form input.disabled:focus[type="submit"],
.button-group.clear .comment-form input.disabled:hover[type="submit"],
.button-group.clear .comment-form input.disabled[type="submit"],
.button-group.clear .comment-form input[disabled]:focus[type="submit"],
.button-group.clear .comment-form input[disabled]:hover[type="submit"],
.button-group.clear .comment-form input[disabled][type="submit"],
.button-group.clear .comment-form input[type="submit"],
.button-group.clear .search-form .disabled.search-submit,
.button-group.clear .search-form .disabled.search-submit:focus,
.button-group.clear .search-form .disabled.search-submit:hover,
.button-group.clear .search-form .search-submit,
.button-group.clear .search-form .search-submit[disabled],
.button-group.clear .search-form .search-submit[disabled]:focus,
.button-group.clear .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.disabled:focus[type="submit"],
.comment-form .button-group.clear input.disabled:hover[type="submit"],
.comment-form .button-group.clear input.disabled[type="submit"],
.comment-form .button-group.clear input[disabled]:focus[type="submit"],
.comment-form .button-group.clear input[disabled]:hover[type="submit"],
.comment-form .button-group.clear input[disabled][type="submit"],
.comment-form .button-group.clear input[type="submit"],
.search-form .button-group.clear .disabled.search-submit,
.search-form .button-group.clear .disabled.search-submit:focus,
.search-form .button-group.clear .disabled.search-submit:hover,
.search-form .button-group.clear .search-submit,
.search-form .button-group.clear .search-submit[disabled],
.search-form .button-group.clear .search-submit[disabled]:focus,
.search-form .button-group.clear .search-submit[disabled]:hover {
    color: #1779ba;
}
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .comment-form input:focus[type="submit"],
.button-group.clear .comment-form input:hover[type="submit"],
.button-group.clear .search-form .search-submit:focus,
.button-group.clear .search-form .search-submit:hover,
.comment-form .button-group.clear input:focus[type="submit"],
.comment-form .button-group.clear input:hover[type="submit"],
.search-form .button-group.clear .search-submit:focus,
.search-form .button-group.clear .search-submit:hover {
    color: #0c3d5d;
}
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .comment-form input.primary.disabled:focus[type="submit"],
.button-group.clear .comment-form input.primary.disabled:hover[type="submit"],
.button-group.clear .comment-form input.primary.disabled[type="submit"],
.button-group.clear .comment-form input.primary[disabled]:focus[type="submit"],
.button-group.clear .comment-form input.primary[disabled]:hover[type="submit"],
.button-group.clear .comment-form input.primary[disabled][type="submit"],
.button-group.clear .comment-form input.primary[type="submit"],
.button-group.clear .search-form .primary.disabled.search-submit,
.button-group.clear .search-form .primary.disabled.search-submit:focus,
.button-group.clear .search-form .primary.disabled.search-submit:hover,
.button-group.clear .search-form .primary.search-submit,
.button-group.clear .search-form .primary.search-submit[disabled],
.button-group.clear .search-form .primary.search-submit[disabled]:focus,
.button-group.clear .search-form .primary.search-submit[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .comment-form input.disabled:focus[type="submit"],
.button-group.clear.primary .comment-form input.disabled:hover[type="submit"],
.button-group.clear.primary .comment-form input.disabled[type="submit"],
.button-group.clear.primary .comment-form input[disabled]:focus[type="submit"],
.button-group.clear.primary .comment-form input[disabled]:hover[type="submit"],
.button-group.clear.primary .comment-form input[disabled][type="submit"],
.button-group.clear.primary .comment-form input[type="submit"],
.button-group.clear.primary .search-form .disabled.search-submit,
.button-group.clear.primary .search-form .disabled.search-submit:focus,
.button-group.clear.primary .search-form .disabled.search-submit:hover,
.button-group.clear.primary .search-form .search-submit,
.button-group.clear.primary .search-form .search-submit[disabled],
.button-group.clear.primary .search-form .search-submit[disabled]:focus,
.button-group.clear.primary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.primary.disabled:focus[type="submit"],
.comment-form .button-group.clear input.primary.disabled:hover[type="submit"],
.comment-form .button-group.clear input.primary.disabled[type="submit"],
.comment-form .button-group.clear input.primary[disabled]:focus[type="submit"],
.comment-form .button-group.clear input.primary[disabled]:hover[type="submit"],
.comment-form .button-group.clear input.primary[disabled][type="submit"],
.comment-form .button-group.clear input.primary[type="submit"],
.comment-form .button-group.clear.primary input.disabled:focus[type="submit"],
.comment-form .button-group.clear.primary input.disabled:hover[type="submit"],
.comment-form .button-group.clear.primary input.disabled[type="submit"],
.comment-form .button-group.clear.primary input[disabled]:focus[type="submit"],
.comment-form .button-group.clear.primary input[disabled]:hover[type="submit"],
.comment-form .button-group.clear.primary input[disabled][type="submit"],
.comment-form .button-group.clear.primary input[type="submit"],
.search-form .button-group.clear .primary.disabled.search-submit,
.search-form .button-group.clear .primary.disabled.search-submit:focus,
.search-form .button-group.clear .primary.disabled.search-submit:hover,
.search-form .button-group.clear .primary.search-submit,
.search-form .button-group.clear .primary.search-submit[disabled],
.search-form .button-group.clear .primary.search-submit[disabled]:focus,
.search-form .button-group.clear .primary.search-submit[disabled]:hover,
.search-form .button-group.clear.primary .disabled.search-submit,
.search-form .button-group.clear.primary .disabled.search-submit:focus,
.search-form .button-group.clear.primary .disabled.search-submit:hover,
.search-form .button-group.clear.primary .search-submit,
.search-form .button-group.clear.primary .search-submit[disabled],
.search-form .button-group.clear.primary .search-submit[disabled]:focus,
.search-form .button-group.clear.primary .search-submit[disabled]:hover {
    color: #1779ba;
}
.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .comment-form input.primary:focus[type="submit"],
.button-group.clear .comment-form input.primary:hover[type="submit"],
.button-group.clear .search-form .primary.search-submit:focus,
.button-group.clear .search-form .primary.search-submit:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover,
.button-group.clear.primary .comment-form input:focus[type="submit"],
.button-group.clear.primary .comment-form input:hover[type="submit"],
.button-group.clear.primary .search-form .search-submit:focus,
.button-group.clear.primary .search-form .search-submit:hover,
.comment-form .button-group.clear input.primary:focus[type="submit"],
.comment-form .button-group.clear input.primary:hover[type="submit"],
.comment-form .button-group.clear.primary input:focus[type="submit"],
.comment-form .button-group.clear.primary input:hover[type="submit"],
.search-form .button-group.clear .primary.search-submit:focus,
.search-form .button-group.clear .primary.search-submit:hover,
.search-form .button-group.clear.primary .search-submit:focus,
.search-form .button-group.clear.primary .search-submit:hover {
    color: #0c3d5d;
}
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .comment-form input.disabled:focus[type="submit"],
.button-group.clear .comment-form input.disabled:hover[type="submit"],
.button-group.clear .comment-form input.disabled[type="submit"],
.button-group.clear .comment-form input[disabled]:focus[type="submit"],
.button-group.clear .comment-form input[disabled]:hover[type="submit"],
.button-group.clear .comment-form input[disabled][type="submit"],
.button-group.clear .comment-form input[type="submit"],
.button-group.clear .search-form .disabled.search-submit,
.button-group.clear .search-form .disabled.search-submit:focus,
.button-group.clear .search-form .disabled.search-submit:hover,
.button-group.clear .search-form .search-submit,
.button-group.clear .search-form .search-submit[disabled],
.button-group.clear .search-form .search-submit[disabled]:focus,
.button-group.clear .search-form .search-submit[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .comment-form input.disabled:focus[type="submit"],
.button-group.clear.secondary .comment-form input.disabled:hover[type="submit"],
.button-group.clear.secondary .comment-form input.disabled[type="submit"],
.button-group.clear.secondary .comment-form input[disabled]:focus[type="submit"],
.button-group.clear.secondary .comment-form input[disabled]:hover[type="submit"],
.button-group.clear.secondary .comment-form input[disabled][type="submit"],
.button-group.clear.secondary .comment-form input[type="submit"],
.button-group.clear.secondary .search-form .disabled.search-submit,
.button-group.clear.secondary .search-form .disabled.search-submit:focus,
.button-group.clear.secondary .search-form .disabled.search-submit:hover,
.button-group.clear.secondary .search-form .search-submit,
.button-group.clear.secondary .search-form .search-submit[disabled],
.button-group.clear.secondary .search-form .search-submit[disabled]:focus,
.button-group.clear.secondary .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.disabled:focus[type="submit"],
.comment-form .button-group.clear input.disabled:hover[type="submit"],
.comment-form .button-group.clear input.disabled[type="submit"],
.comment-form .button-group.clear input[disabled]:focus[type="submit"],
.comment-form .button-group.clear input[disabled]:hover[type="submit"],
.comment-form .button-group.clear input[disabled][type="submit"],
.comment-form .button-group.clear input[type="submit"],
.comment-form .button-group.clear.secondary input.disabled:focus[type="submit"],
.comment-form .button-group.clear.secondary input.disabled:hover[type="submit"],
.comment-form .button-group.clear.secondary input.disabled[type="submit"],
.comment-form .button-group.clear.secondary input[disabled]:focus[type="submit"],
.comment-form .button-group.clear.secondary input[disabled]:hover[type="submit"],
.comment-form .button-group.clear.secondary input[disabled][type="submit"],
.comment-form .button-group.clear.secondary input[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input.disabled:focus[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input.disabled:hover[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input.disabled[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input[disabled]:focus[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input[disabled]:hover[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input[disabled][type="submit"],
.comment-form .search-form .button-group.clear.search-submit input[type="submit"],
.comment-form input.button-group.clear[type="submit"] .button,
.comment-form input.button-group.clear[type="submit"] .button.disabled,
.comment-form input.button-group.clear[type="submit"] .button.disabled:focus,
.comment-form input.button-group.clear[type="submit"] .button.disabled:hover,
.comment-form input.button-group.clear[type="submit"] .button[disabled],
.comment-form input.button-group.clear[type="submit"] .button[disabled]:focus,
.comment-form input.button-group.clear[type="submit"] .button[disabled]:hover,
.comment-form input.button-group.clear[type="submit"] .search-form .disabled.search-submit,
.comment-form input.button-group.clear[type="submit"] .search-form .disabled.search-submit:focus,
.comment-form input.button-group.clear[type="submit"] .search-form .disabled.search-submit:hover,
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit,
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit[disabled],
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit[disabled]:focus,
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit[disabled]:hover,
.comment-form input.button-group.clear[type="submit"] input.disabled:focus[type="submit"],
.comment-form input.button-group.clear[type="submit"] input.disabled:hover[type="submit"],
.comment-form input.button-group.clear[type="submit"] input.disabled[type="submit"],
.comment-form input.button-group.clear[type="submit"] input[disabled]:focus[type="submit"],
.comment-form input.button-group.clear[type="submit"] input[disabled]:hover[type="submit"],
.comment-form input.button-group.clear[type="submit"] input[disabled][type="submit"],
.comment-form input.button-group.clear[type="submit"] input[type="submit"],
.search-form .button-group.clear .disabled.search-submit,
.search-form .button-group.clear .disabled.search-submit:focus,
.search-form .button-group.clear .disabled.search-submit:hover,
.search-form .button-group.clear .search-submit,
.search-form .button-group.clear .search-submit[disabled],
.search-form .button-group.clear .search-submit[disabled]:focus,
.search-form .button-group.clear .search-submit[disabled]:hover,
.search-form .button-group.clear.search-submit .button,
.search-form .button-group.clear.search-submit .button.disabled,
.search-form .button-group.clear.search-submit .button.disabled:focus,
.search-form .button-group.clear.search-submit .button.disabled:hover,
.search-form .button-group.clear.search-submit .button[disabled],
.search-form .button-group.clear.search-submit .button[disabled]:focus,
.search-form .button-group.clear.search-submit .button[disabled]:hover,
.search-form .button-group.clear.search-submit .comment-form input.disabled:focus[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input.disabled:hover[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input.disabled[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input[disabled]:focus[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input[disabled]:hover[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input[disabled][type="submit"],
.search-form .button-group.clear.search-submit .comment-form input[type="submit"],
.search-form .button-group.clear.search-submit .disabled.search-submit,
.search-form .button-group.clear.search-submit .disabled.search-submit:focus,
.search-form .button-group.clear.search-submit .disabled.search-submit:hover,
.search-form .button-group.clear.search-submit .search-submit,
.search-form .button-group.clear.search-submit .search-submit[disabled],
.search-form .button-group.clear.search-submit .search-submit[disabled]:focus,
.search-form .button-group.clear.search-submit .search-submit[disabled]:hover,
.search-form .button-group.clear.secondary .disabled.search-submit,
.search-form .button-group.clear.secondary .disabled.search-submit:focus,
.search-form .button-group.clear.secondary .disabled.search-submit:hover,
.search-form .button-group.clear.secondary .search-submit,
.search-form .button-group.clear.secondary .search-submit[disabled],
.search-form .button-group.clear.secondary .search-submit[disabled]:focus,
.search-form .button-group.clear.secondary .search-submit[disabled]:hover,
.search-form .comment-form input.button-group.clear[type="submit"] .disabled.search-submit,
.search-form .comment-form input.button-group.clear[type="submit"] .disabled.search-submit:focus,
.search-form .comment-form input.button-group.clear[type="submit"] .disabled.search-submit:hover,
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit,
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit[disabled],
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit[disabled]:focus,
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit[disabled]:hover {
    color: #767676;
}
.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .comment-form input:focus[type="submit"],
.button-group.clear .comment-form input:hover[type="submit"],
.button-group.clear .search-form .search-submit:focus,
.button-group.clear .search-form .search-submit:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .comment-form input:focus[type="submit"],
.button-group.clear.secondary .comment-form input:hover[type="submit"],
.button-group.clear.secondary .search-form .search-submit:focus,
.button-group.clear.secondary .search-form .search-submit:hover,
.comment-form .button-group.clear input:focus[type="submit"],
.comment-form .button-group.clear input:hover[type="submit"],
.comment-form .button-group.clear.secondary input:focus[type="submit"],
.comment-form .button-group.clear.secondary input:hover[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input:focus[type="submit"],
.comment-form .search-form .button-group.clear.search-submit input:hover[type="submit"],
.comment-form input.button-group.clear[type="submit"] .button:focus,
.comment-form input.button-group.clear[type="submit"] .button:hover,
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit:focus,
.comment-form input.button-group.clear[type="submit"] .search-form .search-submit:hover,
.comment-form input.button-group.clear[type="submit"] input:focus[type="submit"],
.comment-form input.button-group.clear[type="submit"] input:hover[type="submit"],
.search-form .button-group.clear .search-submit:focus,
.search-form .button-group.clear .search-submit:hover,
.search-form .button-group.clear.search-submit .button:focus,
.search-form .button-group.clear.search-submit .button:hover,
.search-form .button-group.clear.search-submit .comment-form input:focus[type="submit"],
.search-form .button-group.clear.search-submit .comment-form input:hover[type="submit"],
.search-form .button-group.clear.search-submit .search-submit:focus,
.search-form .button-group.clear.search-submit .search-submit:hover,
.search-form .button-group.clear.secondary .search-submit:focus,
.search-form .button-group.clear.secondary .search-submit:hover,
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit:focus,
.search-form .comment-form input.button-group.clear[type="submit"] .search-submit:hover {
    color: #3b3b3b;
}
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .comment-form input.success.disabled:focus[type="submit"],
.button-group.clear .comment-form input.success.disabled:hover[type="submit"],
.button-group.clear .comment-form input.success.disabled[type="submit"],
.button-group.clear .comment-form input.success[disabled]:focus[type="submit"],
.button-group.clear .comment-form input.success[disabled]:hover[type="submit"],
.button-group.clear .comment-form input.success[disabled][type="submit"],
.button-group.clear .comment-form input.success[type="submit"],
.button-group.clear .search-form .success.disabled.search-submit,
.button-group.clear .search-form .success.disabled.search-submit:focus,
.button-group.clear .search-form .success.disabled.search-submit:hover,
.button-group.clear .search-form .success.search-submit,
.button-group.clear .search-form .success.search-submit[disabled],
.button-group.clear .search-form .success.search-submit[disabled]:focus,
.button-group.clear .search-form .success.search-submit[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .comment-form input.disabled:focus[type="submit"],
.button-group.clear.success .comment-form input.disabled:hover[type="submit"],
.button-group.clear.success .comment-form input.disabled[type="submit"],
.button-group.clear.success .comment-form input[disabled]:focus[type="submit"],
.button-group.clear.success .comment-form input[disabled]:hover[type="submit"],
.button-group.clear.success .comment-form input[disabled][type="submit"],
.button-group.clear.success .comment-form input[type="submit"],
.button-group.clear.success .search-form .disabled.search-submit,
.button-group.clear.success .search-form .disabled.search-submit:focus,
.button-group.clear.success .search-form .disabled.search-submit:hover,
.button-group.clear.success .search-form .search-submit,
.button-group.clear.success .search-form .search-submit[disabled],
.button-group.clear.success .search-form .search-submit[disabled]:focus,
.button-group.clear.success .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.success.disabled:focus[type="submit"],
.comment-form .button-group.clear input.success.disabled:hover[type="submit"],
.comment-form .button-group.clear input.success.disabled[type="submit"],
.comment-form .button-group.clear input.success[disabled]:focus[type="submit"],
.comment-form .button-group.clear input.success[disabled]:hover[type="submit"],
.comment-form .button-group.clear input.success[disabled][type="submit"],
.comment-form .button-group.clear input.success[type="submit"],
.comment-form .button-group.clear.success input.disabled:focus[type="submit"],
.comment-form .button-group.clear.success input.disabled:hover[type="submit"],
.comment-form .button-group.clear.success input.disabled[type="submit"],
.comment-form .button-group.clear.success input[disabled]:focus[type="submit"],
.comment-form .button-group.clear.success input[disabled]:hover[type="submit"],
.comment-form .button-group.clear.success input[disabled][type="submit"],
.comment-form .button-group.clear.success input[type="submit"],
.search-form .button-group.clear .success.disabled.search-submit,
.search-form .button-group.clear .success.disabled.search-submit:focus,
.search-form .button-group.clear .success.disabled.search-submit:hover,
.search-form .button-group.clear .success.search-submit,
.search-form .button-group.clear .success.search-submit[disabled],
.search-form .button-group.clear .success.search-submit[disabled]:focus,
.search-form .button-group.clear .success.search-submit[disabled]:hover,
.search-form .button-group.clear.success .disabled.search-submit,
.search-form .button-group.clear.success .disabled.search-submit:focus,
.search-form .button-group.clear.success .disabled.search-submit:hover,
.search-form .button-group.clear.success .search-submit,
.search-form .button-group.clear.success .search-submit[disabled],
.search-form .button-group.clear.success .search-submit[disabled]:focus,
.search-form .button-group.clear.success .search-submit[disabled]:hover {
    color: #3adb76;
}
.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear .comment-form input.success:focus[type="submit"],
.button-group.clear .comment-form input.success:hover[type="submit"],
.button-group.clear .search-form .success.search-submit:focus,
.button-group.clear .search-form .success.search-submit:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover,
.button-group.clear.success .comment-form input:focus[type="submit"],
.button-group.clear.success .comment-form input:hover[type="submit"],
.button-group.clear.success .search-form .search-submit:focus,
.button-group.clear.success .search-form .search-submit:hover,
.comment-form .button-group.clear input.success:focus[type="submit"],
.comment-form .button-group.clear input.success:hover[type="submit"],
.comment-form .button-group.clear.success input:focus[type="submit"],
.comment-form .button-group.clear.success input:hover[type="submit"],
.search-form .button-group.clear .success.search-submit:focus,
.search-form .button-group.clear .success.search-submit:hover,
.search-form .button-group.clear.success .search-submit:focus,
.search-form .button-group.clear.success .search-submit:hover {
    color: #157539;
}
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .comment-form input.warning.disabled:focus[type="submit"],
.button-group.clear .comment-form input.warning.disabled:hover[type="submit"],
.button-group.clear .comment-form input.warning.disabled[type="submit"],
.button-group.clear .comment-form input.warning[disabled]:focus[type="submit"],
.button-group.clear .comment-form input.warning[disabled]:hover[type="submit"],
.button-group.clear .comment-form input.warning[disabled][type="submit"],
.button-group.clear .comment-form input.warning[type="submit"],
.button-group.clear .search-form .warning.disabled.search-submit,
.button-group.clear .search-form .warning.disabled.search-submit:focus,
.button-group.clear .search-form .warning.disabled.search-submit:hover,
.button-group.clear .search-form .warning.search-submit,
.button-group.clear .search-form .warning.search-submit[disabled],
.button-group.clear .search-form .warning.search-submit[disabled]:focus,
.button-group.clear .search-form .warning.search-submit[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .comment-form input.disabled:focus[type="submit"],
.button-group.clear.warning .comment-form input.disabled:hover[type="submit"],
.button-group.clear.warning .comment-form input.disabled[type="submit"],
.button-group.clear.warning .comment-form input[disabled]:focus[type="submit"],
.button-group.clear.warning .comment-form input[disabled]:hover[type="submit"],
.button-group.clear.warning .comment-form input[disabled][type="submit"],
.button-group.clear.warning .comment-form input[type="submit"],
.button-group.clear.warning .search-form .disabled.search-submit,
.button-group.clear.warning .search-form .disabled.search-submit:focus,
.button-group.clear.warning .search-form .disabled.search-submit:hover,
.button-group.clear.warning .search-form .search-submit,
.button-group.clear.warning .search-form .search-submit[disabled],
.button-group.clear.warning .search-form .search-submit[disabled]:focus,
.button-group.clear.warning .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.warning.disabled:focus[type="submit"],
.comment-form .button-group.clear input.warning.disabled:hover[type="submit"],
.comment-form .button-group.clear input.warning.disabled[type="submit"],
.comment-form .button-group.clear input.warning[disabled]:focus[type="submit"],
.comment-form .button-group.clear input.warning[disabled]:hover[type="submit"],
.comment-form .button-group.clear input.warning[disabled][type="submit"],
.comment-form .button-group.clear input.warning[type="submit"],
.comment-form .button-group.clear.warning input.disabled:focus[type="submit"],
.comment-form .button-group.clear.warning input.disabled:hover[type="submit"],
.comment-form .button-group.clear.warning input.disabled[type="submit"],
.comment-form .button-group.clear.warning input[disabled]:focus[type="submit"],
.comment-form .button-group.clear.warning input[disabled]:hover[type="submit"],
.comment-form .button-group.clear.warning input[disabled][type="submit"],
.comment-form .button-group.clear.warning input[type="submit"],
.search-form .button-group.clear .warning.disabled.search-submit,
.search-form .button-group.clear .warning.disabled.search-submit:focus,
.search-form .button-group.clear .warning.disabled.search-submit:hover,
.search-form .button-group.clear .warning.search-submit,
.search-form .button-group.clear .warning.search-submit[disabled],
.search-form .button-group.clear .warning.search-submit[disabled]:focus,
.search-form .button-group.clear .warning.search-submit[disabled]:hover,
.search-form .button-group.clear.warning .disabled.search-submit,
.search-form .button-group.clear.warning .disabled.search-submit:focus,
.search-form .button-group.clear.warning .disabled.search-submit:hover,
.search-form .button-group.clear.warning .search-submit,
.search-form .button-group.clear.warning .search-submit[disabled],
.search-form .button-group.clear.warning .search-submit[disabled]:focus,
.search-form .button-group.clear.warning .search-submit[disabled]:hover {
    color: #ffae00;
}
.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .comment-form input.warning:focus[type="submit"],
.button-group.clear .comment-form input.warning:hover[type="submit"],
.button-group.clear .search-form .warning.search-submit:focus,
.button-group.clear .search-form .warning.search-submit:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover,
.button-group.clear.warning .comment-form input:focus[type="submit"],
.button-group.clear.warning .comment-form input:hover[type="submit"],
.button-group.clear.warning .search-form .search-submit:focus,
.button-group.clear.warning .search-form .search-submit:hover,
.comment-form .button-group.clear input.warning:focus[type="submit"],
.comment-form .button-group.clear input.warning:hover[type="submit"],
.comment-form .button-group.clear.warning input:focus[type="submit"],
.comment-form .button-group.clear.warning input:hover[type="submit"],
.search-form .button-group.clear .warning.search-submit:focus,
.search-form .button-group.clear .warning.search-submit:hover,
.search-form .button-group.clear.warning .search-submit:focus,
.search-form .button-group.clear.warning .search-submit:hover {
    color: #805700;
}
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .comment-form input.alert.disabled:focus[type="submit"],
.button-group.clear .comment-form input.alert.disabled:hover[type="submit"],
.button-group.clear .comment-form input.alert.disabled[type="submit"],
.button-group.clear .comment-form input.alert[disabled]:focus[type="submit"],
.button-group.clear .comment-form input.alert[disabled]:hover[type="submit"],
.button-group.clear .comment-form input.alert[disabled][type="submit"],
.button-group.clear .comment-form input.alert[type="submit"],
.button-group.clear .search-form .alert.disabled.search-submit,
.button-group.clear .search-form .alert.disabled.search-submit:focus,
.button-group.clear .search-form .alert.disabled.search-submit:hover,
.button-group.clear .search-form .alert.search-submit,
.button-group.clear .search-form .alert.search-submit[disabled],
.button-group.clear .search-form .alert.search-submit[disabled]:focus,
.button-group.clear .search-form .alert.search-submit[disabled]:hover,
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .comment-form input.disabled:focus[type="submit"],
.button-group.clear.alert .comment-form input.disabled:hover[type="submit"],
.button-group.clear.alert .comment-form input.disabled[type="submit"],
.button-group.clear.alert .comment-form input[disabled]:focus[type="submit"],
.button-group.clear.alert .comment-form input[disabled]:hover[type="submit"],
.button-group.clear.alert .comment-form input[disabled][type="submit"],
.button-group.clear.alert .comment-form input[type="submit"],
.button-group.clear.alert .search-form .disabled.search-submit,
.button-group.clear.alert .search-form .disabled.search-submit:focus,
.button-group.clear.alert .search-form .disabled.search-submit:hover,
.button-group.clear.alert .search-form .search-submit,
.button-group.clear.alert .search-form .search-submit[disabled],
.button-group.clear.alert .search-form .search-submit[disabled]:focus,
.button-group.clear.alert .search-form .search-submit[disabled]:hover,
.comment-form .button-group.clear input.alert.disabled:focus[type="submit"],
.comment-form .button-group.clear input.alert.disabled:hover[type="submit"],
.comment-form .button-group.clear input.alert.disabled[type="submit"],
.comment-form .button-group.clear input.alert[disabled]:focus[type="submit"],
.comment-form .button-group.clear input.alert[disabled]:hover[type="submit"],
.comment-form .button-group.clear input.alert[disabled][type="submit"],
.comment-form .button-group.clear input.alert[type="submit"],
.comment-form .button-group.clear.alert input.disabled:focus[type="submit"],
.comment-form .button-group.clear.alert input.disabled:hover[type="submit"],
.comment-form .button-group.clear.alert input.disabled[type="submit"],
.comment-form .button-group.clear.alert input[disabled]:focus[type="submit"],
.comment-form .button-group.clear.alert input[disabled]:hover[type="submit"],
.comment-form .button-group.clear.alert input[disabled][type="submit"],
.comment-form .button-group.clear.alert input[type="submit"],
.search-form .button-group.clear .alert.disabled.search-submit,
.search-form .button-group.clear .alert.disabled.search-submit:focus,
.search-form .button-group.clear .alert.disabled.search-submit:hover,
.search-form .button-group.clear .alert.search-submit,
.search-form .button-group.clear .alert.search-submit[disabled],
.search-form .button-group.clear .alert.search-submit[disabled]:focus,
.search-form .button-group.clear .alert.search-submit[disabled]:hover,
.search-form .button-group.clear.alert .disabled.search-submit,
.search-form .button-group.clear.alert .disabled.search-submit:focus,
.search-form .button-group.clear.alert .disabled.search-submit:hover,
.search-form .button-group.clear.alert .search-submit,
.search-form .button-group.clear.alert .search-submit[disabled],
.search-form .button-group.clear.alert .search-submit[disabled]:focus,
.search-form .button-group.clear.alert .search-submit[disabled]:hover {
    color: #cc4b37;
}
.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .comment-form input.alert:focus[type="submit"],
.button-group.clear .comment-form input.alert:hover[type="submit"],
.button-group.clear .search-form .alert.search-submit:focus,
.button-group.clear .search-form .alert.search-submit:hover,
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover,
.button-group.clear.alert .comment-form input:focus[type="submit"],
.button-group.clear.alert .comment-form input:hover[type="submit"],
.button-group.clear.alert .search-form .search-submit:focus,
.button-group.clear.alert .search-form .search-submit:hover,
.comment-form .button-group.clear input.alert:focus[type="submit"],
.comment-form .button-group.clear input.alert:hover[type="submit"],
.comment-form .button-group.clear.alert input:focus[type="submit"],
.comment-form .button-group.clear.alert input:hover[type="submit"],
.search-form .button-group.clear .alert.search-submit:focus,
.search-form .button-group.clear .alert.search-submit:hover,
.search-form .button-group.clear.alert .search-submit:focus,
.search-form .button-group.clear.alert .search-submit:hover {
    color: #67251a;
}
.button-group.no-gaps .button,
.button-group.no-gaps .comment-form input[type="submit"],
.button-group.no-gaps .search-form .search-submit,
.comment-form .button-group.no-gaps input[type="submit"],
.search-form .button-group.no-gaps .search-submit {
    margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button,
.button-group.no-gaps .comment-form .button + input[type="submit"],
.button-group.no-gaps .comment-form .search-form input[type="submit"] + .search-submit,
.button-group.no-gaps .comment-form input[type="submit"] + .button,
.button-group.no-gaps .comment-form input[type="submit"] + input[type="submit"],
.button-group.no-gaps .search-form .button + .search-submit,
.button-group.no-gaps .search-form .comment-form .search-submit + input[type="submit"],
.button-group.no-gaps .search-form .search-submit + .button,
.button-group.no-gaps .search-form .search-submit + .search-submit,
.comment-form .button-group.no-gaps .button + input[type="submit"],
.comment-form .button-group.no-gaps .search-form .search-submit + input[type="submit"],
.comment-form .button-group.no-gaps .search-form input[type="submit"] + .search-submit,
.comment-form .button-group.no-gaps input[type="submit"] + .button,
.comment-form .button-group.no-gaps input[type="submit"] + input[type="submit"],
.comment-form .search-form .button-group.no-gaps .search-submit + input[type="submit"],
.search-form .button-group.no-gaps .button + .search-submit,
.search-form .button-group.no-gaps .comment-form .search-submit + input[type="submit"],
.search-form .button-group.no-gaps .comment-form input[type="submit"] + .search-submit,
.search-form .button-group.no-gaps .search-submit + .button,
.search-form .button-group.no-gaps .search-submit + .search-submit,
.search-form .comment-form .button-group.no-gaps input[type="submit"] + .search-submit {
    border-left-color: transparent;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked .comment-form input[type="submit"],
.button-group.stacked .search-form .search-submit,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-medium .comment-form input[type="submit"],
.button-group.stacked-for-medium .search-form .search-submit,
.button-group.stacked-for-small .button,
.button-group.stacked-for-small .comment-form input[type="submit"],
.button-group.stacked-for-small .search-form .search-submit,
.comment-form .button-group.stacked input[type="submit"],
.comment-form .button-group.stacked-for-medium input[type="submit"],
.comment-form .button-group.stacked-for-small input[type="submit"],
.search-form .button-group.stacked .search-submit,
.search-form .button-group.stacked-for-medium .search-submit,
.search-form .button-group.stacked-for-small .search-submit {
    flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked .comment-form input:last-child[type="submit"],
.button-group.stacked .search-form .search-submit:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-medium .comment-form input:last-child[type="submit"],
.button-group.stacked-for-medium .search-form .search-submit:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-small .comment-form input:last-child[type="submit"],
.button-group.stacked-for-small .search-form .search-submit:last-child,
.comment-form .button-group.stacked input:last-child[type="submit"],
.comment-form .button-group.stacked-for-medium input:last-child[type="submit"],
.comment-form .button-group.stacked-for-small input:last-child[type="submit"],
.search-form .button-group.stacked .search-submit:last-child,
.search-form .button-group.stacked-for-medium .search-submit:last-child,
.search-form .button-group.stacked-for-small .search-submit:last-child {
    margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-medium.expanded .comment-form input[type="submit"],
.button-group.stacked-for-medium.expanded .search-form .search-submit,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-small.expanded .comment-form input[type="submit"],
.button-group.stacked-for-small.expanded .search-form .search-submit,
.button-group.stacked.expanded .button,
.button-group.stacked.expanded .comment-form input[type="submit"],
.button-group.stacked.expanded .search-form .search-submit,
.comment-form .button-group.stacked-for-medium.expanded input[type="submit"],
.comment-form .button-group.stacked-for-small.expanded input[type="submit"],
.comment-form .button-group.stacked.expanded input[type="submit"],
.search-form .button-group.stacked-for-medium.expanded .search-submit,
.search-form .button-group.stacked-for-small.expanded .search-submit,
.search-form .button-group.stacked.expanded .search-submit {
    flex: 1 1 0px;
    margin-right: 0;
}
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button,
    .button-group.stacked-for-small .comment-form input[type="submit"],
    .button-group.stacked-for-small .search-form .search-submit,
    .comment-form .button-group.stacked-for-small input[type="submit"],
    .search-form .button-group.stacked-for-small .search-submit {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button,
    .button-group.stacked-for-medium .comment-form input[type="submit"],
    .button-group.stacked-for-medium .search-form .search-submit,
    .comment-form .button-group.stacked-for-medium input[type="submit"],
    .search-form .button-group.stacked-for-medium .search-submit {
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block;
    }
    .button-group.stacked-for-small.expanded .button,
    .button-group.stacked-for-small.expanded .comment-form input[type="submit"],
    .button-group.stacked-for-small.expanded .search-form .search-submit,
    .comment-form .button-group.stacked-for-small.expanded input[type="submit"],
    .search-form .button-group.stacked-for-small.expanded .search-submit {
        display: block;
        margin-right: 0;
    }
}
@media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block;
    }
    .button-group.stacked-for-medium.expanded .button,
    .button-group.stacked-for-medium.expanded .comment-form input[type="submit"],
    .button-group.stacked-for-medium.expanded .search-form .search-submit,
    .comment-form .button-group.stacked-for-medium.expanded input[type="submit"],
    .search-form .button-group.stacked-for-medium.expanded .search-submit {
        display: block;
        margin-right: 0;
    }
}
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}
.callout > :first-child {
    margin-top: 0;
}
.callout > :last-child {
    margin-bottom: 0;
}
.callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a;
}
.callout.secondary,
.comment-form input.callout[type="submit"],
.search-form .callout.search-submit {
    background-color: #eaeaea;
    color: #0a0a0a;
}
.callout.success {
    background-color: #e1faea;
    color: #0a0a0a;
}
.callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a;
}
.callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}
.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}
.card > :last-child {
    margin-bottom: 0;
}
.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6;
}
.card-divider > :last-child {
    margin-bottom: 0;
}
.card-section {
    flex: 1 0 auto;
    padding: 1rem;
}
.card-section > :last-child {
    margin-bottom: 0;
}
.card-image {
    min-height: 1px;
}
.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #0a0a0a;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.comment-form .menu input[type="submit"],
.menu .button,
.menu .comment-form input[type="submit"],
.menu .search-form .search-submit,
.menu a,
.search-form .menu .search-submit {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row;
}
.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column;
}
.menu.expanded li {
    flex: 1 1 0px;
}
.menu.simple {
    align-items: center;
}
.menu.simple li + li {
    margin-left: 1rem;
}
.menu.simple a {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.medium-expanded li {
        flex: 1 1 0px;
    }
    .menu.medium-simple li {
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .menu.large-expanded li {
        flex: 1 1 0px;
    }
    .menu.large-simple li {
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icons a {
    display: flex;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: flex;
}
.menu.icon-left li a {
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .is-active > a {
    background: #1779ba;
    color: #fefefe;
}
.menu .active > a {
    background: #1779ba;
    color: #fefefe;
}
.menu.align-left {
    justify-content: flex-start;
}
.menu.align-right li {
    display: flex;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    justify-content: flex-start;
}
.menu.align-right.vertical li {
    display: block;
    text-align: right;
}
.menu.align-right.vertical li .submenu li {
    text-align: right;
}
.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: flex;
    justify-content: center;
}
.menu.align-center li .submenu li {
    justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu {
    justify-content: center;
}
.menu-centered > .menu li {
    display: flex;
    justify-content: center;
}
.menu-centered > .menu li .submenu li {
    justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
    display: none;
}
.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: "";
}
.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer;
}
.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: "";
}
.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.icon-caret{
    background-image: url(https://cdn.shopify.com/s/files/1/2451/0225/files/caret.svg?v=1640034162);
    display: inline-block;
    width: 18px;
    height: 8px;
    background-size: 100% 100%;
}
.menu-item.menu-item-has-children{
    cursor: pointer;
    overflow: hidden;
}
.menu-item.menu-item-has-children .menu-item__title{
    position: relative;
    right: 0;
}
.menu-item.menu-item-has-children .menu-item__title .toggle-mobile{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 60px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}
@media print, screen and (min-width: 992px) {
    .menu-item.menu-item-has-children .menu-item__title .toggle-mobile{
        display: none;
    }
}
.menu-item.menu-item-has-children .menu-item__title .icon-caret.open{
    transform: rotate(180deg);
}
.nav-menu__container-dropdown{
    display: none;
}
.nav-menu__container-dropdown.open{
    display: block;
}
.is-drilldown {
    position: relative;
    overflow: hidden;
}
.is-drilldown li {
    display: block;
}
.is-drilldown.animate-height {
    transition: height 0.5s;
}
@media (prefers-reduced-motion){
    .is-drilldown.animate-height {
        transition: none;
    }
}
.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear;
}
@media (prefers-reduced-motion){
    .drilldown .is-drilldown-submenu {
        transition: none;
    }
}
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
    position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    right: 1rem;
    left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}
.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem;
}
.dropdown-pane.is-opening {
    display: block;
}
.dropdown-pane.is-open {
    display: block;
    visibility: visible;
}
.dropdown-pane.tiny {
    width: 100px;
}
.dropdown-pane.small {
    width: 200px;
}
.dropdown-pane.large {
    width: 400px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}
[data-whatinput="mouse"] .dropdown.menu a {
    outline: 0;
}
.dropdown.menu > li > a {
    padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
    background: rgba(0, 0, 0, 0);
    color: #1779ba;
}
.no-js .dropdown.menu ul {
    display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.dropdown.menu.vertical > li > a::after {
    right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
@media print, screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.large-vertical > li > a::after {
        right: 14px;
    }
    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba;
    }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto;
}
.is-dropdown-menu.vertical {
    width: 100px;
}
.is-dropdown-menu.vertical.align-right {
    float: right;
}
.is-dropdown-submenu-parent {
    position: relative;
}
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe;
}
.label.primary {
    background: #1779ba;
    color: #fefefe;
}
.comment-form input.label[type="submit"],
.label.secondary,
.search-form .label.search-submit {
    background: #767676;
    color: #fefefe;
}
.label.success {
    background: #3adb76;
    color: #0a0a0a;
}
.label.warning {
    background: #ffae00;
    color: #0a0a0a;
}
.label.alert {
    background: #cc4b37;
    color: #fefefe;
}
.media-object {
    display: flex;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
}
.media-object img {
    max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        flex-wrap: wrap;
    }
}
.media-object-section {
    flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}
.media-object-section.main-section {
    flex: 1 1 0px;
}
.orbit {
    position: relative;
}
.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.orbit-slide {
    width: 100%;
    position: absolute;
}
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}
.orbit-figure {
    margin: 0;
}
.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(10, 10, 10, 0.5);
    color: #fefefe;
}
.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fefefe;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
    outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(10, 10, 10, 0.5);
}
.orbit-previous {
    left: 0;
}
.orbit-next {
    left: auto;
    right: 0;
}
.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
    outline: 0;
}
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca;
}
.orbit-bullets button:hover {
    background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
    background-color: #8a8a8a;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
.pagination::after,
.pagination::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.pagination::after {
    clear: both;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6;
}
.pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default;
}
.pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: 0 0;
}
.pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: "\2026";
    color: #0a0a0a;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«";
}
.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»";
}
.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca;
}
.progress.primary .progress-meter {
    background-color: #1779ba;
}
.comment-form input.progress[type="submit"] .progress-meter,
.progress.secondary .progress-meter,
.search-form .progress.search-submit .progress-meter {
    background-color: #767676;
}
.progress.success .progress-meter {
    background-color: #3adb76;
}
.progress.warning .progress-meter {
    background-color: #ffae00;
}
.progress.alert .progress-meter {
    background-color: #cc4b37;
}
.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1779ba;
}
.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
}
.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion){
    .slider-fill {
        transition: none;
    }
}
.slider-fill.is-dragging {
    transition: all 0s linear;
}
@media (prefers-reduced-motion){
    .slider-fill.is-dragging {
        transition: none;
    }
}
.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all 0.2s ease-in-out;
    touch-action: manipulation;
}
@media (prefers-reduced-motion){
    .slider-handle {
        transition: none;
    }
}
[data-whatinput="mouse"] .slider-handle {
    outline: 0;
}
.slider-handle:hover {
    background-color: #14679e;
}
.slider-handle.is-dragging {
    transition: all 0s linear;
}
@media (prefers-reduced-motion){
    .slider-handle.is-dragging {
        transition: none;
    }
}
.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1);
}
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%);
}
.sticky-container {
    position: relative;
}
.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}
html.is-reveal-open body {
    overflow-y: hidden;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: auto;
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}
.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}
.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .switch-paddle {
        transition: none;
    }
}
input + .switch-paddle {
    margin: 0;
}
.switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: "";
}
@media (prefers-reduced-motion){
    .switch-paddle::after {
        transition: none;
    }
}
input:checked ~ .switch-paddle {
    background: #1779ba;
}
input:checked ~ .switch-paddle::after {
    left: 2.25rem;
}
input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0;
}
.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.switch-active {
    left: 8%;
    display: none;
}
input:checked + label > .switch-active {
    display: block;
}
.switch-inactive {
    right: 15%;
}
input:checked + label > .switch-inactive {
    display: none;
}
.switch.tiny {
    height: 1.5rem;
}
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem;
}
.switch.small {
    height: 1.75rem;
}
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem;
}
.switch.large {
    height: 2.5rem;
}
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}
.switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
tbody,
tfoot,
thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}
caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}
thead {
    background: #f8f8f8;
    color: #0a0a0a;
}
tfoot {
    background: #f1f1f1;
    color: #0a0a0a;
}
tfoot tr,
thead tr {
    background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1;
}
table.unstriped tbody {
    background-color: #fefefe;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe;
}
@media print, screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none;
    }
    table.stack tfoot {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
    background-color: #ececec;
}
table.hover tbody tr:hover {
    background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec;
}
.table-scroll {
    overflow-x: auto;
}
.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fefefe;
    list-style-type: none;
}
.tabs::after,
.tabs::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.tabs::after {
    clear: both;
}
.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}
.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: 0 0;
}
.tabs.primary {
    background: #1779ba;
}
.tabs.primary > li > a {
    color: #fefefe;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #1673b1;
}
.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba;
}
[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}
.tabs-title > a:hover {
    background: #fefefe;
    color: #1468a0;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: #e6e6e6;
    color: #1779ba;
}
.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fefefe;
    color: #0a0a0a;
    transition: all 0.5s ease;
}
@media (prefers-reduced-motion){
    .tabs-content {
        transition: none;
    }
}
.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0;
}
.tabs-panel {
    display: none;
    padding: 1rem;
}
.tabs-panel.is-active {
    display: block;
}
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}
@media (prefers-reduced-motion){
    a.thumbnail {
        transition: none;
    }
}
a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
    box-shadow: none;
}
.title-bar {
    padding: 0.5rem;
    background: #0a0a0a;
    color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
    flex: 1 1 0px;
}
.title-bar-right {
    text-align: right;
}
.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}
.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help;
}
.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #0a0a0a;
    font-size: 80%;
    color: #fefefe;
}
.tooltip::before {
    position: absolute;
}
.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%;
}
.tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto;
}
.tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%;
}
.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto;
}
.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tooltip.align-top::before {
    bottom: auto;
    top: 10%;
}
.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto;
}
.tooltip.align-left::before {
    left: 10%;
    right: auto;
}
.tooltip.align-right::before {
    left: auto;
    right: 10%;
}
.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: #e6e6e6;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.search-form .top-bar .search-field,
.top-bar .input-group-field,
.top-bar .search-form .search-field {
    width: 100%;
    margin-right: 0;
}
.comment-form .top-bar input[type="submit"],
.search-form .top-bar input.search-submit,
.top-bar .comment-form input[type="submit"],
.top-bar .search-form input.search-submit,
.top-bar input.button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto;
    }
}
@media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
    flex: 0 0 auto;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important;
    }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important;
    }
}
@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important;
    }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important;
    }
}
@media print, screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important;
    }
}
@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important;
    }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important;
    }
}
.screen-reader-text,
.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.screen-reader-text:active,
.screen-reader-text:focus,
.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
}
.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}
@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix::after,
.clearfix::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.clearfix::after {
    clear: both;
}
.align-left {
    justify-content: flex-start;
}
.align-right {
    justify-content: flex-end;
}
.align-center {
    justify-content: center;
}
.align-justify {
    justify-content: space-between;
}
.align-spaced {
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    justify-content: center;
}
.align-top {
    align-items: flex-start;
}
.align-self-top {
    align-self: flex-start;
}
.align-bottom {
    align-items: flex-end;
}
.align-self-bottom {
    align-self: flex-end;
}
.align-middle {
    align-items: center;
}
.align-self-middle {
    align-self: center;
}
.align-stretch {
    align-items: stretch;
}
.align-self-stretch {
    align-self: stretch;
}
.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.small-order-1 {
    order: 1;
}
.small-order-2 {
    order: 2;
}
.small-order-3 {
    order: 3;
}
.small-order-4 {
    order: 4;
}
.small-order-5 {
    order: 5;
}
.small-order-6 {
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1;
    }
    .medium-order-2 {
        order: 2;
    }
    .medium-order-3 {
        order: 3;
    }
    .medium-order-4 {
        order: 4;
    }
    .medium-order-5 {
        order: 5;
    }
    .medium-order-6 {
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        order: 1;
    }
    .large-order-2 {
        order: 2;
    }
    .large-order-3 {
        order: 3;
    }
    .large-order-4 {
        order: 4;
    }
    .large-order-5 {
        order: 5;
    }
    .large-order-6 {
        order: 6;
    }
}
.flex-container {
    display: flex;
}
.flex-child-auto {
    flex: 1 1 auto;
}
.flex-child-grow {
    flex: 1 0 auto;
}
.flex-child-shrink {
    flex: 0 1 auto;
}
.flex-dir-row {
    flex-direction: row;
}
.flex-dir-row-reverse {
    flex-direction: row-reverse;
}
.flex-dir-column {
    flex-direction: column;
}
.flex-dir-column-reverse {
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex;
    }
    .medium-flex-child-auto {
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: flex;
    }
    .large-flex-child-auto {
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse;
    }
}
.text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
}
.text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-wrap {
    word-wrap: break-word !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-overline {
    text-decoration: overline !important;
}
.text-underline {
    text-decoration: underline !important;
}
.text-line-through {
    text-decoration: line-through !important;
}
.font-wide {
    letter-spacing: 0.25rem;
}
.font-normal {
    font-weight: 400;
}
.font-bold {
    font-weight: 700;
}
.font-italic {
    font-style: italic !important;
}
ul.list-disc {
    list-style-type: disc !important;
}
ul.list-circle {
    list-style-type: circle !important;
}
ul.list-square {
    list-style-type: square !important;
}
ol.list-decimal {
    list-style-type: decimal !important;
}
ol.list-lower-alpha {
    list-style-type: lower-alpha !important;
}
ol.list-lower-latin {
    list-style-type: lower-latin !important;
}
ol.list-lower-roman {
    list-style-type: lower-roman !important;
}
ol.list-upper-alpha {
    list-style-type: upper-alpha !important;
}
ol.list-upper-latin {
    list-style-type: upper-latin !important;
}
ol.list-upper-roman {
    list-style-type: upper-roman !important;
}
.rounded {
    border-radius: 5000px !important;
}
.rounded .switch-paddle {
    border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
    border-radius: 50%;
}
.radius {
    border-radius: 0.1875rem;
}
.bordered {
    border: 0.0625rem solid #cacaca;
}
.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.arrow-down {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4375rem;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
}
.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4375rem;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
}
.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4375rem;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
}
.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4375rem;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
}
.separator-center {
    text-align: center !important;
}
.separator-center::after,
.separator-center::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.separator-center::after {
    clear: both;
}
.separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 1rem auto 0;
}
.separator-left {
    text-align: left !important;
}
.separator-left::after,
.separator-left::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.separator-left::after {
    clear: both;
}
.separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 1rem auto 0;
    margin-left: 0 !important;
}
.separator-right {
    text-align: right !important;
}
.separator-right::after,
.separator-right::before {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
}
.separator-right::after {
    clear: both;
}
.separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #1779ba;
    margin: 1rem auto 0;
    margin-right: 0 !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
.display-inline {
    display: inline !important;
}
.display-inline-block {
    display: inline-block !important;
}
.display-block {
    display: block !important;
}
.display-table {
    display: table !important;
}
.display-table-cell {
    display: table-cell !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 975;
}
.position-fixed-bottom {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 975;
}
.border-box {
    box-sizing: border-box !important;
}
.border-none {
    border: none !important;
}
.width-25 {
    width: 25% !important;
}
.width-50 {
    width: 50% !important;
}
.width-75 {
    width: 75% !important;
}
.width-100 {
    width: 100% !important;
}
.height-25 {
    height: 25% !important;
}
.height-50 {
    height: 50% !important;
}
.height-75 {
    height: 75% !important;
}
.height-100 {
    height: 100% !important;
}
.max-width-100 {
    max-width: 100% !important;
}
.max-height-100 {
    max-height: 100% !important;
}
.margin-0 {
    margin: 0 !important;
}
.margin-top-0 {
    margin-top: 0 !important;
}
.margin-right-0 {
    margin-right: 0 !important;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.margin-left-0 {
    margin-left: 0 !important;
}
.margin-horizontal-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.margin-vertical-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.padding-0 {
    padding: 0 !important;
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.padding-bottom-0 {
    padding-bottom: 0 !important;
}
.padding-left-0 {
    padding-left: 0 !important;
}
.padding-horizontal-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.padding-vertical-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.margin-1 {
    margin: 1rem !important;
}
.margin-top-1 {
    margin-top: 1rem !important;
}
.margin-right-1 {
    margin-right: 1rem !important;
}
.margin-bottom-1 {
    margin-bottom: 1rem !important;
}
.margin-left-1 {
    margin-left: 1rem !important;
}
.margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.padding-1 {
    padding: 1rem !important;
}
.padding-top-1 {
    padding-top: 1rem !important;
}
.padding-right-1 {
    padding-right: 1rem !important;
}
.padding-bottom-1 {
    padding-bottom: 1rem !important;
}
.padding-left-1 {
    padding-left: 1rem !important;
}
.padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.margin-2 {
    margin: 2rem !important;
}
.margin-top-2 {
    margin-top: 2rem !important;
}
.margin-right-2 {
    margin-right: 2rem !important;
}
.margin-bottom-2 {
    margin-bottom: 2rem !important;
}
.margin-left-2 {
    margin-left: 2rem !important;
}
.margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.padding-2 {
    padding: 2rem !important;
}
.padding-top-2 {
    padding-top: 2rem !important;
}
.padding-right-2 {
    padding-right: 2rem !important;
}
.padding-bottom-2 {
    padding-bottom: 2rem !important;
}
.padding-left-2 {
    padding-left: 2rem !important;
}
.padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.margin-3 {
    margin: 3rem !important;
}
.margin-top-3 {
    margin-top: 3rem !important;
}
.margin-right-3 {
    margin-right: 3rem !important;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.margin-left-3 {
    margin-left: 3rem !important;
}
.margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.padding-3 {
    padding: 3rem !important;
}
.padding-top-3 {
    padding-top: 3rem !important;
}
.padding-right-3 {
    padding-right: 3rem !important;
}
.padding-bottom-3 {
    padding-bottom: 3rem !important;
}
.padding-left-3 {
    padding-left: 3rem !important;
}
.padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (prefers-reduced-motion){
    .slide-in-down.mui-enter {
        transition: none;
    }
}
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (prefers-reduced-motion){
    .slide-in-left.mui-enter {
        transition: none;
    }
}
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (prefers-reduced-motion){
    .slide-in-right.mui-enter {
        transition: none;
    }
}
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}
.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}
.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}
.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}
.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}
.hinge-in-from-top.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1;
}
.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}
.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(0.75turn);
    opacity: 0;
}
.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-0.75turn);
    opacity: 0;
}
.slow {
    transition-duration: 750ms !important;
}
.fast {
    transition-duration: 250ms !important;
}
.linear {
    transition-timing-function: linear !important;
}
.ease {
    transition-timing-function: ease !important;
}
.ease-in {
    transition-timing-function: ease-in !important;
}
.ease-out {
    transition-timing-function: ease-out !important;
}
.ease-in-out {
    transition-timing-function: ease-in-out !important;
}
.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    transition-delay: 0.3s !important;
}
.long-delay {
    transition-delay: 0.7s !important;
}
.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7;
}
@-webkit-keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}
@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}
.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn;
}
@-webkit-keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    100% {
        transform: rotate(0);
    }
}
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(-1turn);
    }
    100% {
        transform: rotate(0);
    }
}
.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn;
}
@-webkit-keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1turn);
    }
}
@keyframes spin-ccw-1turn {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1turn);
    }
}
.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg;
}
@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}
@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    100%,
    30%,
    70% {
        transform: rotate(0);
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important;
}
.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important;
}
.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
}
.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important;
}
.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important;
}
.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.long-delay {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}
body {
    font-family: Favorit-Regular, sans-serif;
}
button:focus {
    outline: 0;
}
.hidden {
    overflow: hidden;
}
.block-title-not-found,
.cancel-sub-succes {
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.block-title-not-found h1,
.cancel-sub-succes h1 {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.admin-bar .header {
    top: 32px;
}
main {
    padding-top: 60px;
    background-color: #fff;
}
main .site-main {
    padding-top: 0;
}
.arrow {
    width: 17px;
    height: 9px;
}
.preloader-site {
    overflow: hidden;
}
.preloader-wrapper {
    background-color: #000;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300;
}
.preloader-wrapper .text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.preloader-wrapper .text p {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Favorit-Bold;
    line-height: 19px;
}
.wrapper-load-page {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 500;
}
.wrapper-load-page.another-page {
    top: 0;
}
.fixed {
    position: fixed;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.overflow {
    overflow: hidden;
}
.current-container {
    z-index: -1;
}
.current-container::after {
    position: absolute;
    content: "";
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.container-barba {
    min-height: 100vh;
    background-color: #fff;
}
.load-element {
    opacity: 0;
    transition: 0.3s ease;
    transform: translate(0, 50px);
}
@media screen and (max-width: 48em) {
    .load-element {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@media (prefers-reduced-motion){
    .load-element {
        transition: none;
    }
}
.load-element.visible {
    transform: translate(0, 0);
    opacity: 1;
}
.load-element-product {
    opacity: 0;
    transition: 0.5s ease;
}
@media screen and (max-width: 48em) {
    .load-element-product {
        opacity: 1;
    }
}
@media (prefers-reduced-motion){
    .load-element-product {
        transition: none;
    }
}
.load-element-product.visible {
    opacity: 1;
}
.site-header__logo-image {
    background-color: #fff;
}
.cart .product-form__controls-group {
    display: flex;
    flex-wrap: wrap;
}
.cart .product-form__controls-group--submit {
    margin-top: 0;
}
.cart .product-form__item--payment-button {
    flex-basis: 100%;
}
.cart .product-form__item--submit {
    -moz-flex: 1 1 300px;
    flex: 1 1 300px;
}
@media only screen and (min-width: 990px) {
    .cart .product-form__item {
        flex-basis: 50%;
        padding: 0 5px;
    }
}
.cart .product-form__item {
    flex-grow: 0;
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.cart .product-form__cart-submit,
.cart .shopify-payment-button .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 44px;
}
.cart .btn,
.cart .shopify-payment-button .shopify-payment-button__button--unbranded {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #0065b0;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 14px;
}
.btn-atc{
    width: 100%;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    transition: 0.4s ease;
    padding: 15px 0;
    text-transform: uppercase;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .btn-atc{
        transition: none;
    }
}
.cart .product-form__cart-submit,
.cart .shopify-payment-button .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 44px;
}
.cart svg:not(:root) {
    overflow: hidden;
}
.cart .icon-spinner {
    -webkit-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
}
.cart .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}
.cart svg.icon:not(.icon--full-color) circle,
.cart svg.icon:not(.icon--full-color) ellipse,
.cart svg.icon:not(.icon--full-color) g,
.cart svg.icon:not(.icon--full-color) line,
.cart svg.icon:not(.icon--full-color) path,
.cart svg.icon:not(.icon--full-color) polygon,
.cart svg.icon:not(.icon--full-color) polyline,
.cart svg.icon:not(.icon--full-color) rect,
.cart symbol.icon:not(.icon--full-color) circle,
.cart symbol.icon:not(.icon--full-color) ellipse,
.cart symbol.icon:not(.icon--full-color) g,
.cart symbol.icon:not(.icon--full-color) line,
.cart symbol.icon:not(.icon--full-color) path,
.cart symbol.icon:not(.icon--full-color) polygon,
.cart symbol.icon:not(.icon--full-color) polyline,
.cart symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit;
}
.comment-list ol {
    list-style: none;
}
.section-subscribe form {
    display: block !important;
    max-width: 776px !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.f-flow {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
    .f-flow {
        display: block;
    }
}
.f-flow input {
    flex-basis: 61.5%;
}
@media print, screen and (min-width: 64em) {
    .f-flow input {
        margin-bottom: 3%;
        width: 70% !important;
        display: inline-block;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .f-flow button {
        margin-bottom: 3%;
    }
}
@font-face {
    font-family: Favorit-BoldLining;
    src: url("Favorit-BoldLining.woff2") format("woff2"), url("Favorit-BoldLining.woff") format("woff"), url("Favorit-BoldLining.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Favorit-Regular;
    src: url("Favorit-Regular.woff2") format("woff2"), url("Favorit-Regular.woff") format("woff"), url("Favorit-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Favorit-RegularLining;
    src: url("Favorit-RegularLining.woff2") format("woff2"), url("Favorit-RegularLining.woff") format("woff"), url("Favorit-RegularLining.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Favorit-Bold;
    src: url("Favorit-Bold.woff2") format("woff2"), url("Favorit-Bold.woff") format("woff"), url("Favorit-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Favorit-Light;
    src: url("Favorit-Light.woff2") format("woff2"), url("Favorit-Light.woff") format("woff"), url("Favorit-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Panama-Regular;
    src: url("Panama-Regular.woff2") format("woff2"), url("Panama-Regular.woff") format("woff"), url("Panama-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: WooCommerce;
    src: url("WooCommerce.eot");
    src: url("WooCommerce.eot?#iefix") format("embedded-opentype"), url("WooCommerce.woff") format("woff"), url("WooCommerce.ttf") format("truetype"), url("WooCommerce.svg#WooCommerce") format("svg");
    font-weight: 400;
    font-style: normal;
}
.search-form label {
    font-weight: 400;
}
.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
}
.aligncenter {
    display: block;
    height: auto;
    margin: 0.625rem auto;
}
@media print, screen and (min-width: 40em) {
    .aligncenter {
        margin: 0.9375rem auto;
    }
}
.alignleft,
.alignright {
    height: auto;
    margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .alignleft,
    .alignright {
        margin-bottom: 0.9375rem;
    }
}
@media print, screen and (min-width: 40em) {
    .alignleft {
        float: left;
        margin-right: 0.9375rem;
    }
    .alignright {
        float: right;
        margin-left: 0.9375rem;
    }
}
#yotpo-testimonials-custom-tab #yotpo-testimonials .yotpo-label,
#yotpo-testimonials-custom-tab #yotpo-testimonials .yotpo-popup-box-medium.yotpo-modal-bottom-line {
    display: none !important;
}
.single-info-product .yotpo.bottomLine.yotpo-small {
    margin-top: 15px !important;
}
.single-info-product .yotpo .text-m {
    font-family: Favorit-Regular;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
    .single-info-product .yotpo .text-m {
        padding-left: 10px !important;
    }
}
.yotpo.yotpo-main-widget .yotpo-bottomline-empty-state {
    border-top: none !important;
    padding: 0 0 22px !important;
    margin-bottom: 70px;
}
@media print, screen and (max-width: 58.74875em) {
    .yotpo.yotpo-main-widget .yotpo-bottomline-empty-state {
        margin-bottom: 30px;
    }
}
.yotpo .text-m {
    font-family: Favorit-Regular;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
    .yotpo .text-m {
        padding-left: 10px !important;
    }
}
.main-widget.yotpo-display-wrapper .yotpo-label.yotpo-small-box {
    display: none !important;
}
.customer-rev {
    padding-top: 20px;
}
@media print, screen and (min-width: 40em) {
    .customer-rev {
        padding-top: 50px;
    }
}
.customer-rev__text {
    font-family: Favorit-Regular;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
}
.yotpo .yotpo-default-button,
.yotpo input[type="button"].yotpo-default-button {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease !important;
}
@media (prefers-reduced-motion){
    .yotpo .yotpo-default-button,
    .yotpo input[type="button"].yotpo-default-button {
        transition: none;
    }
}
.yotpo .yotpo-default-button:hover,
.yotpo input[type="button"].yotpo-default-button:hover {
    color: #fff !important;
}
.yotpo .yotpo-default-button .yotpo-icon,
.yotpo input[type="button"].yotpo-default-button .yotpo-icon {
    display: none;
}
.yotpo .yotpo-default-button .yotpo-icon,
.yotpo .yotpo-default-button .yotpo-icon-button-text,
.yotpo input[type="button"].yotpo-default-button .yotpo-icon,
.yotpo input[type="button"].yotpo-default-button .yotpo-icon-button-text {
    color: #000 !important;
}
@media print, screen and (max-width: 58.74875em) {
    .yotpo .yotpo-default-button,
    .yotpo input[type="button"].yotpo-default-button {
        position: static !important;
    }
}
.yotpo-small-box.yotpo-nav.reviews {
    display: none !important;
}
.yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3) {
    z-index: 100;
    font-size: 12px !important;
    position: relative;
    cursor: pointer !important;
    padding: 18px 2px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 228px !important;
    width: 100%;
    height: 70px !important;
    text-transform: uppercase !important;
    transition: 0.4s ease !important;
    text-overflow: ellipsis !important;
    border: 1px solid #000 !important;
    top: -40px !important;
}
@media (prefers-reduced-motion){
    .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3) {
        transition: none;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3) {
        border: unset !important;
        position: relative;
        padding: 0 !important;
        display: inline-block !important;
        max-width: initial !important;
        width: auto;
        height: auto !important;
        top: unset !important;
        margin-top: 14px;
    }
}
.yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover {
    background-color: #000 !important;
}
.yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover .yotpo-icon,
.yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover .yotpo-icon-button-text {
    color: #fff !important;
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover .yotpo-icon,
    .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover .yotpo-icon-button-text {
        font-size: 12px !important;
        color: #000 !important;
        text-decoration: underline;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .yotpo-display-wrapper .yotpo-regular-box .yotpo-default-button:nth-child(3):hover {
        background-color: unset !important;
        border: unset !important;
        font-size: 12px !important;
        position: relative;
        left: 11%;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on,
    .yotpo.yotpo-main-widget .yotpo-bottomline .based-on {
        display: block !important;
        color: #000 !important;
        font-size: 11px !important;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text,
    .yotpo.yotpo-main-widget.yotpo-small .yotpo-icon-btn .yotpo-icon-button-text {
        display: block !important;
        color: #000 !important;
        line-height: 10px !important;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars,
    .yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
        line-height: 9px;
        padding-bottom: 5px !important;
    }
}
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-icon-star,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-half-star,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-icon-star {
    font-size: 20px !important;
}
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-stars,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
    line-height: 11px !important;
    color: #000 !important;
}
.yotpo .yotpo-modal-dialog .yotpo-bottomline .yotpo-sum-reviews,
.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-sum-reviews {
    padding: 3px 0 !important;
}
.yotpo .yotpo-comment .yotpo-main .content-review,
.yotpo .yotpo-onsite-upload .yotpo-main .content-review,
.yotpo .yotpo-question .yotpo-main .content-review,
.yotpo .yotpo-review .yotpo-main .content-review {
    font-family: Favorit-Regular !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.035em;
    text-transform: capitalize;
    color: #000 !important;
}
.yotpo .yotpo-comment .yotpo-read-more,
.yotpo .yotpo-onsite-upload .yotpo-read-more,
.yotpo .yotpo-question .yotpo-read-more,
.yotpo .yotpo-review .yotpo-read-more {
    font-size: 12px;
    color: #6d6464 !important;
}
.yotpo .yotpo-comment .yotpo-read-more:hover,
.yotpo .yotpo-onsite-upload .yotpo-read-more:hover,
.yotpo .yotpo-question .yotpo-read-more:hover,
.yotpo .yotpo-review .yotpo-read-more:hover {
    color: #000 !important;
}
#content .yotpo .yotpo-icon-thumbs-down:before,
#content .yotpo .yotpo-icon-thumbs-up:before {
    font-family: Favorit-Regular !important;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
}
#content .yotpo .yotpo-icon-thumbs-up:before {
    content: "Y" !important;
}
#content .yotpo .yotpo-icon-thumbs-down:before {
    content: "N" !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
    border-bottom: unset !important;
    padding-bottom: 0 !important;
    margin-left: 10px;
    font-family: Favorit-Regular !important;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000 !important;
}
#yotpo-testimonials-custom-tab .yotpo-nav-tab span {
    color: #000 !important;
    font-size: 20px !important;
}
#yotpo-testimonials-custom-tab .yotpo-main .product-link {
    color: #000 !important;
    font-family: Favorit-Regular !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    color: #000 !important;
}
.yotpo .font-color-gray {
    color: #000 !important;
}
@media print, screen and (max-width: 39.99875em) {
    .yotpo .yotpo-icon {
        font-size: 17px !important;
        letter-spacing: 4px !important;
    }
}
.yotpo-sum-reviews {
    font-family: Favorit-Regular !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    padding-left: 20px;
}
.yotpo-nav-content .yotpo-review.yotpo-regular-box .yotpo-header .yotpo-icon-profile {
    display: none !important;
}
.yotpo-nav-content .yotpo-review .footer-actions {
    display: none !important;
}
.yotpo-nav-content .yotpo-review .label-helpful {
    font-family: Favorit-Regular !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
.yotpo-nav-content .yotpo-review .yotpo-header-element .label-with-tooltip,
.yotpo-nav-content .yotpo-review .yotpo-header-element .yotpo-review-date,
.yotpo-nav-content .yotpo-review .yotpo-header-element .yotpo-user-name,
.yotpo-nav-content .yotpo-review .yotpo-header-element .yotpo-user-title {
    font-family: Favorit-Regular !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
.yotpo-nav-content .yotpo-review .content-title {
    font-family: Favorit-Regular !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    color: #000 !important;
    font-weight: 300 !important;
}
.yotpo-nav-content .yotpo-onsite-upload .yotpo-main,
.yotpo-nav-content .yotpo-question .yotpo-main {
    font-family: Favorit-Regular !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase !important;
    color: #000 !important;
    margin-left: auto !important;
}
.yotpo-nav-content .yotpo-main {
    margin-top: 25px !important;
    margin-left: auto !important;
}
.yotpo-nav-content .yotpo-main .yotpo-review-wrapper {
    max-width: 701px;
}
.yotpo .form-group,
.yotpo .write-review {
    max-width: 701px;
}
.yotpo .form-group .yotpo-footer,
.yotpo .write-review .yotpo-footer {
    max-width: 701px;
}
.yotpo .yotpo-regular-box {
    padding: 10px 0 70px !important;
}
@media print, screen and (max-width: 58.74875em) {
    .products.columns-4 .yotpo .text-m {
        line-height: 1.6;
        padding-left: 10px;
        font-weight: 600;
        font-size: 11px;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .products.columns-4 .yotpo .yotpo-icon.yotpo-icon-empty-star,
    .products.columns-4 .yotpo .yotpo-icon.yotpo-icon-star {
        font-size: 15.5px;
    }
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
.header .left-side-header {
    position: absolute;
    left: 30px;
    top: 16px;
}
.header .left-side-header .breadcrumbs-header {
    margin-left: 26px;
    padding-right: 18px;
}
@media print, screen and (max-width: 39.99875em) {
    .header .left-side-header .breadcrumbs-header {
        display: none;
    }
}
.header .left-side-header .breadcrumbs-header a:hover span {
    text-decoration: underline;
}
.header .left-side-header .breadcrumbs-header span {
    font-size: 14px;
    transition: 0.4s ease;
    text-transform: uppercase;
    color: #000;
    font-family: Favorit-Bold;
}
@media (prefers-reduced-motion){
    .header .left-side-header .breadcrumbs-header span {
        transition: none;
    }
}
.header .right-side-header{
    position: absolute;
    right: 30px;
}
.header .logo {
    display: block;
    margin: 0 auto;
}
.header.scroll-active {
    transform: translateY(-43px);
}
.hide-xs{
    display: none;
}
.hide-post__date-desktop{
    margin-top: 40px;
}
@media print, screen and (min-width: 992px) {
    .hide-post__date-desktop{
        display: none;
    }
    .responsive-nav{
        width: 100%;
        display: block !important;
    }
    .responsive-nav .menu-main-nav-container{
        margin-top: 0;
        overflow-y: auto;
        padding-bottom: 0;
        height: auto;
        width: 94% !important;
        margin: 0 3%;
    }
    button.close-menu, .menu-item.menu-item-has-children .menu-item__title .icon-caret{
        display: none !important;
    }
    .off-canvas-custom.position-left-custom .nav-menu, .off-canvas-custom.position-left-custom{
        height: 60px !important;
    }
    .off-canvas-custom.position-left-custom{
        transform: translateX(0) !important;
        width: 100% !important;
        background-color: white;
    }
    .nav-menu__container li{
        display: inline-block;
        font-size: 14px;
        cursor: pointer;
    }
    .nav-menu__container > li, .nav-menu__container > li:first-child{
        border: 0 !important;
    }
    .nav-menu__container > li{
        padding: 20px 10px !important;
    }
    .nav-menu__container li h3, .nav-menu__container li h3 a{
        font-size: 14px !important;
    }
    .nav-menu__container.primary-menu{
        float: left;
    }
    .secondary-menu{
        float: right;
        padding: 0 !important;
    }
    .hide-xs{
        display: inline-block;
    }
    .hide-lg, .menu-item__view-all{
        display: none !important;
    }
    .logo{
        display: flex;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .logo img{
        width: auto !important;
        margin: 0;
    }
    .header__nav-small-dropdown li:hover{
        text-decoration: underline;
    }
    .header-icons-mobile{
        padding-top: 12px;
        padding-left: 30px;
    }
    .menu-main-nav-container .container{
        width: 94% !important;
        padding-bottom: 32px;
        overflow: auto;
    }
    .nav-menu__container-dropdown{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        transition: 0s opacity;
        opacity: 1;
    }
    @media (prefers-reduced-motion){
        .nav-menu__container-dropdown{
            transition: none;
        }
    }
    .primary-menu .col-10{
        padding-right: 16px;
    }
    .primary-menu li:hover .menu-item__title{
        text-decoration: underline;
    }
    .nav-menu__container li:hover .nav-menu__container-dropdown{
        display: block;
        opacity: 1;   
        transition-delay:1s;
    }
    .secondary-menu .nav-menu__container-dropdown{
        left: unset;
        width: auto;
    }
    .secondary-menu .header__nav-small-dropdown{
        padding: 0 20px !important;
        padding-bottom: 20px !important;
        width: 234px;
    }
    .secondary-menu .header__nav-small-dropdown ul{
        padding: 0;
    }
    .secondary-menu .header__nav-small-dropdown li{
        display: block;
    }
    .responsive-nav .imagewrapper{
        position: relative;
        transition: .4s ease;
        overflow: hidden;
        margin-bottom: 4px;
    }
    @media (prefers-reduced-motion){
        .responsive-nav .imagewrapper{
            transition: none;
        }
    }
    .nav-menu__container .nav-menu__container-dropdown a:hover .imagewrapper{
        border-radius: 15px;
    }
    .nav-menu__container .nav-menu__container-dropdown a:hover{
        text-decoration: underline;
    }
    .first-menu .nav-menu__container-dropdown a{
        line-height: 17px;
        display: inline-block;
        position: relative;
        width: 100%;
        font-weight: 400;
        font-family: Favorit-Regular,sans-serif;
        font-size: 12px;
    }
    .menu-main-nav-container .container .title{
        font-size: 14px !important;
        margin: 0 !important;
        font-family: Favorit-Bold;
        margin-bottom: 10px !important;
    }
    .parent-menu ul{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
    }
    .parent-menu:hover .menu-item-has-children{
        display: block !important;
    }
    .parent-menu .second-dropdown{
        top: 300px;
    }
    .parent-menu .title a{
        font-weight: bold;
        font-family: Favorit-Bold !important;
    }
    .parent-menu .nav-menu__container-dropdown{
        position: unset;
    }
}
@media print, screen and (max-width: 991px) {
    .hide-post__date-mobile{
        display: none;
    }
    .secondary-menu .nav-menu__container-dropdown{
        display: block !important;
    }
    .secondary-menu .menu-item__title{
        display: none !important;
    }
    .secondary-menu .nav-menu__container > li{
        border: none !important;
        padding: 0 !important;
    }
    .secondary-menu {
        list-style-type: none;
        margin: 0;
        padding: 23px 15px;
    }
    .secondary-menu .nav-menu__container li ul{
        padding-left: 0;
    }
    .secondary-menu li a{
        font-size: 16px !important;
    }
    .secondary-menu .nav-menu__container li{
        line-height: 1.6 !important;
    }
    .menu-main-nav-container .col{
        width: 100% !important;
        margin-bottom: 2px;
        position: relative;
    }
    .menu-main-nav-container .col .tag-most-popular{
        left: 65px;
    }
    .menu-main-nav-container a img{
        width: 50px;
        margin-right: 12px;
    }
    .menu-main-nav-container .imagewrapper{
        display: inline-block;
    }
    .menu-main-nav-container .container .title{
        display: none;
    }
    .parent-menu ul li{
        border-bottom: 1px solid black;
        padding: 15px;
        overflow: auto;
    }
}
.parent-menu{
    border-bottom: 0 !important;
    padding: 0 !important;
}
.parent-menu ul{
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}
.announcement-bar{
    background-color: black;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
@media print, screen and (max-width: 58.74875em) {
    .announcement-bar{
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.header__container {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .link-to-shop,
.header__btn-cart {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    font-family: Favorit-Bold;
    position: relative;
    margin-right: 16px;
    transition: 0.4s ease-in-out;
}
@media(prefers-reduced-motion){
    .header .link-to-shop,
    .header__btn-cart {
        transition: none;
    }
}
.header .link-to-shop:hover,
.header__btn-cart:hover {
    text-decoration: underline;
}
.header .link-to-shop .header-cart-count,
.header__btn-cart .header-cart-count {
    display: inline;
}
@media print, screen and (max-width: 58.74875em) {
    .header .link-to-shop,
    .header__btn-cart {
        font-size: 12px;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .header .link-to-shop {
        display: none;
    }
}
.header__btn-menu {
    position: relative;
    margin-left: 16px;
    width: 25px;
    height: 10px;
    cursor: pointer;
}
@media print, screen and (min-width: 992px) {
    .header__btn-menu {
        display: none;
    }
}
.header__btn-menu::after,
.header__btn-menu::before {
    position: absolute;
    content: "";
    left: 50%;
    width: 24px;
    height: 1px;
    background-color: #000;
    transition: 0.4s ease;
    transform: translateX(-50%);
}
@media (prefers-reduced-motion){
    .header__btn-menu::after,
    .header__btn-menu::before {
        transition: none;
    }
}
.header__btn-menu::after {
    top: 0;
}
.header__btn-menu::before {
    bottom: 0;
}
.header__btn-menu.rotation-btn {
    transform: translateX(-300px);
}
.header__nav{
    margin: 0;
}
.header__nav li{
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
}
.header__nav li a{
    color: black;
}
.header__nav li.header__nav-item{
    padding: 19px 10px;
    font-family: Favorit-Bold;
}
.header__nav li.header__nav-item > a {
    font-family: Favorit-Bold;
}
.header__nav li .icon{
    vertical-align: middle;
    margin-left: 4px;
}
.header__nav li:hover{
    text-decoration: underline;
}
.header__nav li:hover .header__nav-dropdown{
    display: block;
    opacity: 1;   
    transition-delay:1s;
}
.header__nav-cart span{
    font-weight: bold;
    vertical-align: sub;
}
.header__nav-cart .icon.icon-cart{
    vertical-align: -7px;
}
.header__nav-cart:hover{
    text-decoration: none !important;
}
.header__nav-dropdown{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: white;
    display: none;
    transition: 0s opacity;
    opacity: 1;
}
@media (prefers-reduced-motion){
    .header__nav-dropdown{
        transition: none;
    }
}
.header__nav-dropdown .title{
    font-size: 14px;
    margin: 0;
    font-family: Favorit-Bold;
    margin-bottom: 10px;
}
.header__nav-dropdown .title a {
    font-family: Favorit-Bold;
    font-size: 14px;
}
.header__nav-dropdown ul{
    margin: 0;
}
.header__nav-dropdown li{
    display: block;
    padding: 0;
    margin-bottom: 5px;
}
.header__nav-dropdown a{
    color: black;
    line-height: 17px;
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: 400;
    font-family: Favorit-Regular, sans-serif;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .header__nav-dropdown a{
        font-size: 10px;
        line-height: 12px;
    }
}
.tag-most-popular{ 
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 13px;
    padding: 5px 6px 3px;
}
@media screen and (max-width: 1500px) {
    .tag-most-popular{
        font-size: 10px;
        padding: 3px 4px 2px;
    }
}
@media screen and (max-width: 1135px) {
    .tag-most-popular{
        font-size: 8px;
    }
}
.header__nav-dropdown img{
    width: 100%;
}
.header__nav-item-small-dropdown{
    position: relative;
}
.header__nav-item-small-dropdown ul{
    margin: 0;
}
.header__nav-item-small-dropdown ul li{
    display: block;
}
.header__nav-item-small-dropdown a{
    color: black;
}
.header__nav-small-dropdown{
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    padding: 0 20px;
    padding-bottom: 20px;
    width: 234px;
    display: none;
}
.nav-menu__container .nav-menu__container-dropdown a:not(.menu-item__view-all),
.header__nav-small-dropdown a {
    font-family: Favorit-Regular, sans-serif;
    font-weight: 400;
}
.header__nav-item-small-dropdown:hover .header__nav-small-dropdown{
    display: block;
}
.col{
    float: left;
}
.col-10{
    width: 10%;
}
.header__nav-dropdown .col{
    padding-right: 16px;
}
.header__nav-dropdown .container{
    padding-bottom: 32px;
    overflow: auto;
}
.header .header__nav-dropdown .imagewrapper{
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
    margin-bottom: 4px;
}
@media (prefers-reduced-motion){
    .header .header__nav-dropdown .imagewrapper{
        transition: none;
    }
}
.header .header__nav-dropdown a:hover{
    text-decoration: underline;
}
.header .header__nav-dropdown a:hover .imagewrapper{
    border-radius: 15px;
}
.container{
    width: 92%;
    margin: 0 auto;
}
@media(min-width: 992px){
    .container-article{
        width: 80%;
        max-width: 1340px;
    }
    .grid-container-article{
        max-width: 1000px !important;
    }
}
.icon{
    display: inline-block;
    background-size: 100% 100%;
}
.icon-user{
    background-image: url("https://cdn.shopify.com/s/files/1/2451/0225/files/user.svg?v=1639752545");
    width: 15px;
    height: 15px;
}
.icon-cart{
    background-image: url("https://cdn.shopify.com/s/files/1/2451/0225/files/newcart.svg?v=1642017233");
    width: 18px;
    height: 18px;
}
.margin-top-menu {
    margin-top: 15px;
}
.nav-menu {
    position: relative;
}
.nav-menu .dropdown.menu li {
    line-height: 1.4;
    margin-top: 4px;
}
.nav-menu .dropdown.menu li a {
    padding: 0 5px;
}
.nav-menu .logo-mobile {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 23.4375em) {
    .nav-menu .logo-mobile {
        display: block;
    }
}
.nav-menu .day-delivery {
    padding: 50px 0;
}
@media screen and (max-width: 23.4375em) {
    .nav-menu .day-delivery {
        padding: 50px 0;
    }
}
.menu-item__view-all{
    padding: 15px 0;
    display: block;
}
.menu-item__title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.nav-menu__container {
    margin: 0;
    list-style-type: none;
}
.nav-menu__container .menu-item .menu-item:nth-child(2) {
    margin-bottom: 7px;
}
.nav-menu__container .menu-item > ul {
    padding: 5px 0 7px 10px;
}
.nav-menu__container .menu-item:nth-child(3),
.nav-menu__container .menu-item:nth-child(5),
.nav-menu__container .menu-item:nth-child(6),
.nav-menu__container .menu-item:nth-child(8) {
    margin-top: 19px;
}
.nav-menu__container li {
    line-height: 1.4;
    margin: 0 !important;
}
.nav-menu__container > li {
    border-bottom: 1px solid black;
    padding: 15px;
    overflow: auto;
}
.nav-menu__container > li:first-child{
    border-top: 1px solid black;
}
.nav-menu__container li ul {
    padding-left: 17px;
}
.nav-menu__container li > a {
    margin-bottom: 6px;
    display: block;
}
.nav-menu__container li a, .nav-menu__container li h3{
    color: black;
    font-size: 14px;
    font-family: Favorit-Bold;
    text-transform: uppercase;
    margin: 0 !important;
}
.nav-menu__container li h3, .nav-menu__container li h3 a{
    font-size: 18px;
}
.nav-menu__container li a:focus::after,
.nav-menu__container li a:hover::after {
    opacity: 1;
}
.menu-main-nav-container{
    margin-top: 50px;
    height: 100%;
    overflow-y: scroll;
    padding-bottom: 50px;
}
.menu-main-nav-container .container{
    width: 100%;
}
.secondary-menu{
    list-style-type: none;
    margin: 0;
}
.secondary-menu li a{
    color: black;
    padding: 3px 0;
    display: block;
}
.secondary-menu .header__nav-small-dropdown{
    display: block;
    position: unset;
    padding: 0;
}
.secondary-menu .header__nav-small-dropdown ul{
    margin: 0;
    list-style-type: none;
}
.off-canvas-wrapper-inner-custom {
    transition: 0.7s ease;
    position: relative;
}
@media (prefers-reduced-motion){
    .off-canvas-wrapper-inner-custom {
        transition: none;
    }
}
.off-canvas-wrapper-inner-custom.open-right {
    transform: translateX(-250px);
    top: 0;
}
.oveflow-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background-color: #fff;
    z-index: 700;
    cursor: pointer;
    transition: 0.4s ease;
    visibility: hidden;
}
@media (prefers-reduced-motion){
    .oveflow-content {
        transition: none;
    }
}
.off-canvas-custom {
    box-shadow: none;
    background-color: white;
}
.off-canvas-custom .close-button {
    color: #fff;
    transition: 0.4s ease;
    z-index: 100;
}
@media (prefers-reduced-motion){
    .off-canvas-custom .close-button {
        transition: none;
    }
}
.off-canvas-custom.position-left-custom {
    transition: 0.7s ease;
    width: 375px;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 500;
    transform: translateX(-375px);
}
@media (prefers-reduced-motion){
    .off-canvas-custom.position-left-custom {
        transition: none;
    }
}
.off-canvas-custom.position-left-custom .nav-menu {
    height: 100%;
}
@media screen and (max-width: 23.4375em) {
    .off-canvas-custom.position-left-custom {
        transform: translate3d(-100%, 0, 0);
        width: 100%;
    }
}
.off-canvas-custom.position-left-custom.is-open {
    transform: translateX(0);
}
.off-canvas-custom.position-right-custom {
    transition: 0.7s ease;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
    width: 250px;
    position: fixed;
    z-index: 500;
    right: 0;
    top: 0;
    transform: translateX(250px);
    height: 100%;
    box-shadow: none;
    padding: 15px 10px;
    border-left: 1px solid #000;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
@media (prefers-reduced-motion){
    .off-canvas-custom.position-right-custom {
        transition: none;
    }
}
.off-canvas-custom.position-right-custom::-webkit-scrollbar {
    display: none;
}
.off-canvas-custom.position-right-custom .close-button {
    width: 100%;
    height: auto;
    right: 0;
    top: 6px;
}
.off-canvas-custom.position-right-custom.is-open {
    transform: translateX(0);
}
.off-canvas-custom.position-right-custom .block-convas {
    position: relative;
    height: 100%;
}
.off-canvas-custom.position-right-custom .header-quickcart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 90px;
}
.off-canvas-custom.position-right-custom .header-quickcart .woocommerce-mini-cart__empty-message {
    margin-top: 50px;
}
.off-canvas-custom.position-right-custom .header-quickcart .remove_from_cart_button {
    display: none;
}
.off-canvas-custom.position-right-custom .header-quickcart .woocommerce-mini-cart.cart_list {
    margin-top: 41px;
}
.off-canvas-custom.position-right-custom .header-quickcart .cart_list {
    margin-left: 0;
}
.off-canvas-custom.position-right-custom .header-quickcart .variation {
    display: none;
}
.off-canvas-custom.position-right-custom .remove_from_cart_button {
    color: #000 !important;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart__buttons {
    margin: 10px 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 75px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart__buttons .checkout {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: Favorit-Bold;
    text-align: center;
    line-height: 1;
    height: 75px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .off-canvas-custom.position-right-custom .woocommerce-mini-cart__buttons .checkout {
        transition: none;
    }
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart__buttons .checkout:hover {
    color: #fff;
    background-color: #000;
    border-radius: 35px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart {
    list-style: none;
    height: 100%;
    position: relative;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block {
    display: flex;
    flex-direction: column;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .info-size {
    margin-right: 5px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .text-for-same-day {
    font-size: 12px;
    margin-bottom: 3px;
    display: none;
    color: #00ff19;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .text-for-same-day.show {
    display: block;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .gift-wrapped-text {
    font-size: 12px;
    margin-bottom: 3px;
    display: block;
    color: #000;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .price-attr {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product__price {
    font-family: Favorit-Bold;
    margin: 0;
    display: block;
    font-size: 16px !important;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product__price .subscription-details {
    display: none;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity {
    width: 100%;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp {
    display: flex;
    width: 100%;
    border: 1px solid #000;
    position: relative;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .text-qty {
    left: calc(50% - 10px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
    font-family: Favorit-Bold;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty {
    width: 80%;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty input::-webkit-inner-spin-button,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty input[type="number"] {
    -moz-appearance: textfield;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus {
    width: 37px;
    cursor: pointer;
    font-size: 30px;
    position: relative;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #000;
    content: "";
    width: 10px;
    transform: translate(-50%, -50%);
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus:hover {
    background-color: #000;
    color: #fff;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus:hover::after {
    background-color: #fff;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus {
    width: 37px;
    cursor: pointer;
    font-size: 30px;
    position: relative;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #000;
    content: "";
    width: 10px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    content: "";
    width: 10px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus:hover {
    background-color: #000;
    color: #fff;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus:hover::after,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus:hover::before {
    background-color: #fff;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty {
    background-color: transparent;
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    transition: 0.4s ease;
    font-size: 12px;
}
@media (prefers-reduced-motion){
    .off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus,
    .off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus,
    .off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty {
        transition: none;
    }
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .minus:focus,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .plus:focus,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty:focus {
    outline: 0;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp .qty {
    padding-left: 43%;
    padding-top: 1px;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp input::-webkit-inner-spin-button,
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product .quantity__wrapp input[type="number"] {
    -moz-appearance: textfield;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product__title {
    font-size: 12px;
    font-family: Favorit-Bold;
    text-transform: uppercase;
}
.off-canvas-custom.position-right-custom .woocommerce-mini-cart .cart-block .info-product__price {
    font-size: 12px;
    font-family: Favorit-Bold;
}
.off-canvas-custom.position-right-custom .close-button {
    color: #000;
}
.off-canvas-custom.position-right-custom .close-button span {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: Favorit-Bold;
    display: block;
    transition: 0.4s ease;
}
@media(prefers-reduced-motion){
    .off-canvas-custom.position-right-custom .close-button span {
        transition: none;
    }
}
.off-canvas-custom.position-right-custom .close-button span:hover {
    text-decoration: underline;
}
.close-menu {
    height: 24px;
    width: 24px;
    top: 13px;
    right: 13px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}
.close-menu .cross-btn {
    position: relative;
    width: 24px;
    height: 1px;
    background: black;
    display: block;
    transform: rotate(45deg);
    transition: 0.3s ease;
}
@media (prefers-reduced-motion){
    .close-menu .cross-btn {
        transition: none;
    }
}
.close-menu .cross-btn::after {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: black;
    position: absolute;
    transform: rotate(90deg);
}
.close-menu:hover .cross-btn {
    transform: rotate(225deg);
}
.two-column-block > a {
    display: none;
}
.two-column-block > .dropdown {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 0;
}
.two-column-block > .dropdown li {
    width: 50%;
}
button.tag__button:hover {
    cursor: pointer;
}
button.tag__button .icon-svg {
    cursor: pointer;
}
button.tag__button .icon-svg:hover {
    color: #fff;
}
.site-footer .menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
@media print, screen and (max-width: 39.99875em) {
    .site-footer .menu {
        flex-direction: column;
    }
}
.site-footer .menu li a {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    transition: 0.4s ease;
    padding: 0;
}
@media (prefers-reduced-motion) {
    .site-footer .menu li a {
        transition: none;
    }  
}
.site-footer .menu li a:hover {
    text-decoration: underline;
}
@media print, screen and (max-width: 58.74875em) {
    .site-footer .menu li a {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
}
.site-footer .menu li:last-child a {
    margin-bottom: 0;
}
.site-footer__text {
    padding: 200px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .site-footer__text {
        padding: 60px 0;
    }
}
.site-footer__text a {
    transition: 0.4s ease;
    color: #000;
}
@media(prefers-reduced-motion){
    .site-footer__text a {
        transition: none;
    }
}
.site-footer__text a:hover {
    text-decoration: underline;
}
.site-footer__text p {
    margin: 0;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
.section-column-fixed {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .section-column-fixed {
        flex-direction: column;
    }
}
.section-column-fixed__left,
.section-column-fixed__right {
    width: 50%;
}
@media print, screen and (max-width: 58.74875em) {
    .section-column-fixed__left,
    .section-column-fixed__right {
        width: 100%;
    }
    .section-column-fixed__left.no-text,
    .section-column-fixed__right.no-text {
        display: none;
    }
}
.section-column-fixed__right {
    padding-left: 30px;
}
@media print, screen and (max-width: 58.74875em) {
    .section-column-fixed__right {
        padding-left: 0;
    }
}
.section-column-fixed__right p {
    max-width: 700px;
    width: 100%;
}
.text-panama__block {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 125px;
    font-family: Panama-Regular;
    line-height: 156px;
    text-transform: uppercase;
}
@media print, screen and (max-width: 58.74875em) {
    .text-panama__block {
        font-size: 50px;
        line-height: 62px;
    }
}
.text-panama__block p {
    line-height: 156px;
}
@media print, screen and (max-width: 58.74875em) {
    .text-panama__block p {
        font-size: 50px;
        line-height: 62px;
    }
}
.site-content {
    min-height: 100vh;
}
.is-not-home-page {
    opacity: 0;
}
.error-404 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.error-404 .info-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error-404 svg {
    max-width: 600px;
}
.grid-container {
    padding: 0 10px;
}
.hero-section .grid-container {
    max-width: 100%;
}
.woocommerce-message {
    border-top: 2px solid #000;
    background-color: #000;
    color: #fff;
}
.woocommerce-message::before {
    color: #fff;
}
.onsale {
    display: none;
}
.find-zip-code,
.not-find-zip-code {
    display: none;
    text-align: center;
}
.find-zip-code em,
.not-find-zip-code em {
    display: none;
    font-style: normal;
}
.zipcode-by-state-billing,
.zipcode-by-state-shipping {
    color: #a00;
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}
.zipcode-by-state-billing.show,
.zipcode-by-state-shipping.show {
    display: block;
}
.no-valid-inpt {
    border-color: #a00 !important;
}
.disable-btn {
    opacity: 0.5;
    pointer-events: none;
}
.off-canvas-wrapper-custom {
    position: relative;
}
.off-canvas-wrapper-custom .checkout-btn {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 600;
    height: 75px;
    max-width: 229px;
    width: 100%;
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s ease;
    transform: translate3d(250px, 0, 0);
}
@media (prefers-reduced-motion){
    .off-canvas-wrapper-custom .checkout-btn {
        transition: none;
    }
}
.off-canvas-wrapper-custom .checkout-btn.show {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.off-canvas-wrapper-custom .checkout-btn .checkout {
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    font-family: Favorit-Bold;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    height: 75px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .off-canvas-wrapper-custom .checkout-btn .checkout {
        transition: none;
    }
}
.off-canvas-wrapper-custom .checkout-btn .checkout:hover {
    color: #fff;
    background-color: #000;
    border-radius: 35px;
}
.xoo-wl-popup {
    visibility: hidden;
}
.xoo-wl-popup .xoo-wl-sidebar {
    border-radius: 0;
}
.xoo-wl-popup .xoo-wl-notices {
    width: 100%;
}
.xoo-wl-popup .xoo-wl-srcont {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.xoo-wl-popup .xoo-wl-notice-success {
    font-size: 18px;
    color: #000;
    text-align: center;
    background-color: transparent;
}
.xoo-wl-popup .xoo-wl-notice-success .xoo-wl-icon-check_circle {
    display: none;
}
.xoo-wl-popup .xwh-subheading {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
.xoo-wl-popup .xoo-wl-inmodal {
    border-radius: 0;
    border: 1px solid #000;
}
.xoo-wl-popup .xoo-wl-close {
    display: block;
    top: 10px;
    right: 10px;
    border: none;
    border-radius: 0;
    width: 20px;
    height: 20px;
}
.xoo-wl-popup .xoo-wl-close:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    top: 5px;
    transform: rotate(45deg);
    right: 0;
    position: absolute;
}
.xoo-wl-popup .xoo-wl-close:after {
    position: absolute;
    content: "";
    width: 10px;
    right: 0;
    height: 1px;
    background-color: #000;
    top: 5px;
    transform: rotate(-45deg);
}
.xoo-wl-popup .xwh-heading {
    display: none;
}
.xoo-wl-popup .xoo-wl-modal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    overflow: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
@media (prefers-reduced-motion){
    .xoo-wl-popup .xoo-wl-modal {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .xoo-wl-popup .xoo-wl-main {
        padding: 20px 25px;
    }
}
.xoo-wl-popup .xoo-wl-main .xoo-aff-email {
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 0;
    height: 54px;
}
.xoo-wl-popup .xoo-wl-main .xoo-aff-group {
    width: 100%;
    margin-bottom: 0;
}
.xoo-wl-popup .xoo-wl-main .xoo-wl-submit-btn {
    background-color: transparent;
    border: 1px solid #000;
    font-weight: 400;
    color: #000;
    padding: 20px 0;
    transition: 0.4s ease;
    border-radius: 0;
    margin-top: 10px;
    max-width: 100%;
    font-size: 16px;
}
@media (prefers-reduced-motion){
    .xoo-wl-popup .xoo-wl-main .xoo-wl-submit-btn {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .xoo-wl-popup .xoo-wl-main .xoo-wl-submit-btn {
        font-size: 12px;
    }
}
.xoo-wl-popup .xoo-wl-main .xoo-wl-submit-btn:hover {
    background-color: #000;
    color: #fff;
    border-radius: 20px;
}
.xoo-wl-popup .xoo-wl-main .xoo-aff-cont-email .xoo-aff-input-icon {
    display: none;
}
.xoo-wl-sidebar {
    display: none;
}
.block-image__subtitle {
    max-width: 400px;
}
.payment_box.payment_method_square_plus {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    line-height: 1.5;
    background-color: transparent !important;
}
.payment_box.payment_method_square_plus:before {
    display: none !important;
}
.payment_box.payment_method_square_plus * {
    background: 0 0 !important;
}
.wc_payment_methods.payment_methods iframe {
    border: 1px solid #000 !important;
}
.wc_payment_methods.payment_methods {
    border: none !important;
}
.police-section {
    padding: 40px 0;
}
.police-section__text {
    width: 50%;
    margin: 0 auto;
}
.police-section__text p {
    line-height: 28px;
}
@media print, screen and (max-width: 58.74875em) {
    .police-section__text {
        width: 100%;
    }
}
.close-btn-notif {
    border: 1px solid #000;
    font-size: 18px;
    padding: 17px 5px;
    text-align: center;
    width: 100%;
    box-shadow: none;
    height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s ease;
    display: none;
}
@media (prefers-reduced-motion){
    .close-btn-notif {
        transition: none;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .close-btn-notif {
        height: 44px;
        font-size: 16px;
        padding: 5px;
    }
}
.close-btn-notif.show {
    display: block;
}
.close-btn-notif:hover {
    background-color: #000;
    color: #fff;
}
.block-present-box {
    display: none;
    cursor: pointer;
    align-items: center;
    margin-top: 13px;
}
@media screen and (max-width: 98.125em) {
    .block-present-box {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (max-width: 74.9375em) {
    .block-present-box {
        flex-direction: row;
        align-items: center;
    }
}
.block-present-box .learn-more {
    font-size: 14px;
    margin-left: 4px;
    text-decoration: underline;
    cursor: pointer;
}
.block-present-box .block-check {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #000;
    padding: 3px;
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
}
.block-present-box .block-check:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    transform: rotate(45deg);
    background-color: #000;
    top: 2px;
    left: 6px;
    opacity: 0;
}
.block-present-box .block-check:before {
    top: 2px;
    left: 6px;
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    transform: rotate(-45deg);
    background-color: #000;
    opacity: 0;
}
.block-present-box .block-check.checked:after,
.block-present-box .block-check.checked:before {
    opacity: 1;
}
.block-present-box #present-box {
    margin: 0 4px 0 0;
    border-radius: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.block-present-box.show {
    display: flex;
}
.popup-present-box {
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    max-height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    z-index: 150;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
    padding: 0 10px;
}
@media (prefers-reduced-motion){
    .popup-present-box {
        transition: none;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .popup-present-box {
        max-height: 800px;
    }
}
.popup-present-box .block-text__parag p {
    line-height: 28px;
}
.popup-present-box .block-scroll {
    display: flex;
    padding: 23px;
    background-color: #fff;
    border: 1px solid #000;
}
@media print, screen and (max-width: 39.99875em) {
    .popup-present-box .block-scroll {
        flex-direction: column;
    }
}
.popup-present-box.show {
    visibility: visible;
    opacity: 1;
}
.popup-present-box::-webkit-scrollbar {
    display: none;
}
.popup-present-box__title {
    margin-bottom: 10px;
}
.popup-present-box__img {
    max-width: 280px;
    margin-right: 30px;
}
@media print, screen and (max-width: 39.99875em) {
    .popup-present-box__img {
        max-width: 400px;
        margin: 0 auto 10px;
    }
}
.popup-present-box__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup-present-box__close {
    width: 100%;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: 0.4s ease;
    border: 1px solid #000;
    text-transform: uppercase;
    height: 54px;
}
@media (prefers-reduced-motion){
    .popup-present-box__close {
        transition: none;
    }
}
.popup-present-box__close:hover {
    background: 0 0;
    color: #000;
}
.overlay-present-box {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.overlay-present-box.show {
    opacity: 1;
    visibility: visible;
}
.blog-section {
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .blog-section {
        transition: none;
    }
}
.blog-section__art {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 0;
}
.blog-section .btn-load-more {
    margin: 200px auto 0;
    max-width: 708px;
    width: 100%;
    padding: 30px 15px;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #000;
    display: block;
    transition: 0.4s ease;
    cursor: pointer;
    text-align: center;
    color: #000;
}
@media (prefers-reduced-motion){
    .blog-section .btn-load-more {
        transition: none;
    }
}
.blog-section .btn-load-more a {
    color: #000;
}
.blog-section .btn-load-more a:hover {
    color: #fff;
}
@media print, screen and (max-width: 58.74875em) {
    .blog-section .btn-load-more {
        margin: 0 auto;
    }
}
.blog-section .btn-load-more:hover {
    color: #fff;
    background-color: #000;
}
.blog-section .btn-load-more:hover a {
    color: #fff;
}
.blog-section .blog-post {
    width: 100%;
}
.blog-section .blog-post__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.blog-section .blog-post__title {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.blog-section .blog-post__date {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 21px;
    color: #000;
}
.blog-section .blog-post .image__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.blog-section .blog-post .bottom-link-text,
.blog-section .blog-post .top-link-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    opacity: 0;
    font-family: Favorit-Bold;
}
.blog-section .blog-post .top-link-text {
    top: 30px;
}
.blog-section .blog-post .bottom-link-text {
    bottom: 30px;
}
.blog-section .blog-post__image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
    position: relative;
}
@media (prefers-reduced-motion){
    .blog-section .blog-post__image {
        transition: none;
    }
}
.blog-section .blog-post__image.dark-hover {
    background-color: #000;
}
.blog-section .blog-post__image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    position: relative;
    z-index: 5;
    width: 100%;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .blog-section .blog-post__image img {
        transition: none;
    }
}
.blog-section .blog-post__image:hover .main-img {
    opacity: 0;
}
.blog-section .blog-post__image:hover .bottom-link-text,
.blog-section .blog-post__image:hover .top-link-text {
    opacity: 1;
}
.blog-section .blog-post__image:hover .image__hover {
    opacity: 1;
    z-index: 1;
}
.blog-section article {
    width: calc(50% - 3px);
}
@media print, screen and (max-width: 58.74875em) {
    .blog-section article {
        width: 100%;
        margin-bottom: 100px;
    }
}
.blog-section article a:hover .blog-post__image {
    border-radius: 30px;
}
.blog-section article:first-child .blog-post__image {
    height: 452px;
}
.blog-section article:nth-child(2) .blog-post__image {
    height: 885px;
}
.blog-section article:nth-child(3),
.blog-section article:nth-child(4) {
    margin: 152px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .blog-section article:nth-child(3),
    .blog-section article:nth-child(4) {
        margin: 0 0 100px 0;
    }
}
.blog-section article:nth-child(3) .blog-post__image,
.blog-section article:nth-child(4) .blog-post__image {
    height: 452px;
}
.blog-section article:nth-child(5) .blog-post__image {
    height: 885px;
}
.blog-section article:nth-child(6) .blog-post__image {
    height: 452px;
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post__blocks {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.single-default-post__blocks .image-gallery {
    width: 100%;
}
.single-default-post__blocks .image-gallery__images {
    margin-top: 10px;
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post__blocks .image-gallery__post-thumb {
        display: none;
    }
}
.single-default-post__blocks .image-gallery__post-thumb-mob {
    display: none;
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post__blocks .image-gallery__post-thumb-mob {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.single-default-post__blocks .image-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-default-post__blocks .single-info-post {
    width: 100%;
}
.single-default-post__blocks .single-info-post__title {
    font-size: 24px;
    color: #000;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
    line-height: 29px;
    font-family: Favorit-Regular;
}
@media print, screen and (min-width: 992px){
    .single-default-post__blocks .single-info-post__title {
        margin: 40px 0; 
        font-size: 30px;
        line-height: 34px;
    }
}
.single-default-post__blocks .single-info-post__date {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.single-default-post__hero{
    width: 100%;
}
.single-info-post__social{
    margin-top: 5px;
}
.hide-post__date-desktop .single-info-post__social{
    margin-bottom: 50px;
}
.single-info-post__social a{
    color: black;
    font-size: 14px;
    margin: 0 4px;
    text-decoration: none !important;
}
.single-info-post__social a:hover{
    text-decoration: underline !important;
}
.single-default-post__blocks .single-info-post__content {
    font-size: 14px;
    line-height: 21px;
}
@media print, screen and (min-width: 992px){
    .single-default-post__blocks .single-info-post__content{
        display: inline-block;
        font-size: 15px;
        line-height: 22px;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post__blocks .single-info-post__content {
        margin: 0 auto;
        max-width: 100%;
    }
}
.single-info-post__ad{
    margin-bottom: 50px;
}
@media print, screen and (min-width: 992px){
    .single-info-post__ad{
        width: 20%;
        display: inline-block;
        margin-top: 100px;
        margin-bottom: 0;
    }
}
.single-info-post__ad img{
    width: 100%;
    transition: .4s ease;
    margin-bottom: 10px;
}
@media (prefers-reduced-motion){
    .single-info-post__ad img{
        transition: none;
    }
}
.single-info-post__ad img:hover {
    border-radius: 30px;
}
.single-info-post__ad-title, .single-info-post__ad-description{
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-family: Favorit-Regular;
}
.single-info-post__ad-title{
    font-size: 16px;
}
.single-info-post__ad-description{
    font-size: 14px;
}
.sticky__ad{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.single-default-post__blocks .single-info-post__content img {
    width: 100%;
}
.single-default-post__blocks .single-info-post__content div {
    margin-bottom: 1rem;
}
.single-default-post__blocks .single-info-post__content a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
@media print, screen and (min-width: 992px){
    .single-info-post__wrapper{
        display: flex;
        border-bottom: 1px solid black;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}
.single-info-post__social{
    text-align: center;
}
.single-default-post .single-other-post {
    width: 100%;
    padding-bottom: 50px;
}
.single-default-post .single-other-post :focus {
    outline: 0;
}
.single-default-post .single-other-post__slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.single-default-post .single-other-post .slider-post-item {
    position: relative;
    width: calc(25% - 8px);
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post .single-other-post .slider-post-item {
        width: calc(50% - 8px);
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 20em) {
    .single-default-post .single-other-post .slider-post-item {
        width: 100%;
    }
}
.single-default-post .single-other-post .slider-post-item__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.4s ease;
    margin-top: 13px;
}
@media (prefers-reduced-motion){
    .single-default-post .single-other-post .slider-post-item__info {
        transition: none;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post .single-other-post .slider-post-item__info {
        flex-direction: column;
    }
}
.single-default-post .single-other-post .slider-post-item__info .date {
    margin-right: 24px;
    margin-left: 10px;
    font-size: 14px;
    color: #000;
}
@media print, screen and (max-width: 74.99875em) {
    .single-default-post .single-other-post .slider-post-item__info .date {
        margin: 10px 0 0;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .single-default-post .single-other-post .slider-post-item__info .date {
        font-size: 12px;
    }
}
.single-default-post .single-other-post .slider-post-item__info--title {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    color: #000;
}
@media print, screen and (max-width: 58.74875em) {
    .single-default-post .single-other-post .slider-post-item__info--title {
        font-size: 12px;
    }
}
.single-default-post .single-other-post .slider-post-item__post-thumb {
    transition: 0.4s ease;
    height: 100%;
}
@media (prefers-reduced-motion){
    .single-default-post .single-other-post .slider-post-item__post-thumb {
        transition: none;
    }
}
.single-default-post .single-other-post .slider-post-item__post-thumb .title-read {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.4s ease;
    opacity: 0;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
}
@media (prefers-reduced-motion){
    .single-default-post .single-other-post .slider-post-item__post-thumb .title-read {
        transition: none;
    }
}
.single-default-post .single-other-post .slider-post-item__post-thumb .title-read .arrow {
    width: 19px;
    height: 15px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    color: #fff;
    right: -27px;
}
.single-default-post .single-other-post .slider-post-item__post-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .single-default-post .single-other-post .slider-post-item__post-thumb img {
        transition: none;
    }
}
.single-default-post .single-other-post .slider-post-item a {
    display: block;
    height: 100%;
    width: 100%;
    transition: 0.4s ease;
    padding: 0 4px;
}
@media (prefers-reduced-motion){
    .single-default-post .single-other-post .slider-post-item a {
        transition: none;
    }
}
.single-default-post .single-other-post .slider-post-item a:hover {
    background-color: #000;
    border-radius: 30px;
}
.single-default-post .single-other-post .slider-post-item a:hover .title-read {
    opacity: 1;
}
.single-default-post .single-other-post .slider-post-item a:hover .slider-post-item__post-thumb img {
    opacity: 0;
}
.single-default-post .single-other-post .title-block {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%;
    font-family: Panama-Regular;
    margin-bottom: 120px;
    position: relative;
}
.single-default-post .single-other-post .title-block .arrow {
    width: 24px;
    height: 15px;
    transform: rotate(90deg) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 70px;
}
.hero-section {
    position: relative;
    z-index: 3;
}
.hero-section .grid-container__cell {
    position: relative;
}
.hero-section .block-video {
    z-index: -1;
    overflow: hidden;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: 89vh;
}
@media print, screen and (max-width: 58.74875em) {
    .hero-section .block-video {
        height: 452px;
    }
}
.hero-section .block-video iframe,
.hero-section .block-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-section__subtitle,
.hero-section__title {
    font-size: 90px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 0;
    line-height: 1;
    display: flex;
    font-family: Favorit-Light;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .hero-section__subtitle,
    .hero-section__title {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .hero-section__subtitle,
    .hero-section__title {
        font-size: 36px;
    }
}
.hero-section__subtitle em,
.hero-section__title em {
    font-size: 25px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 400;
    font-style: normal;
    font-family: Panama-Regular;
}
@media print, screen and (max-width: 58.74875em) {
    .hero-section__subtitle em,
    .hero-section__title em {
        font-size: 12px;
    }
}
.hero-section__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 89vh;
}
@media print, screen and (max-width: 58.74875em) {
    .hero-section__text {
        height: 452px;
    }
}
.hero-section__text:hover span {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.hero-section__text:hover span em {
    color: #fff;
    -webkit-text-stroke: initial;
}
.hero-section__under-text {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    display: block;
}
.hero-section__under-text .arrow {
    margin-left: 5px;
}
.time-section {
    padding: 138px 15px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
@media print, screen and (max-width: 58.74875em) {
    .time-section {
        padding: 30px 15px 0;
    }
}
@media screen and (max-width: 23.375em) {
    .time-section {
        flex-direction: column;
    }
}
.time-section__time {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: Panama-Regular;
}
@media print, screen and (max-width: 39.99875em) {
    .time-section__time {
        font-size: 14px;
    }
}
.time-section__location {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-family: Panama-Regular;
}
@media print, screen and (max-width: 39.99875em) {
    .time-section__location {
        font-size: 14px;
    }
}
.link-category {
    padding: 80px 0 68px;
    margin: 0 -8px;
}
.link-category.cat-link-home{
    padding: 0;
    margin: 0;
}
@media print, screen and (max-width: 58.74875em) {
    .link-category {
        padding: 30px 0 30px;
    }
}
.link-category .grid-container {
    display: flex;
    justify-content: space-between;
}
@media print, screen and (max-width: 58.74875em) {
    .link-category .grid-container {
        flex-direction: column;
    }
}
.link-category .grid-container .item-link {
    padding-left: 4px;
    padding-right: 4px;
    width: 50%;
    height: 95vh;
}
@media print, screen and (max-width: 39.99875em) {
    .link-category .grid-container .item-link {
        height: 100%;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .link-category .grid-container .item-link {
        padding: 4px;
        width: 100%;
    }
}
.link-category .grid-container .item-link .block-image {
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
@media (prefers-reduced-motion){
    .link-category .grid-container .item-link .block-image {
        transition: none;
    }
}
.link-category .grid-container .item-link .block-image img {
    width: 100%;
    height: 100%;
}
.link-category .grid-container .item-link .block-image__subtitle,
.link-category .grid-container .item-link .block-image__title {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Favorit-Light;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 60px;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 400px;
    transition: 0.4s ease;
}
@media print, screen and (max-width: 39.99875em) {
    .link-category .grid-container .item-link .block-image__subtitle,
    .link-category .grid-container .item-link .block-image__title {
        font-size: 36px;
    }
}
@media (prefers-reduced-motion){
    .link-category .grid-container .item-link .block-image__subtitle,
    .link-category .grid-container .item-link .block-image__title {
        transition: none;
    }
}
.link-category .grid-container .item-link .block-image__subtitle {
    bottom: 20px;
    top: initial;
}
.link-category .grid-container .item-link a {
    display: block;
    width: 100%;
    height: 100%;
}
.link-category .grid-container .item-link a:hover .block-image {
    border-radius: 30px;
}
.link-category .grid-container .item-link a:hover .block-image__subtitle,
.link-category .grid-container .item-link a:hover .block-image__title {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.link-category.cat-link-home .item-link {
    height: auto;
}
.link-category.cat-link-home .block-image img {
    z-index: -1;
    position: relative;
}
.link-category.cat-link-home .block-text-hov {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 95vh;
    width: 100%;
}
@media screen and (max-width: 79.375em) {
    .link-category.cat-link-home .block-text-hov {
        height: 85vh;
    }
}
@media screen and (max-width: 68.75em) {
    .link-category.cat-link-home .block-text-hov {
        height: 75vh;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .link-category.cat-link-home .block-text-hov {
        height: 100%;
    }
}
.link-two-word {
    padding: 68px 0;
    position: relative;
}
.link-two-word .zip-code-home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .link-two-word .zip-code-home {
        transition: none;
    }
}
.link-two-word .zip-code-home .text-show-focus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    text-align: center;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.link-two-word .zip-code-home.show {
    visibility: visible;
    opacity: 1;
}
.link-two-word .zip-code-home input::-webkit-inner-spin-button,
.link-two-word .zip-code-home input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.link-two-word .zip-code-home input[type="number"] {
    -moz-appearance: textfield;
}
.link-two-word .zip-code-home input {
    width: 100%;
    z-index: 10;
    height: 100%;
    text-align: center;
    margin: 0;
    font-size: 30px;
    padding: 0 40px;
    border: none;
    position: relative;
    box-shadow: none;
    background-color: transparent;
}
@media print, screen and (max-width: 58.74875em) {
    .link-two-word .zip-code-home input {
        font-size: 26px;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .link-two-word .zip-code-home input {
        font-size: 20px;
    }
}
.link-two-word .zip-code-home input::-moz-placeholder {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.link-two-word .zip-code-home input:-ms-input-placeholder {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.link-two-word .zip-code-home input::placeholder {
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
.link-two-word__first {
    text-align: center;
}
.link-two-word__first p {
    margin: 0;
    text-align: center;
    padding: 0 30px;
}
@media print, screen and (max-width: 58.74875em) {
    .link-two-word__first p {
        padding: 0;
    }
}
.link-two-word__after-click {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    display: none;
    align-items: center;
    justify-content: center;
}
@media (prefers-reduced-motion){
    .link-two-word__after-click {
        transition: none;
    }
}
.link-two-word__after-click p {
    margin: 0;
    text-align: center;
}
.link-two-word__after-click.showed {
    visibility: visible;
    opacity: 1;
    z-index: 10;
}
.link-two-word__link {
    display: flex;
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 703px;
    border-radius: 30px;
    color: #000;
    background-color: #000;
    padding: 0 80px;
    height: 273px;
    margin: 0 auto;
    border: 1px solid #000;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .link-two-word__link {
        transition: none;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .link-two-word__link {
        background-color: transparent;
        border-radius: 0;
        padding: 30px 10px;
    }
}
.link-two-word__link span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .link-two-word__link span {
        transition: none;
    }
}
.link-two-word__link span em {
    font-style: normal;
    text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
    .link-two-word__link span {
        color: #000;
        font-size: 12px;
    }
}
.link-two-word__link:hover {
    background-color: transparent;
    border-radius: 0;
}
.link-two-word__link:hover em,
.link-two-word__link:hover span {
    color: #000;
}
.link-two-word__link.clicked {
    background-color: transparent;
    border-radius: 0;
}
.link-two-word__link.clicked span {
    color: #000;
}
.full-width-section {
    padding-top: 100px;
}
.full-width-section .link-page {
    width: 100%;
    display: block;
    height: 95vh;
    background-size: cover;
}
@media print, screen and (max-width: 39.99875em) {
    .full-width-section .link-page {
        height: 95vh;
    }
}
.full-width-section__image {
    position: relative;
    height: 100%;
}
.full-width-section__image--subtitle,
.full-width-section__image--title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    display: block;
    font-size: 60px;
    color: #fff;
    font-family: Favorit-Light;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .full-width-section__image--subtitle,
    .full-width-section__image--title {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .full-width-section__image--subtitle,
    .full-width-section__image--title {
        font-size: 36px;
    }
}
.full-width-section__image--title {
    top: 26px;
}
.full-width-section__image--subtitle {
    bottom: 26px;
}
.full-width-section:hover .full-width-section__image--subtitle,
.full-width-section:hover .full-width-section__image--title {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.section-subscribe {
    padding: 90px 0 100px;
}
@media print, screen and (max-width: 39.99875em) {
    .section-subscribe {
        padding: 162px 0 70px;
    }
}
.section-subscribe form {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 706px;
    width: 100%;
    margin: 0 auto;
}
@media print, screen and (max-width: 58.74875em) {
    .section-subscribe form .kgtZbf {
        flex-direction: column !important;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .section-subscribe form .hZrcDZ {
        width: 100%;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .section-subscribe form .jSvksl {
        width: 100%;
    }
}
.kl-private-reset-css-Xuajs1 .ql-editor span {
    font-family: Favorit-Light !important;
}
.section-subscribe form input, .needsclick.go1367959049 {
    margin: 0;
    width: 100%;
    padding: 26px 23px;
    font-size: 16px;
    font-family: Favorit-Light !important;
    color: #000 !important;
    font-weight: 400 !important;
    box-shadow: none;
    border: 1px solid #000 !important;
    height: 78px !important;
    border-radius: 0;
}
.section-subscribe form input::-moz-placeholder, .needsclick.go1367959049::-moz-placeholder {
    text-transform: uppercase;
}
.section-subscribe form input:-ms-input-placeholder, .needsclick.go1367959049:-ms-input-placeholder {
    text-transform: uppercase;
}
.section-subscribe form input::placeholder, .needsclick.go1367959049::placeholder {
    text-transform: uppercase;
}
@media print, screen and (max-width: 39.99875em) {
    .section-subscribe form input, .needsclick.go1367959049 {
        text-align: center;
    }
}
.section-subscribe form button, button.go3894874857 {
    margin: 0 0 0 8px !important;
    height: 76px !important;
    padding: 0 10px !important;
    width: 189px !important;
    font-size: 15px !important;
    border-radius: 0;
    text-transform: uppercase;
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease;
    line-height: 1;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .section-subscribe form button, button.go3894874857 {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .section-subscribe form button, button.go3894874857 {
        margin: 10px 0 0 0 !important;
        width: 100% !important;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .section-subscribe form button, button.go3894874857 {
        background-color: transparent !important;
        border-radius: 0 !important;
        color: #000 !important;
    }
}
.section-subscribe form button:hover, #content .klaviyo-form-X9j33C button.go3894874857:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 30px !important;
}
.section-subscribe form button:focus, #content .klaviyo-form-X9j33C button.go3894874857:hover {
    outline: 0;
}
.video-section {
    padding-top: 68px;
}
.video-section__title {
    display: block;
    padding-top: 180px;
    padding-bottom: 90px;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
@media print, screen and (max-width: 58.74875em) {
    .video-section__title {
        padding: 40px 0 12px;
    }
}
.video-section__link {
    display: block;
    position: absolute;
    bottom: 54px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    max-width: 373px;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #fff;
    text-align: center;
    transition: 0.4s ease;
    left: 50%;
    transform: translateX(-50%);
}
@media(prefers-reduced-motion){
    .video-section__link {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .video-section__link {
        max-width: 328px;
        bottom: 16px;
    }
}
@media screen and (max-width: 23.4375em) {
    .video-section__link {
        max-width: 300px;
    }
}
.video-section__link:hover {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
}
.video-section__block {
    position: relative;
}
.video-section__block .title-video {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-family: Panama-Regular;
}
@media print, screen and (max-width: 58.74875em) {
    .video-section__block .title-video {
        font-size: 36px;
        top: 23px;
    }
}
.video-section__video {
    width: 100%;
    height: 95vh;
}
@media print, screen and (max-width: 58.74875em) {
    .video-section__video {
        height: 500px;
    }
}
.video-section__video iframe,
.video-section__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.archive-product {
    width: 100%;
    margin-top: 50px;
}
.archive-product .xoo-wl-btc-popup {
    display: none;
}
.archive-product .popup-archive-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 100%;
    display: none;
    max-width: 430px;
    max-height: 259px;
    padding: 0 15px;
    margin: 0 auto;
}
.archive-product .popup-archive-page.show {
    display: block;
}
.archive-product .popup-archive-page .find-zip-code,
.archive-product .popup-archive-page .not-find-zip-code {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    padding: 0 15px;
}
.archive-product .popup-archive-page .find-zip-code em,
.archive-product .popup-archive-page .not-find-zip-code em {
    font-size: 18px;
    line-height: 22px;
}
.archive-product .popup-archive-page .find-zip-code em p,
.archive-product .popup-archive-page .not-find-zip-code em p {
    font-size: inherit;
    line-height: inherit;
}
.archive-product .popup-archive-page__block {
    padding: 38px 20px 46px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    flex-direction: column;
    position: relative;
}
@media print, screen and (max-width: 39.99875em) {
    .archive-product .popup-archive-page__block {
        padding: 38px 20px 30px;
    }
}
.archive-product .popup-archive-page__block .close-button-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.archive-product .popup-archive-page__block .close-button-popup::after,
.archive-product .popup-archive-page__block .close-button-popup::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #000;
}
.archive-product .popup-archive-page__block .close-button-popup::after {
    transform: rotate(-45deg);
    top: 5px;
}
.archive-product .popup-archive-page__block .close-button-popup::before {
    top: 5px;
    transform: rotate(45deg);
}
.archive-product .popup-archive-page__block .title-popup {
    text-align: center;
    font-size: 16px;
    display: block;
    line-height: 22px;
    margin: 0 auto 10px;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .archive-product .popup-archive-page__block .title-popup {
        transition: none;
    }
}
.archive-product .popup-archive-page__block .title-popup.hidden {
    visibility: hidden;
    opacity: 0;
}
.archive-product .popup-archive-page__block .form-arch {
    display: flex;
    align-items: center;
    max-width: 404px;
    margin: 0 auto;
    width: 100%;
    transition: 0.4s ease;
    flex-direction: column;
}
@media (prefers-reduced-motion){
    .archive-product .popup-archive-page__block .form-arch {
        transition: none;
    }
}
.archive-product .popup-archive-page__block .form-arch.hidden {
    visibility: hidden;
    opacity: 0;
}
.archive-product .popup-archive-page__block .form-arch.hidden button {
    display: none;
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .popup-archive-page__block .form-arch {
        flex-direction: column;
    }
}
.archive-product .popup-archive-page__block .form-arch input::-webkit-inner-spin-button,
.archive-product .popup-archive-page__block .form-arch input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.archive-product .popup-archive-page__block .form-arch input[type="number"] {
    -moz-appearance: textfield;
}
.archive-product .popup-archive-page__block .form-arch button {
    background-color: transparent;
    color: #000;
    padding: 17px 5px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    height: 54px;
    transition: 0.4s ease;
    border: 1px solid #000;
}
@media (prefers-reduced-motion){
    .archive-product .popup-archive-page__block .form-arch button {
        transition: none;
    }
}
.archive-product .popup-archive-page__block .form-arch button:hover {
    color: #fff;
    background-color: #000;
}
.archive-product .popup-archive-page__block .form-arch__zipcode {
    border: 1px solid #000;
    font-size: 18px;
    padding: 17px 5px;
    text-align: center;
    width: 100%;
    box-shadow: none;
    height: 54px;
    margin-bottom: 10px;
}
.archive-product .popup-archive-page__block .close-popup-arhc {
    border: 1px solid #000;
    font-size: 18px;
    padding: 17px 5px;
    text-align: center;
    width: 100%;
    box-shadow: none;
    height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.4s ease;
    display: none;
    margin-top: 30px;
}
@media (prefers-reduced-motion){
    .archive-product .popup-archive-page__block .close-popup-arhc {
        transition: none;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .archive-product .popup-archive-page__block .close-popup-arhc {
        height: 44px;
        padding: 5px;
        font-size: 16px;
    }
}
.archive-product .popup-archive-page__block .close-popup-arhc.show {
    display: block;
}
.archive-product .popup-archive-page__block .close-popup-arhc:hover {
    background-color: #000;
    color: #fff;
}
.archive-product .load-more-btn {
    max-width: 704px;
    margin: 0 auto;
    width: 100%;
    border-color: #000;
    transition: 0.4s ease;
    text-transform: uppercase;
}
@media (prefers-reduced-motion){
    .archive-product .load-more-btn {
        transition: none;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .load-more-btn {
        font-size: 12px;
    }
}
.archive-product .products {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px !important;
    padding: 0;
    list-style: none outside;
    clear: both;
  	align-items: flex-start;
}
@media (min-width: 1800px) {
  .archive-product .products {
 	max-width: 1500px;
  	margin: 0 auto !important;
  }
}
.archive-product .products::before {
    display: none;
}
.archive-product .products .product {
    /* overflow: hidden; */
    transition: 0.4s ease;
    position: relative;
}
@media (prefers-reduced-motion){
    .archive-product .products .product {
        transition: none;
    }
}
.archive-product .products .product .added_to_cart.wc-forward {
    display: none !important;
}
.archive-product .products .product::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 50%;
    left: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 3;
}
@media (prefers-reduced-motion){
    .archive-product .products .product::after {
        transition: none;
    }
}
.archive-product .products .product .woocommerce-loop-product_title {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .products .product .woocommerce-loop-product_title {
        font-size: 11px;
    }
}
.archive-product .products .product .woocommerce-loop-product_title p {
    display: inline;
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .products .product .woocommerce-loop-product_title p {
        font-size: 11px;
    }
}
.archive-product .products .product .imagewrapper {
    position: relative;
    transition: 0.4s ease;
    overflow: hidden;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .imagewrapper{
        transition: none;
    }
}
.archive-product .products .product .imagewrapper img {
    width: 100%;
    height: auto;
    margin: 0;
}
.archive-product .products .product .imagewrapper .product-second-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .imagewrapper .product-second-image{
        transition: none;
    }
}
.archive-product .products .product .imagewrapper:hover .product-second-image {
    opacity: 1;
}
.archive-product .products .product .btn-atc .btn-atc__label-choose{
    display: none;
}
.archive-product .products .product .btn-atc__wrapper {
    position: absolute;
    bottom: -67px;
    left: 4px;
    right: 4px;
    width: auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .btn-atc__wrapper {
        transition: none;
    }
}
.archive-product .products .product:hover .btn-atc__wrapper {
    opacity: 1;
}
@media(min-width: 992px){
    .archive-product .products .product .btn-atc__wrapper.has-variants:hover {
        border-radius: 30px;
        overflow: hidden;
        border: 1px solid #C0C0C0;
    }    
    .archive-product .products .product .btn-atc__wrapper.has-variants:hover .btn-atc{
        opacity: 0;
    }
}
.archive-product .products .product .btn-atc__options {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: opacity 0.3s ease-in-out;
    flex-direction: row-reverse;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .btn-atc__options {
        transition: none;
    }
}
@media(min-width: 992px){
    .archive-product .products .product .btn-atc__wrapper.has-variants:hover .btn-atc__options {
        opacity: 1;
    }
}
.archive-product .products .product .btn-atc__option {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .btn-atc__option {
        transition: none;
    }
}
.archive-product .products .product .btn-atc__option a{
    width: 100%;
    color: black;
}
.archive-product .products .product .btn-atc__option h4 {
    font-size: 16px;
    font-family: Favorit-Bold;
    font-weight: bold;
    margin: 0;
}
.archive-product .products .product .btn-atc__option p {
    font-size: 16px;
    font-family: 'Favorit-Regular';
    font-weight: 400;
    margin: 0;
}
@media(min-width: 992px){
    .archive-product .products .product .btn-atc__option:hover {
        background-color: black;
        color: white;
    }
    .archive-product .products .product .btn-atc__option:hover a{
        color: white;
    }
    .archive-product .products .product .btn-atc__option:not(:first-child) {
        border-right: 1px solid #C0C0C0;
    }
}
.archive-product .products .product .btn-atc{
    height: 57px;
    line-height: 57px;
    padding: 0;
}
.archive-product .products .product .btn-atc a{
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}
@media(max-width: 991px){
    .archive-product .products .product .btn-atc__wrapper {
        opacity: 1 !important;
        border: none !important;
        bottom: -45px !important;
    } 
    .archive-product .products .product .btn-atc{
        font-size: 12px;
        background-color: white;
        color: black;
        border: 1px solid #C0C0C0 !important;
        height: 38px;
        line-height: 38px;
    }
    .archive-product .products .product .btn-atc a{
        color: black;
    }
    .archive-product .products .product .btn-atc__wrapper.open .btn-atc{
        background-color: black;
        color: white;
    }
    .archive-product .products .product .btn-atc__options {
        display: none;
        opacity: 1 !important;
        top: unset !important;
        bottom: 37px;
        height: unset;
        border: 1px solid black;
    }
    .archive-product .products .product .btn-atc__wrapper.open .btn-atc__options{
        display: block;
    }
    .archive-product .products .product .btn-atc__wrapper.open .btn-atc .btn-atc__label-choose{
        display: block;
    }
    .archive-product .products .product .btn-atc__wrapper.open .btn-atc .btn-atc__label-atc{
        display: none;
    }
    .archive-product .products .product .btn-atc__option{
        width: 100%;
        background-color: white;
        height: auto;
        padding-top: 5px;
        padding-bottom: 3px;
    }
    .archive-product .products .product .btn-atc__option:not(:first-child) {
        border-top: 1px solid #C0C0C0;
    }
    .archive-product .products .product .btn-atc__option a{
        display: flex;
        justify-content: space-around;
        width: 100%;
    }
}
.archive-product .products .product .imagewrapper:hover {
    border-radius: 30px;
}
.archive-product .products .product .imagewrapper:hover .outofstock-text {
    opacity: 1;
}
.archive-product .products .product .outofstock-text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 30px 5px;
    opacity: 0;
    transition: 0.4s ease;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    font-family: Panama-Regular;
}
@media (prefers-reduced-motion){
    .archive-product .products .product .outofstock-text {
        transition: none;
    }
}
.archive-product .products .product .outofstock-text span {
    color: #00ff19;
    font-size: 125px;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 1;
}
@media screen and (max-width: 90em) {
    .archive-product .products .product .outofstock-text span {
        font-size: 80px;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .products .product .outofstock-text span {
        font-size: 50px;
    }
}
.archive-product .products .product .product-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
@media screen and (max-width: 31.25em) {
    .archive-product .products .product .product-info {
        flex-direction: column;
    }
}
.archive-product .products .product .product-info .text-sold-out {
    font-size: 12px;
    color: #00ff19;
}
.archive-product .products .product .product-info__block {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.archive-product .products .product .product-info__desc {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .products .product .product-info__desc {
        font-size: 11px;
    }
}
.archive-product .products .product .product-info .price {
    display: flex !important;
    width: auto;
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
}
@media print, screen and (max-width: 58.74875em) {
    .archive-product .products .product .product-info .price {
        font-size: 10px;
    }
}
.archive-product .products .product .add_to_cart_button,
.archive-product .products .product .product_type_variable-subscription {
    display: none;
}
.template-collection ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 0 140px -0.3px !important;
    position: relative;
    width: 25% !important;
    padding: 0 4px;
    float: none !important;
}
@media print, screen and (max-width: 58.74875em) {
    .template-collection ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 50% !important;
        margin: 0 0 100px 0 !important;
    }
}
.button .product_type_simple .add_to_cart_button .ajax_add_to_cart .added,
.comment-form input[type="submit"] .product_type_simple .add_to_cart_button .ajax_add_to_cart .added,
.search-form .search-submit .product_type_simple .add_to_cart_button .ajax_add_to_cart .added {
    display: none;
}
@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.woocommerce-info {
    background-color: #000;
    color: #fff;
    border-color: #fff;
}
.woocommerce-info:before {
    color: #fff;
}
.woocommerce-product-attributes-item {
    display: flex;
    margin-bottom: 3px;
}
.woocommerce-product-attributes-item--attribute_pa_billing-period,
.woocommerce-product-attributes-item--attribute_pa_pack-size {
    display: none;
}
.woocommerce-product-attributes-item--attribute_ingredients {
    display: block;
}
.woocommerce-product-attributes-item--attribute_ingredients .woocommerce-product-attributes-item__label {
    float: left;
}
.woocommerce-product-attributes-item--attribute_ingredients .woocommerce-product-attributes-item__value,
.woocommerce-product-attributes-item--attribute_ingredients p {
    margin: 0;
}
.woocommerce-product-attributes-item__label {
    margin-right: 5px;
}
.woocommerce-product-attributes-item p,
.woocommerce-product-attributes-item__label {
    font-size: 15px;
    color: #000;
    line-height: 15px;
}
.woocommerce-product-attributes-item p,
.woocommerce-product-attributes-item__value {
    font-size: 15px;
    color: #000;
    line-height: 15px;
    margin: 0;
}
.autoship-sale {
    display: flex;
    justify-content: flex-start;
}
.sezzle-text {
    font-size: 12px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer;
    align-items: center;
}
@media (prefers-reduced-motion){
    .sezzle-text {
        transition: none;
    }
}
.sezzle-text.show {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}
.rc-container-wrapper{
    display: none !important;
}
.rc_form__group .btn{
    width: 100%;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    transition: .4s ease;
    padding: 20px 0;
    display: block;
}
@media (prefers-reduced-motion){
    .rc_form__group .btn{
        transition: none;
    }
}
.rc_form__group .btn:hover{
    background-color: transparent;
    border-radius: 50px;
    color: black;
}
.rc_form a{
    color: black;
    text-decoration: underline;
}
.rc_layout__container{
    padding-top: 70px;
}
.template-product .popup-zip-code {
    display: block;
}
.template-product .popup-zip-code input::-webkit-inner-spin-button,
.template-product .popup-zip-code input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.template-product .popup-zip-code input[type="number"] {
    -moz-appearance: textfield;
}
@media screen and (max-width: 43.75em) {
    .template-product .popup-zip-code {
        left: 10px;
        right: 10px;
        transform: translate(0, -50%);
    }
}
.template-product .popup-zip-code__block {
    height: auto;
    overflow: visible;
    width: 100%;
    opacity: 1;
}
@media screen and (max-width: 43.75em) {
    .template-product .popup-zip-code__block {
        width: 100%;
    }
}
.template-product .popup-zip-code .find-zip-code,
.template-product .popup-zip-code .not-find-zip-code {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    transition: 0.4s ease;
    z-index: 1;
    line-height: 22px;
    visibility: visible;
    opacity: 1;
    display: block;
}
@media (prefers-reduced-motion){
    .template-product .popup-zip-code .find-zip-code,
    .template-product .popup-zip-code .not-find-zip-code {
        transition: none;
    }
}
.template-product .popup-zip-code .find-zip-code em,
.template-product .popup-zip-code .not-find-zip-code em {
    text-align: left;
    color: #00ff19;
}
.template-product .popup-zip-code.open {
    visibility: visible;
    opacity: 1;
}
.template-product .single-info-product {
    position: relative;
  	max-width: 640px;
}
.template-product .single-info-product > .price {
    position: absolute;
    right: 0;
    top: 0;
}
.template-product .single-info-product .single_variation_wrap {
    position: absolute;
    top: 0;
    right: 0;
}
.template-product .woocommerce-message {
    display: none;
}
.template-product .slick-dots li {
    margin: 0;
}
.template-product .slick-dots li button::before {
    font-size: 9px;
}
.template-product .added_to_cart.wc-forward {
    display: none !important;
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .single-product-back-link {
        display: none;
    }
}
.template-product .product {
    display: flex;
}
@media screen and (max-width: 47.9375em) {
    .template-product .product {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.template-product .product .out-of-stock {
    text-align: left;
    text-transform: uppercase;
    margin-top: 10px;
}
.template-product .product .quantity {
    display: none;
}
.template-product .product .cart {
    margin-top: 20px;
}
.template-product .product .cart.variations_form {
    margin-bottom: 0;
    margin-top: 0;
}
.template-product .product .cart.variations_form .variations {
    margin: 20px 0 6px !important;
}
.template-product .product .cart.variations_form .variations select {
    margin: 0 !important;
    width: 100%;
    padding: 5px;
    height: 80px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
}
.template-product .product .cart.variations_form .variations select::-moz-placeholder {
    color: #000;
    text-align: center;
}
.template-product .product .cart.variations_form .variations select:-ms-input-placeholder {
    color: #000;
    text-align: center;
}
.template-product .product .cart.variations_form .variations select::placeholder {
    color: #000;
    text-align: center;
}
.template-product .product .cart.variations_form .variations select option {
    color: #000;
}
.template-product .product .block-shipping {
    position: relative;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .template-product .product .block-shipping {
        transition: none;
    }
}
.template-product .product .block-shipping.hide-block {
    margin-top: -60px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.template-product .product .block-shipping .title-ship {
    text-align: center;
    display: block;
    margin-top: 10px;
    width: 100%;
    font-size: 12px;
    color: #000;
    margin-bottom: 26px;
}
.template-product .product .block-shipping .same-delivery-btn {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 12px;
    padding: 14px 5px;
    text-align: center;
    transition: 0.4s ease;
    max-width: 303px;
    margin: 38px 0 38px 0;
    border-radius: 20px;
    border: 1px solid #000;
}
@media (prefers-reduced-motion){
    .template-product .product .block-shipping .same-delivery-btn {
        transition: none;
    }
}
.template-product .product .block-shipping .same-delivery-btn:hover {
    color: #fff;
    background-color: #000;
}
.template-product .product .block-shipping .same-delivery-btn .text-find {
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    text-decoration: none;
    width: 0;
    display: block;
    height: 0;
}
.template-product .product .block-shipping .same-delivery-btn.find-zip {
    background-color: #00ff19;
    border: 1px solid transparent;
}
.template-product .product .block-shipping .same-delivery-btn.find-zip:hover {
    color: #fff;
    background-color: #000;
}
.template-product .product .block-shipping .same-delivery-btn.find-zip::first-letter {
    text-transform: uppercase;
}
.template-product .product .block-shipping .same-delivery-btn.find-zip .default-text {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    display: none;
}
.template-product .product .block-shipping .same-delivery-btn.find-zip .text-find {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
}
.template-product .product .text-content-product {
    margin-top: 30px;
    margin-bottom: 30px;
}
.template-product .product .text-content-product p {
    font-size: 15px;
    text-align: left;
    color: #000;
    line-height: 22px;
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .product .text-content-product p {
        font-size: 11px;
        line-height: 15px;
    }
}
.template-product .product .product-form__cart-submit {
    width: 100%;
    background-color: #000 !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    transition: 0.4s ease;
    padding: 25px 0 !important;
}
@media (prefers-reduced-motion){
    .template-product .product .product-form__cart-submit {
        transition: none;
    }
}
.template-product .product .product-form__cart-submit:hover {
    border-radius: 30px;
    background-color: #000 !important;
    color: #fff !important;
}
.template-product .product #respond input#submit.alt {
    background-color: #a46497;
    color: #fff;
}
.template-product .product #respond input#submit.alt.loading {
    opacity: 0.25;
    padding-right: 2.618em;
}
.comment-form .template-product .product input.added[type="submit"]::after,
.search-form .template-product .product a.added.search-submit::after,
.search-form .template-product .product button.added.search-submit::after,
.search-form .template-product .product input.added.search-submit::after,
.template-product .product #respond input#submit.added::after,
.template-product .product .comment-form input.added[type="submit"]::after,
.template-product .product .search-form a.added.search-submit::after,
.template-product .product .search-form button.added.search-submit::after,
.template-product .product .search-form input.added.search-submit::after,
.template-product .product a.button.added::after,
.template-product .product button.button.added::after,
.template-product .product input.button.added::after {
    font-family: Woocommerce;
    content: "\e017";
    margin-left: 0.53em;
    vertical-align: bottom;
}
.comment-form .template-product .product input.loading[type="submit"]::after,
.search-form .template-product .product a.loading.search-submit::after,
.search-form .template-product .product button.loading.search-submit::after,
.search-form .template-product .product input.loading.search-submit::after,
.template-product .product #respond input#submit.loading::after,
.template-product .product .comment-form input.loading[type="submit"]::after,
.template-product .product .search-form a.loading.search-submit::after,
.template-product .product .search-form button.loading.search-submit::after,
.template-product .product .search-form input.loading.search-submit::after,
.template-product .product a.button.loading::after,
.template-product .product button.button.loading::after,
.template-product .product input.button.loading::after {
    font-family: Woocommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: auto;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.template-product .product .entry-summary {
    width: 100% !important;
    float: none !important;
    position: relative;
}
.template-product .product .block-sticky {
    padding: 30px 50px 0;
    width: 100%;
}
.template-product .product .block-sticky .stock.out-of-stock {
    display: none;
}
@media print, screen and (max-width: 74.99875em) {
    .template-product .product .block-sticky {
        padding: 57px 50px 0 50px;
    }
}
@media screen and (max-width: 47.875em) {
    .template-product .product .block-sticky {
        padding: 20px 0 0;
    }
}
.template-product .product .block-sticky .woocommerce-variation-availability {
    display: none;
}
.template-product .product .block-sticky .price, .template-product .product .block-sticky .price-discount, .template-product .product .block-sticky .price-final{
    color: #000;
    font-size: 21px;
    line-height: 1;
    display: block;
    text-align: left;
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .product .block-sticky .price, .template-product .product .block-sticky .price-discount, .template-product .product .block-sticky .price-final{
        font-size: 12px;
    }
}
.template-product .product .block-sticky .product_title,
.template-product .product .block-sticky .woocommerce-product-details__short-description,
.template-product .product .block-sticky .woocommerce-variation-price {
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
.template-product .product .block-sticky .product_title .subscription-details,
.template-product .product .block-sticky .woocommerce-product-details__short-description .subscription-details,
.template-product .product .block-sticky .woocommerce-variation-price .subscription-details {
    display: none;
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .product .block-sticky .product_title,
    .template-product .product .block-sticky .woocommerce-product-details__short-description,
    .template-product .product .block-sticky .woocommerce-variation-price {
        font-size: 12px;
    }
}
.template-product .product .block-sticky .product_title p,
.template-product .product .block-sticky .woocommerce-product-details__short-description p,
.template-product .product .block-sticky .woocommerce-variation-price p {
    margin: 0;
}
.template-product .product .block-sticky .product_title {
    font-size: 21px;
    padding-right: 80px;
}
.template-product .product .block-sticky .product_title.sub-title {
    padding-right: 130px;
}
@media screen and (max-width: 64em) {
    .template-product .product .block-sticky .product_title.sub-title {
        padding-right: 100px;
    }
}
.template-product .product .block-sticky .product_title.outofstock {
    padding-right: 0;
}
.template-product .product .block-sticky .product_title .desc-title {
    display: block;
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .product .block-sticky .product_title {
        padding-right: 0;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .template-product .product .block-sticky .product_title {
        font-size: 12px;
    }
}
.template-product .product .block-sticky.active {
    position: fixed;
    top: 0;
    right: 0;
}
.template-product .product .xoo-wl-btn-container .xoo-wl-btn-popup {
    background-color: transparent;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 400;
    margin-top: 30px;
    color: #000;
    border-radius: 20px;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .template-product .product .xoo-wl-btn-container .xoo-wl-btn-popup {
        transition: none;
    }
}
.template-product .product .xoo-wl-btn-container .xoo-wl-btn-popup:hover {
    background-color: #000;
    color: #fff;
}
.template-product .product .woocommerce-product-gallery {
    float: none !important;
    width: 50% !important;
    margin-top: 20px;
}
@media screen and (max-width: 47.875em) {
    .template-product .product .woocommerce-product-gallery {
        width: 100%;
        margin: 0 auto 0 !important;
        height: 83vh !important;
        overflow: hidden;
    }
    .template-product .product .woocommerce-product-gallery img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media screen and (max-width: 31.25em) {
    .template-product .product .woocommerce-product-gallery {
        height: 100% !important;
    }
}
.template-product .product .woocommerce-product-gallery__image {
    display: block !important;
    margin-bottom: 6px !important;
    width: 100% !important;
}
.template-product .product .woocommerce-product-gallery__image img {
    width: 100%;
}
.custom-select-wrapper {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select,
.custom-select-subscription,
.select-form-contact {
    position: relative;
    display: block;
    width: 100%;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 22px 27px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #000;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .custom-select-trigger {
        transition: none;
    }
}
.custom-select-trigger::before {
    top: 50%;
    right: 35px;
    width: 1px;
    height: 7px;
    background-color: #000;
    content: "";
    position: absolute;
    transition: 0.4s ease;
    transform: translateY(-50%);
}
@media (prefers-reduced-motion){
    .custom-select-trigger::before {
        transition: none;
    }
}
.custom-select-trigger::after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: calc(50% + 5px);
    right: 33px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.4s ease;
    transform-origin: 50% 0;
}
@media (prefers-reduced-motion){
    .custom-select-trigger::after {
        transition: none;
    }
}
.custom-select-trigger:hover {
    background-color: #000;
    color: #fff;
}
.custom-select-trigger:hover::before {
    background-color: #fff;
}
.custom-select-trigger:hover::after {
    border-color: #fff;
}
.custom-options {
    position: absolute;
    display: block;
    top: calc(100% + -1px);
    left: 0;
    right: 0;
    min-width: 100%;
    border: 1px solid #000;
    background: #fff;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    transform: translateY(-15px);
}
@media(prefers-reduced-motion){
    .custom-options {
        transition: none;
    }   
}
.custom-options .selected {
    display: none;
}
.custom-select-subscription.opened .custom-options,
.custom-select.opened .custom-options,
.select-form-contact.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.custom-select-subscription.opened .custom-options .selected,
.custom-select.opened .custom-options .selected,
.select-form-contact.opened .custom-options .selected {
    display: none;
}
.custom-option {
    position: relative;
    display: block;
    padding: 25px 27px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    transition: 0.4s ease;
    z-index: 50;
}
@media (prefers-reduced-motion){
    .custom-option {
        transition: none;
    }
}
.custom-option:last-of-type {
    border-bottom: 0;
}
.custom-option.selection,
.custom-option:hover {
    background: #000;
    color: #fff;
}
.pxFormGenerator, .pxFormGenerator iframe{
    min-height: 552px;
}
.overlay-shipping {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    cursor: pointer;
}
.overlay-shipping.open-over {
    display: block;
}
.custom-select-subscription .checkbox-select-period {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 6px;
    border: 1px solid #000;
    overflow: hidden;
}
.custom-select-subscription .checkbox-select-period .checkbox {
    font-size: 12px;
    position: relative;
    cursor: pointer;
    padding: 18px 2px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    text-transform: uppercase;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .custom-select-subscription .checkbox-select-period .checkbox {
        transition: none;
    }
}
.custom-select-subscription .checkbox-select-period .checkbox .price {
    color: #000;
    transition: 0.4s ease;
    line-height: 1;
}
@media (prefers-reduced-motion){
    .custom-select-subscription .checkbox-select-period .checkbox .price {
        transition: none;
    }
}
.custom-select-subscription .checkbox-select-period .checkbox .hidden {
    display: none;
}
.custom-select-subscription .checkbox-select-period .checkbox + .checkbox {
    border-right: 1px solid #000;
}
.custom-select-subscription .checkbox-select-period .checkbox:hover {
    background-color: #000;
    color: #fff;
}
.custom-select-subscription .checkbox-select-period .checkbox:hover .price-discount {
    color: #fff;
}
.custom-select-subscription .checkbox-select-period .checkbox.checked {
    width: 100%;
    background-color: #000;
    color: #fff;
}
.custom-select-subscription .checkbox-select-period .checkbox.checked .price-discount {
    color: #fff;
}
.contact-wrapper{
    position: relative;
}
.contact-select{
    position: absolute;
    left: 2px;
    top: 5px;
    width: 329.5px;
}
.single-info-product .woocommerce-product-details__short-description {
    display: none !important;
}
.first-payment-date {
    display: none;
}
.shipp-to p {
    padding-bottom: 1.2rem;
}
.shipp-to,
.variations-title,
.variations-title-two {
    font-size: 12px;
    display: block;
    text-align: left;
    margin-bottom: 4px;
}
.variations-title{
    text-transform: uppercase;
}
.sh-to__between {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    opacity: 0.5;
}
.variations-title-two {
    color: #000;
}
.wrapper-quant {
    position: relative;
    transition: 0.4s ease;
    border: 1px solid #000;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
}
@media (prefers-reduced-motion){
    .wrapper-quant {
        transition: none;
    }
}
.wrapper-quant .quant {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(0, -41%);
    text-transform: uppercase;
}
.wrapper-quant .quant-input {
    width: 100% !important;
}
.wrapper-quant .quant-input:hover + .quant {
    color: #fff !important;
}
.wrapper-quant .quantity-a {
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
    margin-left: 20%;
}
.wrapper-quant:hover {
    background: #000;
}
.wrapper-quant:hover .quant,
.wrapper-quant:hover .quantity-a {
    color: #fff;
}
.variations__item {
	margin-right: 12px;
}
.variations__item .zrx-cart-quantity {
    color: #000;
    padding: 20px 0;
  	min-width: 107px;
  	margin-right: 12px;
    border: 2px solid #DDDDDD !important;
}
.variations__item .zrx-cart-quantity .zrx-cart-quantity-inner {
    justify-content: space-evenly !important;
}
.variations__item .zrx-cart-quantity .zrx-cart-minus,
.variations__item .zrx-cart-quantity .zrx-cart-plus {
    padding: 12px 12px 12px 8px!important;
    font-size: 20px !important;
  	font-weight: bold;
}
.variations__item .quantity {
    width: 100%;
}
.variations__item .quantity__wrapp {
    display: flex;
    width: 100%;
    border: 1px solid #000;
    position: relative;
}
.variations__item .quantity__wrapp .text-qty {
    left: calc(50% - 10px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
    font-family: Favorit-Bold;
}
.variations__item .quantity__wrapp .qty {
    width: 80%;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 auto;
}
.variations__item .quantity__wrapp .qty input::-webkit-inner-spin-button,
.variations__item .quantity__wrapp .qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.variations__item .quantity__wrapp .qty input[type="number"] {
    -moz-appearance: textfield;
}
.variations__item .quantity__wrapp .minus {
    width: 37px;
    cursor: pointer;
    font-size: 30px;
    position: relative;
}
.variations__item .quantity__wrapp .minus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    background-color: #000;
    content: "";
    width: 10px;
    transform: translate(-50%, -50%);
}
.variations__item .quantity__wrapp .minus:hover {
    background-color: #000;
    color: #fff;
}
.variations__item .quantity__wrapp .minus:hover::after {
    background-color: #fff;
}
.variations__item .quantity__wrapp .plus {
    width: 37px;
    cursor: pointer;
    font-size: 30px;
    position: relative;
}
.variations__item .quantity__wrapp .plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #000;
    content: "";
    width: 10px;
}
.variations__item .quantity__wrapp .plus::before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    content: "";
    width: 10px;
}
.variations__item .quantity__wrapp .plus:hover {
    background-color: #000;
    color: #fff;
}
.variations__item .quantity__wrapp .plus:hover::after,
.variations__item .quantity__wrapp .plus:hover::before {
    background-color: #fff;
}
.variations__item .quantity__wrapp .minus,
.variations__item .quantity__wrapp .plus,
.variations__item .quantity__wrapp .qty {
    background-color: transparent;
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    transition: 0.4s ease;
    font-size: 12px;
}
@media (prefers-reduced-motion){
    .variations__item .quantity__wrapp .minus,
    .variations__item .quantity__wrapp .plus,
    .variations__item .quantity__wrapp .qty {
        transition: none;
    }
}
.variations__item .quantity__wrapp .minus:focus,
.variations__item .quantity__wrapp .plus:focus,
.variations__item .quantity__wrapp .qty:focus {
    outline: 0;
}
.variations__item .quantity__wrapp .qty {
    padding-left: 43%;
    padding-top: 1px;
}
.variations__item .quantity__wrapp input::-webkit-inner-spin-button,
.variations__item .quantity__wrapp input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.variations__item .quantity__wrapp input[type="number"] {
    -moz-appearance: textfield;
}
.remove_hidden .custom-select-subscription .checkbox {
    padding: 12px 2px;
}
.remove_hidden .custom-select-subscription .checkbox .price.hidden {
    display: block;
}
.faq-section {
    padding-top: 50px;
    border-top: 1px solid #000;
}
.faq-section::after {
    position: absolute;
    top: 61px;
    left: 50%;
    height: 100%;
    width: 1px;
    background-color: #000;
    transform: translateX(-50%);
    content: "";
}
@media print, screen and (max-width: 39.99875em) {
    .faq-section::after {
        display: none;
    }
}
.faq-section__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media print, screen and (max-width: 39.99875em) {
    .faq-section__container {
        flex-direction: column;
    }
}
.faq-section__container--item {
    width: 50%;
    padding: 10px 100px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 330px;
    overflow: hidden;
    cursor: pointer;
}
@media print, screen and (max-width: 74.99875em) {
    .faq-section__container--item {
        padding: 10px 30px;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .faq-section__container--item {
        width: 100%;
        min-height: 268px;
        height: 100%;
    }
}
.faq-section__container--item .question {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .faq-section__container--item .question {
        transition: none;
    }
}
.faq-section__container--item .question.hidden {
    opacity: 0;
}
.faq-section__container--item .answer {
    opacity: 0;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    transition: 0.4s ease;
    background-color: #fff;
}
@media (prefers-reduced-motion){
    .faq-section__container--item .answer {
        transition: none;
    }
}
.faq-section__container--item .answer.show {
    opacity: 1;
}
.functionals-section .block-image {
    max-width: 448px;
    width: 100%;
    margin: 0 auto 30px;
}
.functionals-section .block-mobile {
    display: none;
}
@media print, screen and (max-width: 58.74875em) {
    .functionals-section .block-mobile {
        display: block;
    }
}
.functionals-section__block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.functionals-section__block .column-1,
.functionals-section__block .column-2 {
    width: calc(50% - 4px);
}
@media print, screen and (max-width: 58.74875em) {
    .functionals-section__block .column-1,
    .functionals-section__block .column-2 {
        width: 100%;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .functionals-section__block .column-2 {
        display: none;
    }
}
.functionals-section__block--item {
    width: 100%;
    margin-bottom: 100px;
}
.functionals-section__block--item .text-block {
    font-size: 14px;
    line-height: 17px;
    max-width: 520px;
    width: 100%;
}
@media print, screen and (max-width: 58.74875em) {
    .functionals-section__block--item .text-block {
        max-width: 100%;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .functionals-section__block--item {
        width: 100%;
        margin-bottom: 50px;
    }
}
.functionals-section__block--item .block-video {
    height: 536px;
    overflow: hidden;
    position: relative;
    margin-bottom: 17px;
}
@media screen and (min-width: 1850px) {
    .functionals-section__block--item .block-video {
        height: 30vw;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .functionals-section__block--item .block-video {
        height: 268px;
    }
}
.functionals-section__block--item .block-video .title-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: Favorit-Bold;
}
.functionals-section__block--item .block-video iframe,
.functionals-section__block--item .block-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.thank-page-checkout {
    display: flex;
    padding-top: 100px;
}
@media print, screen and (max-width: 74.99875em) {
    .thank-page-checkout {
        flex-direction: column;
        padding-top: 40px;
    }
}
.thank-page-checkout__block {
    width: 25%;
}
@media print, screen and (max-width: 74.99875em) {
    .thank-page-checkout__block {
        width: 100%;
        margin-bottom: 30px;
    }
}
.thank-page-checkout__info {
    width: 50%;
}
@media print, screen and (max-width: 74.99875em) {
    .thank-page-checkout__info {
        width: 100%;
    }
}
.thank-page-checkout__subtitle,
.thank-page-checkout__title {
    font-size: 28px;
    text-decoration: underline;
    line-height: 1;
}
.thank-page-checkout__subtitle {
    margin-bottom: 40px;
}
.thank-page-checkout .link-to-cool {
    margin-top: 40px;
    width: 100%;
    display: block;
    max-width: 300px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-color: #000;
    padding: 30px;
    color: #fff;
    border: 1px solid #000;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .thank-page-checkout .link-to-cool {
        transition: none;
    }
}
.thank-page-checkout .link-to-cool:hover {
    background-color: transparent;
    color: #000;
    border-radius: 20px;
}
.thank-page-checkout__text p {
    margin-top: 28px;
    font-size: 20px;
    line-height: 28px;
}
.thank-page-checkout__text p a {
    text-decoration: underline;
}
.thank-page-checkout__text--title {
    font-weight: 700;
}
.checkout-page {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.checkout-page .woocommerce-shipping-totals td label {
    font-weight: 700;
    font-size: 16px;
}
.checkout-page .create-account {
    display: none;
}
.checkout-page .woocommerce-billing-fields__field-wrapper {
    margin-top: 60px;
}
.checkout-page__title {
    font-size: 24px;
    text-decoration: underline;
    flex: 0 0 25%;
}
@media print, screen and (max-width: 74.99875em) {
    .checkout-page__title {
        flex: 0 0 100%;
    }
}
.checkout-page .checkout-form {
    flex: 0 0 50%;
}
@media print, screen and (max-width: 74.99875em) {
    .checkout-page .checkout-form {
        flex: 0 0 100%;
    }
}
.checkout-page .checkout-form .woocommerce-billing-fields__title {
    text-transform: initial;
    font-size: 24px;
}
.checkout-page .checkout-form .block-ordering {
    padding: 45px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout-page .checkout-form .block-ordering .form-row p {
    margin: 0;
    padding: 0;
}
.checkout-page .checkout-form .block-ordering .woocommerce-privacy-policy-text {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
.checkout-page .checkout-form .block-ordering .woocommerce-privacy-policy-text a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.4);
}
.checkout-page .checkout-form .block-ordering .btn-order {
    width: 100%;
    background-color: #000;
    color: #fff;
    float: none;
    border: 1px solid #000;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 0;
    padding: 13px 5px;
}
.checkout-page .checkout-form .block-ordering .btn-order:hover {
    background-color: transparent;
    color: #000;
}
.checkout-page .checkout-form .block-ordering #payment {
    background-color: transparent;
    border-radius: 0;
}
.checkout-page .checkout-form .block-ordering #payment .wc_payment_methods {
    padding: 0;
}
.checkout-page .checkout-form .block-ordering #payment .payment-title {
    display: block;
    padding: 0 8px;
    margin-bottom: 30px;
    font-size: 24px;
    text-decoration: underline;
}
.checkout-page .checkout-form .block-ordering .shop_table {
    border: none;
    margin: 0 0 30px;
    text-align: left;
    width: 100%;
    border-radius: 0;
}
.checkout-page .checkout-form .block-ordering .shop_table th {
    padding: 20px 5px;
}
.checkout-page .checkout-form .block-ordering .shop_table tbody,
.checkout-page .checkout-form .block-ordering .shop_table tfoot,
.checkout-page .checkout-form .block-ordering .shop_table thead {
    background-color: transparent;
}
.checkout-page .checkout-form .block-ordering .shop_table .cart_item td {
    padding: 20px 5px;
    color: rgba(0, 0, 0, 0.4);
}
.checkout-page .checkout-form .block-ordering #order_review_heading {
    text-decoration: underline;
    font-size: 28px;
    margin-bottom: 30px;
}
.checkout-page .checkout-form #coupon-anchor {
    width: 100%;
}
* .checkout-page .checkout-form #coupon-anchor:focus {
    outline: 0;
}
.checkout-page .checkout-form #coupon-anchor .ui-button,
.checkout-page .checkout-form #coupon-anchor .ui-dialog-titlebar {
    display: none;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon {
    margin: 15px 0 30px;
    padding: 0;
    border: none;
    display: flex !important;
    flex-wrap: wrap;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon p:first-of-type {
    width: 100%;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first {
    width: 80%;
    float: none;
    margin: 0;
    height: 48px;
    padding: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first {
        width: 100%;
    }
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first input {
    padding: 10px;
    box-shadow: none;
    height: 48px;
    color: #000;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first input::-moz-placeholder {
    color: #000;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first input:-ms-input-placeholder {
    color: #000;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-first input::placeholder {
    color: #000;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-last {
    margin: 0;
    width: 20%;
    float: none;
    height: 48px;
    padding: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-last {
        width: 100%;
    }
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-last button {
    height: 48px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
}
.checkout-page .checkout-form #coupon-anchor .checkout_coupon .form-row-last button:hover {
    background-color: transparent;
    color: #000;
}
.checkout-page .checkout-form #coupon-anchor .woocommerce-error {
    background-color: transparent;
    color: red;
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.checkout-page .checkout-form #coupon-anchor .woocommerce-error + .checkout_coupon p:first-of-type {
    display: none;
}
.checkout-page .checkout-form #coupon-anchor .woocommerce-error::before {
    display: none;
}
.checkout-page .checkout-form__container--col-1,
.checkout-page .checkout-form__container--col-2 {
    width: 100%;
}
.checkout-page .checkout-form #kl_newsletter_checkbox_field {
    display: none;
}
.checkout-page .checkout-form .mailchimp-newsletter {
    display: none;
}
.checkout-page .checkout-form .woocommerce-billing-fields .form-row.form-row-wide.address-field.update_totals_on_change.validate-required,
.checkout-page .checkout-form .woocommerce-shipping-fields .form-row.form-row-wide.address-field.update_totals_on_change.validate-required {
    display: none;
}
.checkout-page .checkout-form .woocommerce-billing-fields__title,
.checkout-page .checkout-form .woocommerce-shipping-fields__title {
    font-size: 24px;
    text-decoration: underline;
}
.checkout-page .checkout-form .woocommerce-billing-fields p,
.checkout-page .checkout-form .woocommerce-shipping-fields p {
    margin: 0;
    padding: 0;
}
.checkout-page .checkout-form .woocommerce-billing-fields #billing_postcode_field label,
.checkout-page .checkout-form .woocommerce-billing-fields #shipping_postcode_field label,
.checkout-page .checkout-form .woocommerce-shipping-fields #billing_postcode_field label,
.checkout-page .checkout-form .woocommerce-shipping-fields #shipping_postcode_field label {
    margin-top: 25px;
}
.checkout-page .checkout-form .woocommerce-billing-fields input,
.checkout-page .checkout-form .woocommerce-shipping-fields input {
    box-shadow: none;
    border: 1px solid #000;
    margin: 10px 0 20px !important;
    padding: 15px;
    font-size: 14px;
    height: auto;
}
.checkout-page .checkout-form .woocommerce-billing-fields input::-moz-placeholder,
.checkout-page .checkout-form .woocommerce-shipping-fields input::-moz-placeholder {
    color: #000;
    font-size: 16px;
}
.checkout-page .checkout-form .woocommerce-billing-fields input:-ms-input-placeholder,
.checkout-page .checkout-form .woocommerce-shipping-fields input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
}
.checkout-page .checkout-form .woocommerce-billing-fields input::placeholder,
.checkout-page .checkout-form .woocommerce-shipping-fields input::placeholder {
    color: #000;
    font-size: 16px;
}
.checkout-page .checkout-form .woocommerce-billing-fields .woocommerce-form__label-for-checkbox,
.checkout-page .checkout-form .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkout-page .checkout-form .woocommerce-billing-fields .woocommerce-form__label-for-checkbox input,
.checkout-page .checkout-form .woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input {
    margin: 0 8px 0 0 !important;
}
.checkout-page .checkout-form .woocommerce-billing-fields .select2-selection--single,
.checkout-page .checkout-form .woocommerce-shipping-fields .select2-selection--single {
    padding: 9px;
    border: 1px solid #000;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    margin: 15px 0 0 !important;
}
.checkout-page .checkout-form .woocommerce-billing-fields .select2-selection--single span,
.checkout-page .checkout-form .woocommerce-shipping-fields .select2-selection--single span {
    font-size: 14px;
}
.checkout-page .checkout-form .woocommerce-billing-fields .select2-selection__arrow,
.checkout-page .checkout-form .woocommerce-shipping-fields .select2-selection__arrow {
    top: 50%;
    height: 30px;
    border-color: #000;
}
.checkout-page .checkout-form .woocommerce-billing-fields .select2-selection__arrow b,
.checkout-page .checkout-form .woocommerce-shipping-fields .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 12px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -32px;
    margin-top: -2px;
    position: absolute;
    top: 5px;
    width: 0;
}
.checkout-page .checkout-form .woocommerce-billing-fields .optional,
.checkout-page .checkout-form .woocommerce-billing-fields label,
.checkout-page .checkout-form .woocommerce-shipping-fields .optional,
.checkout-page .checkout-form .woocommerce-shipping-fields label {
    color: #000;
    font-size: 16px;
}
.checkout-page .checkout-form .woocommerce-billing-fields .optional .required,
.checkout-page .checkout-form .woocommerce-billing-fields label .required,
.checkout-page .checkout-form .woocommerce-shipping-fields .optional .required,
.checkout-page .checkout-form .woocommerce-shipping-fields label .required {
    color: #000;
}
.checkout-page .checkout-form .woocommerce-billing-fields .woocommerce-error,
.checkout-page .checkout-form .woocommerce-shipping-fields .woocommerce-error {
    display: none;
}
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #billing_company_field,
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #billing_last_name_field,
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #shipping_company_field,
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #shipping_first_name_field,
.checkout-page .checkout-form .woocommerce-billing-fields__field-wrapper #shipping_last_name_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #billing_company_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #billing_first_name_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #billing_last_name_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #shipping_company_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #shipping_first_name_field,
.checkout-page .checkout-form .woocommerce-shipping-fields__field-wrapper #shipping_last_name_field {
    width: 100%;
    float: none;
}
.checkout-page .checkout-form .title-almost {
    text-decoration: underline;
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 35px;
}
.checkout-page .checkout-form__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.checkout-page .checkout_coupon {
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    max-height: 100% !important;
}
.list-product-info {
    padding-bottom: 50px;
}
.list-product-info .hero-block {
    padding: 50px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .list-product-info .hero-block {
        padding: 30px 0;
    }
}
.list-product-info .hero-block__text {
    max-width: 654px;
    width: 100%;
    margin-left: auto;
    font-size: 14px;
}
.category-flover__block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    list-style: none;
    margin: 0;
    border-top: 1px solid #000;
}
.category-flover__block::after {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translate(-50%);
    background-color: #000;
    content: "";
}
@media print, screen and (max-width: 58.74875em) {
    .category-flover__block::after {
        display: none;
    }
}
.category-flover__block--title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    color: #000;
}
.category-flover__block .block-file__select {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-15px);
    opacity: 0;
    visibility: hidden;
    z-index: 50;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .category-flover__block .block-file__select {
        transition: none;
    }
}
.category-flover__block .block-file__select.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
.category-flover__block .block-file__select--date {
    padding: 25px 0;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .category-flover__block .block-file__select--date {
        transition: none;
    }
}
.category-flover__block .block-file__select--date:hover {
    background-color: #000;
    color: #fff;
}
.category-flover__block .item {
    width: 50%;
    padding: 80px;
    border-bottom: 1px solid #000;
}
@media print, screen and (max-width: 58.74875em) {
    .category-flover__block .item {
        width: 100%;
        padding: 50px;
    }
}
.category-flover__block .item .block-select {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.category-flover__block .item .selected-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .category-flover__block .item .selected-trigger {
        transition: none;
    }
}
.category-flover__block .item .selected-trigger::before {
    top: 50%;
    right: 35px;
    width: 1px;
    height: 7px;
    background-color: #000;
    content: "";
    position: absolute;
    transition: 0.4s ease;
    transform: translateY(-50%);
}
@media (prefers-reduced-motion){
    .category-flover__block .item .selected-trigger::before {
        transition: none;
    }
}
.category-flover__block .item .selected-trigger::after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: calc(50% + 5px);
    right: 33px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.4s ease;
    transform-origin: 50% 0;
}
@media (prefers-reduced-motion){
    .category-flover__block .item .selected-trigger::after {
        transition: none;
    }
}
.category-flover__block .item .selected-trigger:hover {
    background-color: #000;
    color: #fff;
}
.category-flover__block .item .selected-trigger:hover::before {
    background-color: #fff;
}
.category-flover__block .item .selected-trigger:hover::after {
    border-color: #fff;
}
.delivery-page {
    padding: 50px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .delivery-page {
        padding: 25px 0;
    }
}
.delivery-page__hero {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: flex-start;
}
@media print, screen and (max-width: 58.74875em) {
    .delivery-page__hero {
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
}
.delivery-page__hero--image {
    width: 50%;
}
@media print, screen and (max-width: 58.74875em) {
    .delivery-page__hero--image {
        width: 100%;
    }
}
.delivery-page__hero--text {
    margin-left: 40px;
    width: 50%;
}
@media print, screen and (max-width: 58.74875em) {
    .delivery-page__hero--text {
        width: 100%;
        margin-left: 0;
    }
}
.delivery-page__hero--text h1 {
    font-size: 40px;
}
@media print, screen and (max-width: 58.74875em) {
    .delivery-page__hero--text h1 {
        font-size: 30px;
        margin: 20px 0;
    }
}
.title-autoship {
    font-size: 16px;
    text-transform: uppercase;
}
@media screen and (max-width: 48em) {
    .title-autoship {
        margin-bottom: 25px;
    }
}
.woocommerce-edit-address .woocommerce-MyAccount-content.my-account-wooc {
    border: none !important;
}
.woocommerce-edit-address h3 {
    font-size: 24px;
    text-decoration: underline;
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-edit-address .select2-selection--single {
    padding: 9px;
    border: 1px solid #000;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    margin: 15px 0 0 !important;
}
.woocommerce-edit-address .select2-selection--single span {
    font-size: 14px;
}
.woocommerce-edit-address .selection .select2-selection .select2-selection__arrow {
    top: 50%;
    height: 30px;
    border-color: #000;
}
.woocommerce-edit-address .selection .select2-selection .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 12px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -32px;
    margin-top: -2px;
    position: absolute;
    top: 5px;
    width: 0;
}
.woocommerce-edit-address form .woocommerce-address-fields {
    padding-top: 60px;
    margin-top: 60px;
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-edit-address form .woocommerce-address-fields #shipping_country_field {
    display: none;
}
.woocommerce-edit-address form .woocommerce-address-fields p {
    padding: 0 !important;
}
.woocommerce-edit-address form .woocommerce-address-fields p button {
    background-color: #000;
    max-width: 300px;
    width: 100%;
    color: #fff;
    border: 1px solid #000;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .woocommerce-edit-address form .woocommerce-address-fields p button {
        transition: none;
    }
}
.woocommerce-edit-address form .woocommerce-address-fields p button:hover {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
}
.woocommerce-edit-address form .woocommerce-address-fields .form-row-first,
.woocommerce-edit-address form .woocommerce-address-fields .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce-edit-address form .woocommerce-address-fields label {
    font-size: 16px;
    line-height: 2;
}
.woocommerce-edit-address form .woocommerce-address-fields input {
    border: 1px solid #000;
    margin: 10px 0 !important;
    padding: 15px;
    font-size: 14px;
    height: auto;
    width: 100%;
}
#ui-datepicker-div {
    display: none;
}
.input-datepicker {
    cursor: pointer;
    display: block;
    width: 100%;
    transition: 0.4s ease;
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 12px;
    padding: 13px 5px;
    font-weight: 400;
    max-width: 253px;
    margin-top: 10px;
    color: #000;
    height: 100%;
}
@media (prefers-reduced-motion){
    .input-datepicker {
        transition: none;
    }
}
@media screen and (max-width: 56.25em) {
    .input-datepicker {
        max-width: 364px;
    }
}
@media print, screen and (max-width: 58.74875em) {
    .input-datepicker {
        margin: 0 auto 10px;
    }
}
.input-datepicker:hover {
    background-color: #000;
    color: #fff;
}
#ui-datepicker-div .ui-state-disabled span {
    color: #e6e6e6;
}
#ui-datepicker-div td {
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-header {
    background-color: #000;
    padding: 10px;
    text-align: center;
    position: relative;
    border: 1px solid #000;
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-header span {
    color: #fff;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    left: 80%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    right: 80%;
}
.block-show-update {
    position: absolute;
    top: -30px;
    right: 10px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 0;
    height: auto;
    color: green;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in;
}
@media (prefers-reduced-motion){
    .block-show-update {
        transition: none;
    }
}
@media screen and (max-width: 48em) {
    .block-show-update {
        font-size: 12px;
    }
}
.block-show-update.show {
    top: -40px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 48em) {
    .block-show-update.show {
        top: -35px;
    }
}
.form-cahnge-payment {
    max-width: 605px;
    width: 100%;
    margin: 0 auto;
}
.form-cahnge-payment #payment {
    background-color: transparent;
}
.form-cahnge-payment #update_all_subscriptions_payment_method_field {
    display: none !important;
}
.comment-form .form-cahnge-payment .btn-change-payment input[type="submit"],
.form-cahnge-payment .btn-change-payment .button,
.form-cahnge-payment .btn-change-payment .comment-form input[type="submit"],
.form-cahnge-payment .btn-change-payment .search-form .search-submit,
.search-form .form-cahnge-payment .btn-change-payment .search-submit {
    background-color: #000 !important;
    border-radius: 0 !important;
    padding: 20px !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .comment-form .form-cahnge-payment .btn-change-payment input[type="submit"],
    .form-cahnge-payment .btn-change-payment .button,
    .form-cahnge-payment .btn-change-payment .comment-form input[type="submit"],
    .form-cahnge-payment .btn-change-payment .search-form .search-submit,
    .search-form .form-cahnge-payment .btn-change-payment .search-submit {
        transition: none;
    }
}
.comment-form .form-cahnge-payment .btn-change-payment input:hover[type="submit"],
.form-cahnge-payment .btn-change-payment .button:hover,
.form-cahnge-payment .btn-change-payment .comment-form input:hover[type="submit"],
.form-cahnge-payment .btn-change-payment .search-form .search-submit:hover,
.search-form .form-cahnge-payment .btn-change-payment .search-submit:hover {
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 20px !important;
}
.form-cahnge-payment .shop_table {
    border: none !important;
    border-radius: 0;
    margin: 0;
}
.form-cahnge-payment .shop_table tbody,
.form-cahnge-payment .shop_table td,
.form-cahnge-payment .shop_table tfoot,
.form-cahnge-payment .shop_table thead {
    background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.block-qnty {
    display: flex;
    max-width: 253px;
    margin: 0 0 10px auto;
    border: 1px solid #000;
    position: relative;
}
@media print, screen and (max-width: 58.74875em) {
    .block-qnty {
        margin-left: auto;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 56.25em) {
    .block-qnty {
        max-width: 364px;
        margin: 0 auto 10px;
        width: 100%;
    }
}
.block-qnty .qty-text {
    position: absolute;
    font-size: 12px;
    left: calc(50% - 5px);
    top: 50%;
    transform: translate(-50%, -50%);
}
.block-qnty input {
    margin: 0;
    text-align: left;
    padding-left: 101px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    font-size: 12px;
}
@media screen and (max-width: 56.25em) {
    .block-qnty input {
        padding-left: 156px;
    }
}
@media screen and (max-width: 21.875em) {
    .block-qnty input {
        padding-left: 131px;
    }
}
.block-qnty input:focus {
    outline: 0;
}
.block-qnty__plus::after,
.block-qnty__plus::before {
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #000;
    content: "";
}
.block-qnty__plus::after {
    top: 20px;
    transform: rotate(-90deg);
    right: 13px;
}
.block-qnty__plus::before {
    right: 18px;
    transform: rotate(0) translateX(50%);
}
.block-qnty__minus::before {
    width: 10px;
    height: 1px;
    position: absolute;
    background-color: #000;
    content: "";
}
.block-qnty__minus::before {
    right: 17px;
    transform: rotate(0) translateX(50%);
}
.block-qnty__minus,
.block-qnty__plus {
    border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    transition: 0.4s ease;
    width: 100%;
    max-width: 37px;
    cursor: pointer;
    background-color: transparent;
    font-size: 30px;
    position: relative;
}
@media (prefers-reduced-motion){
    .block-qnty__minus,
    .block-qnty__plus {
        transition: none;
    }
}
.block-qnty__minus:hover,
.block-qnty__plus:hover {
    background-color: #000;
}
.block-qnty__minus:hover::after,
.block-qnty__minus:hover::before,
.block-qnty__plus:hover::after,
.block-qnty__plus:hover::before {
    background-color: #fff;
}
.block-qnty button {
    cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc {
    width: 100%;
    float: none;
    border-bottom: 1px solid #000;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .block-item-sub {
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .button-form-upt {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .button-form-upt input {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 40px;
    border-top: 1px solid #000;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .image-product {
    width: 100%;
}
@media print, screen and (max-width: 58.74875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .image-product {
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .same-delivery-text {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .same-delivery-text {
        display: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .next-order-ship-title {
    text-transform: uppercase;
    font-size: 12px;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .next-order-ship-title {
        max-width: 364px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .billng-title {
    text-transform: uppercase;
    display: block;
    margin: 50px 0 10px;
    font-size: 12px;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .billng-title {
        margin: 20px 0 10px;
        max-width: 364px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .excerpt-product {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .excerpt-product {
        display: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .excerpt-product--mob {
    display: none;
    text-transform: uppercase;
    width: 100%;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .excerpt-product--mob {
        display: block;
    }
}
@media screen and (max-width: 26.5625em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .excerpt-product--mob {
        font-size: 12px;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left {
    display: flex;
    width: 100%;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left {
        flex-direction: column-reverse;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left .image-product {
    max-width: 364px;
    width: 100%;
    margin: 0 auto;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 30px 45px;
}
@media print, screen and (max-width: 74.99875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info {
        padding: 0 0 0 45px;
    }
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info {
        padding: 0;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions {
    width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons {
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-rel {
    position: relative;
    max-width: 364px;
    width: 100%;
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-rel {
        margin: 0 auto;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected {
    position: absolute;
    z-index: 100;
    max-width: 364px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    top: 110%;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected {
        transition: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected.selected {
    pointer-events: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected a,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .buttons .block-selected button {
    margin: 0;
    border-top: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a {
    height: 100%;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: 0.4s ease;
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 12px;
    max-height: 46px;
    padding: 15px 5px;
    font-weight: 400;
    max-width: 253px;
    margin-top: 10px;
    color: #000;
}
@media (prefers-reduced-motion){
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a {
        transition: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select.btn-cancel-autoship,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a.btn-cancel-autoship {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select.hide,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a.hide {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select em,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a em {
    font-style: normal;
}
@media print, screen and (max-width: 58.74875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a {
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a {
        max-width: 364px;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .btn-select-pack:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .change_address:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-four:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .every-two:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .just-one:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .pause-subscribe-btn:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .select-new-product:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions a:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select {
    position: relative;
    padding: 13px 5px;
    max-height: 46px;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select::before {
    top: 50%;
    right: 10px;
    width: 1px;
    height: 7px;
    background-color: #000;
    content: "";
    position: absolute;
    transition: 0.4s ease;
    transform: translateY(-50%);
}
@media (prefers-reduced-motion){
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select::before {
        transition: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select::after {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    top: calc(50% + 5px);
    right: 8px;
    margin-top: -3px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.4s ease;
    transform-origin: 50% 0;
}
@media (prefers-reduced-motion){
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select::after {
        transition: none;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select:hover::before {
    background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .block-left__info--actions .trigger-select:hover::after {
    border-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .price-product {
    width: 100%;
    padding: 0 10px;
    text-align: right;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}
@media print, screen and (max-width: 58.74875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .price-product {
        margin-bottom: 20px;
        width: 30%;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product__block {
    width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product {
        align-items: center;
    }
}
@media screen and (max-width: 56.25em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product__row {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product .change_payment_method,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product .subscription_renewal_early {
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product .updt-info-action,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    padding: 13px 0;
    font-weight: 400;
    max-width: 253px;
    margin: 0 0 10px auto;
    color: #000;
}
@media print, screen and (max-width: 58.74875em) {
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product .updt-info-action,
    .woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product a {
        margin: 0 auto 10px;
    }
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product .updt-info-action:hover,
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .change-plan-block .actions-payment-product a:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content.my-account-wooc .woocommerce-customer-details {
    display: none;
}
.back-to-home-subcribe {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    display: block;
    margin-bottom: 57px;
    margin-top: 30px;
}
@media print, screen and (max-width: 58.74875em) {
    .back-to-home-subcribe {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}
.back-to-home-subcribe svg {
    transform: rotate(-180deg);
    margin-right: 6px;
}
.woocommerce-address-fields input {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #000;
    box-shadow: none;
    font-size: 14px;
}
.overlay-cancel,
.overlay-pause {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .overlay-cancel,
    .overlay-pause {
        transition: none;
    }
}
.overlay-cancel.open,
.overlay-pause.open {
    visibility: visible;
    opacity: 1;
}
.popup-cancel,
.popup-pause {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
@media (prefers-reduced-motion){
    .popup-cancel,
    .popup-pause {
        transition: none;
    }
}
.popup-cancel__block,
.popup-pause__block {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.popup-cancel__block p,
.popup-pause__block p {
    width: 100%;
    text-align: center;
}
.popup-cancel__block .popup-cancel__btn-no,
.popup-cancel__block .popup-cancel__btn-yes,
.popup-cancel__block button,
.popup-pause__block .popup-cancel__btn-no,
.popup-pause__block .popup-cancel__btn-yes,
.popup-pause__block button {
    padding: 15px 20px;
    text-align: center;
    color: #000;
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.4s ease;
    line-height: 1;
}

@media(prefers-reduced-motion){
    .popup-cancel__block .popup-cancel__btn-no,
    .popup-cancel__block .popup-cancel__btn-yes,
    .popup-cancel__block button,
    .popup-pause__block .popup-cancel__btn-no,
    .popup-pause__block .popup-cancel__btn-yes,
    .popup-pause__block button {
        transition: none;
    }
}

.popup-cancel__block .popup-cancel__btn-no:hover,
.popup-cancel__block .popup-cancel__btn-yes:hover,
.popup-cancel__block button:hover,
.popup-pause__block .popup-cancel__btn-no:hover,
.popup-pause__block .popup-cancel__btn-yes:hover,
.popup-pause__block button:hover {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.popup-cancel.open,
.popup-pause.open {
    visibility: visible;
    opacity: 1;
}
.button.reactivate,
.comment-form input.reactivate[type="submit"],
.search-form .reactivate.search-submit {
    display: none !important;
}
.contact-page {
    padding: 50px 0;
}
.contact-page .thank-message {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    transition: 0.4s ease;
    transform: translate(-50%, -50%);
    padding: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    font-size: 16px;
    width: 100%;
    line-height: 1.28;
}
@media (prefers-reduced-motion){
    .contact-page .thank-message {
        transition: none;
    }
}
.contact-page__form_block {
    width: 50%;
}
@media print, screen and (max-width: 74.99875em) {
    .contact-page__form_block {
        width: 100%;
    }
}
.contact-page__form_block--text {
    margin-bottom: 20px;
}
.contact-page__form_block--text h1,
.contact-page__form_block--text h2,
.contact-page__form_block--text h3,
.contact-page__form_block--text h4,
.contact-page__form_block--text h5,
.contact-page__form_block--text h6 {
    font-size: 21px;
    font-family: Panama-Regular;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-page__form_block--text p {
    font-size: 16px;
    line-height: 21px;
}
.contact-page__form {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 211px;
    width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
    .contact-page__form {
        flex-direction: column;
        margin-bottom: 50px;
    }
}
.contact-page__form .input-block {
    width: calc(50% - 5px);
}
@media print, screen and (max-width: 39.99875em) {
    .contact-page__form .input-block {
        width: 100%;
    }
}
.contact-page__form .btn-submit {
    width: 100%;
    margin-top: 15px;
    padding: 27px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition: 0.4s ease;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .contact-page__form .btn-submit {
        transition: none;
    }
}
.contact-page__form .btn-submit.disabled {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    cursor: initial;
}
.contact-page__form .btn-submit.disabled:hover {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
}
.contact-page__form .btn-submit:hover {
    background-color: transparent;
    color: #000;
}
.contact-page__form .block-area {
    width: calc(50% - 5px);
    margin-left: 10px;
}
@media print, screen and (max-width: 39.99875em) {
    .contact-page__form .block-area {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
.contact-page__form .block-area textarea {
    width: 100%;
    height: 100%;
    padding: 28px 27px;
    color: #000;
    font-size: 16px;
    resize: none;
    border: 1px solid #000;
    margin-bottom: 0;
}
.contact-page__form .block-area textarea.error {
    border-color: red;
}
.contact-page__form .block-area textarea::-moz-placeholder {
    color: #000;
}
.contact-page__form .block-area textarea:-ms-input-placeholder {
    color: #000;
}
.contact-page__form .block-area textarea::placeholder {
    color: #000;
}
.contact-page__form .input-block span {
    font-size: 16px;
}
.contact-page__form input::-webkit-inner-spin-button,
.contact-page__form input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-page__form input[type="number"] {
    -moz-appearance: textfield;
}
.contact-page__form .custom-option,
.contact-page__form .custom-select-trigger {
    text-transform: initial;
    text-align: left;
    padding: 10px 27px;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
.contact-page__form label {
    display: none;
}
.contact-page__form input {
    height: 70px;
    padding: 10px 27px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.contact-page__form input.error {
    border-color: red;
}
.contact-page__form input:last-of-type {
    margin-bottom: 0;
}
.contact-page__form input::-moz-placeholder {
    color: #000;
}
.contact-page__form input:-ms-input-placeholder {
    color: #000;
}
.contact-page__form input::placeholder {
    color: #000;
}
.block-image__subtitle {
    max-width: 400px;
}
.payment_box.payment_method_square-recurring {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    line-height: 1.5;
    background-color: transparent !important;
}
.payment_box.payment_method_square-recurring .form-row {
    padding: 0 !important;
}
.payment_box.payment_method_square-recurring:before {
    display: none !important;
}
.payment_box.payment_method_square_plus * {
    background: 0 0 !important;
}
.wc_payment_methods.payment_methods iframe {
    border: 1px solid #000 !important;
}
.wc_payment_methods.payment_methods {
    border: none !important;
}
.wooSquare-checkout {
    border: none !important;
}
.wcsr-checkout iframe {
    border: 1px solid #000;
}
.popup-archive-page__block .find-zip-code {
    padding: 0 30px;
}
.popup-archive-page__block .not-find-zip-code {
    padding: 0 30px;
}
.woocommerce-product-attributes-item__label {
    font-size: 15px !important;
}
.woocommerce-product-attributes-item__value p {
    font-size: 15px !important;
}
.woocommerce-checkout-review-order-table thead .product-total {
    text-align: right;
}
.woocommerce-checkout-review-order-table tbody .cart_item .product-total {
    text-align: right;
    padding-right: 5px;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
    text-align: right;
    padding-right: 5px;
}
.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
    text-align: right;
    padding-right: 5px;
}
.woocommerce-checkout-review-order-table tfoot .tax-total td {
    text-align: right;
    padding-right: 5px;
}
.woocommerce-checkout-review-order-table tfoot .order-total td {
    text-align: right;
    padding-right: 5px;
}
.woocommerce-checkout-review-order-table tfoot .recurring-total td {
    text-align: right;
    padding-right: 5px;
}
.payment_method_sezzlepay img {
    display: none;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
    display: none !important;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    z-index: 9999;
}
.woocommerce-checkout-review-order-table .cart_item {
    background: 0 0;
}
.woocommerce-checkout-review-order-table .cart_item .variation-BillingPeriod p {
    margin-top: 5px;
}
.checkbox-select-period .sezzle-shopify-info-button {
    display: none;
}
.sezzle-product-page-widget {
    position: relative;
    right: 0;
}
.woocommerce-product-attributes-item--weight {
    display: none;
}
.woocommerce-product-attributes-item--dimensions {
    display: none;
}
.sezzle-button-text {
    text-transform: lowercase;
    text-align: left !important;
    max-width: 100% !important;
}
.single-product-page .single-info-product .single_variation_wrap {
    position: initial;
    top: initial;
    right: initial;
}
.single-product-page .single-info-product .single_variation_wrap .price, .single-product-page .single-info-product .single_variation_wrap .price-final {
    position: absolute;
    right: 0;
    top: 0;
}
.disable-sezzle .sezzle-shopify-info-button {
    display: none !important;
}
.sezzle-text img {
    margin-top: -2px;
}
.payment_box.payment_method_square-recurring p:first-child {
    display: none;
}
.popup-present-box__img {
    width: 100%;
}
.cart-discount td {
    text-align: right;
}
.single-info-product .woocommerce-Price-amount {
    display: none;
}
.price-to-display .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-amount {
    display: block;
}
.shipping.recurring-total {
    display: none;
}
.nav-menu .dropdown.menu li:first-child {
    margin-top: 0;
}
.dropdown {
    padding: 10px 0 7px 10px;
}
.code-inline,
code {
    border: 1px solid #fff;
    background-color: #fff;
}
.autoship-sale .variations-title.hide {
    display: none;
}
.autoship-sale .variations-title-two.show {
    display: block;
}
.autoship-sale .variations-title-two.hide {
    display: none;
}
#EmptyCart {
    padding-top: 8%;
}
#EmptyCart .general_cart_name {
    text-align: left;
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}
#EmptyCart .cart--empty-message {
    margin-bottom: 30px;
}
#EmptyCart .button__cart {
    margin-top: 20px;
    padding: 10px 15px !important;
    width: 189px !important;
    font-size: 15px !important;
    border-radius: 0;
    text-transform: uppercase;
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease;
    line-height: 1;
    cursor: pointer;
    background: 0 0;
}
@media (prefers-reduced-motion){
    #EmptyCart .button__cart {
        transition: none;
    }
}
#EmptyCart .button__cart:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 30px !important;
}
.admin-bar__stack {
    display: none !important;
}
.add-to-cart-bar {
    padding: 0.782rem 5px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #000;
    box-sizing: border-box;
    z-index: 100;
}
@media print, screen and (max-width: 39.99875em) {
    .add-to-cart-bar {
        padding: 0.782rem 0;
    }
}
.add-to-cart-bar__subtotal {
    text-transform: uppercase;
    padding-left: 5px;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 14px;
}
@media print, screen and (max-width: 39.99875em) {
    .add-to-cart-bar__subtotal {
        padding-left: 0;
    }
}
.add-to-cart-bar__subtotal .half-as {
    float: none !important;
    width: 100% !important;
    text-align: right;
    visibility: hidden;
    opacity: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .add-to-cart-bar__subtotal .half-as {
        padding-top: 14px;
        text-align: center;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .add-to-cart-bar__subtotal {
        flex-direction: column-reverse;
        display: flex;
        justify-content: space-between;
    }
}
.add-to-cart-bar__subtotal .price {
    margin-left: 21px;
    font-size: 14px;
}
.add-to-cart-bar__subtotal .price .plus {
    padding: 0 9%;
}
@media print, screen and (max-width: 39.99875em) {
    .add-to-cart-bar__subtotal .price .plus {
        padding: 0 0.7em;
    }
}
.contact-page__form.sln {
    margin-bottom: 0;
    width: 100% !important;
    float: none !important;
    position: relative;
}
.contact-page__form.sln .btn_wrap {
    padding: 0 161px;
    width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
    .contact-page__form.sln .btn_wrap {
        padding: 0 50px;
    }
}
@media screen and (max-width: 47.875em) {
    .contact-page__form.sln .btn_wrap {
        padding: 20px 0 0;
    }
}
.contact-page__form.sln .btn-submit {
    margin-top: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .contact-page__form.sln {
        max-width: initial;
    }
}
.contact-page__form .btn-submit.sb {
    width: 100%;
    background-color: #fff !important;
    text-transform: uppercase;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    transition: 0.4s ease;
    padding: 25px 0 !important;
}
@media (prefers-reduced-motion){
    .contact-page__form .btn-submit.sb {
        transition: none;
    }
}
.contact-page__form .btn-submit.sb:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 30px !important;
}
.btn-filled{
    width: 100%;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    transition: .4s ease;
    padding: 20px 0;
    display: block;
}
@media (prefers-reduced-motion){
    .btn-filled{
        transition: none;
    }
}
.btn-filled:hover{
    background-color: transparent;
    border-radius: 50px;
    color: black;
}
.zrx-cart-toggle,
.zrx-cart-toglle-badge,
span.zrx-cart-toggle-wrapper {
    pointer-events: none !important;
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.header__btn-cart {
    display: none;
}
.body_checkout {
    opacity: 0;
    transition: opacity 3s;
}
@media (prefers-reduced-motion){
    .body_checkout {
        transition: none;
    }
}
.zrx-cart-item {
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}
.zrx-cart-wrapper {
    width: 250px !important;
    height: 100%;
    box-shadow: none !important;
    padding: 15px 10px !important;
    border-left: 1px solid #000 !important;
}
.zrx-cart-mask {
    background-color: rgba(255, 255, 255, 0.4) !important;
}
.zrx-cart-toggle-icon-wrapper,
.zrx-cart-toggle-icon-wrapper svg {
    align-self: end !important;
}
.zrx-cart-toglle-badge {
    top: 0 !important;
    right: 0 !important;
    align-items: center !important;
    background-color: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
}
.zrx-cart-toggle-icon-wrapper:before {
    content: "Cart" !important;
    left: -17px !important;
    position: relative !important;
}
.zrx-cart-toggle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    height: auto !important;
    cursor: pointer;
    font-family: Favorit-Bold;
    position: relative;
    margin-right: 16px;
    transition: 0.4s ease-in-out;
    z-index: 400 !important;
}
@media (prefers-reduced-motion){
    .zrx-cart-toggle {
        transition: none;
    }
}
.zrx-cart-checkout-btn {
    border: 1px solid #000 !important;
    border-radius: 1px;
    color: #000 !important;
    font-size: 12px;
    font-family: Favorit-Bold;
    text-align: center;
    line-height: 1;
    background-color: #fff !important;
    height: 75px;
    width: 100%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .zrx-cart-checkout-btn {
        transition: none;
    }
}
.zrx-cart-checkout-btn:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-radius: 35px !important;
}
.zrx-cart-title {
    font-size: 14px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-family: Favorit-Bold;
    display: block;
    transition: 0.4s ease;
    text-align: center;
    cursor: pointer;
}
@media (prefers-reduced-motion){
    .zrx-cart-title {
        transition: none;
    }
}
.zrx-cart-title:hover {
    text-decoration: underline;
}
.zrx-cart-close-button {
    opacity: 0;
}
.zrx-cart-close-button:hover {
    opacity: 0 !important;
}
.zrx-cart-top.zrx-no-discount {
    border-bottom: none !important;
}
.zrx-cart-item-image {
    width: 100%;
    height: auto;
    max-height: 282px !important;
    margin: 0;
    float: none;
}
.zrx-cart-total-wrapper {
    display: none !important;
}
.zrx-cart-item-image-wrapper {
    margin-right: 0 !important;
}
.zrx-cart-items {
    margin: auto !important;
    padding-right: 0 !important;
    height: 100% !important;
}
.zrx-cart-price,
.zrx-cart-quantity {
    position: static !important;
}
.zrx-cart-price {
    text-align: left !important;
}
.zrx-cart-minus,
.zrx-cart-plus {
    cursor: pointer !important;
    background-color: transparent !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 10px !important;
    transition: 0.4s ease !important;
    font-size: 12px !important;
    width: 37px !important;
    text-align: center;
}
@media (prefers-reduced-motion){
    .zrx-cart-minus,
    .zrx-cart-plus {
        transition: none;
    }
}
.zrx-cart-quantity .zrx-cart-item-qty {
    font-size: 16px !important;
    padding: 0 !important;
  	font-weight: bold !important;
    margin: 0 !important;
    position: relative;
  	border: none;
}
/* .zrx-cart-quantity .zrx-cart-item-qty:before {
    content: "QTY: " !important;
    left: -4px !important;
    position: relative !important;
} */
.zrx-cart-quantity {
    display: inline-block;
    border: 1px solid #000;
    right: unset !important;
    transform: unset !important;
    width: 100% !important;
}
.zrx-cart-quantity-inner {
    background-color: transparent !important;
    margin: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    transition: 0.4s ease !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
}
@media (prefers-reduced-motion){
    .zrx-cart-quantity-inner {
        transition: none;
    }
}
.zrx-cart-checkout-wrapper {
    padding: 5px !important;
}
.zrx-cart-footer-wrapper {
    position: absolute;
    left: 0 !important;
}
.zrx-cart-price,
.zrx-cart-product-details {
    font-size: inherit !important;
    font-weight: 700 !important;
    padding: 10px 0 !important;
    margin: inherit !important;
    color: #000 !important;
}
.zrx-cart-product-details-item {
    max-width: 100% !important;
}

.delivery-date_text{
    font-size: 12px;
    margin: 15px 0;
}

@media screen and (max-width:64em){
    .delivery-date_text{
        font-size: 11px;
        line-height: 15px;
    }    
}

/* Drawer */
.drawer {
    display: none;
}

.drawer__header {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-family: Favorit-Bold, sans-serif;
    font-size: 18px;
}
@media print, screen and (max-width: 40em){
    .drawer__header {
        padding: 0.8rem 1.5rem;
    }
}

.drawer__header a{
    color: black;
}
 
.drawer__close {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  
.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(103%);
    transform: translateX(103%); /* extra 3% because of box-shadow */
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
    box-shadow: 0 2px 6px #777;
}
@media (prefers-reduced-motion){
    .drawer__wrapper {
        transition: none;
    }
}
.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem;
    margin-bottom: 180px;
}
@media print, screen and (max-width: 40em){
    .drawer__content {
        padding: 0.8rem 1.5rem;
    }
}
.drawer.is-active {
    display: block;
}
  
.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
  
.drawer.is-visible .drawer__overlay {
    opacity: 0.5;
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (prefers-reduced-motion){
    .drawer__overlay {
        transition: none;
    }
}
.drawer-related{
    margin: 28px auto 0;
}

.drawer-related .drawer-related-title{
    font-family: Favorit-Bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
@media print, screen and (max-width: 40em){
    .drawer-related .drawer-related-title{
        font-size: 12px;
    }
}

.drawer-related ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 20px 10px;
}

.drawer-related ul li{
    display: block !important; 
    margin: 0 4px;
    width: 33%;
}

.drawer-related .product-info{
    text-align: center;
}

.drawer-related .woocommerce-loop-product_title{
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Favorit-Bold;
    font-size: 12px;
    text-transform: uppercase;
}

.drawer-related-price{
    font-size: 12px;
}

.drawer-related-link{
    color: #767486;
    display: block;
    margin-top: 9px;
}

.drawer-related-link:hover{
    color: black;
    cursor: pointer;
}

.drawer-related a{
    color: black;
}

.drawer-related a .imagewrapper{
    transition: .4s ease;
    overflow: hidden;
}
@media (prefers-reduced-motion){
    .drawer-related a .imagewrapper{
        transition: none;
    }
}
.drawer-related a:hover .imagewrapper{
    border-radius: 15px;
}

#drawerProducts{
    display: none;
}

#drawerProducts.drawer-show{
    display: block;
}

#drawerEmpty.empty-hide{
    display: none;
}

.drawer-related ul li.drawer-related-item--hide{
    display: none !important;
}

/* Cart */
#cartWrapper{
    opacity: 0;
}
#cartWrapper.with-opacity{
    opacity: 1;
}
.cart-form{
    margin-top: 30px;
}
.cart-page-title{
    font-family: Favorit-Bold;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCBD0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
@media print, screen and (max-width: 40em){
    .cart-page-title{
        font-size: 16px;
    }
}
.cart-item{
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #CCCBD0;
    padding-bottom: 15px;
}

.cart-info{
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
    padding-bottom: 37px;
}

.cart-img{
    width: 130px;
    margin-right: 16px;
}

@media print, screen and (max-width: 40em){
    .cart-img{
        width: 46px;
    }
}

.cart-title{
    font-family: Favorit-Bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 11px;
    color: black;
}
@media print, screen and (max-width: 40em){
    .cart-title{
        font-size: 14px;
    }
}
.cart-title:hover{
    color: black;
}

.cart-size{
    font-family: Favorit-Regular;
    font-size: 16px;
}

.cart-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.cart-qty-box, .cart-price-box{
    width: 50%;
}

.cart-price-box{
    text-align: right;
    font-family: Favorit-Bold;
    font-size: 16px;
}

.cart-subtotal{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #CCCBD0;
    padding: 1.5rem;
}

.cart-subtotal.checkout--hide{
    display: none;
}

.cart-checkout-btn{
    background-color: black;
    color: white;
    font-family: Favorit-Bold;
    font-size: 16px;
    width: 100%;
    padding: 21px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: 0.4s ease;
    border: 1px solid black;
}
@media (prefers-reduced-motion){
    .cart-checkout-btn{
        transition: none;
    }
}
@media print, screen and (max-width: 40em){
    .cart-checkout-btn{
        padding: 14px;
    }
}
.cart-checkout-btn:hover{
    color: black;
    background-color: transparent;
    cursor: pointer;
    border-radius: 30px;
}
@media print, screen and (min-width: 40em){
    #cartForm .cart-checkout-btn{
        margin-top: 43px;
    }
}
.cart-subtotal p{
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
}

.cart-subtotal p.small-p{
    font-size: 14px;
    margin-top: -4px;
}

.cart-empty {
    margin-top: 20px;
    padding: 10px 15px !important;
    width: 189px !important;
    font-size: 15px !important;
    border-radius: 0;
    text-transform: uppercase;
    color: #000 !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
    transition: 0.4s ease;
    line-height: 1;
    cursor: pointer;
    background: 0 0;
}
@media (prefers-reduced-motion){
    .cart-empty {
        transition: none;
    }
}
.cart-empty:hover {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 30px !important;
}

.increment {
    border: 2px solid #fff;
    position: relative;
    width: 60px;
}
  
.increment--dark {
    border: 2px solid #000;
}
  
.increment__input[type="number"] {
    background: transparent;
    border: 0;
    height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    -moz-appearance: textfield;
    box-shadow: none;
}
  
.increment__input[type="number"]::-webkit-inner-spin-button, .increment__input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none; 
}
  
.increment__input[type="number"]:hover::-webkit-inner-spin-button, .increment__input[type="number"]:hover::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none; 
}
  
.increment__input--dark[type="number"] {
    color: #000; 
}
  
.increment__btn {
    background: transparent;
    border: 0;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 12px; 
    cursor: pointer;
}
  
.increment__btn span {
    display: block; 
}
  
.increment__btn span:before, .increment__btn span:after {
    background: #fff;
    content: ' ';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%; 
}
  
.increment__btn span:before {
    height: 0.125em;
    margin: -0.0625em 0 0 -0.3125em;
    width: 0.625em;
}
  
.increment__btn--dark span:before, .increment__btn--dark span:after {
    background-color: #000; 
}
  
.increment__add {
    right: 0; 
}
  
.increment__add span:after {
    height: 0.625em;
    margin: -0.3125em 0 0 -0.0625em;
    width: 0.125em;
}
  
.increment__subtr {
    left: 0; 
}
.increment__icon svg{
    vertical-align: middle;
}
.screenreader {
    left: -3000px;
    position: absolute;
}
#CartSpecialInstructions{
    border: 1px solid black;
}
.cart-taxes{
    font-size: 14px;
}
.cart-free-shipping p{
    margin-bottom: 5px;
    font-size: 14px;
}
.cart-free-shipping p.small-p, .cart-subtotal p.small-p{
    font-size: 12px;
}
@media print, screen and (max-width: 40em){
    .cart-free-shipping p, .cart-free-shipping p.small-p, .cart-subtotal p.small-p{
        font-size: 12px !important;
    }
}
@media print, screen and (max-width: 40em){
    .cart-free-shipping p, .cart-taxes{
        font-size: 12px !important;
    }
}
.cart-size-selling-plan{
    text-transform: lowercase;
}
@media print, screen and (max-width: 40em){
    .cart-size-selling-plan{
        font-size: 14px;
    }
}
.cart-size-selling-plan img{
    width: 38px;
    vertical-align: -13px;
}
.cart-size-drink-type{
    text-transform: uppercase;
}
.cart-size-qty{
    margin-top: 5px;
}
@media print, screen and (max-width: 40em){
    .cart-size-drink-type{
        font-size: 14px;
    }
    .cart-size-qty .cart-size{
        font-size: 14px;
    }
}
.cart-price-del{
    font-size: 14px;
    display: block;
    font-family: Favorit-Regular;
}
.cart-recommendations{
    margin-top: 90px;
}
@media print, screen and (max-width: 40em){
    .cart-recommendations{
        margin-top: 28px;
    }
}
.cart-recommendations ul{
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 20px 10px;
}
@media print, screen and (max-width: 40em){
    .cart-recommendations ul{
        margin: 10px;
        flex-wrap: wrap;
    }
}
.cart-recommendations ul li{
    margin: 0 4px;
}
@media print, screen and (max-width: 40em){
    .cart-recommendations ul li{
        width: 50%;
        margin: 0;
        padding: 0 4px;
    }
}
.cart-recommendations-title{
    font-family: Favorit-Bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}
@media print, screen and (max-width: 40em){
    .cart-recommendations-title{
        text-align: left;
        margin-left: 20px;
        margin-bottom: 0;
        font-size: 16px;
    }
}
.cart-recommendations .product-info__block h4, .cart-recommendations .product-info__block span{
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
@media print, screen and (max-width: 40em){
    .cart-recommendations .product-info__block h4, .cart-recommendations .product-info__block span{
        font-size: 12px;
    }
}
.cart-recommendations .product-info__block{
    margin-top: 10px;
}
.cart-recommendations .product .imagewrapper {
    position: relative;
    transition: .4s ease;
    overflow: hidden;
}
@media (prefers-reduced-motion){
    .cart-recommendations .product .imagewrapper {
        transition: none;
    }
}
.cart-recommendations .product .imagewrapper:hover {
    border-radius: 30px;
}
.cart-gift-text{
    font-size: 14px;
}
.cart-info-content{
    line-height: 16px;
}

.addToCartBtn{
    width: 0;
    height: 0;
    opacity: 0;
}
.product-range {
	display: flex;
}
.product-range-item {
	max-width: 72px;
    margin-right: 5px;
    cursor: pointer;
}
.range-item-active img {
	border: 2px solid #000000;
    border-radius: 8px;
}
.sub-options {
	display: flex;
  	align-items: center;
  	margin-top: 20px;
}
.pdp-payment {
    margin: 8px 0;
    font-size: 13px;
}
.sub-wrap {
	border: 1px solid #DDDDDD;
  	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	align-items: center;
  	padding: 15px;
  	cursor: pointer;
  	min-width: 136px;
  	max-width: 200px;
    width: 100%;
}
.sub-twelve {
	margin-left: 6px;
}
.sub-wrap:hover, .sub-wrap.sub-active {
   	border: 2px solid #000000;
  	border-radius: 8px;
}
.sub-price {
	display: none;
}
.full-price.sub {
	text-decoration: line-through;
}
.product-form-product-template, .autoship-sale {
	display: none;
}
.apparel .product-form-product-template, .apparel .autoship-sale {
	display: block;
}
.apparel .variations {
	display: flex;
  	margin-top: 10px;
}
.apparel .product-form {
	margin-top: 10px;
}
.apparel .custom-select-wrapper {
	display: none;
}
.block-sticky {
  	font-family: 'Favorit-Regular';
}
.sub-checkbox-wrapper {
	display: flex;
  	margin: 50px 0 15px;
}
#sub-input, .check-sub {
	all: unset;
    border: 2px solid black;
    width: 20px;
    height: 20px;
    display: inline-block;
}
#sub-input:checked {
    background: url(https://cdn.shopify.com/s/files/1/2451/0225/files/checkbox-filled.jpg?v=1648672027);
	background-size: contain;
}
.sub-checked {
    background: url(https://cdn.shopify.com/s/files/1/2451/0225/files/checkbox-filled.jpg?v=1648672027);
	background-size: contain;
}
.check-sub-wrapper {
    display: flex;
    margin-top: 2px;
}
.check-sub-wrapper span {
    text-transform: initial;
}
.check-sub {
    margin-right: 10px;
}
.sub-checkbox-text {
	margin-left: 10px;
    line-height: 1.2;
}
.sub-name {
	font-weight: bold;
}
.sub-checkbox-text h5 {
	font-family: 'Favorit-Regular';
	font-size: 14px;
	letter-spacing: 0px;
  	font-weight: bold;
  	margin-bottom: 0;
	color: #000000;
	text-transform: uppercase;
    margin-bottom: 5px;
}
.sub-checkbox-text span {
	font-size: 14px;
	letter-spacing: 0px;
	color: #000000;
}
.atc-button {
	display: flex;
}
.zrx-cart-item-qty.selected_quantity:before {
	display:none;
}
.slider-nav {
	max-width: 150px;
  	width: 100%;
}
.woocommerce-product-gallery__wrapper {
	display: flex;
    position: relative;
    height: 100%;
}
.slider-nav-wrapper {
    align-self: flex-start;
    position: sticky;
    top: 100px;
}
.slider-for-wrapper {
	width: 90%;
    max-width: 90%;
  	padding-left: 30px;
    align-self: flex-start;
    position: sticky;
    top: 100px;
}
.woocommerce-product-gallery__image img {
	cursor: pointer;
}
.slider-nav .slick-current .woocommerce-product-gallery__image img {
	border: 2px solid #000000;
	border-radius: 12px;
}
.custom-recommendations {
	margin-top: 80px;
}
.custom-recommendations h3 {
	text-align: center;
    font-family: 'Favorit-Regular', sans-serif;
}
.custom-recommendations .archive-product {
	margin-top: 30px;
}
.template-collection.custom-recommendations ul.products li.product {
  	width: 20% !important;
  	margin: 0 !important;
}
.custom-recommendations .product__title, .custom-recommendations .product__price {
	font-family: 'Favorit-Regular', sans-serif;
  	color: #000 !important;
  	font-size: 16px;
  	margin-bottom: 0;
  	margin-top: 5px;
}
.custom-recommendations .product__title {
	text-transform: uppercase;
}
.product-range-name {
 	font-weight: bold;
  	padding: 15px 0 7px;
    min-height: 48px;
}
#custom-product .product_title {
  	font-family: 'Favorit-Regular', sans-serif;
  	font-weight: bold;
  	font-size: 32px;
}
#custom-product .product_title .desc-title {
  	font-weight: normal;
  	font-size: 24px;
  	margin-top: 10px;
}
#custom-product .product-form__controls-group {
	width: 100%;
}
.slider-nav-wrapper .slick-list.draggable {
    height: unset !important;
}
.delivery {
  	display: none;
  	padding-top: 10px;
    padding-bottom: 20px;
  	border-bottom: 1px solid #DDDDDD;
}
.delivery a {
	color: #000;
  	text-decoration: underline;
  	font-size: 14px;
}
.slick-mob-single-product {
	display: none;
}
.okeReviews-reviewsSummary-ratingCount span {
	text-decoration: underline !important;
}
@media(prefers-reduced-motion){
    .okeReviews.okeReviews--theme .okeReviews-button, .okeReviews.okeReviews--theme .okeReviews-reviews-showMore{
        transition: none;
    }
}
.archive-product .product__img:hover {
	border-radius: 30px;
  transition: .4s ease;
}
@media (prefers-reduced-motion){
    .archive-product .product__img:hover {
      transition: none;
    }
}
.variant-option + label {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin: 0 5px;
}
.variant-option:checked + label {
  background-color: #000;
  color: #fff;
}
.variant-option[disabled] + label {
  opacity: 0.5;  
}
.variant-option {
   display: none;
}
.xoo-wl-btn-container {
   display: none !important;
}
.klaviyo-bis-trigger {
    width: 100%;
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    transition: .4s ease;
    padding: 22px 0;
    display: block;
}
@media (prefers-reduced-motion){
    .klaviyo-bis-trigger {
      transition: none;
    }
}
.klaviyo-bis-trigger:hover {
    border-radius: 30px;
    background-color: #000;
    color: #fff;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper {
  	flex-direction: column-reverse;
  }
  .slick-mob-single-product {
	display: block;
  }
  .slider-nav-wrapper, .slider-for-wrapper, .slick-dots  {
  	display: none !important;
  }
  .template-product .product .woocommerce-product-gallery {
    width: 100%!important;
  }
  #custom-product .product_title {
  	font-size: 24px;
  }
  #custom-product .product_title .desc-title {
  	font-size: 16px;
  } 
}
@media (max-width: 575px) {
  .sub-name {
  	font-size: 14px;
  }
  .sub-checkbox-text h5, .sub-checkbox-text span {
    font-size: 12px;
  }
  .custom-recommendations {
  	border-top: 1px solid #DDDDDD;
    margin-top: 0;
    padding-top: 30px;
  }
  .template-collection.custom-recommendations ul.products li.product {
    width: 50%!important;
    margin-bottom: 26px !important;
  }
  .template-collection.custom-recommendations ul.products li.product:last-of-type {
    display: none;
  }
  .template-product .product .block-sticky {
  	padding-top: 0;
  }
  .single-product-page .grid-container.fluid {
	padding-right: 0;
  }
  .single-product-page .summary, .single-product-page .product-recommendations, .single-product-page .customer-rev {
      padding-right: 0.625rem;
  }
  .slick-mob-single-product .slick-list {
      padding: 0 10% 0 0 !important;
  }
  .slick-mob-single-product .slick-slide {
      padding-right: 8px;
      max-height: 420px;
  }
  .template-product .product .woocommerce-product-gallery__image img {
  	  height: 100%;
  }
  .product-range {
    flex-wrap: wrap;
  }
  .product-range-item {
    width: 15.5%;
    margin-bottom: 5px;
  }
  .template-product .product .text-content-product p {
  	font-size: 14px;
    line-height: 21px;
  }
}

/* Rebuy Widget */
.rebuy-widget .rebuy-product-block, .rebuy-recommended-products .rebuy-product-block{
    padding: 0 4px !important;
}

.rebuy-widget .rebuy-product-block .rebuy-product-info, .rebuy-recommended-products .rebuy-product-block .rebuy-product-info{
    text-align: left;
    text-transform: uppercase;
}

.rebuy-button, .rebuy-widget .rebuy-button, .rebuy-cart__flyout-empty-cart a {
    display: none !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 18px 15px !important;
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    .rebuy-button, .rebuy-widget .rebuy-button, .rebuy-cart__flyout-empty-cart a {
        transition: none;
    }
}
a.rebuy-product-image{
    transition: 0.4s ease;
}
@media (prefers-reduced-motion){
    a.rebuy-product-image{
        transition: none;
    }
}
.rebuy-product-media:hover a.rebuy-product-image{
    border-radius: 30px !important;
    overflow: hidden;
    cursor: pointer;
}

.rebuy-button:hover, .rebuy-widget .rebuy-button:hover, .rebuy-cart__flyout-empty-cart a:hover{
    border-radius: 30px !important;
    cursor: pointer;
}

.rebuy-widget .flickity-page-dots, .rebuy-recommended-products .flickity-page-dots{
    display: none !important;
    bottom: -10px !important;
}

.powered-by-rebuy{
    display: none !important;
}

.rebuy-widget .rebuy-product-block .rebuy-product-media img, .rebuy-recommended-products .rebuy-product-block .rebuy-product-media img{
    width: 100% !important;
}

/* Rebuy Widget - Drawer cart */

.rebuy-drawer-cart .rebuy-widget .primary-title{
    font-family: Favorit-Bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-product-info{
    text-align: center;
    flex: none !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-product-title{
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Favorit-Bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #000 !important;
    width: 100%;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-product-price{
    font-size: 12px;
    margin: 0 !important;
    display: inline-block;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-variant-title{
    display: inline-block !important;
    font-size: 12px;
    text-transform: none;
    color: #0a0a0a;
    margin: 0;
    order: 3;
    margin-left: 3px;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-variant-title:before{
    content: "(";
}

.rebuy-drawer-cart .rebuy-widget .rebuy-variant-title:after{
    content: ")";
}

.rebuy-drawer-cart .rebuy-widget .rebuy-money{
    color: #0a0a0a;
}

.rebuy-drawer-cart .rebuy-button, .rebuy-drawer-cart .rebuy-widget .rebuy-button, .rebuy-drawer-cart .rebuy-cart__flyout-empty-cart a{
    display: block !important;
    padding: 0 !important;
    background-color: transparent !important;
    color: #767486;
    font-size: 12px;
    border: 0;
}

.rebuy-drawer-cart .rebuy-widget .rebuy-product-block .rebuy-product-actions{
    margin-top: 9px !important;
}

/* Blog */

.blog-section-new .blog-section__art {
    padding-top: 35px;
    justify-content: start;
}

.blog-section-new article {
    width: calc(25% - 16px);
    margin-right: 16px;
    margin-bottom: 40px;
}

.blog-section-new .scrollmagic-pin-spacer {
    padding: 0 !important;
}
.blog-section-new .blog-post {
    position: relative !important;
    inset: initial !important;
}
.blog-section-new .blog-post__info {
    margin-top: 8px;
}
.blog-section-new .blog-post__title {
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}
.blog-section-new .blog-post:hover .blog-post__title{
    text-decoration: underline;
}
.blog-section-new .blog-post__image {
    padding-top: 100%;
}
.blog-section.blog-section-new .blog-post__image > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media print, screen and (max-width: 58.74875em) {
    .blog-section-new article {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.blog-section-new article a:hover .blog-post__image {
    border-radius: 30px;
}
.blog-section-new article:first-child .blog-post__image {
    height: auto;
}
.blog-section-new article:nth-child(2) .blog-post__image {
    height: auto;
}
.blog-section-new article:nth-child(3),
.blog-section-new article:nth-child(4) {
    margin: 0 16px 40px 0;
}
@media print, screen and (max-width: 58.74875em) {
    .blog-section-new article:nth-child(3),
    .blog-section-new article:nth-child(4) {
        margin: 0 0 30px 0;
    }
}
.blog-section-new article:nth-child(3) .blog-post__image,
.blog-section-new article:nth-child(4) .blog-post__image {
    height: auto;
}
.blog-section-new article:nth-child(5) .blog-post__image {
    height: auto;
}
.blog-section-new article:nth-child(6) .blog-post__image {
    height: auto;
}

.blog__tags ul {
    font-size: 14px;
    margin: 40px 0 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.blog__tags li {
    margin: 0 20px;
}

.blog__tags a {
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

@media print, screen and (max-width: 58.74875em) {
    .blog__tags {
        display: none;
    }
}
/*rebuy*/
#rebuy-widget-43932 h3.primary-title {
    padding-top: 80px;
}
@media print, screen and (max-width: 58.74875em) {
    #rebuy-widget-43932 {
        padding-bottom: 0 !important;
    }
    #rebuy-widget-43932 h3.primary-title {
        padding-top: 50px;
    }
    #rebuy-widget-43932 .rebuy-product-grid {
        padding-bottom: 0 !important;
    }
}

div[data-stockist-widget-tag="u9577"]{
    text-decoration: underline !important;
    color: black !important;
}

.account-page{
    max-width: 570px;
    margin: 0 auto;
    padding-top: 70px;
}

@media print, screen and (max-width: 58.74875em) {
    .account-page{
        max-width: 355px;
    }
}

.account-page a{
    color: black;
    text-decoration: underline;
}

.account-page .btn{
    margin-bottom: 20px;
    cursor: pointer;
}

.account-page-width{
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 70px;
}

.account-page-width a{
    color: black;
    text-decoration: underline;
}

.account-page-list li{
    list-style-type: none;
    width: 50%;
    float: left;
}

.shopify-challenge__container{
    padding: 70px 0;
}

.shopify-challenge__button{
    margin-top: 20px !important;
    background-color: #000;
    color: white;
    border: 0;
    padding: 20px 50px;
}