@charset "utf-8";
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("eot");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("eot");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("eot");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("eot");
    font-weight: 500;
    font-style: normal
}

/*!
 *  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: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#title {
    margin-bottom: 20px!important;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .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: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .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% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    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-remove:before, .fa-close: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-gear:before, .fa-cog: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-rotate-right:before, .fa-repeat: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-photo:before, .fa-image: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-warning:before, .fa-exclamation-triangle: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-gears:before, .fa-cogs: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-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-vertical-ellipsis:before {
    content: "\22EE";
}

.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-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard: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-unlink:before, .fa-chain-broken: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-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw: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-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try: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-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap: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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-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-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-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-soccer-ball-o:before, .fa-futbol-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-shekel:before, .fa-sheqel:before, .fa-ils: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-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full: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-stop-o:before, .fa-hand-paper-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-tv:before, .fa-television: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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language: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-vcard:before, .fa-address-card:before {
    content: ""
}

.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media print, screen and (min-width: 45em) {
    .reveal, .reveal.tiny, .reveal.small, .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
    -ms-overflow-style: none
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px 44px 0 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    padding: 44px 0 0 0
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 44px 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-slide--html .fancybox-content {
    margin: 0 0 6px 0
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    vertical-align: top;
    width: 100%
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background: transparent;
    height: 100px;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    background: rgba(30, 30, 30, 0.6);
    height: 100%;
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0 0 0
    }

    .fancybox-slide--image .fancybox-content {
        margin-bottom: 6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width: 768px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

/*! 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 {
    -webkit-box-sizing: content-box;
    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
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    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=45em&large=60em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #303030;
    -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: .28571rem
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: .28571rem
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .28571rem;
    background: transparent;
    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
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.78571rem;
    margin: 0 0 1.14286rem;
    padding: .57143rem;
    border: 1px solid #dadada;
    border-radius: .28571rem;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: 300;
    line-height: 1.5;
    color: #303030;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #70abaf;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #efefef;
    cursor: not-allowed
}

[type='submit'], [type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .28571rem
}

input[type='search'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #dadada
}

:-ms-input-placeholder {
    color: #dadada
}

::-ms-input-placeholder {
    color: #dadada
}

::placeholder {
    color: #dadada
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 1.14286rem
}

[type='checkbox'] + label, [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .57143rem;
    margin-right: 1.14286rem;
    margin-bottom: 0
}

[type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer
}

label > [type='checkbox'], label > [type='radio'] {
    margin-right: .57143rem
}

[type='file'] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #303030
}

label.middle {
    margin: 0 0 1.14286rem;
    padding: .64286rem 0
}

.help-text {
    margin-top: -.57143rem;
    font-size: .92857rem;
    font-style: italic;
    color: #303030
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.14286rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: .28571rem 0 0 .28571rem
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 .28571rem .28571rem 0
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #dadada;
    background: #efefef;
    color: #303030;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.14286rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .57143rem
}

.fieldset {
    margin: 1.28571rem 0;
    padding: 1.42857rem;
    border: 1px solid #dadada
}

.fieldset legend {
    margin: 0;
    margin-left: -.21429rem;
    padding: 0 .21429rem
}

select {
    height: 2.78571rem;
    margin: 0 0 1.14286rem;
    padding: .57143rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dadada;
    border-radius: .28571rem;
    background-color: #fff;
    font-family: inherit;
    font-size: 1.14286rem;
    font-weight: 300;
    line-height: 1.5;
    color: #303030;
    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%28102, 102, 102%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1.14286rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.71429rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #70abaf;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s
}

select:disabled {
    background-color: #efefef;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-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: -.57143rem;
    margin-bottom: 1.14286rem;
    font-size: .85714rem;
    font-weight: 500;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1.5rem;
    font-size: inherit;
    line-height: 1.5;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: 500;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #535353;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #dadada
}

h1, .h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0
}

h2, .h2 {
    font-size: 1.7rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.5rem
}

h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5rem
}

h4, .h4 {
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1.5rem
}

h5, .h5 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 1.5rem
}

h6, .h6 {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1.5rem
}

@media print, screen and (min-width: 45em) {
    h1, .h1 {
        font-size: 2.2rem;
        line-height: 1;
        margin-bottom: 0
    }

    h2, .h2 {
        font-size: 1.7rem;
        line-height: 1.1
    }

    h3, .h3 {
        font-size: 1.5rem;
        line-height: 1.2
    }

    h4, .h4 {
        font-size: 1.3rem;
        line-height: 1.3
    }

    h5, .h5 {
        font-size: 1.2rem;
        line-height: 1.4
    }

    h6, .h6 {
        font-size: 1.1rem
    }
}

.h2.news_form {
    line-height: 1.25;
    display: inline-block;
    border-bottom: .21429rem solid #70abaf;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    line-height: inherit;
    color: #8dbcbf;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus {
    color: #487d81
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 85.71429rem;
    height: 0;
    margin: 0 auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #dadada;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1.5rem;
    list-style-position: outside;
    line-height: 1.5
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul, ol ul, ul ol, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1.5rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 500
}

blockquote {
    margin: 0 0 1.5rem;
    padding: 0 1rem;
    border-left: .14286rem solid #70abaf
}

blockquote, blockquote p {
    line-height: 1.5;
    color: #666
}

cite {
    display: block;
    font-size: .92857rem;
    color: #666
}

cite:before {
    content: "— "
}

abbr, abbr[title] {
    border-bottom: 1px dotted #303030;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .14286rem .35714rem .07143rem;
    border: 1px solid #dadada;
    background-color: #efefef;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 300;
    color: #303030
}

kbd {
    margin: 0;
    padding: .14286rem .28571rem 0;
    background-color: #efefef;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #303030;
    border-radius: .28571rem
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 300;
    line-height: 1.4;
    color: #666
}

.lead {
    font-size: 21px;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.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: 45em) {
    .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: 60em) {
    .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: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: black !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^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre, blockquote {
        border: 1px solid #666;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 85.71429rem;
    margin: 0 auto
}

@media print, screen and (min-width: 45em) {
    .grid-container {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.grid-container.fluid {
    padding-right: .75rem;
    padding-left: .75rem;
    max-width: 100%;
    margin: 0 auto
}

@media print, screen and (min-width: 45em) {
    .grid-container.fluid {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.cell.button-price {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .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-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 45em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .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-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .medium-shrink-title {
        flex:100
    }
}

@media print, screen and (min-width: 60em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .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-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .grid-x > .large-8__company {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 4.16667%
}

.grid-x > .small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.grid-x > .small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%
}

.grid-x > .small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.grid-x > .small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20.83333%
}

.grid-x > .small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.grid-x > .small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 29.16667%
}

.grid-x > .small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.grid-x > .small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 37.5%
}

.grid-x > .small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.grid-x > .small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 45.83333%
}

.grid-x > .small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.grid-x > .small-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 54.16667%
}

.grid-x > .small-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.grid-x > .small-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62.5%
}

.grid-x > .small-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.grid-x > .small-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70.83333%
}

.grid-x > .small-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.grid-x > .small-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 79.16667%
}

.grid-x > .small-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.grid-x > .small-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 87.5%
}

.grid-x > .small-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.grid-x > .small-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 95.83333%
}

.grid-x > .small-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

@media print, screen and (min-width: 45em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .medium-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 4.16667%
    }

    .grid-x > .medium-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .grid-x > .medium-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%
    }

    .grid-x > .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .grid-x > .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20.83333%
    }

    .grid-x > .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .grid-x > .medium-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 29.16667%
    }

    .grid-x > .medium-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .grid-x > .medium-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 37.5%
    }

    .grid-x > .medium-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .grid-x > .medium-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 45.83333%
    }

    .grid-x > .medium-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .grid-x > .medium-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 54.16667%
    }

    .grid-x > .medium-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .grid-x > .medium-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 62.5%
    }

    .grid-x > .medium-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .grid-x > .medium-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 70.83333%
    }

    .grid-x > .medium-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .grid-x > .medium-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 79.16667%
    }

    .grid-x > .medium-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .grid-x > .medium-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 87.5%
    }

    .grid-x > .medium-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .grid-x > .medium-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 95.83333%
    }

    .grid-x > .medium-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .large-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 4.16667%
    }

    .grid-x > .large-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .grid-x > .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%
    }

    .grid-x > .large-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .grid-x > .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20.83333%
    }

    .grid-x > .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .grid-x > .large-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 29.16667%
    }

    .grid-x > .large-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .grid-x > .large-8__company {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .large-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 37.5%
    }

    .grid-x > .large-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .grid-x > .large-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 45.83333%
    }

    .grid-x > .large-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .grid-x > .large-13 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 54.16667%
    }

    .grid-x > .large-14 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .grid-x > .large-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 62.5%
    }

    .grid-x > .large-16 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .grid-x > .large-17 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 70.83333%
    }

    .grid-x > .large-18 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .grid-x > .large-19 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 79.16667%
    }

    .grid-x > .large-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .grid-x > .large-21 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 87.5%
    }

    .grid-x > .large-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .grid-x > .large-23 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 95.83333%
    }

    .grid-x > .large-24 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        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: -.75rem;
    margin-right: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-x {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
    margin-right: .75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(4.16667% - 1.5rem)
}

.grid-margin-x > .small-2 {
    width: calc(8.33333% - 1.5rem)
}

.grid-margin-x > .small-3 {
    width: calc(12.5% - 1.5rem)
}

.grid-margin-x > .small-4 {
    width: calc(16.66667% - 1.5rem)
}

.grid-margin-x > .small-5 {
    width: calc(20.83333% - 1.5rem)
}

.grid-margin-x > .small-6 {
    width: calc(25% - 1.5rem)
}

.grid-margin-x > .small-7 {
    width: calc(29.16667% - 1.5rem)
}

.grid-margin-x > .small-8 {
    width: calc(33.33333% - 1.5rem)
}

.grid-margin-x > .small-9 {
    width: calc(37.5% - 1.5rem)
}

.grid-margin-x > .small-10 {
    width: calc(41.66667% - 1.5rem)
}

.grid-margin-x > .small-11 {
    width: calc(45.83333% - 1.5rem)
}

.grid-margin-x > .small-12 {
    width: calc(50% - 1.5rem)
}

.grid-margin-x > .small-13 {
    width: calc(54.16667% - 1.5rem)
}

.grid-margin-x > .small-14 {
    width: calc(58.33333% - 1.5rem)
}

.grid-margin-x > .small-15 {
    width: calc(62.5% - 1.5rem)
}

.grid-margin-x > .small-16 {
    width: calc(66.66667% - 1.5rem)
}

.grid-margin-x > .small-17 {
    width: calc(70.83333% - 1.5rem)
}

.grid-margin-x > .small-18 {
    width: calc(75% - 1.5rem)
}

.grid-margin-x > .small-19 {
    width: calc(79.16667% - 1.5rem)
}

.grid-margin-x > .small-20 {
    width: calc(83.33333% - 1.5rem)
}

.grid-margin-x > .small-21 {
    width: calc(87.5% - 1.5rem)
}

.grid-margin-x > .small-22 {
    width: calc(91.66667% - 1.5rem)
}

.grid-margin-x > .small-23 {
    width: calc(95.83333% - 1.5rem)
}

.grid-margin-x > .small-24 {
    width: calc(100% - 1.5rem)
}

@media print, screen and (min-width: 45em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(4.16667% - 1.5rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(20.83333% - 1.5rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(29.16667% - 1.5rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(37.5% - 1.5rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(45.83333% - 1.5rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .small-13 {
        width: calc(54.16667% - 1.5rem)
    }

    .grid-margin-x > .small-14 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .small-15 {
        width: calc(62.5% - 1.5rem)
    }

    .grid-margin-x > .small-16 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .small-17 {
        width: calc(70.83333% - 1.5rem)
    }

    .grid-margin-x > .small-18 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .small-19 {
        width: calc(79.16667% - 1.5rem)
    }

    .grid-margin-x > .small-20 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .small-21 {
        width: calc(87.5% - 1.5rem)
    }

    .grid-margin-x > .small-22 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .small-23 {
        width: calc(95.83333% - 1.5rem)
    }

    .grid-margin-x > .small-24 {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(4.16667% - 1.5rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(20.83333% - 1.5rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(29.16667% - 1.5rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(37.5% - 1.5rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(45.83333% - 1.5rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .medium-13 {
        width: calc(54.16667% - 1.5rem)
    }

    .grid-margin-x > .medium-14 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-15 {
        width: calc(62.5% - 1.5rem)
    }

    .grid-margin-x > .medium-16 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-17 {
        width: calc(70.83333% - 1.5rem)
    }

    .grid-margin-x > .medium-18 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .medium-19 {
        width: calc(79.16667% - 1.5rem)
    }

    .grid-margin-x > .medium-20 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .medium-21 {
        width: calc(87.5% - 1.5rem)
    }

    .grid-margin-x > .medium-22 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .medium-23 {
        width: calc(95.83333% - 1.5rem)
    }

    .grid-margin-x > .medium-24 {
        width: calc(100% - 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(4.16667% - 1.5rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(8.33333% - 1.5rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(20.83333% - 1.5rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(29.16667% - 1.5rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(37.5% - 1.5rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(41.66667% - 1.5rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(45.83333% - 1.5rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x > .large-13 {
        width: calc(54.16667% - 1.5rem)
    }

    .grid-margin-x > .large-14 {
        width: calc(58.33333% - 1.5rem)
    }

    .grid-margin-x > .large-15 {
        width: calc(62.5% - 1.5rem)
    }

    .grid-margin-x > .large-16 {
        width: calc(66.66667% - 1.5rem)
    }

    .grid-margin-x > .large-17 {
        width: calc(70.83333% - 1.5rem)
    }

    .grid-margin-x > .large-18 {
        width: calc(75% - 1.5rem)
    }

    .grid-margin-x > .large-19 {
        width: calc(79.16667% - 1.5rem)
    }

    .grid-margin-x > .large-20 {
        width: calc(83.33333% - 1.5rem)
    }

    .grid-margin-x > .large-21 {
        width: calc(87.5% - 1.5rem)
    }

    .grid-margin-x > .large-22 {
        width: calc(91.66667% - 1.5rem)
    }

    .grid-margin-x > .large-23 {
        width: calc(95.83333% - 1.5rem)
    }

    .grid-margin-x > .large-24 {
        width: calc(100% - 1.5rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.75rem;
    margin-left: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.75rem;
    margin-left: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.75rem;
        margin-left: -.75rem
    }
}

.grid-padding-x > .cell {
    padding-right: .75rem;
    padding-left: .75rem
}

@media print, screen and (min-width: 45em) {
    .grid-padding-x > .cell {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.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: 45em) {
    .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: 60em) {
    .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.5rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.5rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.5rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.5rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem)
}

@media print, screen and (min-width: 45em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.5rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.5rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.5rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.5rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.5rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.5rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.5rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.5rem)
    }
}

.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: 4.16667%
}

.small-margin-collapse > .small-2 {
    width: 8.33333%
}

.small-margin-collapse > .small-3 {
    width: 12.5%
}

.small-margin-collapse > .small-4 {
    width: 16.66667%
}

.small-margin-collapse > .small-5 {
    width: 20.83333%
}

.small-margin-collapse > .small-6 {
    width: 25%
}

.small-margin-collapse > .small-7 {
    width: 29.16667%
}

.small-margin-collapse > .small-8 {
    width: 33.33333%
}

.small-margin-collapse > .small-9 {
    width: 37.5%
}

.small-margin-collapse > .small-10 {
    width: 41.66667%
}

.small-margin-collapse > .small-11 {
    width: 45.83333%
}

.small-margin-collapse > .small-12 {
    width: 50%
}

.small-margin-collapse > .small-13 {
    width: 54.16667%
}

.small-margin-collapse > .small-14 {
    width: 58.33333%
}

.small-margin-collapse > .small-15 {
    width: 62.5%
}

.small-margin-collapse > .small-16 {
    width: 66.66667%
}

.small-margin-collapse > .small-17 {
    width: 70.83333%
}

.small-margin-collapse > .small-18 {
    width: 75%
}

.small-margin-collapse > .small-19 {
    width: 79.16667%
}

.small-margin-collapse > .small-20 {
    width: 83.33333%
}

.small-margin-collapse > .small-21 {
    width: 87.5%
}

.small-margin-collapse > .small-22 {
    width: 91.66667%
}

.small-margin-collapse > .small-23 {
    width: 95.83333%
}

.small-margin-collapse > .small-24 {
    width: 100%
}

@media print, screen and (min-width: 45em) {
    .small-margin-collapse > .medium-1 {
        width: 4.16667%
    }

    .small-margin-collapse > .medium-2 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .small-margin-collapse > .medium-4 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-5 {
        width: 20.83333%
    }

    .small-margin-collapse > .medium-6 {
        width: 25%
    }

    .small-margin-collapse > .medium-7 {
        width: 29.16667%
    }

    .small-margin-collapse > .medium-8 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .small-margin-collapse > .medium-10 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-11 {
        width: 45.83333%
    }

    .small-margin-collapse > .medium-12 {
        width: 50%
    }

    .small-margin-collapse > .medium-13 {
        width: 54.16667%
    }

    .small-margin-collapse > .medium-14 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .small-margin-collapse > .medium-16 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-17 {
        width: 70.83333%
    }

    .small-margin-collapse > .medium-18 {
        width: 75%
    }

    .small-margin-collapse > .medium-19 {
        width: 79.16667%
    }

    .small-margin-collapse > .medium-20 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .small-margin-collapse > .medium-22 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-23 {
        width: 95.83333%
    }

    .small-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .small-margin-collapse > .large-1 {
        width: 4.16667%
    }

    .small-margin-collapse > .large-2 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-3 {
        width: 12.5%
    }

    .small-margin-collapse > .large-4 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-5 {
        width: 20.83333%
    }

    .small-margin-collapse > .large-6 {
        width: 25%
    }

    .small-margin-collapse > .large-7 {
        width: 29.16667%
    }

    .small-margin-collapse > .large-8 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-9 {
        width: 37.5%
    }

    .small-margin-collapse > .large-10 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-11 {
        width: 45.83333%
    }

    .small-margin-collapse > .large-12 {
        width: 50%
    }

    .small-margin-collapse > .large-13 {
        width: 54.16667%
    }

    .small-margin-collapse > .large-14 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-15 {
        width: 62.5%
    }

    .small-margin-collapse > .large-16 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-17 {
        width: 70.83333%
    }

    .small-margin-collapse > .large-18 {
        width: 75%
    }

    .small-margin-collapse > .large-19 {
        width: 79.16667%
    }

    .small-margin-collapse > .large-20 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-21 {
        width: 87.5%
    }

    .small-margin-collapse > .large-22 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-23 {
        width: 95.83333%
    }

    .small-margin-collapse > .large-24 {
        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: 45em) {
    .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: 45em) {
    .medium-margin-collapse > .small-1 {
        width: 4.16667%
    }

    .medium-margin-collapse > .small-2 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .small-4 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-5 {
        width: 20.83333%
    }

    .medium-margin-collapse > .small-6 {
        width: 25%
    }

    .medium-margin-collapse > .small-7 {
        width: 29.16667%
    }

    .medium-margin-collapse > .small-8 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .small-10 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-11 {
        width: 45.83333%
    }

    .medium-margin-collapse > .small-12 {
        width: 50%
    }

    .medium-margin-collapse > .small-13 {
        width: 54.16667%
    }

    .medium-margin-collapse > .small-14 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .small-16 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-17 {
        width: 70.83333%
    }

    .medium-margin-collapse > .small-18 {
        width: 75%
    }

    .medium-margin-collapse > .small-19 {
        width: 79.16667%
    }

    .medium-margin-collapse > .small-20 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .small-22 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-23 {
        width: 95.83333%
    }

    .medium-margin-collapse > .small-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 45em) {
    .medium-margin-collapse > .medium-1 {
        width: 4.16667%
    }

    .medium-margin-collapse > .medium-2 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .medium-4 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-5 {
        width: 20.83333%
    }

    .medium-margin-collapse > .medium-6 {
        width: 25%
    }

    .medium-margin-collapse > .medium-7 {
        width: 29.16667%
    }

    .medium-margin-collapse > .medium-8 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .medium-10 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-11 {
        width: 45.83333%
    }

    .medium-margin-collapse > .medium-12 {
        width: 50%
    }

    .medium-margin-collapse > .medium-13 {
        width: 54.16667%
    }

    .medium-margin-collapse > .medium-14 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .medium-16 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-17 {
        width: 70.83333%
    }

    .medium-margin-collapse > .medium-18 {
        width: 75%
    }

    .medium-margin-collapse > .medium-19 {
        width: 79.16667%
    }

    .medium-margin-collapse > .medium-20 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .medium-22 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-23 {
        width: 95.83333%
    }

    .medium-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .medium-margin-collapse > .large-1 {
        width: 4.16667%
    }

    .medium-margin-collapse > .large-2 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .large-4 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-5 {
        width: 20.83333%
    }

    .medium-margin-collapse > .large-6 {
        width: 25%
    }

    .medium-margin-collapse > .large-7 {
        width: 29.16667%
    }

    .medium-margin-collapse > .large-8 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .large-10 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-11 {
        width: 45.83333%
    }

    .medium-margin-collapse > .large-12 {
        width: 50%
    }

    .medium-margin-collapse > .large-13 {
        width: 54.16667%
    }

    .medium-margin-collapse > .large-14 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .large-16 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-17 {
        width: 70.83333%
    }

    .medium-margin-collapse > .large-18 {
        width: 75%
    }

    .medium-margin-collapse > .large-19 {
        width: 79.16667%
    }

    .medium-margin-collapse > .large-20 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .large-22 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-23 {
        width: 95.83333%
    }

    .medium-margin-collapse > .large-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 45em) {
    .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: 60em) {
    .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: 60em) {
    .large-margin-collapse > .small-1 {
        width: 4.16667%
    }

    .large-margin-collapse > .small-2 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-3 {
        width: 12.5%
    }

    .large-margin-collapse > .small-4 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-5 {
        width: 20.83333%
    }

    .large-margin-collapse > .small-6 {
        width: 25%
    }

    .large-margin-collapse > .small-7 {
        width: 29.16667%
    }

    .large-margin-collapse > .small-8 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-9 {
        width: 37.5%
    }

    .large-margin-collapse > .small-10 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-11 {
        width: 45.83333%
    }

    .large-margin-collapse > .small-12 {
        width: 50%
    }

    .large-margin-collapse > .small-13 {
        width: 54.16667%
    }

    .large-margin-collapse > .small-14 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-15 {
        width: 62.5%
    }

    .large-margin-collapse > .small-16 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-17 {
        width: 70.83333%
    }

    .large-margin-collapse > .small-18 {
        width: 75%
    }

    .large-margin-collapse > .small-19 {
        width: 79.16667%
    }

    .large-margin-collapse > .small-20 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-21 {
        width: 87.5%
    }

    .large-margin-collapse > .small-22 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-23 {
        width: 95.83333%
    }

    .large-margin-collapse > .small-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse > .medium-1 {
        width: 4.16667%
    }

    .large-margin-collapse > .medium-2 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .large-margin-collapse > .medium-4 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-5 {
        width: 20.83333%
    }

    .large-margin-collapse > .medium-6 {
        width: 25%
    }

    .large-margin-collapse > .medium-7 {
        width: 29.16667%
    }

    .large-margin-collapse > .medium-8 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .large-margin-collapse > .medium-10 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-11 {
        width: 45.83333%
    }

    .large-margin-collapse > .medium-12 {
        width: 50%
    }

    .large-margin-collapse > .medium-13 {
        width: 54.16667%
    }

    .large-margin-collapse > .medium-14 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .large-margin-collapse > .medium-16 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-17 {
        width: 70.83333%
    }

    .large-margin-collapse > .medium-18 {
        width: 75%
    }

    .large-margin-collapse > .medium-19 {
        width: 79.16667%
    }

    .large-margin-collapse > .medium-20 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .large-margin-collapse > .medium-22 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-23 {
        width: 95.83333%
    }

    .large-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse > .large-1 {
        width: 4.16667%
    }

    .large-margin-collapse > .large-2 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-3 {
        width: 12.5%
    }

    .large-margin-collapse > .large-4 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-5 {
        width: 20.83333%
    }

    .large-margin-collapse > .large-6 {
        width: 25%
    }

    .large-margin-collapse > .large-7 {
        width: 29.16667%
    }

    .large-margin-collapse > .large-8 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-9 {
        width: 37.5%
    }

    .large-margin-collapse > .large-10 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-11 {
        width: 45.83333%
    }

    .large-margin-collapse > .large-12 {
        width: 50%
    }

    .large-margin-collapse > .large-13 {
        width: 54.16667%
    }

    .large-margin-collapse > .large-14 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-15 {
        width: 62.5%
    }

    .large-margin-collapse > .large-16 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-17 {
        width: 70.83333%
    }

    .large-margin-collapse > .large-18 {
        width: 75%
    }

    .large-margin-collapse > .large-19 {
        width: 79.16667%
    }

    .large-margin-collapse > .large-20 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-21 {
        width: 87.5%
    }

    .large-margin-collapse > .large-22 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-23 {
        width: 95.83333%
    }

    .large-margin-collapse > .large-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .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% + .75rem)
}

.small-offset-1 {
    margin-left: 4.16667%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(4.16667% + .75rem)
}

.small-offset-2 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(8.33333% + .75rem)
}

.small-offset-3 {
    margin-left: 12.5%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(12.5% + .75rem)
}

.small-offset-4 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(16.66667% + .75rem)
}

.small-offset-5 {
    margin-left: 20.83333%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(20.83333% + .75rem)
}

.small-offset-6 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(25% + .75rem)
}

.small-offset-7 {
    margin-left: 29.16667%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(29.16667% + .75rem)
}

.small-offset-8 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(33.33333% + .75rem)
}

.small-offset-9 {
    margin-left: 37.5%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(37.5% + .75rem)
}

.small-offset-10 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(41.66667% + .75rem)
}

.small-offset-11 {
    margin-left: 45.83333%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(45.83333% + .75rem)
}

.small-offset-12 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-12 {
    margin-left: calc(50% + .75rem)
}

.small-offset-13 {
    margin-left: 54.16667%
}

.grid-margin-x > .small-offset-13 {
    margin-left: calc(54.16667% + .75rem)
}

.small-offset-14 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-14 {
    margin-left: calc(58.33333% + .75rem)
}

.small-offset-15 {
    margin-left: 62.5%
}

.grid-margin-x > .small-offset-15 {
    margin-left: calc(62.5% + .75rem)
}

.small-offset-16 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-16 {
    margin-left: calc(66.66667% + .75rem)
}

.small-offset-17 {
    margin-left: 70.83333%
}

.grid-margin-x > .small-offset-17 {
    margin-left: calc(70.83333% + .75rem)
}

.small-offset-18 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-18 {
    margin-left: calc(75% + .75rem)
}

.small-offset-19 {
    margin-left: 79.16667%
}

.grid-margin-x > .small-offset-19 {
    margin-left: calc(79.16667% + .75rem)
}

.small-offset-20 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-20 {
    margin-left: calc(83.33333% + .75rem)
}

.small-offset-21 {
    margin-left: 87.5%
}

.grid-margin-x > .small-offset-21 {
    margin-left: calc(87.5% + .75rem)
}

.small-offset-22 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-22 {
    margin-left: calc(91.66667% + .75rem)
}

.small-offset-23 {
    margin-left: 95.83333%
}

.grid-margin-x > .small-offset-23 {
    margin-left: calc(95.83333% + .75rem)
}

@media print, screen and (min-width: 45em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .75rem)
    }

    .medium-offset-1 {
        margin-left: 4.16667%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(4.16667% + .75rem)
    }

    .medium-offset-2 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(8.33333% + .75rem)
    }

    .medium-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(12.5% + .75rem)
    }

    .medium-offset-4 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(16.66667% + .75rem)
    }

    .medium-offset-5 {
        margin-left: 20.83333%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(20.83333% + .75rem)
    }

    .medium-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(25% + .75rem)
    }

    .medium-offset-7 {
        margin-left: 29.16667%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(29.16667% + .75rem)
    }

    .medium-offset-8 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(33.33333% + .75rem)
    }

    .medium-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(37.5% + .75rem)
    }

    .medium-offset-10 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(41.66667% + .75rem)
    }

    .medium-offset-11 {
        margin-left: 45.83333%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(45.83333% + .75rem)
    }

    .medium-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-12 {
        margin-left: calc(50% + .75rem)
    }

    .medium-offset-13 {
        margin-left: 54.16667%
    }

    .grid-margin-x > .medium-offset-13 {
        margin-left: calc(54.16667% + .75rem)
    }

    .medium-offset-14 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-14 {
        margin-left: calc(58.33333% + .75rem)
    }

    .medium-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .medium-offset-15 {
        margin-left: calc(62.5% + .75rem)
    }

    .medium-offset-16 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-16 {
        margin-left: calc(66.66667% + .75rem)
    }

    .medium-offset-17 {
        margin-left: 70.83333%
    }

    .grid-margin-x > .medium-offset-17 {
        margin-left: calc(70.83333% + .75rem)
    }

    .medium-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-18 {
        margin-left: calc(75% + .75rem)
    }

    .medium-offset-19 {
        margin-left: 79.16667%
    }

    .grid-margin-x > .medium-offset-19 {
        margin-left: calc(79.16667% + .75rem)
    }

    .medium-offset-20 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-20 {
        margin-left: calc(83.33333% + .75rem)
    }

    .medium-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .medium-offset-21 {
        margin-left: calc(87.5% + .75rem)
    }

    .medium-offset-22 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-22 {
        margin-left: calc(91.66667% + .75rem)
    }

    .medium-offset-23 {
        margin-left: 95.83333%
    }

    .grid-margin-x > .medium-offset-23 {
        margin-left: calc(95.83333% + .75rem)
    }
}

@media print, screen and (min-width: 60em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .75rem)
    }

    .large-offset-1 {
        margin-left: 4.16667%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(4.16667% + .75rem)
    }

    .large-offset-2 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(8.33333% + .75rem)
    }

    .large-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(12.5% + .75rem)
    }

    .large-offset-4 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(16.66667% + .75rem)
    }

    .large-offset-5 {
        margin-left: 20.83333%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(20.83333% + .75rem)
    }

    .large-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(25% + .75rem)
    }

    .large-offset-7 {
        margin-left: 29.16667%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(29.16667% + .75rem)
    }

    .large-offset-8 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(33.33333% + .75rem)
    }

    .large-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(37.5% + .75rem)
    }

    .large-offset-10 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(41.66667% + .75rem)
    }

    .large-offset-11 {
        margin-left: 45.83333%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(45.83333% + .75rem)
    }

    .large-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-12 {
        margin-left: calc(50% + .75rem)
    }

    .large-offset-13 {
        margin-left: 54.16667%
    }

    .grid-margin-x > .large-offset-13 {
        margin-left: calc(54.16667% + .75rem)
    }

    .large-offset-14 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-14 {
        margin-left: calc(58.33333% + .75rem)
    }

    .large-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .large-offset-15 {
        margin-left: calc(62.5% + .75rem)
    }

    .large-offset-16 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-16 {
        margin-left: calc(66.66667% + .75rem)
    }

    .large-offset-17 {
        margin-left: 70.83333%
    }

    .grid-margin-x > .large-offset-17 {
        margin-left: calc(70.83333% + .75rem)
    }

    .large-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-18 {
        margin-left: calc(75% + .75rem)
    }

    .large-offset-19 {
        margin-left: 79.16667%
    }

    .grid-margin-x > .large-offset-19 {
        margin-left: calc(79.16667% + .75rem)
    }

    .large-offset-20 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-20 {
        margin-left: calc(83.33333% + .75rem)
    }

    .large-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .large-offset-21 {
        margin-left: calc(87.5% + .75rem)
    }

    .large-offset-22 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-22 {
        margin-left: calc(91.66667% + .75rem)
    }

    .large-offset-23 {
        margin-left: 95.83333%
    }

    .grid-margin-x > .large-offset-23 {
        margin-left: calc(95.83333% + .75rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y > .cell {
    width: auto;
    max-width: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .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-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 45em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .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-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .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-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1 {
    height: 4.16667%
}

.grid-y > .small-2 {
    height: 8.33333%
}

.grid-y > .small-3 {
    height: 12.5%
}

.grid-y > .small-4 {
    height: 16.66667%
}

.grid-y > .small-5 {
    height: 20.83333%
}

.grid-y > .small-6 {
    height: 25%
}

.grid-y > .small-7 {
    height: 29.16667%
}

.grid-y > .small-8 {
    height: 33.33333%
}

.grid-y > .small-9 {
    height: 37.5%
}

.grid-y > .small-10 {
    height: 41.66667%
}

.grid-y > .small-11 {
    height: 45.83333%
}

.grid-y > .small-12 {
    height: 50%
}

.grid-y > .small-13 {
    height: 54.16667%
}

.grid-y > .small-14 {
    height: 58.33333%
}

.grid-y > .small-15 {
    height: 62.5%
}

.grid-y > .small-16 {
    height: 66.66667%
}

.grid-y > .small-17 {
    height: 70.83333%
}

.grid-y > .small-18 {
    height: 75%
}

.grid-y > .small-19 {
    height: 79.16667%
}

.grid-y > .small-20 {
    height: 83.33333%
}

.grid-y > .small-21 {
    height: 87.5%
}

.grid-y > .small-22 {
    height: 91.66667%
}

.grid-y > .small-23 {
    height: 95.83333%
}

.grid-y > .small-24 {
    height: 100%
}

@media print, screen and (min-width: 45em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 4.16667%
    }

    .grid-y > .medium-2 {
        height: 8.33333%
    }

    .grid-y > .medium-3 {
        height: 12.5%
    }

    .grid-y > .medium-4 {
        height: 16.66667%
    }

    .grid-y > .medium-5 {
        height: 20.83333%
    }

    .grid-y > .medium-6 {
        height: 25%
    }

    .grid-y > .medium-7 {
        height: 29.16667%
    }

    .grid-y > .medium-8 {
        height: 33.33333%
    }

    .grid-y > .medium-9 {
        height: 37.5%
    }

    .grid-y > .medium-10 {
        height: 41.66667%
    }

    .grid-y > .medium-11 {
        height: 45.83333%
    }

    .grid-y > .medium-12 {
        height: 50%
    }

    .grid-y > .medium-13 {
        height: 54.16667%
    }

    .grid-y > .medium-14 {
        height: 58.33333%
    }

    .grid-y > .medium-15 {
        height: 62.5%
    }

    .grid-y > .medium-16 {
        height: 66.66667%
    }

    .grid-y > .medium-17 {
        height: 70.83333%
    }

    .grid-y > .medium-18 {
        height: 75%
    }

    .grid-y > .medium-19 {
        height: 79.16667%
    }

    .grid-y > .medium-20 {
        height: 83.33333%
    }

    .grid-y > .medium-21 {
        height: 87.5%
    }

    .grid-y > .medium-22 {
        height: 91.66667%
    }

    .grid-y > .medium-23 {
        height: 95.83333%
    }

    .grid-y > .medium-24 {
        height: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 4.16667%
    }

    .grid-y > .large-2 {
        height: 8.33333%
    }

    .grid-y > .large-3 {
        height: 12.5%
    }

    .grid-y > .large-4 {
        height: 16.66667%
    }

    .grid-y > .large-5 {
        height: 20.83333%
    }

    .grid-y > .large-6 {
        height: 25%
    }

    .grid-y > .large-7 {
        height: 29.16667%
    }

    .grid-y > .large-8 {
        height: 33.33333%
    }

    .grid-y > .large-9 {
        height: 37.5%
    }

    .grid-y > .large-10 {
        height: 41.66667%
    }

    .grid-y > .large-11 {
        height: 45.83333%
    }

    .grid-y > .large-12 {
        height: 50%
    }

    .grid-y > .large-13 {
        height: 54.16667%
    }

    .grid-y > .large-14 {
        height: 58.33333%
    }

    .grid-y > .large-15 {
        height: 62.5%
    }

    .grid-y > .large-16 {
        height: 66.66667%
    }

    .grid-y > .large-17 {
        height: 70.83333%
    }

    .grid-y > .large-18 {
        height: 75%
    }

    .grid-y > .large-19 {
        height: 79.16667%
    }

    .grid-y > .large-20 {
        height: 83.33333%
    }

    .grid-y > .large-21 {
        height: 87.5%
    }

    .grid-y > .large-22 {
        height: 91.66667%
    }

    .grid-y > .large-23 {
        height: 95.83333%
    }

    .grid-y > .large-24 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-padding-y > .cell {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media print, screen and (min-width: 45em) {
    .grid-padding-y > .cell {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.grid-margin-y {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: .75rem;
    margin-bottom: .75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.5rem)
}

.grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.5rem)
}

.grid-margin-y > .small-3 {
    height: calc(12.5% - 1.5rem)
}

.grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.5rem)
}

.grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.5rem)
}

.grid-margin-y > .small-6 {
    height: calc(25% - 1.5rem)
}

.grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.5rem)
}

.grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.5rem)
}

.grid-margin-y > .small-9 {
    height: calc(37.5% - 1.5rem)
}

.grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.5rem)
}

.grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.5rem)
}

.grid-margin-y > .small-12 {
    height: calc(50% - 1.5rem)
}

.grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.5rem)
}

.grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.5rem)
}

.grid-margin-y > .small-15 {
    height: calc(62.5% - 1.5rem)
}

.grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.5rem)
}

.grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.5rem)
}

.grid-margin-y > .small-18 {
    height: calc(75% - 1.5rem)
}

.grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.5rem)
}

.grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.5rem)
}

.grid-margin-y > .small-21 {
    height: calc(87.5% - 1.5rem)
}

.grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.5rem)
}

.grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.5rem)
}

.grid-margin-y > .small-24 {
    height: calc(100% - 1.5rem)
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .small-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .small-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .small-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .small-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .small-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .small-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .small-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .small-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .small-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .small-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .small-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .small-24 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .medium-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .medium-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .medium-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .medium-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-24 {
        height: calc(100% - 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .large-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .large-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .large-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .large-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .large-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .large-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .large-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .large-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .large-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .large-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .large-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .large-24 {
        height: calc(100% - 1.5rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 45em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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: 60em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width: 45em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 45em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.5rem);
    margin-top: .75rem;
    margin-bottom: .75rem
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.5rem);
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(4.16667% - 1.5rem)
}

.grid-margin-y > .small-2 {
    height: calc(8.33333% - 1.5rem)
}

.grid-margin-y > .small-3 {
    height: calc(12.5% - 1.5rem)
}

.grid-margin-y > .small-4 {
    height: calc(16.66667% - 1.5rem)
}

.grid-margin-y > .small-5 {
    height: calc(20.83333% - 1.5rem)
}

.grid-margin-y > .small-6 {
    height: calc(25% - 1.5rem)
}

.grid-margin-y > .small-7 {
    height: calc(29.16667% - 1.5rem)
}

.grid-margin-y > .small-8 {
    height: calc(33.33333% - 1.5rem)
}

.grid-margin-y > .small-9 {
    height: calc(37.5% - 1.5rem)
}

.grid-margin-y > .small-10 {
    height: calc(41.66667% - 1.5rem)
}

.grid-margin-y > .small-11 {
    height: calc(45.83333% - 1.5rem)
}

.grid-margin-y > .small-12 {
    height: calc(50% - 1.5rem)
}

.grid-margin-y > .small-13 {
    height: calc(54.16667% - 1.5rem)
}

.grid-margin-y > .small-14 {
    height: calc(58.33333% - 1.5rem)
}

.grid-margin-y > .small-15 {
    height: calc(62.5% - 1.5rem)
}

.grid-margin-y > .small-16 {
    height: calc(66.66667% - 1.5rem)
}

.grid-margin-y > .small-17 {
    height: calc(70.83333% - 1.5rem)
}

.grid-margin-y > .small-18 {
    height: calc(75% - 1.5rem)
}

.grid-margin-y > .small-19 {
    height: calc(79.16667% - 1.5rem)
}

.grid-margin-y > .small-20 {
    height: calc(83.33333% - 1.5rem)
}

.grid-margin-y > .small-21 {
    height: calc(87.5% - 1.5rem)
}

.grid-margin-y > .small-22 {
    height: calc(91.66667% - 1.5rem)
}

.grid-margin-y > .small-23 {
    height: calc(95.83333% - 1.5rem)
}

.grid-margin-y > .small-24 {
    height: calc(100% - 1.5rem)
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .small-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .small-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .small-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .small-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .small-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .small-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .small-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .small-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .small-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .small-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .small-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .small-24 {
        height: calc(100% - 1.5rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .medium-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .medium-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .medium-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .medium-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .medium-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .medium-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .medium-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .medium-24 {
        height: calc(100% - 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(4.16667% - 1.5rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(8.33333% - 1.5rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(12.5% - 1.5rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(16.66667% - 1.5rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(20.83333% - 1.5rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(25% - 1.5rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(29.16667% - 1.5rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(33.33333% - 1.5rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(37.5% - 1.5rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(41.66667% - 1.5rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(45.83333% - 1.5rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(50% - 1.5rem)
    }

    .grid-margin-y > .large-13 {
        height: calc(54.16667% - 1.5rem)
    }

    .grid-margin-y > .large-14 {
        height: calc(58.33333% - 1.5rem)
    }

    .grid-margin-y > .large-15 {
        height: calc(62.5% - 1.5rem)
    }

    .grid-margin-y > .large-16 {
        height: calc(66.66667% - 1.5rem)
    }

    .grid-margin-y > .large-17 {
        height: calc(70.83333% - 1.5rem)
    }

    .grid-margin-y > .large-18 {
        height: calc(75% - 1.5rem)
    }

    .grid-margin-y > .large-19 {
        height: calc(79.16667% - 1.5rem)
    }

    .grid-margin-y > .large-20 {
        height: calc(83.33333% - 1.5rem)
    }

    .grid-margin-y > .large-21 {
        height: calc(87.5% - 1.5rem)
    }

    .grid-margin-y > .large-22 {
        height: calc(91.66667% - 1.5rem)
    }

    .grid-margin-y > .large-23 {
        height: calc(95.83333% - 1.5rem)
    }

    .grid-margin-y > .large-24 {
        height: calc(100% - 1.5rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem)
}

@media print, screen and (min-width: 45em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.5rem)
    }
}

@media print, screen and (min-width: 45em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.5rem)
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0rem 0;
    padding: .83rem;
    border: 1px solid transparent;
    border-radius: .28571rem;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #70abaf;
    color: #fff
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button:hover, .button:focus {
    background-color: #58989c;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #fbb02d;
    color: #fff
}

.button.primary:hover, .button.primary:focus {
    background-color: #e89504;
    color: #fff
}

.button.secondary {
    background-color: #70abaf;
    color: #fff
}

.button.secondary:hover, .button.secondary:focus {
    background-color: #528f93;
    color: #fff
}

.button.tertiary {
    background-color: #9ab2bc;
    color: #fff
}

.button.tertiary:hover, .button.tertiary:focus {
    background-color: #7193a1;
    color: #fff
}

.button.quaternary {
    background-color: #c10001;
    color: #fff
}

.button.quaternary:hover, .button.quaternary:focus {
    background-color: #9a0001;
    color: #fff
}

.button.success {
    background-color: #2b9d98;
    color: #fff
}

.button.success:hover, .button.success:focus {
    background-color: #227e7a;
    color: #fff
}

.button.warning {
    background-color: #eeb301;
    color: #fff
}

.button.warning:hover, .button.warning:focus {
    background-color: #be8f01;
    color: #fff
}

.button.alert {
    background-color: #cc4b37;
    color: #fff
}

.button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fff
}

.button.red {
    background-color: red;
    color: #fff
}

.button.red:hover, .button.red:focus {
    background-color: #c00;
    color: #fff
}

.button.green {
    background-color: #2dc44a;
    color: #fff
}

.button.green:hover, .button.green:focus {
    background-color: #249d3b;
    color: #fff
}

.button.main {
    background-color: #fafafa;
    color: #fff
}

.button.main:hover, .button.main:focus {
    background-color: #c8c8c8;
    color: #fff
}

.button.light-gray {
    background-color: #efefef;
    color: #fff
}

.button.light-gray:hover, .button.light-gray:focus {
    background-color: #bfbfbf;
    color: #fff
}

.button.medium-gray {
    background-color: #dadada;
    color: #fff
}

.button.medium-gray:hover, .button.medium-gray:focus {
    background-color: #aeaeae;
    color: #fff
}

.button.deep-gray {
    background-color: #b5b5b5;
    color: #fff
}

.button.deep-gray:hover, .button.deep-gray:focus {
    background-color: #919191;
    color: #fff
}

.button.dark-gray {
    background-color: #666;
    color: #fff
}

.button.dark-gray:hover, .button.dark-gray:focus {
    background-color: #525252;
    color: #fff
}

.button.black {
    background-color: #303030;
    color: #fff
}

.button.black:hover, .button.black:focus {
    background-color: #262626;
    color: #fff
}

.button.opacity-black {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.button.opacity-black:hover, .button.opacity-black:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.button.white {
    background-color: #fff;
    color: #fff
}

.button.white:hover, .button.white:focus {
    background-color: #ccc;
    color: #fff
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
    background-color: #70abaf;
    color: #fff
}

.button.disabled.primary, .button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
    background-color: #fbb02d;
    color: #fff
}

.button.disabled.secondary, .button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #70abaf;
    color: #fff
}

.button.disabled.tertiary, .button[disabled].tertiary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.tertiary, .button.disabled.tertiary:hover, .button.disabled.tertiary:focus, .button[disabled].tertiary, .button[disabled].tertiary:hover, .button[disabled].tertiary:focus {
    background-color: #9ab2bc;
    color: #fff
}

.button.disabled.quaternary, .button[disabled].quaternary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.quaternary, .button.disabled.quaternary:hover, .button.disabled.quaternary:focus, .button[disabled].quaternary, .button[disabled].quaternary:hover, .button[disabled].quaternary:focus {
    background-color: #c10001;
    color: #fff
}

.button.disabled.success, .button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #2b9d98;
    color: #fff
}

.button.disabled.warning, .button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
    background-color: #eeb301;
    color: #fff
}

.button.disabled.alert, .button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cc4b37;
    color: #fff
}

.button.disabled.red, .button[disabled].red {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.red, .button.disabled.red:hover, .button.disabled.red:focus, .button[disabled].red, .button[disabled].red:hover, .button[disabled].red:focus {
    background-color: red;
    color: #fff
}

.button.disabled.green, .button[disabled].green {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.green, .button.disabled.green:hover, .button.disabled.green:focus, .button[disabled].green, .button[disabled].green:hover, .button[disabled].green:focus {
    background-color: #2dc44a;
    color: #fff
}

.button.disabled.main, .button[disabled].main {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.main, .button.disabled.main:hover, .button.disabled.main:focus, .button[disabled].main, .button[disabled].main:hover, .button[disabled].main:focus {
    background-color: #fafafa;
    color: #fff
}

.button.disabled.light-gray, .button[disabled].light-gray {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.light-gray, .button.disabled.light-gray:hover, .button.disabled.light-gray:focus, .button[disabled].light-gray, .button[disabled].light-gray:hover, .button[disabled].light-gray:focus {
    background-color: #efefef;
    color: #fff
}

.button.disabled.medium-gray, .button[disabled].medium-gray {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.medium-gray, .button.disabled.medium-gray:hover, .button.disabled.medium-gray:focus, .button[disabled].medium-gray, .button[disabled].medium-gray:hover, .button[disabled].medium-gray:focus {
    background-color: #dadada;
    color: #fff
}

.button.disabled.deep-gray, .button[disabled].deep-gray {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.deep-gray, .button.disabled.deep-gray:hover, .button.disabled.deep-gray:focus, .button[disabled].deep-gray, .button[disabled].deep-gray:hover, .button[disabled].deep-gray:focus {
    background-color: #b5b5b5;
    color: #fff
}

.button.disabled.dark-gray, .button[disabled].dark-gray {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.dark-gray, .button.disabled.dark-gray:hover, .button.disabled.dark-gray:focus, .button[disabled].dark-gray, .button[disabled].dark-gray:hover, .button[disabled].dark-gray:focus {
    background-color: #666;
    color: #fff
}

.button.disabled.black, .button[disabled].black {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.black, .button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black, .button[disabled].black:hover, .button[disabled].black:focus {
    background-color: #303030;
    color: #fff
}

.button.disabled.opacity-black, .button[disabled].opacity-black {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.opacity-black, .button.disabled.opacity-black:hover, .button.disabled.opacity-black:focus, .button[disabled].opacity-black, .button[disabled].opacity-black:hover, .button[disabled].opacity-black:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.button.disabled.white, .button[disabled].white {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.white, .button.disabled.white:hover, .button.disabled.white:focus, .button[disabled].white, .button[disabled].white:hover, .button[disabled].white:focus {
    background-color: #fff;
    color: #fff
}

.button.hollow, .button.button_borderless {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.hollow, .button.button_borderless, .button.hollow:hover, .button.button_borderless:hover, .button.hollow:focus, .button.button_borderless:focus {
    background-color: transparent
}

.button.hollow.disabled, .button.disabled.button_borderless, .button.hollow.disabled:hover, .button.disabled.button_borderless:hover, .button.hollow.disabled:focus, .button.disabled.button_borderless:focus, .button.hollow[disabled], .button.button_borderless[disabled], .button.hollow[disabled]:hover, .button.button_borderless[disabled]:hover, .button.hollow[disabled]:focus, .button.button_borderless[disabled]:focus {
    background-color: transparent
}

.button.hollow:hover, .button.button_borderless:hover, .button.hollow:focus, .button.button_borderless:focus {
    border-color: #33595c;
    color: #33595c
}

.button.hollow:hover.disabled, .button.button_borderless:hover.disabled, .button.hollow:hover[disabled], .button.button_borderless:hover[disabled], .button.hollow:focus.disabled, .button.button_borderless:focus.disabled, .button.hollow:focus[disabled], .button.button_borderless:focus[disabled] {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.hollow.primary, .button.primary.button_borderless {
    border: 1px solid #fbb02d;
    color: #fbb02d
}

.button.hollow.primary:hover, .button.primary.button_borderless:hover, .button.hollow.primary:focus, .button.primary.button_borderless:focus {
    border-color: #915d03;
    color: #915d03
}

.button.hollow.primary:hover.disabled, .button.primary.button_borderless:hover.disabled, .button.hollow.primary:hover[disabled], .button.primary.button_borderless:hover[disabled], .button.hollow.primary:focus.disabled, .button.primary.button_borderless:focus.disabled, .button.hollow.primary:focus[disabled], .button.primary.button_borderless:focus[disabled] {
    border: 1px solid #fbb02d;
    color: #fbb02d
}

.button.hollow.secondary, .button.secondary.button_borderless {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.hollow.secondary:hover, .button.secondary.button_borderless:hover, .button.hollow.secondary:focus, .button.secondary.button_borderless:focus {
    border-color: #33595c;
    color: #33595c
}

.button.hollow.secondary:hover.disabled, .button.secondary.button_borderless:hover.disabled, .button.hollow.secondary:hover[disabled], .button.secondary.button_borderless:hover[disabled], .button.hollow.secondary:focus.disabled, .button.secondary.button_borderless:focus.disabled, .button.hollow.secondary:focus[disabled], .button.secondary.button_borderless:focus[disabled] {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.hollow.tertiary, .button.tertiary.button_borderless {
    border: 1px solid #9ab2bc;
    color: #9ab2bc
}

.button.hollow.tertiary:hover, .button.tertiary.button_borderless:hover, .button.hollow.tertiary:focus, .button.tertiary.button_borderless:focus {
    border-color: #445d67;
    color: #445d67
}

.button.hollow.tertiary:hover.disabled, .button.tertiary.button_borderless:hover.disabled, .button.hollow.tertiary:hover[disabled], .button.tertiary.button_borderless:hover[disabled], .button.hollow.tertiary:focus.disabled, .button.tertiary.button_borderless:focus.disabled, .button.hollow.tertiary:focus[disabled], .button.tertiary.button_borderless:focus[disabled] {
    border: 1px solid #9ab2bc;
    color: #9ab2bc
}

.button.hollow.quaternary, .button.quaternary.button_borderless {
    border: 1px solid #c10001;
    color: #c10001
}

.button.hollow.quaternary:hover, .button.quaternary.button_borderless:hover, .button.hollow.quaternary:focus, .button.quaternary.button_borderless:focus {
    border-color: #610001;
    color: #610001
}

.button.hollow.quaternary:hover.disabled, .button.quaternary.button_borderless:hover.disabled, .button.hollow.quaternary:hover[disabled], .button.quaternary.button_borderless:hover[disabled], .button.hollow.quaternary:focus.disabled, .button.quaternary.button_borderless:focus.disabled, .button.hollow.quaternary:focus[disabled], .button.quaternary.button_borderless:focus[disabled] {
    border: 1px solid #c10001;
    color: #c10001
}

.button.hollow.success, .button.success.button_borderless {
    border: 1px solid #2b9d98;
    color: #2b9d98
}

.button.hollow.success:hover, .button.success.button_borderless:hover, .button.hollow.success:focus, .button.success.button_borderless:focus {
    border-color: #164f4c;
    color: #164f4c
}

.button.hollow.success:hover.disabled, .button.success.button_borderless:hover.disabled, .button.hollow.success:hover[disabled], .button.success.button_borderless:hover[disabled], .button.hollow.success:focus.disabled, .button.success.button_borderless:focus.disabled, .button.hollow.success:focus[disabled], .button.success.button_borderless:focus[disabled] {
    border: 1px solid #2b9d98;
    color: #2b9d98
}

.button.hollow.warning, .button.warning.button_borderless {
    border: 1px solid #eeb301;
    color: #eeb301
}

.button.hollow.warning:hover, .button.warning.button_borderless:hover, .button.hollow.warning:focus, .button.warning.button_borderless:focus {
    border-color: #775a01;
    color: #775a01
}

.button.hollow.warning:hover.disabled, .button.warning.button_borderless:hover.disabled, .button.hollow.warning:hover[disabled], .button.warning.button_borderless:hover[disabled], .button.hollow.warning:focus.disabled, .button.warning.button_borderless:focus.disabled, .button.hollow.warning:focus[disabled], .button.warning.button_borderless:focus[disabled] {
    border: 1px solid #eeb301;
    color: #eeb301
}

.button.hollow.alert, .button.alert.button_borderless {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:hover, .button.alert.button_borderless:hover, .button.hollow.alert:focus, .button.alert.button_borderless:focus {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:hover.disabled, .button.alert.button_borderless:hover.disabled, .button.hollow.alert:hover[disabled], .button.alert.button_borderless:hover[disabled], .button.hollow.alert:focus.disabled, .button.alert.button_borderless:focus.disabled, .button.hollow.alert:focus[disabled], .button.alert.button_borderless:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.red, .button.red.button_borderless {
    border: 1px solid red;
    color: red
}

.button.hollow.red:hover, .button.red.button_borderless:hover, .button.hollow.red:focus, .button.red.button_borderless:focus {
    border-color: maroon;
    color: maroon
}

.button.hollow.red:hover.disabled, .button.red.button_borderless:hover.disabled, .button.hollow.red:hover[disabled], .button.red.button_borderless:hover[disabled], .button.hollow.red:focus.disabled, .button.red.button_borderless:focus.disabled, .button.hollow.red:focus[disabled], .button.red.button_borderless:focus[disabled] {
    border: 1px solid red;
    color: red
}

.button.hollow.green, .button.green.button_borderless {
    border: 1px solid #2dc44a;
    color: #2dc44a
}

.button.hollow.green:hover, .button.green.button_borderless:hover, .button.hollow.green:focus, .button.green.button_borderless:focus {
    border-color: #176225;
    color: #176225
}

.button.hollow.green:hover.disabled, .button.green.button_borderless:hover.disabled, .button.hollow.green:hover[disabled], .button.green.button_borderless:hover[disabled], .button.hollow.green:focus.disabled, .button.green.button_borderless:focus.disabled, .button.hollow.green:focus[disabled], .button.green.button_borderless:focus[disabled] {
    border: 1px solid #2dc44a;
    color: #2dc44a
}

.button.hollow.main, .button.main.button_borderless {
    border: 1px solid #fafafa;
    color: #fafafa
}

.button.hollow.main:hover, .button.main.button_borderless:hover, .button.hollow.main:focus, .button.main.button_borderless:focus {
    border-color: #7d7d7d;
    color: #7d7d7d
}

.button.hollow.main:hover.disabled, .button.main.button_borderless:hover.disabled, .button.hollow.main:hover[disabled], .button.main.button_borderless:hover[disabled], .button.hollow.main:focus.disabled, .button.main.button_borderless:focus.disabled, .button.hollow.main:focus[disabled], .button.main.button_borderless:focus[disabled] {
    border: 1px solid #fafafa;
    color: #fafafa
}

.button.hollow.light-gray, .button.light-gray.button_borderless {
    border: 1px solid #efefef;
    color: #efefef
}

.button.hollow.light-gray:hover, .button.light-gray.button_borderless:hover, .button.hollow.light-gray:focus, .button.light-gray.button_borderless:focus {
    border-color: #787878;
    color: #787878
}

.button.hollow.light-gray:hover.disabled, .button.light-gray.button_borderless:hover.disabled, .button.hollow.light-gray:hover[disabled], .button.light-gray.button_borderless:hover[disabled], .button.hollow.light-gray:focus.disabled, .button.light-gray.button_borderless:focus.disabled, .button.hollow.light-gray:focus[disabled], .button.light-gray.button_borderless:focus[disabled] {
    border: 1px solid #efefef;
    color: #efefef
}

.button.hollow.medium-gray, .button.medium-gray.button_borderless {
    border: 1px solid #dadada;
    color: #dadada
}

.button.hollow.medium-gray:hover, .button.medium-gray.button_borderless:hover, .button.hollow.medium-gray:focus, .button.medium-gray.button_borderless:focus {
    border-color: #6d6d6d;
    color: #6d6d6d
}

.button.hollow.medium-gray:hover.disabled, .button.medium-gray.button_borderless:hover.disabled, .button.hollow.medium-gray:hover[disabled], .button.medium-gray.button_borderless:hover[disabled], .button.hollow.medium-gray:focus.disabled, .button.medium-gray.button_borderless:focus.disabled, .button.hollow.medium-gray:focus[disabled], .button.medium-gray.button_borderless:focus[disabled] {
    border: 1px solid #dadada;
    color: #dadada
}

.button.hollow.deep-gray, .button.deep-gray.button_borderless {
    border: 1px solid #b5b5b5;
    color: #b5b5b5
}

.button.hollow.deep-gray:hover, .button.deep-gray.button_borderless:hover, .button.hollow.deep-gray:focus, .button.deep-gray.button_borderless:focus {
    border-color: #5b5b5b;
    color: #5b5b5b
}

.button.hollow.deep-gray:hover.disabled, .button.deep-gray.button_borderless:hover.disabled, .button.hollow.deep-gray:hover[disabled], .button.deep-gray.button_borderless:hover[disabled], .button.hollow.deep-gray:focus.disabled, .button.deep-gray.button_borderless:focus.disabled, .button.hollow.deep-gray:focus[disabled], .button.deep-gray.button_borderless:focus[disabled] {
    border: 1px solid #b5b5b5;
    color: #b5b5b5
}

.button.hollow.dark-gray, .button.dark-gray.button_borderless {
    border: 1px solid #666;
    color: #666
}

.button.hollow.dark-gray:hover, .button.dark-gray.button_borderless:hover, .button.hollow.dark-gray:focus, .button.dark-gray.button_borderless:focus {
    border-color: #333;
    color: #333
}

.button.hollow.dark-gray:hover.disabled, .button.dark-gray.button_borderless:hover.disabled, .button.hollow.dark-gray:hover[disabled], .button.dark-gray.button_borderless:hover[disabled], .button.hollow.dark-gray:focus.disabled, .button.dark-gray.button_borderless:focus.disabled, .button.hollow.dark-gray:focus[disabled], .button.dark-gray.button_borderless:focus[disabled] {
    border: 1px solid #666;
    color: #666
}

.button.hollow.black, .button.black.button_borderless {
    border: 1px solid #303030;
    color: #303030
}

.button.hollow.black:hover, .button.black.button_borderless:hover, .button.hollow.black:focus, .button.black.button_borderless:focus {
    border-color: #181818;
    color: #181818
}

.button.hollow.black:hover.disabled, .button.black.button_borderless:hover.disabled, .button.hollow.black:hover[disabled], .button.black.button_borderless:hover[disabled], .button.hollow.black:focus.disabled, .button.black.button_borderless:focus.disabled, .button.hollow.black:focus[disabled], .button.black.button_borderless:focus[disabled] {
    border: 1px solid #303030;
    color: #303030
}

.button.hollow.opacity-black, .button.opacity-black.button_borderless {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.hollow.opacity-black:hover, .button.opacity-black.button_borderless:hover, .button.hollow.opacity-black:focus, .button.opacity-black.button_borderless:focus {
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.hollow.opacity-black:hover.disabled, .button.opacity-black.button_borderless:hover.disabled, .button.hollow.opacity-black:hover[disabled], .button.opacity-black.button_borderless:hover[disabled], .button.hollow.opacity-black:focus.disabled, .button.opacity-black.button_borderless:focus.disabled, .button.hollow.opacity-black:focus[disabled], .button.opacity-black.button_borderless:focus[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.hollow.white, .button.white.button_borderless {
    border: 1px solid #fff;
    color: #fff
}

.button.hollow.white:hover, .button.white.button_borderless:hover, .button.hollow.white:focus, .button.white.button_borderless:focus {
    border-color: gray;
    color: gray
}

.button.hollow.white:hover.disabled, .button.white.button_borderless:hover.disabled, .button.hollow.white:hover[disabled], .button.white.button_borderless:hover[disabled], .button.hollow.white:focus.disabled, .button.white.button_borderless:focus.disabled, .button.hollow.white:focus[disabled], .button.white.button_borderless:focus[disabled] {
    border: 1px solid #fff;
    color: #fff
}

.button.clear {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.clear, .button.clear:hover, .button.clear:focus {
    background-color: transparent
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    background-color: transparent
}

.button.clear:hover, .button.clear:focus {
    border-color: #33595c;
    color: #33595c
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
    border-color: transparent
}

.button.clear.primary {
    border: 1px solid #fbb02d;
    color: #fbb02d
}

.button.clear.primary:hover, .button.clear.primary:focus {
    border-color: #915d03;
    color: #915d03
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border: 1px solid #fbb02d;
    color: #fbb02d
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
    border-color: #33595c;
    color: #33595c
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border: 1px solid #70abaf;
    color: #70abaf
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
    border-color: transparent
}

.button.clear.tertiary {
    border: 1px solid #9ab2bc;
    color: #9ab2bc
}

.button.clear.tertiary:hover, .button.clear.tertiary:focus {
    border-color: #445d67;
    color: #445d67
}

.button.clear.tertiary:hover.disabled, .button.clear.tertiary:hover[disabled], .button.clear.tertiary:focus.disabled, .button.clear.tertiary:focus[disabled] {
    border: 1px solid #9ab2bc;
    color: #9ab2bc
}

.button.clear.tertiary, .button.clear.tertiary.disabled, .button.clear.tertiary[disabled], .button.clear.tertiary:hover, .button.clear.tertiary:hover.disabled, .button.clear.tertiary:hover[disabled], .button.clear.tertiary:focus, .button.clear.tertiary:focus.disabled, .button.clear.tertiary:focus[disabled] {
    border-color: transparent
}

.button.clear.quaternary {
    border: 1px solid #c10001;
    color: #c10001
}

.button.clear.quaternary:hover, .button.clear.quaternary:focus {
    border-color: #610001;
    color: #610001
}

.button.clear.quaternary:hover.disabled, .button.clear.quaternary:hover[disabled], .button.clear.quaternary:focus.disabled, .button.clear.quaternary:focus[disabled] {
    border: 1px solid #c10001;
    color: #c10001
}

.button.clear.quaternary, .button.clear.quaternary.disabled, .button.clear.quaternary[disabled], .button.clear.quaternary:hover, .button.clear.quaternary:hover.disabled, .button.clear.quaternary:hover[disabled], .button.clear.quaternary:focus, .button.clear.quaternary:focus.disabled, .button.clear.quaternary:focus[disabled] {
    border-color: transparent
}

.button.clear.success {
    border: 1px solid #2b9d98;
    color: #2b9d98
}

.button.clear.success:hover, .button.clear.success:focus {
    border-color: #164f4c;
    color: #164f4c
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border: 1px solid #2b9d98;
    color: #2b9d98
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
    border-color: transparent
}

.button.clear.warning {
    border: 1px solid #eeb301;
    color: #eeb301
}

.button.clear.warning:hover, .button.clear.warning:focus {
    border-color: #775a01;
    color: #775a01
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border: 1px solid #eeb301;
    color: #eeb301
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
    border-color: transparent
}

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert:hover, .button.clear.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
    border-color: transparent
}

.button.clear.red {
    border: 1px solid red;
    color: red
}

.button.clear.red:hover, .button.clear.red:focus {
    border-color: maroon;
    color: maroon
}

.button.clear.red:hover.disabled, .button.clear.red:hover[disabled], .button.clear.red:focus.disabled, .button.clear.red:focus[disabled] {
    border: 1px solid red;
    color: red
}

.button.clear.red, .button.clear.red.disabled, .button.clear.red[disabled], .button.clear.red:hover, .button.clear.red:hover.disabled, .button.clear.red:hover[disabled], .button.clear.red:focus, .button.clear.red:focus.disabled, .button.clear.red:focus[disabled] {
    border-color: transparent
}

.button.clear.green {
    border: 1px solid #2dc44a;
    color: #2dc44a
}

.button.clear.green:hover, .button.clear.green:focus {
    border-color: #176225;
    color: #176225
}

.button.clear.green:hover.disabled, .button.clear.green:hover[disabled], .button.clear.green:focus.disabled, .button.clear.green:focus[disabled] {
    border: 1px solid #2dc44a;
    color: #2dc44a
}

.button.clear.green, .button.clear.green.disabled, .button.clear.green[disabled], .button.clear.green:hover, .button.clear.green:hover.disabled, .button.clear.green:hover[disabled], .button.clear.green:focus, .button.clear.green:focus.disabled, .button.clear.green:focus[disabled] {
    border-color: transparent
}

.button.clear.main {
    border: 1px solid #fafafa;
    color: #fafafa
}

.button.clear.main:hover, .button.clear.main:focus {
    border-color: #7d7d7d;
    color: #7d7d7d
}

.button.clear.main:hover.disabled, .button.clear.main:hover[disabled], .button.clear.main:focus.disabled, .button.clear.main:focus[disabled] {
    border: 1px solid #fafafa;
    color: #fafafa
}

.button.clear.main, .button.clear.main.disabled, .button.clear.main[disabled], .button.clear.main:hover, .button.clear.main:hover.disabled, .button.clear.main:hover[disabled], .button.clear.main:focus, .button.clear.main:focus.disabled, .button.clear.main:focus[disabled] {
    border-color: transparent
}

.button.clear.light-gray {
    border: 1px solid #efefef;
    color: #efefef
}

.button.clear.light-gray:hover, .button.clear.light-gray:focus {
    border-color: #787878;
    color: #787878
}

.button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
    border: 1px solid #efefef;
    color: #efefef
}

.button.clear.light-gray, .button.clear.light-gray.disabled, .button.clear.light-gray[disabled], .button.clear.light-gray:hover, .button.clear.light-gray:hover.disabled, .button.clear.light-gray:hover[disabled], .button.clear.light-gray:focus, .button.clear.light-gray:focus.disabled, .button.clear.light-gray:focus[disabled] {
    border-color: transparent
}

.button.clear.medium-gray {
    border: 1px solid #dadada;
    color: #dadada
}

.button.clear.medium-gray:hover, .button.clear.medium-gray:focus {
    border-color: #6d6d6d;
    color: #6d6d6d
}

.button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
    border: 1px solid #dadada;
    color: #dadada
}

.button.clear.medium-gray, .button.clear.medium-gray.disabled, .button.clear.medium-gray[disabled], .button.clear.medium-gray:hover, .button.clear.medium-gray:hover.disabled, .button.clear.medium-gray:hover[disabled], .button.clear.medium-gray:focus, .button.clear.medium-gray:focus.disabled, .button.clear.medium-gray:focus[disabled] {
    border-color: transparent
}

.button.clear.deep-gray {
    border: 1px solid #b5b5b5;
    color: #b5b5b5
}

.button.clear.deep-gray:hover, .button.clear.deep-gray:focus {
    border-color: #5b5b5b;
    color: #5b5b5b
}

.button.clear.deep-gray:hover.disabled, .button.clear.deep-gray:hover[disabled], .button.clear.deep-gray:focus.disabled, .button.clear.deep-gray:focus[disabled] {
    border: 1px solid #b5b5b5;
    color: #b5b5b5
}

.button.clear.deep-gray, .button.clear.deep-gray.disabled, .button.clear.deep-gray[disabled], .button.clear.deep-gray:hover, .button.clear.deep-gray:hover.disabled, .button.clear.deep-gray:hover[disabled], .button.clear.deep-gray:focus, .button.clear.deep-gray:focus.disabled, .button.clear.deep-gray:focus[disabled] {
    border-color: transparent
}

.button.clear.dark-gray {
    border: 1px solid #666;
    color: #666
}

.button.clear.dark-gray:hover, .button.clear.dark-gray:focus {
    border-color: #333;
    color: #333
}

.button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
    border: 1px solid #666;
    color: #666
}

.button.clear.dark-gray, .button.clear.dark-gray.disabled, .button.clear.dark-gray[disabled], .button.clear.dark-gray:hover, .button.clear.dark-gray:hover.disabled, .button.clear.dark-gray:hover[disabled], .button.clear.dark-gray:focus, .button.clear.dark-gray:focus.disabled, .button.clear.dark-gray:focus[disabled] {
    border-color: transparent
}

.button.clear.black {
    border: 1px solid #303030;
    color: #303030
}

.button.clear.black:hover, .button.clear.black:focus {
    border-color: #181818;
    color: #181818
}

.button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
    border: 1px solid #303030;
    color: #303030
}

.button.clear.black, .button.clear.black.disabled, .button.clear.black[disabled], .button.clear.black:hover, .button.clear.black:hover.disabled, .button.clear.black:hover[disabled], .button.clear.black:focus, .button.clear.black:focus.disabled, .button.clear.black:focus[disabled] {
    border-color: transparent
}

.button.clear.opacity-black {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.clear.opacity-black:hover, .button.clear.opacity-black:focus {
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.clear.opacity-black:hover.disabled, .button.clear.opacity-black:hover[disabled], .button.clear.opacity-black:focus.disabled, .button.clear.opacity-black:focus[disabled] {
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5)
}

.button.clear.opacity-black, .button.clear.opacity-black.disabled, .button.clear.opacity-black[disabled], .button.clear.opacity-black:hover, .button.clear.opacity-black:hover.disabled, .button.clear.opacity-black:hover[disabled], .button.clear.opacity-black:focus, .button.clear.opacity-black:focus.disabled, .button.clear.opacity-black:focus[disabled] {
    border-color: transparent
}

.button.clear.white {
    border: 1px solid #fff;
    color: #fff
}

.button.clear.white:hover, .button.clear.white:focus {
    border-color: gray;
    color: gray
}

.button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
    border: 1px solid #fff;
    color: #fff
}

.button.clear.white, .button.clear.white.disabled, .button.clear.white[disabled], .button.clear.white:hover, .button.clear.white:hover.disabled, .button.clear.white:hover[disabled], .button.clear.white:focus, .button.clear.white:focus.disabled, .button.clear.white:focus[disabled] {
    border-color: transparent
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: .83rem
}

.button.dropdown.hollow::after, .button.dropdown.button_borderless::after {
    border-top-color: #70abaf
}

.button.dropdown.hollow.primary::after, .button.dropdown.primary.button_borderless::after {
    border-top-color: #fbb02d
}

.button.dropdown.hollow.secondary::after, .button.dropdown.secondary.button_borderless::after {
    border-top-color: #70abaf
}

.button.dropdown.hollow.tertiary::after, .button.dropdown.tertiary.button_borderless::after {
    border-top-color: #9ab2bc
}

.button.dropdown.hollow.quaternary::after, .button.dropdown.quaternary.button_borderless::after {
    border-top-color: #c10001
}

.button.dropdown.hollow.success::after, .button.dropdown.success.button_borderless::after {
    border-top-color: #2b9d98
}

.button.dropdown.hollow.warning::after, .button.dropdown.warning.button_borderless::after {
    border-top-color: #eeb301
}

.button.dropdown.hollow.alert::after, .button.dropdown.alert.button_borderless::after {
    border-top-color: #cc4b37
}

.button.dropdown.hollow.red::after, .button.dropdown.red.button_borderless::after {
    border-top-color: red
}

.button.dropdown.hollow.green::after, .button.dropdown.green.button_borderless::after {
    border-top-color: #2dc44a
}

.button.dropdown.hollow.main::after, .button.dropdown.main.button_borderless::after {
    border-top-color: #fafafa
}

.button.dropdown.hollow.light-gray::after, .button.dropdown.light-gray.button_borderless::after {
    border-top-color: #efefef
}

.button.dropdown.hollow.medium-gray::after, .button.dropdown.medium-gray.button_borderless::after {
    border-top-color: #dadada
}

.button.dropdown.hollow.deep-gray::after, .button.dropdown.deep-gray.button_borderless::after {
    border-top-color: #b5b5b5
}

.button.dropdown.hollow.dark-gray::after, .button.dropdown.dark-gray.button_borderless::after {
    border-top-color: #666
}

.button.dropdown.hollow.black::after, .button.dropdown.black.button_borderless::after {
    border-top-color: #303030
}

.button.dropdown.hollow.opacity-black::after, .button.dropdown.opacity-black.button_borderless::after {
    border-top-color: rgba(0, 0, 0, 0.5)
}

.button.dropdown.hollow.white::after, .button.dropdown.white.button_borderless::after {
    border-top-color: #fff
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

a.button:hover, a.button:focus {
    text-decoration: none
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #fbb02d;
    color: #fff
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #e89504;
    color: #fff
}

.button-group.secondary .button {
    background-color: #70abaf;
    color: #fff
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #528f93;
    color: #fff
}

.button-group.tertiary .button {
    background-color: #9ab2bc;
    color: #fff
}

.button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
    background-color: #7193a1;
    color: #fff
}

.button-group.quaternary .button {
    background-color: #c10001;
    color: #fff
}

.button-group.quaternary .button:hover, .button-group.quaternary .button:focus {
    background-color: #9a0001;
    color: #fff
}

.button-group.success .button {
    background-color: #2b9d98;
    color: #fff
}

.button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #227e7a;
    color: #fff
}

.button-group.warning .button {
    background-color: #eeb301;
    color: #fff
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #be8f01;
    color: #fff
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #fff
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #a53b2a;
    color: #fff
}

.button-group.red .button {
    background-color: red;
    color: #fff
}

.button-group.red .button:hover, .button-group.red .button:focus {
    background-color: #c00;
    color: #fff
}

.button-group.green .button {
    background-color: #2dc44a;
    color: #fff
}

.button-group.green .button:hover, .button-group.green .button:focus {
    background-color: #249d3b;
    color: #fff
}

.button-group.main .button {
    background-color: #fafafa;
    color: #fff
}

.button-group.main .button:hover, .button-group.main .button:focus {
    background-color: #c8c8c8;
    color: #fff
}

.button-group.light-gray .button {
    background-color: #efefef;
    color: #fff
}

.button-group.light-gray .button:hover, .button-group.light-gray .button:focus {
    background-color: #bfbfbf;
    color: #fff
}

.button-group.medium-gray .button {
    background-color: #dadada;
    color: #fff
}

.button-group.medium-gray .button:hover, .button-group.medium-gray .button:focus {
    background-color: #aeaeae;
    color: #fff
}

.button-group.deep-gray .button {
    background-color: #b5b5b5;
    color: #fff
}

.button-group.deep-gray .button:hover, .button-group.deep-gray .button:focus {
    background-color: #919191;
    color: #fff
}

.button-group.dark-gray .button {
    background-color: #666;
    color: #fff
}

.button-group.dark-gray .button:hover, .button-group.dark-gray .button:focus {
    background-color: #525252;
    color: #fff
}

.button-group.black .button {
    background-color: #303030;
    color: #fff
}

.button-group.black .button:hover, .button-group.black .button:focus {
    background-color: #262626;
    color: #fff
}

.button-group.opacity-black .button {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.button-group.opacity-black .button:hover, .button-group.opacity-black .button:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.button-group.white .button {
    background-color: #fff;
    color: #fff
}

.button-group.white .button:hover, .button-group.white .button:focus {
    background-color: #ccc;
    color: #fff
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media print, screen and (min-width: 45em) {
    .button-group.stacked-for-small .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print, screen and (min-width: 60em) {
    .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 44.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media screen and (max-width: 59.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    color: #666;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #303030
}

.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
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: .28571rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #fbb02d;
    color: #fff
}

.label.primary {
    background: #fbb02d;
    color: #303030
}

.label.secondary {
    background: #70abaf;
    color: #303030
}

.label.tertiary {
    background: #9ab2bc;
    color: #303030
}

.label.quaternary {
    background: #c10001;
    color: #fff
}

.label.success {
    background: #2b9d98;
    color: #303030
}

.label.warning {
    background: #eeb301;
    color: #303030
}

.label.alert {
    background: #cc4b37;
    color: #fff
}

.label.red {
    background: red;
    color: #fff
}

.label.green {
    background: #2dc44a;
    color: #303030
}

.label.main {
    background: #fafafa;
    color: #303030
}

.label.light-gray {
    background: #efefef;
    color: #303030
}

.label.medium-gray {
    background: #dadada;
    color: #303030
}

.label.deep-gray {
    background: #b5b5b5;
    color: #303030
}

.label.dark-gray {
    background: #666;
    color: #fff
}

.label.black {
    background: #303030;
    color: #fff
}

.label.opacity-black {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.label.white {
    background: #fff;
    color: #303030
}

.progress {
    height: 1rem;
    margin-bottom: 1.5rem;
    border-radius: .28571rem;
    background-color: #dadada
}

.progress.primary .progress-meter {
    background-color: #fbb02d
}

.progress.secondary .progress-meter {
    background-color: #70abaf
}

.progress.tertiary .progress-meter {
    background-color: #9ab2bc
}

.progress.quaternary .progress-meter {
    background-color: #c10001
}

.progress.success .progress-meter {
    background-color: #2b9d98
}

.progress.warning .progress-meter {
    background-color: #eeb301
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress.red .progress-meter {
    background-color: red
}

.progress.green .progress-meter {
    background-color: #2dc44a
}

.progress.main .progress-meter {
    background-color: #fafafa
}

.progress.light-gray .progress-meter {
    background-color: #efefef
}

.progress.medium-gray .progress-meter {
    background-color: #dadada
}

.progress.deep-gray .progress-meter {
    background-color: #b5b5b5
}

.progress.dark-gray .progress-meter {
    background-color: #666
}

.progress.black .progress-meter {
    background-color: #303030
}

.progress.opacity-black .progress-meter {
    background-color: rgba(0, 0, 0, 0.5)
}

.progress.white .progress-meter {
    background-color: #fff
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #fbb02d;
    border-radius: .28571rem
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    border-radius: .28571rem
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #efefef;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #dadada;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .28571rem;
    background-color: #fbb02d;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #f79f05
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1.5rem;
    outline: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    -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: .28571rem;
    background: #dadada;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: .28571rem;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''
}

input:checked ~ .switch-paddle {
    background: #fbb02d
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-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: .71429rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .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: .85714rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .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: 1.14286rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: .25rem;
    border-radius: .28571rem
}

thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .57143rem .71429rem .71429rem;
    font-weight: 500
}

thead {
    background: #f9f9f9;
    color: #303030
}

tfoot {
    background: #f2f2f2;
    color: #303030
}

thead tr, tfoot tr {
    background: transparent
}

thead th, thead td, tfoot th, tfoot td {
    padding: .57143rem .71429rem .71429rem;
    font-weight: 500;
    text-align: left
}

tbody th, tbody td {
    padding: .57143rem .71429rem .71429rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width: 59.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr, table.stack th, table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll, table.compare-table {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2em;
    padding: .3em;
    border-radius: 50%;
    font-size: .5rem;
    text-align: center;
    background: #c10001;
    color: #fff
}

.badge.primary {
    background: #fbb02d;
    color: #303030
}

.badge.secondary {
    background: #70abaf;
    color: #303030
}

.badge.tertiary {
    background: #9ab2bc;
    color: #303030
}

.badge.quaternary {
    background: #c10001;
    color: #fff
}

.badge.success {
    background: #2b9d98;
    color: #303030
}

.badge.warning {
    background: #eeb301;
    color: #303030
}

.badge.alert {
    background: #cc4b37;
    color: #fff
}

.badge.red {
    background: red;
    color: #fff
}

.badge.green {
    background: #2dc44a;
    color: #303030
}

.badge.main {
    background: #fafafa;
    color: #303030
}

.badge.light-gray {
    background: #efefef;
    color: #303030
}

.badge.medium-gray {
    background: #dadada;
    color: #303030
}

.badge.deep-gray {
    background: #b5b5b5;
    color: #303030
}

.badge.dark-gray {
    background: #666;
    color: #fff
}

.badge.black {
    background: #303030;
    color: #fff
}

.badge.opacity-black {
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.badge.white {
    background: #fff;
    color: #303030
}

.breadcrumbs {
    margin: 0.5rem 0 0.5rem;
    list-style: none
}

.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .85714rem;
    color: #303030;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #dadada
}

.breadcrumbs a {
    color: #70abaf
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #dadada;
    cursor: not-allowed
}

.callout, .user-tile__box {
    position: relative;
    margin: 0 0 1.5rem 0;
    padding: 1.5rem;
    border: 1px solid rgba(48, 48, 48, 0.25);
    border-radius: .28571rem;
    background-color: #fff;
    color: #303030
}

.callout > :first-child, .user-tile__box > :first-child {
    margin-top: 0
}

.callout > :last-child, .user-tile__box > :last-child {
    margin-bottom: 0
}

.callout.primary, .primary.user-tile__box {
    background-color: #fef3e0;
    color: #303030
}

.callout.secondary, .secondary.user-tile__box {
    background-color: #eaf2f3;
    color: #303030
}

.callout.tertiary, .tertiary.user-tile__box {
    background-color: #f0f3f5;
    color: #303030
}

.callout.quaternary, .quaternary.user-tile__box {
    background-color: #ffcfd0;
    color: #303030
}

.callout.success, .success.user-tile__box {
    background-color: #daf5f4;
    color: #303030
}

.callout.warning, .warning.user-tile__box {
    background-color: #fff5d7;
    color: #303030
}

.callout.alert, .alert.user-tile__box {
    background-color: #f7e4e1;
    color: #303030
}

.callout.red, .red.user-tile__box {
    background-color: #ffd9d9;
    color: #303030
}

.callout.green, .green.user-tile__box {
    background-color: #def7e3;
    color: #303030
}

.callout.main, .main.user-tile__box {
    background-color: #fefefe;
    color: #303030
}

.callout.light-gray, .light-gray.user-tile__box {
    background-color: #fdfdfd;
    color: #303030
}

.callout.medium-gray, .medium-gray.user-tile__box {
    background-color: #f9f9f9;
    color: #303030
}

.callout.deep-gray, .deep-gray.user-tile__box {
    background-color: #f4f4f4;
    color: #303030
}

.callout.dark-gray, .dark-gray.user-tile__box {
    background-color: #e8e8e8;
    color: #303030
}

.callout.black, .black.user-tile__box {
    background-color: #e0e0e0;
    color: #303030
}

.callout.opacity-black, .opacity-black.user-tile__box {
    background-color: rgba(217, 217, 217, 0.5);
    color: #303030
}

.callout.white, .white.user-tile__box {
    background-color: #fff;
    color: #303030
}

.callout.small, .small.user-tile__box {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large, .large.user-tile__box {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    border: 1px solid #efefef;
    border-radius: .28571rem;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #303030
}

.card > :last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1.5rem;
    background: #efefef
}

.card-divider > :last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1.5rem
}

.card-section > :last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: auto;
    padding: 0;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    background-color: #fff;
    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
}

.pagination {
    margin-left: 0;
    margin-bottom: 1.5rem
}

.pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .07143rem;
    border-radius: .28571rem;
    font-size: 1rem;
    display: none
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block
}

@media print, screen and (min-width: 45em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .21429rem .71429rem;
    border-radius: .28571rem;
    color: #303030
}

.pagination a:hover, .pagination button:hover {
    background: #efefef
}

.pagination .current {
    padding: .21429rem .71429rem;
    background: #70abaf;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .21429rem .71429rem;
    color: #dadada;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .21429rem .71429rem;
    content: '\2026';
    color: #303030
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #666;
    font-weight: 500;
    cursor: help
}

.prod__buy .has-tip {
    cursor: pointer !important;
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 12rem;
    padding: .75rem;
    border-radius: .28571rem;
    background-color: #666;
    font-size: 1rem;
    color: #fff
}

.tooltip::after {
    content: attr(data-tooltip);
}

.tooltip.cart {
    padding: .25rem !important;
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #666;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #666 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #666;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #666 transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-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%
}

.accordion {
    margin-left: 0;
    background: #fafafa;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child > :first-child {
    border-radius: .28571rem .28571rem 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 .28571rem .28571rem
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #dadada;
    border-bottom: 0;
    font-size: 1rem;
    line-height: 1;
    color: #303030
}

.accordion-title :last-child:not(.is-active) > .accordion-title :last-child {
    border-bottom: 1px solid #dadada;
    border-radius: 0 0 .28571rem .28571rem
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #fafafa
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'
}

.is-active > .accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #dadada;
    border-bottom: 0;
    background-color: #fff;
    color: #303030
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #dadada
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 44.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1.5rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1.5rem
}

.media-object-section > :last-child {
    margin-bottom: 0
}

@media screen and (max-width: 44.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1.5rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    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(48, 48, 48, 0.5);
    color: #fff
}

.orbit-previous, .orbit-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(48, 48, 48, 0.5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput='mouse'] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #dadada
}

.orbit-bullets button:hover {
    background-color: #666
}

.orbit-bullets button.is-active {
    background-color: #666
}

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1.14286rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
    list-style-type: none
}

.tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    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: transparent
}

.tabs.primary {
    background: #fbb02d
}

.tabs.primary > li > a {
    color: #303030
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #fbab1e
}

.tabs-title {
    float: left
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.25rem;
    font-size: 1.14286rem;
    line-height: 1;
    color: #70abaf
}

[data-whatinput='mouse'] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fff;
    color: #599a9e
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #70abaf;
    color: #fff
}

.tabs-content {
    border: 1px solid rgba(0, 0, 0, 0);
    border-top: 0;
    background: #fff;
    color: #303030;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.tabs-content.vertical {
    border: 1px solid rgba(0, 0, 0, 0);
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1.5rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1.5rem;
    border: solid 4px #fff;
    border-radius: .28571rem;
    -webkit-box-shadow: 0 0 0 1px rgba(48, 48, 48, 0.2);
    box-shadow: 0 0 0 1px rgba(48, 48, 48, 0.2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}

a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(251, 176, 45, 0.5);
    box-shadow: 0 0 6px 1px rgba(251, 176, 45, 0.5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0
}

.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li + li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print, screen and (min-width: 45em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 60em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active > a {
    background: #fbb02d;
    color: #fff
}

.menu .active > a {
    background: #fbb02d;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover::after {
    background: #dadada;
    -webkit-box-shadow: 0 7px 0 #dadada, 0 14px 0 #dadada;
    box-shadow: 0 7px 0 #dadada, 0 14px 0 #dadada
}

.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: #303030;
    -webkit-box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
    box-shadow: 0 7px 0 #303030, 0 14px 0 #303030;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #666;
    -webkit-box-shadow: 0 7px 0 #666, 0 14px 0 #666;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: 0
}

.accordion-menu .is-accordion-submenu a {
    padding: 0
}

.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: #fbb02d 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 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    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: #fbb02d transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded='true']::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s
}

.drilldown a {
    padding: 0;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: 0
}

.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 #fbb02d;
    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 #8dbcbf;
    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 #8dbcbf 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 #fbb02d transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.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 a {
    background: #fff;
    padding: 0
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-active > a {
    background: rgba(0, 0, 0, 0);
    color: #fbb02d
}

.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%
}

@media print, screen and (min-width: 45em) {
    .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-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%
    }
}

@media print, screen and (min-width: 60em) {
    .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-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.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 #dadada;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: 0
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 103;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 104;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 104
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 105
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.7);
    box-shadow: 0 0 10px rgba(48, 48, 48, 0.7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 104;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 104
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 105
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0.7);
    box-shadow: 0 0 10px rgba(48, 48, 48, 0.7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(48, 48, 48, 0.25);
    box-shadow: inset -13px 0 20px -13px rgba(48, 48, 48, 0.25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(48, 48, 48, 0.25);
    box-shadow: inset 13px 0 20px -13px rgba(48, 48, 48, 0.25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(48, 48, 48, 0.25);
    box-shadow: inset 0 -13px 20px -13px rgba(48, 48, 48, 0.25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(48, 48, 48, 0.25);
    box-shadow: inset 0 13px 20px -13px rgba(48, 48, 48, 0.25)
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print, screen and (min-width: 45em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 60em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 104;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 45em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print, screen and (min-width: 60em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

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(48, 48, 48, 0.45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1.5rem;
    border: 1px solid #dadada;
    border-radius: .28571rem;
    background-color: #fff;
    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: 45em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print, screen and (min-width: 45em) {
    .reveal {
        width: 600px;
        max-width: 85.71429rem
    }

    .reveal.reveal__add_reginfo {
        width: 1000px;
        max-width: 85.71429rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 45em) {
    .reveal.tiny {
        width: 30%;
        max-width: 85.71429rem
    }
}

@media print, screen and (min-width: 45em) {
    .reveal.small {
        width: 50%;
        max-width: 85.71429rem
    }
}

@media print, screen and (min-width: 45em) {
    .reveal.large {
        width: 90%;
        max-width: 85.71429rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 44.99875em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 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
}

.title-bar {
    padding: .5rem;
    background: #303030;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar, .top-bar ul {
    background-color: #efefef
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print, screen and (min-width: 45em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width: 59.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left, .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before, .clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width: 45em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width: 60em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 45em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 60em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}
#ui-id-1 a{
	color: #000;
}

#ui-id-1 a span{
	color: #70abaf;
}


.ui-state-highlight {
	font-weight: 500;
	color: #000!important;
}

@media (max-width: 959px) {
}

@media screen and (max-width: 44.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 45em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 45em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 44.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 45em) and (max-width: 59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 44.99875em), screen and (min-width: 60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 60em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        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
    }
}

.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: .28571rem
}

.font-normal {
    font-weight: 300
}

.font-bold {
    font-weight: 500
}

.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:after {
    border-radius: 50%
}

.radius {
    border-radius: .28571rem
}

.bordered {
    border: .07143rem solid #dadada
}

.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    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 .4375rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #303030 transparent transparent
}

.arrow-up {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #303030
}

.arrow-right {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #303030
}

.arrow-left {
    display: block;
    width: 0;
    height: 0;
    border: inset .4375rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #303030 transparent transparent
}

.separator-center {
    text-align: center !important
}

.separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-center::after {
    clear: both
}

.separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #fbb02d;
    margin: 1.5rem auto 0
}

.separator-left {
    text-align: left !important
}

.separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-left::after {
    clear: both
}

.separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #fbb02d;
    margin: 1.5rem auto 0;
    margin-left: 0 !important
}

.separator-right {
    text-align: right !important
}

.separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.separator-right::after {
    clear: both
}

.separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: .14286rem solid #fbb02d;
    margin: 1.5rem 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: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975
}

.border-box {
    -webkit-box-sizing: border-box !important;
    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: 0rem
}

.margin-top-0 {
    margin-top: 0rem !important
}

.margin-right-0 {
    margin-right: 0rem !important
}

.margin-bottom-0 {
    margin-bottom: 0rem !important
}

.margin-left-0 {
    margin-left: 0rem !important
}

.margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important
}

.margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
}

.padding-0 {
    padding: 0rem
}

.padding-top-0 {
    padding-top: 0rem !important
}

.padding-right-0 {
    padding-right: 0rem !important
}

.padding-bottom-0 {
    padding-bottom: 0rem !important
}

.padding-left-0 {
    padding-left: 0rem !important
}

.padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important
}

.padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
}

.margin-1 {
    margin: .25rem
}

.margin-top-1 {
    margin-top: .25rem !important
}

.margin-right-1 {
    margin-right: .25rem !important
}

.margin-bottom-1 {
    margin-bottom: .25rem !important
}

.margin-left-1 {
    margin-left: .25rem !important
}

.margin-horizontal-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.margin-vertical-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.padding-1 {
    padding: .25rem
}

.padding-top-1 {
    padding-top: .25rem !important
}

.padding-right-1 {
    padding-right: .25rem !important
}

.padding-bottom-1 {
    padding-bottom: .25rem !important
}

.padding-left-1 {
    padding-left: .25rem !important
}

.padding-horizontal-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.padding-vertical-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.margin-2 {
    margin: .5rem
}

.margin-top-2 {
    margin-top: .5rem !important
}

.margin-right-2 {
    margin-right: .5rem !important
}

.margin-bottom-2 {
    margin-bottom: .5rem !important
}

.margin-left-2 {
    margin-left: .5rem !important
}

.margin-horizontal-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.margin-vertical-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.padding-2 {
    padding: .5rem
}

.padding-top-2 {
    padding-top: .5rem !important
}

.padding-right-2 {
    padding-right: .5rem !important
}

.padding-bottom-2 {
    padding-bottom: .5rem !important
}

.padding-left-2 {
    padding-left: .5rem !important
}

.padding-horizontal-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.padding-vertical-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.margin-3 {
    margin: .75rem
}

.margin-top-3 {
    margin-top: .75rem !important
}

.margin-right-3 {
    margin-right: .75rem !important
}

.margin-bottom-3 {
    margin-bottom: .75rem !important
}

.margin-left-3 {
    margin-left: .75rem !important
}

.margin-horizontal-3 {
    margin-right: .75rem !important;
    margin-left: .75rem !important
}

.margin-vertical-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important
}

.padding-3 {
    padding: .75rem
}

.padding-top-3 {
    padding-top: .75rem !important
}

.padding-right-3 {
    padding-right: .75rem !important
}

.padding-bottom-3 {
    padding-bottom: .75rem !important
}

.padding-left-3 {
    padding-left: .75rem !important
}

.padding-horizontal-3 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.padding-vertical-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.margin-4 {
    margin: 1rem
}

.margin-top-4 {
    margin-top: 1rem !important
}

.margin-right-4 {
    margin-right: 1rem !important
}

.margin-bottom-4 {
    margin-bottom: 1rem !important
}

.margin-left-4 {
    margin-left: 1rem !important
}

.margin-horizontal-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.margin-vertical-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.padding-4 {
    padding: 1rem
}

.padding-top-4 {
    padding-top: 1rem !important
}

.padding-right-4 {
    padding-right: 1rem !important
}

.padding-bottom-4 {
    padding-bottom: 1rem !important
}

.padding-left-4 {
    padding-left: 1rem !important
}

.padding-horizontal-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.padding-vertical-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.margin-5 {
    margin: 1.25rem
}

.margin-top-5 {
    margin-top: 1.25rem !important
}

.margin-right-5 {
    margin-right: 1.25rem !important
}

.margin-bottom-5 {
    margin-bottom: 1.25rem !important
}

.margin-left-5 {
    margin-left: 1.25rem !important
}

.margin-horizontal-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important
}

.margin-vertical-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
}

.padding-5 {
    padding: 1.25rem
}

.padding-top-5 {
    padding-top: 1.25rem !important
}

.padding-right-5 {
    padding-right: 1.25rem !important
}

.padding-bottom-5 {
    padding-bottom: 1.25rem !important
}

.padding-left-5 {
    padding-left: 1.25rem !important
}

.padding-horizontal-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important
}

.padding-vertical-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
}

.margin-6 {
    margin: 1.5rem
}

.margin-top-6 {
    margin-top: 1.5rem !important
}

.margin-right-6 {
    margin-right: 1.5rem !important
}

.margin-bottom-6 {
    margin-bottom: 1.5rem !important
}

.margin-bottom-6.cart_shop {
    margin-top: -2rem !important
}

.margin-left-6 {
    margin-left: 1.5rem !important
}

.margin-horizontal-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.margin-vertical-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.padding-6 {
    padding: 1.5rem
}

.padding-top-6 {
    padding-top: 1.5rem !important
}

.padding-right-6 {
    padding-right: 1.5rem !important
}

.padding-bottom-6 {
    padding-bottom: 1.5rem !important
}

.padding-left-6 {
    padding-left: 1.5rem !important
}

.padding-horizontal-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.padding-vertical-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.margin-7 {
    margin: 1.75rem
}

.margin-top-7 {
    margin-top: 1.75rem !important
}

.margin-right-7 {
    margin-right: 1.75rem !important
}

.margin-bottom-7 {
    margin-bottom: 1.75rem !important
}

.margin-left-7 {
    margin-left: 1.75rem !important
}

.margin-horizontal-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important
}

.margin-vertical-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important
}

.padding-7 {
    padding: 1.75rem
}

.padding-top-7 {
    padding-top: 1.75rem !important
}

.padding-right-7 {
    padding-right: 1.75rem !important
}

.padding-bottom-7 {
    padding-bottom: 1.75rem !important
}

.padding-left-7 {
    padding-left: 1.75rem !important
}

.padding-horizontal-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important
}

.padding-vertical-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important
}

.margin-8 {
    margin: 2rem
}

.margin-top-8 {
    margin-top: 2rem !important
}

.margin-right-8 {
    margin-right: 2rem !important
}

.margin-bottom-8 {
    margin-bottom: 2rem !important
}

.margin-left-8 {
    margin-left: 2rem !important
}

.margin-horizontal-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important
}

.margin-vertical-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.padding-8 {
    padding: 2rem
}

.padding-top-8 {
    padding-top: 2rem !important
}

.padding-right-8 {
    padding-right: 2rem !important
}

.padding-bottom-8 {
    padding-bottom: 2rem !important
}

.padding-left-8 {
    padding-left: 2rem !important
}

.padding-horizontal-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important
}

.padding-vertical-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.margin-9 {
    margin: 2.25rem
}

.margin-top-9 {
    margin-top: 2.25rem !important
}

.margin-right-9 {
    margin-right: 2.25rem !important
}

.margin-bottom-9 {
    margin-bottom: 2.25rem !important
}

.margin-left-9 {
    margin-left: 2.25rem !important
}

.margin-horizontal-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important
}

.margin-vertical-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important
}

.padding-9 {
    padding: 2.25rem
}

.padding-top-9 {
    padding-top: 2.25rem !important
}

.padding-right-9 {
    padding-right: 2.25rem !important
}

.padding-bottom-9 {
    padding-bottom: 2.25rem !important
}

.padding-left-9 {
    padding-left: 2.25rem !important
}

.padding-horizontal-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important
}

.padding-vertical-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important
}

.margin-10 {
    margin: 2.5rem
}

.margin-top-10 {
    margin-top: 2.5rem !important
}

.margin-right-10 {
    margin-right: 2.5rem !important
}

.margin-bottom-10 {
    margin-bottom: 2.5rem !important
}

.margin-left-10 {
    margin-left: 2.5rem !important
}

.margin-horizontal-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important
}

.margin-vertical-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.padding-10 {
    padding: 2.5rem
}

.padding-top-10 {
    padding-top: 2.5rem !important
}

.padding-right-10 {
    padding-right: 2.5rem !important
}

.padding-bottom-10 {
    padding-bottom: 2.5rem !important
}

.padding-left-10 {
    padding-left: 2.5rem !important
}

.padding-horizontal-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.padding-vertical-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.margin-11 {
    margin: 2.75rem
}

.margin-top-11 {
    margin-top: 2.75rem !important
}

.margin-right-11 {
    margin-right: 2.75rem !important
}

.margin-bottom-11 {
    margin-bottom: 2.75rem !important
}

.margin-left-11 {
    margin-left: 2.75rem !important
}

.margin-horizontal-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important
}

.margin-vertical-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important
}

.padding-11 {
    padding: 2.75rem
}

.padding-top-11 {
    padding-top: 2.75rem !important
}

.padding-right-11 {
    padding-right: 2.75rem !important
}

.padding-bottom-11 {
    padding-bottom: 2.75rem !important
}

.padding-left-11 {
    padding-left: 2.75rem !important
}

.padding-horizontal-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important
}

.padding-vertical-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important
}

.margin-12 {
    margin: 3rem
}

.margin-top-12 {
    margin-top: 3rem !important
}

.margin-right-12 {
    margin-right: 3rem !important
}

.margin-bottom-12 {
    margin-bottom: 3rem !important
}

.margin-left-12 {
    margin-left: 3rem !important
}

.margin-horizontal-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.margin-vertical-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.padding-12 {
    padding: 3rem
}

.padding-top-12 {
    padding-top: 3rem !important
}

.padding-right-12 {
    padding-right: 3rem !important
}

.padding-bottom-12 {
    padding-bottom: 3rem !important
}

.padding-left-12 {
    padding-left: 3rem !important
}

.padding-horizontal-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.padding-vertical-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.margin-13 {
    margin: 3.25rem
}

.margin-top-13 {
    margin-top: 3.25rem !important
}

.margin-right-13 {
    margin-right: 3.25rem !important
}

.margin-bottom-13 {
    margin-bottom: 3.25rem !important
}

.margin-left-13 {
    margin-left: 3.25rem !important
}

.margin-horizontal-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important
}

.margin-vertical-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important
}

.padding-13 {
    padding: 3.25rem
}

.padding-top-13 {
    padding-top: 3.25rem !important
}

.padding-right-13 {
    padding-right: 3.25rem !important
}

.padding-bottom-13 {
    padding-bottom: 3.25rem !important
}

.padding-left-13 {
    padding-left: 3.25rem !important
}

.padding-horizontal-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important
}

.padding-vertical-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important
}

.margin-14 {
    margin: 3.5rem
}

.margin-top-14 {
    margin-top: 3.5rem !important
}

.margin-right-14 {
    margin-right: 3.5rem !important
}

.margin-bottom-14 {
    margin-bottom: 3.5rem !important
}

.margin-left-14 {
    margin-left: 3.5rem !important
}

.margin-horizontal-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important
}

.margin-vertical-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.padding-14 {
    padding: 3.5rem
}

.padding-top-14 {
    padding-top: 3.5rem !important
}

.padding-right-14 {
    padding-right: 3.5rem !important
}

.padding-bottom-14 {
    padding-bottom: 3.5rem !important
}

.padding-left-14 {
    padding-left: 3.5rem !important
}

.padding-horizontal-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.padding-vertical-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.margin-15 {
    margin: 3.75rem
}

.margin-top-15 {
    margin-top: 3.75rem !important
}

.margin-right-15 {
    margin-right: 3.75rem !important
}

.margin-bottom-15 {
    margin-bottom: 3.75rem !important
}

.margin-left-15 {
    margin-left: 3.75rem !important
}

.margin-horizontal-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important
}

.margin-vertical-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important
}

.padding-15 {
    padding: 3.75rem
}

.padding-top-15 {
    padding-top: 3.75rem !important
}

.padding-right-15 {
    padding-right: 3.75rem !important
}

.padding-bottom-15 {
    padding-bottom: 3.75rem !important
}

.padding-left-15 {
    padding-left: 3.75rem !important
}

.padding-horizontal-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important
}

.padding-vertical-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important
}

.margin-16 {
    margin: 4rem
}

.margin-top-16 {
    margin-top: 4rem !important
}

.margin-right-16 {
    margin-right: 4rem !important
}

.margin-bottom-16 {
    margin-bottom: 4rem !important
}

.margin-left-16 {
    margin-left: 4rem !important
}

.margin-horizontal-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.margin-vertical-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.padding-16 {
    padding: 4rem
}

.padding-top-16 {
    padding-top: 4rem !important
}

.padding-right-16 {
    padding-right: 4rem !important
}

.padding-bottom-16 {
    padding-bottom: 4rem !important
}

.padding-left-16 {
    padding-left: 4rem !important
}

.padding-horizontal-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.padding-vertical-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.margin-17 {
    margin: 4.25rem
}

.margin-top-17 {
    margin-top: 4.25rem !important
}

.margin-right-17 {
    margin-right: 4.25rem !important
}

.margin-bottom-17 {
    margin-bottom: 4.25rem !important
}

.margin-left-17 {
    margin-left: 4.25rem !important
}

.margin-horizontal-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important
}

.margin-vertical-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important
}

.padding-17 {
    padding: 4.25rem
}

.padding-top-17 {
    padding-top: 4.25rem !important
}

.padding-right-17 {
    padding-right: 4.25rem !important
}

.padding-bottom-17 {
    padding-bottom: 4.25rem !important
}

.padding-left-17 {
    padding-left: 4.25rem !important
}

.padding-horizontal-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important
}

.padding-vertical-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important
}

.margin-18 {
    margin: 4.5rem
}

.margin-top-18 {
    margin-top: 4.5rem !important
}

.margin-right-18 {
    margin-right: 4.5rem !important
}

.margin-bottom-18 {
    margin-bottom: 4.5rem !important
}

.margin-left-18 {
    margin-left: 4.5rem !important
}

.margin-horizontal-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important
}

.margin-vertical-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
}

.padding-18 {
    padding: 4.5rem
}

.padding-top-18 {
    padding-top: 4.5rem !important
}

.padding-right-18 {
    padding-right: 4.5rem !important
}

.padding-bottom-18 {
    padding-bottom: 4.5rem !important
}

.padding-left-18 {
    padding-left: 4.5rem !important
}

.padding-horizontal-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important
}

.padding-vertical-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

.margin-19 {
    margin: 4.75rem
}

.margin-top-19 {
    margin-top: 4.75rem !important
}

.margin-right-19 {
    margin-right: 4.75rem !important
}

.margin-bottom-19 {
    margin-bottom: 4.75rem !important
}

.margin-left-19 {
    margin-left: 4.75rem !important
}

.margin-horizontal-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important
}

.margin-vertical-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important
}

.padding-19 {
    padding: 4.75rem
}

.padding-top-19 {
    padding-top: 4.75rem !important
}

.padding-right-19 {
    padding-right: 4.75rem !important
}

.padding-bottom-19 {
    padding-bottom: 4.75rem !important
}

.padding-left-19 {
    padding-left: 4.75rem !important
}

.padding-horizontal-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important
}

.padding-vertical-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important
}

.margin-20 {
    margin: 5rem
}

.margin-top-20 {
    margin-top: 5rem !important
}

.margin-right-20 {
    margin-right: 5rem !important
}

.margin-bottom-20 {
    margin-bottom: 5rem !important
}

.margin-left-20 {
    margin-left: 5rem !important
}

.margin-horizontal-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important
}

.margin-vertical-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
}

.padding-20 {
    padding: 5rem
}

.padding-top-20 {
    padding-top: 5rem !important
}

.padding-right-20 {
    padding-right: 5rem !important
}

.padding-bottom-20 {
    padding-bottom: 5rem !important
}

.padding-left-20 {
    padding-left: 5rem !important
}

.padding-horizontal-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important
}

.padding-vertical-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1 {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 1.25;
    color: #303030
}

h1::after {
    display: none
}

@media screen and (max-width: 44.99875em) {
    h1 {
        margin: 0 !important;
        font-size: 2.2rem
    }
}

h2 {
    position: relative;
    display: inline-block;
    font-weight: 400
}

h2::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: .21429rem;
    background: #70abaf
}

h3, h4 {
    font-weight: normal
}

a {
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
}

a:hover, a:focus {
    color: #70abaf
}

a.text-underline {
    font-weight: 400
}

a, button {
    outline: none
}

@media screen and (min-width: 60em) {
    aside {
        padding-right: 1rem
    }
}

table {
    margin-bottom: 1.5rem
}

select {
    background-image: url("../images/shop/chevron-down-solid.svg");
    background-size: .71429rem .71429rem
}

label {
    line-height: 1.25
}

.text-center h1::after, .text-center h2::after, h1.text-center::after, h2.text-center::after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 45em) {
    .medium-text-center h1::after, .medium-text-center h2::after, h1.medium-text-center::after, h2.medium-text-center::after {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width: 60em) {
    .large-text-center h1::after, .large-text-center h2::after, h1.large-text-center::after, h2.large-text-center::after {
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto
    }
}

.fa-layers {
    vertical-align: middle
}

.sticky.is-stuck {
    z-index: 150
}

.h-container {
    position: relative;
    width: 100%
}

.h-container::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: .07143rem;
    background-color: #dadada
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    left: 96%
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 96%
}

.large-icon {
    display: inline-block;
    width: 1.71429rem;
    height: 2rem;
    background: transparent url("../images/shop/warning.svg") no-repeat;
    background-size: 97%;
    opacity: 0.25;
    background-position: center 100%
}

.large-icon:hover {
    opacity: 0.35
}

.large-icon_dark-grey {
    opacity: 0.35
}

.readmore {
    display: block;
    margin-top: 1rem
}

.dropdown {
    position: relative
}

.dropdown.menu a {
    background-color: transparent
}

.has-tip {
    border-bottom: none
}

.label.secondary {
    color: #fff
}

.pagination {
    display: inline-block;
    margin: 1.5rem 0
}

.tabs {
    border: none
}

@media screen and (max-width: 960px) {
    .mobile-padding {
        padding-left: 0 !important
    }
}

.slick-slide {
    outline: none !important
}

.slick-slide:focus, .slick-slide a {
    outline: none
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: initial;
    transform: initial
}

.slick-list {
    z-index: 0
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    padding: 0.25rem 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.05);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: .35714rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
    outline: none
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    color: rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.02)
}

.slick-prev {
    left: 1rem
}

[dir="rtl"] .slick-prev {
    right: 1rem;
    left: auto
}

.slick-next {
    right: 1rem
}

[dir="rtl"] .slick-next {
    right: auto;
    left: 1rem
}

.slick-dots {
    display: block;
    width: 100%;
    margin: 2rem 0;
    padding: 0;
    text-align: center;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    width: .71429rem;
    height: .71429rem;
    margin: 1rem;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: transparent;
    border: .14286rem solid #fff;
    outline: none;
    border-radius: 50%
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li.slick-active button {
    width: .78571rem;
    height: .78571rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0 .5rem rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 .5rem rgba(255, 255, 255, 0.3)
}

.carousel-main {
    font-weight: 300;
    text-align: center;
    color: #303030
}

.carousel-main P {
    margin-bottom: 0;
    line-height: 1
}

.carousel-main__item {
    position: relative;
    display: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.carousel-main__item:first-child {
    display: block
}

.carousel-main__content {
    padding: 4.28571rem;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.carousel-main__content .button {
    width: 14.28571rem;
    text-transform: uppercase
}

.carousel-main__image img {
    position: absolute
}

.carousel-main__large-text {
    font-size: 3.42857rem;
}

.carousel-main__darken::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3)
}

.carousel-main .main-dots {
    position: absolute;
    bottom: 0;
    margin-bottom: 1rem
}

@media screen and (min-width: 45em) {
    .carousel-main__content {
        min-height: 21.42857rem
    }
}

@media screen and (max-width: 640px) {
    .carousel-main__content {
        text-align: center
    }

    .carousel-main__large-text {
        font-size: 1.48571rem
    }
}

@media screen and (max-width: 1024px) {
    .carousel-main__image {
        display: none
    }
}

.carousel-news {
    padding: 0 0 1.5rem
}

.carousel-news__item {
    position: relative;
    display: none;
    min-height: 21.42857rem;
    padding: 2rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.carousel-news__item:first-child {
    display: block
}

.carousel-news__link {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 2rem;
    font-size: 1.2rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3)
}

.carousel-news__link:hover {
    color: #fff
}

.carousel-services__item {
    display: none
}

.carousel-services__item:first-child {
    display: block
}

.background-primary {
    color: #303030;
    background: #fbb02d
}

.background-secondary {
    color: #303030;
    background: #70abaf
}

.background-tertiary {
    color: #303030;
    background: #9ab2bc
}

.background-quaternary {
    color: #fff;
    background: #c10001
}

.background-success {
    color: #303030;
    background: #2b9d98
}

.background-warning {
    color: #303030;
    background: #eeb301
}

.background-alert {
    color: #fff;
    background: #cc4b37
}

.background-red {
    color: #fff;
    background: red
}

.background-green {
    color: #303030;
    background: #2dc44a
}

.background-main {
    color: #303030;
    background: #fafafa
}

.background-light-gray {
    color: #303030;
    background: #efefef
}

.background-medium-gray {
    color: #303030;
    background: #dadada
}

.background-deep-gray {
    color: #303030;
    background: #b5b5b5
}

.background-dark-gray {
    color: #fff;
    background: #666
}

.background-black {
    color: #fff;
    background: #303030
}

.background-opacity-black {
    color: #fff;
    background: rgba(0, 0, 0, 0.5)
}

.background-white {
    color: #303030;
    background: #fff
}

.checkbox-group {
    margin: 0 0 1.5rem;
    font-size: 0
}

.checkbox-group__label {
    display: inline-block;
    min-width: 3rem;
    margin: 0;
    padding: 0.83rem;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    border: .07143rem solid #303030;
    border-right-width: 0
}

.checkbox-group__label:last-child {
    border-right-width: .07143rem
}

.checkbox-group__item {
    display: none
}

.checkbox-group__item:checked + .checkbox-group__label {
    -webkit-box-shadow: inset 0 0 .35714rem .14286rem rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 .35714rem .14286rem rgba(0, 0, 0, 0.4)
}

.dd {
    position: relative;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.dd_show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dd__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.menu-base {
    position: relative;
    z-index: 100;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    list-style-type: none
}

@media screen and (min-width: 45em) {
    .menu-base {
        text-align: center
    }
}

@media screen and (min-width: 60em) {
    .menu-base {
        text-align: left
    }
}

.menu-base__item {
    position: relative;
    display: block;
    padding: .35714rem 1.07143rem .35714rem 0
}

[data-whatinput='mouse'] .menu-base__item {
    outline: 0
}

@media screen and (min-width: 45em) {
    .menu-base__item {
        display: inline-block
    }
}

@media screen and (min-width: 60em) {
    .menu-base__item:hover > .menu-base {
        display: block
    }

    .menu-base__item:hover > .menu-base__link::after {
        width: 100%
    }

    .menu-base__item .menu-base .menu-base__item:hover > .menu-base {
        display: none
    }
}

@media screen and (min-width: 75em) {
    .menu-base__item {
        padding-right: 2.14286rem
    }

    .menu-base__item:last-child {
        padding-right: 0
    }

    .menu-base__item .menu-base .menu-base__item:hover > .menu-base {
        display: block
    }
}

.menu-base__item .menu-base {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 13rem;
    margin: -.21429rem 0 0 -1rem;
    padding: 0.5rem 0;
    font-weight: 400;
    text-transform: none;
    background: #fdfdfd;
    border-bottom: .14286rem solid #eeb301
}

.menu-base__item .menu-base .menu-base {
    top: 0;
    left: 100%
}

.menu-base__item .menu-base__item {
    width: 100%;
    padding: 0
}

.menu-base__item .menu-base__item .menu-base__link {
    display: block;
    padding: 0.5rem 1rem;
    color: #70abaf
}

.menu-base__item .menu-base__item .menu-base__link::after {
    display: none
}

.menu-base__item .menu-base__item .menu-base__link:hover {
    color: #70abaf;
    background-color: #eee
}

.menu-base__link {
    position: relative;
    display: block;
    color: #70abaf
}

[data-whatinput='mouse'] .menu-base__link {
    outline: 0
}

@media screen and (min-width: 45em) {
    .menu-base__link {
        display: inline-block
    }
}

.menu-base__link::after {
    content: ' ';
    position: absolute;
    left: 0;
    display: block;
    width: 0;
    border-bottom: .14286rem solid #eeb301;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease
}

.menu-base__link:hover, .menu-base__link:focus {
    color: #70abaf
}

.rating {
    display: inline-block;
    vertical-align: middle
}

.rating::before, .rating::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rating::after {
    clear: both
}

.rating__star {
    float: right;
    margin: 0 !important;
    font-weight: normal;
    font-style: normal;
    font-size: 1.35rem;
    font-family: 'FontAwesome'
}

.rating__star::before {
    content: "\f006";
    padding-right: .35714rem;
    color: #dadada
}

.rating__star:hover {
    cursor: pointer
}

.rating__input {
    display: none
}

.rating__star:hover::before, .rating__star:hover ~ .rating__star::before, .rating:not(:hover) .rating__input:checked::before, .rating:not(:hover) .rating__input:checked ~ .rating__star::before {
    content: "\f005";
    color: #fbb02d
}

.search-top {
    width: 100%;
    margin: 0
}

@media screen and (min-width: 45em) and (max-width: 59.99875em) {
    .search-top {
        margin: 1.5rem 0 0
    }
}

.search-top__input, .search-top__select {
    width: 100%;
    height: 2.21429rem;
    margin: 0;
    line-height: 1.5;
    border-width: 0 0 0 .07143rem;
    border-style: solid;
    border-color: #dadada
}

.search-top__input:focus, .search-top__input:hover, .search-top__select:focus, .search-top__select:hover {
    border: 0
}

.search-top__input {
    padding: .35714rem
}

.search-top__input_afisha {
    height: 2.85714rem
}

.search-top__select {
    padding: .35714rem 1.71429rem .35714rem .35714rem
}

.search-top__input:first-child, .search-top__select:first-child {
    border-left: 0
}

.search-top__button {
    width: 2.21429rem;
    height: 2.21429rem;
    margin: 0;
    padding: 0;
    color: #70abaf;
    background-color: #fff;
    border: 0
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

body > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.footer {
    margin-top: auto
}

.text-primary {
    color: #fbb02d
}

a.text-primary:hover, a.text-primary:focus {
    color: #f79f05
}

.text-secondary {
    color: #70abaf
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #58989c
}

.text-tertiary {
    color: #9ab2bc
}

a.text-tertiary:hover, a.text-tertiary:focus {
    color: #7b9aa8
}

.text-quaternary {
    color: #c10001
}

a.text-quaternary:hover, a.text-quaternary:focus {
    color: #a40001
}

.text-success {
    color: #2b9d98
}

a.text-success:hover, a.text-success:focus {
    color: #258581
}

.text-warning {
    color: #eeb301
}

a.text-warning:hover, a.text-warning:focus {
    color: #ca9801
}

.text-alert {
    color: #cc4b37
}

a.text-alert:hover, a.text-alert:focus {
    color: #af3e2d
}

.text-red {
    color: red
}

a.text-red:hover, a.text-red:focus {
    color: #d90000
}

.text-green {
    color: #2dc44a
}

a.text-green:hover, a.text-green:focus {
    color: #26a73f
}

.text-main {
    color: #fafafa
}

a.text-main:hover, a.text-main:focus {
    color: #d5d5d5
}

.text-light-gray {
    color: #efefef
}

a.text-light-gray:hover, a.text-light-gray:focus {
    color: #cbcbcb
}

.text-medium-gray {
    color: #dadada
}

a.text-medium-gray:hover, a.text-medium-gray:focus {
    color: #b9b9b9
}

.text-deep-gray {
    color: #b5b5b5
}

a.text-deep-gray:hover, a.text-deep-gray:focus {
    color: #9a9a9a
}

.text-dark-gray {
    color: #666
}

a.text-dark-gray:hover, a.text-dark-gray:focus {
    color: #575757
}

.text-black {
    color: #303030
}

a.text-black:hover, a.text-black:focus {
    color: #292929
}

.text-opacity-black {
    color: rgba(0, 0, 0, 0.5)
}

a.text-opacity-black:hover, a.text-opacity-black:focus {
    color: rgba(0, 0, 0, 0.5)
}

.text-white {
    color: #fff
}

a.text-white:hover, a.text-white:focus {
    color: #d9d9d9
}

.text-size-tiny {
    font-size: .7rem
}

.text-size-xsmall {
    font-size: .8rem
}

.text-size-small {
    font-size: .9rem
}

.text-size-default {
    font-size: 1rem
}

.text-size-large {
    font-size: 1.15rem
}

.text-size-xlarge {
    font-size: 1.25rem
}

.text-size-xxlarge {
    font-size: 1.5rem
}

.text-size-xxxlarge {
    font-size: 2.5rem
}

.badge {
    position: absolute;
    top: -.57143rem;
    right: -.35714rem
}

.button {
    font-weight: 400
}

.button:focus {
    outline: none
}

.button_regular {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    color: #fbb02d;
    background-color: #fff;
    border: .07143rem solid #fbb02d
}

.button_regular:hover, .button_regular:focus {
    color: #fff !important;
    background-color: #fbb02d
}

.button_regular_green {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    color: #70abaf;
    background-color: #fff;
    border: .07143rem solid #70abaf
}

.button_regular_green:hover, .button_regular_green:focus {
    color: #fff !important;
    background-color: #70abaf
}

.button_one_click {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    color: #fbb02d;
    background-color: #fff;
    border: .07143rem solid #fbb02d
}

.button_one_click a {
    color: #fbb02d;
}

.button_one_click:hover, .button_one_click:focus {
    color: #fff !important;
    background-color: #fbb02d
}

.button_one_click:hover a, .button_one_click:focus a {
    color: #fff !important;
}

.button_phone_click {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    color: #70abaf;
    background-color: #fff;
    border: .07143rem solid #70abaf
}

.button_phone_click a {
    color: #70abaf;
}

.button_phone_click:hover, .button_phone_click:focus {
    color: #70abaf !important;
    background-color: #fff
}

.button_phone_click:hover a, .button_phone_click:focus a {
    color: #70abaf !important;
}

.add_cart_button[disabled],.button_one_click[disabled] {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    color: grey !important;
    background-color: #fff !important;
    border: 1px solid grey !important;
    cursor: default
}

.button_regular.add_cart_button[disabled]:hover, .button_one_click[disabled]:hover, .button_one_click[disabled]:focus,
.button_regular.add_cart_button[disabled]:focus {
    color: grey !important;
    background-color: #fff;
    border: 1px solid grey;
    cursor: default
}

.button_regular.add_cart_button[disabled] svg {
    fill: grey !important;
}

.expanded.add_cart_button[disabled] svg {
    fill: grey !important;
}



.button_red {
    background-color: #c10001;
    color: #fff
}

.button_red:hover {
    background-color: #9d0001
}

.button_soldout {
    position: relative;
    top: -.5rem;
    width: 8.92857rem;
    height: 2.14286rem;
    line-height: 0
}

.button_torq {
    padding: 1rem 1.5rem;
    background-color: #70abaf
}

.button_torq:hover, .button_torq:focus {
    background: #559397
}

.button_borderless {
    border: 0 !important;
    text-decoration: underline
}

.button_cart {
    padding-left: 2.2rem;
    line-height: 1.1;
    color: #fff;
    background-color: #c10001;
    border: .07143rem solid #c10001
}

.button_cart:hover {
    background-color: #9d0001
}

.button_cart:focus {
    background-color: #c10001;
}

.button_cart.active {
    background-color: #9d0001;
}

.button_cart.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

/*button shop*/
.button_shop_cart {
    padding-left: 2.2rem;
    line-height: 1.1;
    color: #70abaf;
    background-color: #fff;
    border: .07143rem solid #70abaf
}

.button_shop_cart:hover {
    color: #70abaf;
    background-color: #fafafa
}

.button_shop_cart:focus {
    color: #70abaf;
    background-color: #fafafa;
}

.button_shop_cart.active {
    color: #fff;
    background-color: #70abaf;
}

.button_shop_cart.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
/*end button shop*/

/*button one click*/
.button_one_click_cart {
    padding-left: 2.2rem;
    line-height: 1.1;
    color: #fbb02d;
    background-color: #fff;
    border: .07143rem solid #fbb02d
}

.button_one_click_cart:hover {
    color: #fff;
    background-color: #fbb02d
}

.button_one_click_cart:focus {
    color: #fff;
    background-color: #fbb02d;
}

.button_one_click_cart.active {
    color: #fff;
    background-color: #fbb02d;
}

.button_one_click_cart.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.button_one_click_cart[disabled] {
    color: grey !important;
    background-color: #fff !important;
    cursor: default;
    border: .07143rem solid grey !important;
}

.button_one_click_cart[disabled].active {
    color: grey !important;
    background-color: #fff;
    cursor: default
}

.button_one_click_cart[disabled].hover {
    color: grey !important;
    background-color: #fff;
    cursor: default
}

.button_one_click_cart[disabled]:focus {
    color: grey !important;
    background-color: #fff;
}
/*end button one click*/

/*button phone cart*/
.button_phone_cart {
    padding-left: 2.2rem;
    line-height: 1.1;
    color: #70abaf;
    background-color: #fff;
    border: .07143rem solid #70abaf
}

.button_phone_cart:hover {
    color: #70abaf;
    background-color: #fff
}

.button_phone_cart:focus {
    color: #70abaf;
    background-color: #fff;
}

.button_phone_cart.active {
    color: #70abaf;
    background-color: #fff;
}

.button_phone_cart.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
/*end button phone cart*/

@media screen and (max-width: 44.99875em) {
    .button_cart.expanded {
        font-weight: 400
    }
}

.button_op-main {
    margin-right: .28571rem;
    margin-bottom: 0;
    padding: 0.35rem
}

.button_op-item-tile {
    display: block;
    width: 100%;
    margin-right: .28571rem;
    margin-bottom: .57143rem;
    padding: 0.35rem;
    color: #b5b5b5;
    background-color: #fff;
    border: .07143rem solid #b5b5b5
}

.button_op-item-tile:hover {
    color: #c10001 !important;
    background-color: #fff4f4
}

.button_op-item-tile:focus {
    color: #b5b5b5 !important;
    background-color: #fff
}

.button_op-item-tile.active {
    color: #fff !important;
    background-color: #c10001;
    border: .07143rem solid #c10001
}

.button_op-item-line {
    margin-right: .28571rem;
    margin-bottom: .57143rem;
    padding: 0.35rem;
    color: #b5b5b5;
    background-color: #fff;
    border: .07143rem solid #b5b5b5
}

.button_op-item-line:hover {
    color: #c10001 !important;
    background-color: #fff4f4
}

.button_op-item-line:focus {
    color: #b5b5b5 !important;
    background-color: #fff
}

.button_op-item-line.active {
    color: #fff !important;
    background-color: #c10001;
    border: .07143rem solid #c10001
}

.button.expanded {
    font-size: 1.14286rem
}

.input-group-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 3.57143rem
}

@media screen and (max-width: 44.99875em) {
    .position-left {
        width: 85%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 44.99875em) {
    .position-right {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.tabs-title a:focus {
    color: #70abaf;
    background-color: #fff
}

.ellip, .ellip-line {
    position: relative;
    overflow: hidden
}

.ellip {
    height: 100%
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%
}

.accordion-content {
    font-size: 1.14286rem
}

.accordion-title {
    padding-left: 3rem;
    line-height: 1.4
}

.accordion-title::before {
    position: absolute;
    right: 1rem;
    margin-top: 0 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: .07143rem solid #dadada;
    border-radius: 0 0 .28571rem .28571rem
}

.add-icon img {
    border-radius: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s
}

.add-icon img:hover {
    -webkit-box-shadow: 0 .07143rem .5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 .07143rem .5rem 0 rgba(0, 0, 0, 0.2)
}
.add-icon.text-underline {
    font-weight: 100;
}

.afisha-tile {
    margin-bottom: 4.28571rem
}

.afisha-tile_slider {
    max-width: 19.64286rem;
    margin-right: auto;
    margin-left: auto
}

@media screen and (max-width: 44.99875em) {
    .afisha-tile_slider {
        max-width: 100%
    }
}

.afisha-tile__img {
    width: 100%
}

.afisha-tile__title {
    margin: 1.07143rem 0;
    font-weight: 400
}

.afisha-tile__title a {
    color: #303030
}

.afisha-tile__description {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #666
}

.afisha-tile__time {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.78571rem;
    font-size: 1rem;
    color: #303030
}

.afisha-tile__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    display: inline-block;
    width: 1.28571rem;
    height: 1.28571rem
}

.afisha-tile__icon svg {
    fill: #666;
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out
}

.afisha-tile__place {
    position: relative;
    display: block;
    margin-bottom: .71429rem;
    padding-left: 1.78571rem;
    text-decoration: underline;
    color: #303030
}

.afisha-tile__place:hover {
    color: #70abaf
}

.afisha-tile__place:hover .afisha-tile__icon svg {
    fill: #70abaf
}

.afisha-tile__remove {
    color: #666
}

.aside-menu {
    margin-bottom: 3.57143rem;
    padding: 1.5rem;
    background-color: #fafafa;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.1)
}

.aside-menu__link {
    font-weight: 400;
    font-size: 1.14286rem;
    line-height: 1.25 !important;
    text-decoration: none;
    color: #5fbac0
}

.aside-menu__link b {
    font-weight: 600;
}

.aside-menu__link:hover {
    text-decoration: underline
}

.aside-menu__link_more, .aside-menu__link_close {
    color: #303030
}

.aside-menu__link_rel {
    position: relative
}

.seller__cat-link b {
    font-weight: 600;
}

.aside-menu__item {
    font-size: 1.14286rem
}

.aside-menu__item:not(:last-child) {
    margin-bottom: 1.2rem
}

.aside-menu__item:not(:last-child) a {
    background: transparent !important
}

.aside-menu__item:not(:last-child)[aria-haspopup="true"] {
    position: relative;
    padding-right: 1rem;
    font-weight: 400;
    color: #70abaf
}

.aside-menu__item:not(:last-child)[aria-haspopup="true"]::before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1rem;
    font-family: "FontAwesome";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aside-menu__item:not(:last-child) .menu {
    padding: 1.5rem;
    border: 0;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.28571rem rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 1.28571rem rgba(0, 0, 0, 0.17)
}

.aside-menu__item:not(:last-child) .menu li:not(:last-child) {
    margin-bottom: 0.75rem
}

.aside-menu__item:not(:last-child) .menu li:not(:last-child) a {
    line-height: 1.25
}

@media (max-width: 320px) {
    .aside-menu__item:not(:last-child) {
        margin-bottom: 0.9rem
    }
}

.banners a:hover {
    color: #fff
}

.banners__item {
    display: block;
    height: 20rem;
    margin-bottom: 1.42857rem;
    padding: 2.14286rem;
    line-height: 1;
    color: #fff;
    border-radius: .28571rem
}

.banners__text {
    display: inline-block;
    font-size: 2rem
}

.banners__text_small {
    display: inline-block;
    font-weight: 300;
    font-size: 1.71429rem
}

.benefits {
    padding: 3.57143rem 0 0 0;
    text-align: center;
    background-color: #fafafa
}

.benefits__item {
    max-width: 15.35714rem;
    margin-bottom: 3.57143rem
}

@media screen and (max-width: 59.99875em) {
    .benefits__item {
        max-width: none
    }
}

.benefits__text {
    max-width: 14.28571rem;
    margin: 0 auto;
    font-size: 1.14286rem;
    color: #666
}

.benefits__image {
    display: block;
    height: 3.57143rem;
    margin: 0 auto 1.78571rem auto
}

.border_top {
    border-top: .07143rem solid #dadada
}

.border_right {
    border-right: .07143rem solid #dadada
}

.border_bottom {
    border-bottom: .07143rem solid #dadada
}

.border_left {
    border-left: .07143rem solid #dadada
}

.calendar {
    margin-bottom: 3.57143rem;
    text-align: center
}

.calendar tbody th, .calendar tbody td {
    padding: .57143rem 0
}

.cat-menu {
    border-bottom: .07143rem solid #666
}

.cat-menu__link {
    float: left;
    display: inline-block;
    padding: 2rem 1rem;
    font-weight: 400
}

.catalog-main {
    background-color: #fafafa;
    border-top: .07143rem solid #dadada;
    border-bottom: .07143rem solid #dadada
}

@media screen and (max-width: 1024px) {
    .catalog-main {
        display: none
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .catalog-main {
        display: none
    }
}

.catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 2.85714rem;
    margin: 0;
    list-style-type: none
}

.catalog-menu_all-sections {
    display: none
}

.catalog-menu_all-sections .catalog-menu__item {
    margin-top: .71429rem;
    padding: 1.07143rem 1.14286rem 1.07143rem 0
}

.catalog-menu__item {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.85714rem;
    padding-right: 1.14286rem
}

.catalog-menu__item::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: .14286rem;
    font-size: .57143rem;
    font-family: "FontAwesome";
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.catalog-menu__item:hover::after {
    color: #70abaf;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.catalog-menu__item:hover > .catalog-submenu {
    display: block
}

.catalog-menu__item:hover .catalog-menu__link {
    color: #70abaf
}

.catalog-menu__item:hover .catalog-menu__icon svg {
    fill: #70abaf
}

.catalog-menu__item_all {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.85714rem;
    padding-right: 1.78571rem
}

.catalog-menu__item_all::before {
    content: "";
    position: absolute;
    top: 50%;
    right: .14286rem;
    width: 1.21429rem;
    height: 1.21429rem;
    background-color: #fbb02d;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.catalog-menu__item_all::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: .42857rem;
    font-size: .57143rem;
    font-family: "FontAwesome";
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.catalog-menu__item_all:hover .catalog-menu__link_all {
    color: #fbb02d
}

.catalog-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.catalog-menu__link_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fbb02d
}

.catalog-menu__icon {
    display: inline-block;
    width: 1.71429rem;
    height: 1.71429rem;
    margin-right: .35714rem
}

.catalog-menu__icon svg {
    width: 100%;
    height: 100%;
    fill: #666;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.catalog-mobile {
    display: none;
    padding: .71429rem;
    background-color: #fafafa;
    border-top: .07143rem solid #dadada;
    border-bottom: .07143rem solid #dadada
}

.catalog-mobile_all {
    display: none
}

.catalog-mobile__item {
    margin-top: .71429rem
}

.catalog-mobile__item_all {
    text-align: center
}

.catalog-mobile__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-mobile__link:hover .catalog-mobile__text, .catalog-mobile__link:focus .catalog-mobile__text {
    color: #70abaf
}

.catalog-mobile__link:hover .catalog-mobile__icon svg, .catalog-mobile__link:focus .catalog-mobile__icon svg {
    fill: #70abaf
}

.catalog-mobile__link_all {
    position: relative;
    display: inline-block;
    width: 1.71429rem;
    height: 1.71429rem
}

.catalog-mobile__link_all::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.71429rem;
    height: 1.71429rem;
    background-color: #fbb02d;
    border-radius: 100%
}

.catalog-mobile__link_all::after {
    content: "\f078";
    position: absolute;
    top: 7%;
    right: 21%;
    font-size: 1rem;
    font-family: "FontAwesome";
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.catalog-mobile__link_all-rotated::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

@media screen and (max-width: 59.99875em) {
    .catalog-mobile__link_all-rotated::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.catalog-mobile__icon {
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
    width: 1.71429rem;
    margin-right: .35714rem
}

.catalog-mobile__icon svg {
    width: 1.71429rem;
    height: 1.71429rem;
    fill: #666;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.catalog-mobile__text {
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.catalog-mobile__general {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s
}

.catalog-mobile__general_hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
    transition: opacity 0.3s, visibility 0s linear 0.3s
}

@media screen and (max-width: 1024px) {
    .catalog-mobile {
        display: block
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .catalog-mobile {
        display: block
    }
}

.catalog-mobile-section {
    display: none;
    background-color: #fafafa;
    border-top: .07143rem solid #dadada;
    border-bottom: .07143rem solid #dadada
}

.catalog-mobile-section__item {
    display: block;
    float: none;
    width: 100%;    
    position: relative;
    border-bottom: .07143rem solid #dadada
}

.catalog-mobile-section__item:last-child {
    border-bottom: none
}

.catalog-mobile-section__item_nested .catalog-mobile-section__link::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 1.42857rem;
    font-family: "FontAwesome";
    color: #b5b5b5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

.catalog-mobile-section__item.current{
    background-color: #f1f1f1;
}

.catalog-mobile-section__link {
    display: block;
    width: 100%;
    padding: .71429rem 3.57143rem;
    font-size: 1.14286rem;
    color: #666;
    text-transform: none;
}

.catalog-mobile-section__link_main {
    font-weight: bold;
    background-color: #efefef
}

.breadcrumbs .catalog-mobile-section__link_main {
	position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #666;
    background-color: #efefef;
    border: .07143rem solid #dadada;
}

.breadcrumbs .catalog-mobile-section__link_main:hover {
    text-decoration: none
}

.catalog-mobile-section__link_main::after {
    content: "\f054";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    left: 1.42857rem;
    font-family: "FontAwesome";
    color: #666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.catalog-mobile-breadcrumbs li{
    float: none;
}

@media screen and (max-width: 1024px) {
    .catalog-mobile-section {
        display: block
    }
}

@media only screen and (min-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .catalog-mobile-section {
        display: block
    }
}

.catalog-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-section__item {
    display: inline-block;
    width: 16.07143rem;
    margin-right: .71429rem;
    margin-bottom: .71429rem;
    padding: 1.07143rem;
    background-color: #fafafa;
    border: .07143rem solid #dadada;
    border-radius: 0.5rem;
    -webkit-box-shadow: inset 0 -.07143rem 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -.07143rem 0 0 rgba(0, 0, 0, 0.1)
}

.catalog-section__image {
    width: 100%;
    height: 10rem;
    margin-bottom: 1.42857rem;
    line-height: 10rem;
    text-align: center
}

.catalog-section__text {
    font-weight: bold;
    font-size: 1.14286rem;
    text-align: center
}

.catalog-sections {
    padding-top: 4.28571rem;
    padding-bottom: 2.5rem
}

.catalog-sections__item {
    font-size: 1.14286rem;
    color: #303030
}

.catalog-sections__item:hover {
    color: #70abaf
}

.catalog-submenu {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    z-index: 10;
    display: none;
    width: 17.85714rem;
    margin-left: 0;
    padding: 1.07143rem 0;
    background-color: #fff;
    border-radius: .28571rem;
    -webkit-box-shadow: 0 0 1.42857rem rgba(48, 48, 48, 0.2);
    box-shadow: 0 0 1.42857rem rgba(48, 48, 48, 0.2);
    list-style-type: none
}

@media screen and (max-width: 59.99875em) {
    .catalog-submenu {
        right: 0;
        left: auto
    }
}

.catalog-submenu_deep {
    top: 0;
    left: 95%
}

.catalog-submenu__item {
    padding-right: 2.14286rem;
    padding-left: 2.14286rem
}

.catalog-submenu__item:last-child .catalog-submenu__link {
    border-bottom: none
}

.catalog-submenu__item:hover > .catalog-submenu__link {
    padding-left: .71429rem
}

.catalog-submenu__item_nested {
    position: relative;
    padding-right: 2.5rem
}

.catalog-submenu__item_nested > a {
    position: relative
}

.catalog-submenu__item_nested > a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: .57143rem;
    font-family: "FontAwesome";
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.catalog-submenu__item_nested:hover > .catalog-submenu {
    display: block
}

.catalog-submenu__link {
    display: inline-block;
    width: 100%;
    padding-top: .71429rem !important;
    padding-bottom: .71429rem !important;
    color: #303030;
    border-bottom: .07143rem solid #dadada;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media screen and (max-width: 1200px) {
    .catalog-submenu {
        width: 15.71429rem
    }
}

.company-header {
    margin-bottom: 2.5rem
}

.company-header__title {
    margin-top: 0;
    margin-bottom: 1rem
}

@media screen and (max-width: 44.99875em) {
    .company-header__title {
        margin-top: 1.25rem
    }
}

.company-header__legal-name, .company-header__affilate {
    margin-bottom: 0.25rem;
    font-size: 1.14286rem
}

@media screen and (max-width: 44.99875em) {
    .company-header__legal-name, .company-header__affilate {
        text-align: center
    }
}

@media screen and (max-width: 44.99875em) {
    .company-header__legal-name, .company-header__affilate {
        text-align: left
    }
}

@media screen and (min-width: 45em) and (max-width: 59.99875em) {
    .company-header__affilate {
        margin-bottom: 2rem
    }
}

.company-header__affilate a {
    text-decoration: underline;
    color: #70abaf
}

.company-header__submenu {
    margin-top: 2rem;
    margin-bottom: 1rem
}

.company-header__submenu li:not(:last-child) {
    margin-right: 1rem
}

.company-header__submenu a {
    margin-bottom: 0.75rem;
    font-weight: 400;
    text-decoration: underline;
    color: #70abaf
}

.company-header__logo_title img {
    max-width: 16.07143rem;
    max-height: 8.42857rem
}

.company-header__logo img {
    max-width: 16.07143rem;
    max-height: 6.42857rem
}

@media screen and (min-width: 45em) and (max-width: 59.99875em) {
    .company-header__logo {
        margin-bottom: 1.42857rem
    }
}

@media screen and (max-width: 44.99875em) {
    .company-header__logo {
        margin: 0 auto
    }
    .company-header__logo_title {
        margin: 0 auto
    }
}

.company-image {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.compare-table tr:first-child td {
    vertical-align: top
}

.compare-table tr:not(:first-child) td {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5)
}

.compare-table__clear {
    vertical-align: top
}

.compare-table__cell {
    min-width: 14.28571rem;
    max-width: 14.28571rem
}

.compare-table__desc {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25;
    text-align: right
}

.compare-table__del-link {
    font-size: 1.14286rem !important;
    text-decoration: underline;
    color: #70abaf
}

.compare-table__del-link i {
    margin-right: 0.3rem;
    text-decoration: none;
    color: #ebb9b1;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.compare-table__del-link:hover i {
    color: #cc4b37
}

.compare-tile__del-link, .compare-table__del-link {
    margin-bottom: 1rem;
    font-size: .85714rem
}

.compare-tile__del-link a, .compare-table__del-link a {
    font-size: 1.14286rem;
    text-decoration: underline;
    color: #70abaf
}

.compare-tile__del-link a i, .compare-table__del-link a i {
    margin-right: 0.3rem;
    text-decoration: none;
    color: #e6a69d;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.compare-tile__del-link a:hover i, .compare-table__del-link a:hover i {
    color: #cc4b37
}

.compare-tile__img {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem
}

.compare-tile__img img {
    border-radius: 0.25rem
}

.compare-tile__desc {
    margin-bottom: 1rem;
    line-height: 1.25
}

.compare-tile__desc a {
    display: block;
    font-weight: 400
}

.compare-tile__desc__title {
    margin-bottom: 0.5rem
}

.compare-tile__desc__mnf:hover {
    color: #70abaf
}

.compare-tile__price {
    font-weight: bold
}

.compare-tile__price i {
    font-size: 85%
}

content, .content {
    margin-bottom: 3rem !important
}

content a, .content a {
    color: #70abaf
}

.copyright {
    font-weight: bold;
    font-size: .85714rem;
    text-align: center
}

.desc-tabs_bordered {
    border-bottom: .07143rem solid #dadada
}

.desc-tabs_reg {
    max-width: 38.57143rem;
    margin: 0 auto;
    border-bottom: .07143rem solid #dadada
}

.desc-tabs__title_reg {
    width: 50%
}

.desc-tabs__title-link {
    padding: 0.75rem !important;
    font-size: 1.14286rem;
    color: #70abaf;
    background-color: transparent;
    border-bottom: .14286rem solid transparent
}

button.desc-tabs__title-link {
    cursor: pointer;
}

.desc-tabs__title-link_reg {
    text-align: center
}

.desc-tabs__title-link[aria-selected="true"] {
    font-weight: 400;
    color: #70abaf !important;
    background-color: #fff !important;
    border-bottom: .14286rem solid #70abaf
}

.show-for-small-only .desc-tabs__title-link[aria-selected="true"] {
    background-color: #f1f1f1 !important;
}

button.desc-tabs__title-link[aria-selected="true"] {
    border-radius: 0;
}

.desc-tabs__title-link:hover:not([aria-selected="true"]) {
    background-color: #fff !important;
    border-bottom: .14286rem solid #dadada
    border-radius: 0;
}

.show-for-small-only .desc-tabs__title-link:hover:not([aria-selected="true"]) {
    background-color: #f1f1f1 !important;
}

.desc-tabs__content_reg {
    max-width: 38.57143rem;
    margin: 0 auto
}

.desc-tabs.tabs.mobile {
    white-space: nowrap;
    margin: auto;
    width: 100%;
    overflow-x: scroll;
    background-color: #f1f1f1;
    float:left
}

.desc-tabs.tabs.mobile li {
    display: inline-block;
    float: none
}

.menu-mobile {
    background-color: #f1f1f1
}

.dropdown-pane {
    padding: .71429rem
}

.dropdown-pane a {
    padding: .35714rem .85714rem;
    text-align: left
}

.err-box {
    border: 0
}

.err-box p {
    margin-bottom: 0.5rem
}

.err-box_border {
    background-color: #fafafa;
    border: .07143rem solid #dadada
}

.err-box__head {
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-size: 3rem
}

.err-box__head::after {
    display: none
}

.err-box .lead {
    display: block;
    font-size: 1.28571rem;
    color: #666
}

.error-report__icon {
    margin-right: 0.3rem;
    padding-top: .14286rem
}

.error-report__icon svg {
    position: relative;
    top: .14286rem;
    width: 1rem;
    height: 1rem;
    fill: #70abaf
}

.error-report__text {
    display: inline-block;
    text-decoration: underline;
    color: #666
}

.fieldset {
    margin-top: -.85714rem
}

.fieldset legend {
    font-weight: 400;
    font-size: 1.28571rem
}

.fieldset fieldset legend {
    margin-bottom: 1rem;
    font-size: 1.14286rem
}

.filter__label {
    font-weight: 400;
    font-size: 1.14286rem;
    color: #666
}

.filter__item {
    margin-bottom: 1.42857rem;
    background-color: #70abaf;
    border-radius: 0.5rem
}

.filter__item:last-child {
    margin-bottom: 0
}

.filter__item:hover, .filter__item:focus {
    border-radius: 0.5rem !important
}

.filter__title {
    font-size: 1.14286rem;
    color: #fff;
    border: none
}

.filter__title:hover, .filter__title:focus {
    color: #fff;
    background-color: #70abaf;
    border-radius: 0.5rem !important
}

.filter__content {
    padding-bottom: 0.35rem;
    border: .07143rem solid #70abaf;
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important
}

.filter__content:last-child {
    border-bottom: .07143rem solid #70abaf !important
}

.flex-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer {
    padding-top: 1.42857rem;
    padding-bottom: 2.14286rem;
    font-size: 1.14286rem;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #70abaf
}

.footer__link {
    color: #fff
}

.footer__link:hover, .footer__link:focus {
    text-decoration: underline;
    color: #fff
}

.footer__logo {
    display: block;
    max-width: 12.85714rem;
    fill: #fff
}

@media screen and (max-width: 44.99875em) {
    .footer__logo {
        margin: 0 auto
    }
}

.footer__social {
    color: #fff
}

.footer__social:hover, .footer__social:focus {
    color: rgba(255, 255, 255, 0.75)
}

.footer .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    max-width: 20.35714rem;
    margin: 0 auto;
    padding: 0.5rem;
    color: #303030;
    background-color: #fff
}

.footer .button:hover, .footer .button:focus {
    background-color: rgba(255, 255, 255, 0.85)
}

.footer .button__text {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left
}

.header {
    z-index: 101;
    width: 100%
}

.header__burger {
    border-radius: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.header__logo {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 1.5rem;
    text-align: left
}

.header__logo a {
    display: block;
    max-width: 9.28571rem
}

.header__logo img {
    max-width: 15rem
}

@media screen and (max-width: 44.99875em) {
    .header__logo {
        text-align: center
    }
}

.header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: .85714rem
}

.header__phone a {
    color: #efefef
}

.header__phone a .fa-phone, .header__phone a .fa-phone:hover, .header__phone a .fa-phone:focus {
    color: #666
}

.header__phone a:hover, .header__phone a:focus {
    color: #e6e6e6
}

.header__phone-text {
    padding-left: 1.42857rem;
    font-size: 1.57143rem;
    color: #666
}

.header__phone-text_small {
    padding-left: 0.5rem;
    font-size: 1.42857rem;
    color: #dadada
}

.header__buttons {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

.header__buttons a:hover, .header__buttons a:focus {
    color: #c1c1c1
}
.header__buttons a:hover svg, .header__buttons a:focus svg {
    fill: #c1c1c1
}

.header__buttons-dropdown {
    margin: 0 auto;
    text-align: left
}

.header__buttons-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.14286rem;
    color: #666;
    -webkit-transition: 0s;
    transition: 0s
}

.header__buttons-dropdown a:hover {
    color: #c10001
}

.header__buttons-dropdown a:hover .st1123 {
    fill: #c10001
}

.header__buttons-dropdown li {
    border-bottom: .07143rem solid #efefef
}

.header__buttons-link {
    position: relative;
    margin-left: 1.21429rem;
    color: #666
}

.header__buttons-link svg {
    width: 1.42857rem;
    height: 1.42857rem;
    vertical-align: middle;
    fill: #666
}

.header__user {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right
}

@media screen and (max-width: 44.99875em) {
    .header__user {
        display: none
    }
}

.header__user-link {
    color: #666
}

.header__user-link:hover span, .header__user-link:focus span {
    color: #70abaf
}

.header__user-email {
    display: inline-block;
    max-width: 17.85714rem;
    vertical-align: middle;
    text-decoration: underline;
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden
}

.header__user-email:hover, .header__user-email:focus {
    color: #70abaf
}

.header__user-email_bordered {
    position: relative;
    margin-left: .71429rem;
    padding-left: .71429rem
}

.header__user-email_bordered::before {
    content: '';
    position: absolute;
    top: 18%;
    left: 0;
    height: .92857rem;
    border-left: .07143rem solid #666
}

.header__user-dropdown {
    text-align: left;
    -webkit-box-shadow: 0 .35714rem 1.5rem 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 .35714rem 1.5rem 0 rgba(0, 0, 0, 0.2)
}

.header__user-dropdown a {
    padding: 1.14286rem;
    color: #303030
}

.header__user-dropdown a:hover {
    color: #70abaf
}

.header__user-dropdown li {
    border-bottom: .07143rem solid #efefef
}

.header__user-dropdown li:last-child {
    border-bottom: none
}

.header .dropdown-pane {
    z-index: 135
}

.index-brands {
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem;
    background-color: #fafafa
}

.index-brands .button_regular {
    color: #70abaf;
    background-color: transparent;
    border-color: #70abaf
}

.index-brands .button_regular:hover {
    color: #fff;
    background-color: #70abaf
}

.index-news {
    padding-top: 2.14286rem;
    padding-bottom: 2.14286rem
}

.index-news a:hover {
    color: #70abaf
}

.index-news a.index-news__cat:hover {
    text-decoration: underline;
    color: #303030
}

.index-news_bordered {
    position: relative
}

.index-news_bordered::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1.5%;
    bottom: 0;
    border-right: .07143rem solid #dadada
}

.index-news .button_regular {
    color: #fbb02d
}

.index-news .button_regular:hover {
    color: #fff
}

@media screen and (max-width: 1200px) {
    .index-news_bordered::after {
        display: none
    }
}

.js-hover {
/*
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
*/
    -webkit-box-shadow: 0 0 1.78571rem -.71429rem rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1.78571rem -.71429rem rgba(0, 0, 0, 0.8);
/*    -webkit-transform: scaleX(1.05);*/
/*    transform: scaleX(1.05)*/
}

.js-hover .prod__buy {
    display: block
}

/*
.js-hover .prod__buy.shop {
    margin-top: 5px;
}
*/

.main-search {
    z-index: 100
}

.main-search__group_bordered {
    height: 2.92857rem;
    padding-right: .35714rem;
    background-color: #fff;
    border: .07143rem solid #dadada;
    border-radius: .28571rem
}

@media screen and (min-width: 60em) {
    .main-search__group_bordered {
        position: relative
    }
}

.main-search__input, .main-search__reset, .main-search__button, .main-search__select {
    height: 2.78571rem;
    margin-bottom: 0
}

@media screen and (max-width: 59.99875em) {
    .main-search__mobile-container {
        position: relative
    }
}

.main-search__input {
    padding-left: 1.42857rem;
    border-radius: .28571rem 0 0 .28571rem;
    font-size: 1.44286rem
}

.main-search__results {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    margin-left: 0;
    list-style: none;
    background-color: #fff;
    border: .07143rem solid #efefef;
    border-radius: .28571rem;
    -webkit-box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.4)
}

.main-search__results.active {
    display: block
}

.main-search__results-title {
    padding: 0 .71429rem;
    font-size: 1.14286rem;
    color: #fff;
    background-color: #70abaf
}

@media screen and (max-width: 59.99875em) {
    .main-search__results-title {
        padding: .71429rem .71429rem
    }
}

.main-search__results-cat {
    padding: 0 .71429rem;
    background-color: #efefef
}

@media screen and (max-width: 59.99875em) {
    .main-search__results-cat {
        padding: .71429rem .71429rem
    }
}

.main-search__results-item {
    padding: 0 1.42857rem;
    border-bottom: .07143rem solid #efefef
}

@media screen and (max-width: 59.99875em) {
    .main-search__results-item {
        padding: .71429rem .71429rem
    }
}

.main-search__results-item a {
    display: block
}

.main-search__results-item:last-child {
    border-bottom: none
}

.main-search__reset {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    margin-left: 5px;
}

.main-search__reset img {
    max-width: 80%
}

.main-search__button {
    font-size: 1rem;
    color: #70abaf;
    background-color: #fff;
    border-radius: 0
}

.main-search__button:hover {
    color: #70abaf;
    background-color: #fff
}

.main-search__goods-text {
    margin-left: 1rem
}

.main-search__goods_afisha {
    font-weight: 400;
    text-transform: uppercase;
    background-color: #70abaf
}

.main-search__goods_afisha:hover {
    background: #5a9da1
}

.main-search__select, .main-search__select:focus {
    height: 2.92857rem;
    background-color: #fafafa;
    border: .07143rem solid #dadada
}

.main-search .is-stuck {
    background-color: #dadada
}

@media screen and (max-width: 960px) {
    .main-search__goods-text {
        display: none
    }

    .main-search__reset {
        display: none;
        margin-left: 5px;
    }
}

@media screen and (max-width: 640px) {
    .main-search__select, .main-search__input {
        margin-bottom: .71429rem
    }

    .main-search__group_bordered {
        border-right: .07143rem solid #dadada
    }

    .main-search__select-wrapper {
        display: none
    }
}

.news-tile {
    margin-bottom: 4.28571rem
}

.news-tile__img {
    height: 150px;
    width: 100%
}

@media screen and (max-width: 719px) {
    .news-tile__img {
        height: auto;
        width: 100%
    }
}

.news-tile__title {
    margin: 1.07143rem 0;
    font-weight: 400
}

.news-tile__title a {
    color: #303030
}

.news-tile__title a:hover {
    color: #70abaf
}

.news-tile__cat {
    color: #666;
    position: relative;
    padding-right: 1.07143rem;
    margin-right: .71429rem;
    font-size: 1rem
}

.news-tile__cat::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: .42857rem;
    right: 0;
    width: .35714rem;
    height: .35714rem;
    background: #b5b5b5;
    border-radius: 50%
}

.news-tile__date {
    color: #b5b5b5;
    font-size: .92857rem;
    font-weight: 300
}

.news-tile__text {
    color: #666;
    display: block
}

.off-canvas {
    z-index: 1160;
    -webkit-box-shadow: 0 0 .71429rem rgba(48, 48, 48, 0.7);
    box-shadow: 0 0 .71429rem rgba(48, 48, 48, 0.7)
}

.off-canvas__title {
    padding-top: 1.42857rem;
    font-weight: 500;
    font-size: 1.28571rem;
    text-align: center;
    text-transform: uppercase
}

.off-canvas__close {
    position: absolute;
    padding: 0 0 0 .71429rem
}

.off-canvas__content {
    width: 90%;
    margin: 0 auto;
    padding-top: 3.92857rem;
    list-style: none
}

.off-canvas__item {
    padding: .71429rem .35714rem;
    font-size: 1.14286rem;
    border-bottom: .07143rem solid #efefef;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.off-canvas__item_active {
    background-color: #d2e5e6
}

.off-canvas__link {
    display: block;
    text-align: left;
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.off-canvas__link:hover, .off-canvas__link:focus {
    padding-left: .71429rem;
    color: #70abaf
}

.off-canvas__select-wrapper {
    position: relative
}

.off-canvas__select-wrapper::before {
    /*content: url("../images/shop/placeholder.svg");
    position: absolute;
    top: 25%;
    left: .71429rem;
    width: 1.07143rem;
    font-family: "FontAwesome"*/
}

.off-canvas__select-wrapper::after {
    content: "\f107";
    position: absolute;
    top: 18%;
    right: 5%;
    font-size: 1.28571rem;
    font-family: "FontAwesome";
    color: #303030;
    display: none;
}

.off-canvas__select, .off-canvas__select:focus {
    margin-bottom: 0;
    padding-left: 1.78571rem;
    background-color: #fafafa;
    /*background-image: none;*/
    border: .07143rem solid #dadada;
    border-radius: .28571rem
}

.off-canvas__icon {
    display: inline-block;
    width: 1.78571rem;
    margin-right: .71429rem;
    text-align: left
}

.off-canvas__item .cart-icon .off-canvas__icon {
    vertical-align: -25%
}

.off-canvas__item .cart-icon:hover svg {
    transition: 0.3s;
    fill: #70abaf
}

.off-canvas__item .cart-icon svg{
    transition:0.3s;
    fill:#666
}

.off-canvas__phone {
    font-weight: bold
}

.off-canvas__phone_small {
    margin-left: .71429rem;
    font-weight: 400
}

.off-canvas__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.off-canvas__user-link {
    color: #666
}

.off-canvas__user-link_bordered {
    position: relative;
    line-height: 1rem;
    text-align: center
}

.off-canvas__user-link_bordered::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -.5rem;
    height: 1.78571rem;
    border-left: .07143rem solid #b5b5b5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.off-canvas__user-link_exit {
    font-weight: 300;
    font-size: .71429rem
}

.price-total, .price-total_sm {
    font-weight: bold;
    font-size: 2rem;
    color: #303030;
    line-height: 1.0
}

.price-total span, .price-total_sm span {
    margin-left: 0.25rem;
    font-size: 80%
}

.price-total_sm {
    display: block;
    font-size: 1.14286rem;
    text-align: center
}

.price-total_sm strike {
    opacity: 0.35
}

.price-total_sm.del {
    position: relative;
    opacity: 0.35
}

.price-total_sm.del::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .07143rem;
    background-color: #4d4d4d
}

.prod-container {
    position: relative;
    margin-bottom: 1.42857rem
}

.prod {
    position: relative;
    padding: .71429rem;
    color: #303030;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden
}

@media screen and (max-width: 44.99875em) {
    .prod {
        width: 90%;
        margin: 0 auto;
        margin-bottom: .71429rem;
        text-align: center;
        -webkit-box-shadow: 0 0 1.78571rem -.71429rem rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 1.78571rem -.71429rem rgba(0, 0, 0, 0.8)
    }
}

.prod__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10.71429rem;
    margin-bottom: 1rem;
    text-align: center
}

.prod__img img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    max-width: 70%;
    max-height: 10.71429rem;
    margin: 0 auto
}

.prod__img-buttons {
    position: absolute;
    top: 0;
    right: .35714rem;
    list-style: none
}

.prod__img svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: auto;
    max-width: 70%;
    max-height: 10.71429rem;
    margin: 0 auto
}

.prod__links {
    width: 100%;
    color: #b5b5b5
}

.prod__links:hover {
    color: #70abaf
}

.prod__links svg {
    max-width: 1.28571rem;
    max-height: 1.14286rem;
    fill: #b5b5b5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.prod__links svg:hover {
    fill: #70abaf
}

.prod__title, .compare-tile__desc__title {
    position: relative;
	display: block;
    margin-bottom: 0; /*1.42857rem*/
    font-weight: normal;
    font-size: 1.21429rem;
	min-height: 57px;
    color: #303030;
}

.prod__price, .compare-tile__price {
    margin-bottom: .5rem;
    font-weight: bold;
    font-size: 1.28571rem
}

.prod__price_units {
    margin-left: .35714rem;
    font-size: 1rem;
    color: #666
}

.prod__price_secondary {
    position: relative;
    color: #666
}

.prod__price_opt {
    margin-right: .35714rem
}

.prod__buy {
    display: block;
    margin-top: 1.07143rem;
    margin-bottom: 1.5rem;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.prod__buy.cart {
    margin-bottom: 0.5rem;
}

.prod__phone {
    font-weight: 500;
    font-size: 1.14286rem;
    line-height: 1.9;
    color: #666
}

.prod__phone:hover {
    color: #70abaf
}

.prod__button-icon svg {
    width: 1.14286rem;
    height: 1.14286rem;
    vertical-align: middle;
    fill: #c10001;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.prod__quantity {
    display: block;
    font-size: .92857rem;
    color: #666
}

.prod__quantity:hover {
    text-decoration: underline
}

.prod__company, .compare-tile__desc__mnf {
    position: relative;
    margin-top: 1.07143rem;
    margin-bottom: 1em;
    font-size: 1.07143rem
}

.prod__company {
    text-decoration: none;
    font-weight: 400
}

.prod__company span {
    overflow: visible
}

.compare-tile__desc__mnf:hover {
    text-decoration: underline;
    color: #70abaf
}

.prod__company:hover {
    border-bottom: 1px solid #70abaf;
    color: #70abaf
}

.prod_sale::before {
    content: 'Скидка';
    position: absolute;
    top: .85714rem;
    left: -1.07143rem;
    z-index: 5;
    width: 5rem;
    height: 1.07143rem;
    font-weight: 400;
    font-size: .85714rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #fbb02d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prod_sale .prod__price_secondary::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .14286rem;
    text-decoration: line-through;
    border-bottom: .14286rem solid #c10001
}

.prod_advert::before {
    content: 'Реклама';
    position: absolute;
    top: .85714rem;
    left: -1.27143rem;
    z-index: 5;
    width: 5.8rem;
    height: 1.07143rem;
    font-weight: 400;
    font-size: .85714rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #fbb02d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.prod_advert .prod__price_secondary::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .14286rem;
    text-decoration: line-through;
    border-bottom: .14286rem solid #c10001
}

.prod .button_regular {
    display: block;
    width: 90%;
    height: 2.14286rem;
    margin: 0 auto;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #c10001;
    border-color: #c10001
}

.prod .button_regular:hover {
    color: #c10001 !important;
    background-color: #fff4f4
}

.prod .button_regular:focus {
    color: #c10001 !important;
    background-color: #fff
}

.prod .button_regular .prod__button-icon {
    position: relative;
    bottom: .14286rem
}

.prod .button_regular.active {
    color: #fff !important;
    background-color: #c10001
}

.prod .button_regular.active .prod__button-icon svg {
    fill: #fff
}

.prod .button_one_click {
    display: block;
    width: 90%;
    height: 2.14286rem;
    margin: 0 auto;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #fbb02d;
    border-color: #fbb02d
}

.prod .button_one_click:hover {
    color: #fff !important;
    background-color: #fbb02d
}

.prod .button_one_click:focus {
    color: #fbb02d !important;
    background-color: #fff
}

.prod .button_one_click .prod__button-icon {
    position: relative;
    bottom: .14286rem
}

.prod .button_one_click.active {
    color: #fff !important;
    background-color: #fbb02d
}

.prod .button_one_click.active .prod__button-icon svg {
    fill: #fff
}

.prod .button_one_click[disabled] {
    color: grey;
    border-color: grey;
    cursor: default
}

.prod .button_one_click[disabled]:hover {
    color: grey !important;
    background-color: #fff;
    cursor: default
}

.prod .button_one_click[disabled].active {
    color: grey !important;
    background-color: #fff;
    cursor: default
}

/* button phone click */
.prod .button_phone_click {
    display: block;
    width: 90%;
    height: 2.14286rem;
    margin: 0 auto;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #70abaf;
    border-color: #70abaf
}

.prod .button_phone_click:hover {
    color: #70abaf !important;
    background-color: #fff
}

.prod .button_phone_click:focus {
    color: #70abaf !important;
    background-color: #fff
}

.prod .button_phone_click .prod__button-icon {
    position: relative;
    bottom: .14286rem
}

.prod .button_phone_click.active {
    color: #70abaf !important;
    background-color: #fff
}
/* end button phone click */

/*button shop*/
.prod .button_shop {
    display: block;
    width: 90%;
    height: 2.14286rem;
    margin: 0 auto;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #70abaf;
    border-color: #70abaf
}

.prod .button_shop:hover {
    color: #70abaf !important;
    background-color: #fafafa
}

.prod .button_shop:focus {
    color: #70abaf !important;
    background-color: #fff
}

.prod .button_shop.active {
    color: #fff !important;
    background-color: #70abaf
}
/* end button_shop */

.prod .fa {
    font-size: 1rem
}

.list-field{
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	margin-left: 0;
	list-style: none;
	background-color: #fff;
	border: .07143rem solid #efefef;
	border-radius: .28571rem;
	-webkit-box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.4);
	box-shadow: 0 .28571rem 1.14286rem rgba(0, 0, 0, 0.4);
	max-width: 59.99875em;
	width: 100%;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.list-field a{
	display: block;
	padding: 0 .71429rem;
	font-size: 1.44286rem;
	color: #fff;
	background-color: #70abaf;
	max-width: 59.99875em;
}

@media screen and (max-width: 1024px) {
    .prod__buy {
        display: block;
        max-width: 21.42857rem;
        margin: 1.07143rem auto
    }

    .prod__company, .compare-tile__desc__mnf {
        margin-bottom: .71429rem
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .prod__buy {
        display: block;
        max-width: 21.42857rem;
        margin: 1.07143rem auto
    }

    .prod__company, .compare-tile__desc__mnf {
        margin-bottom: .71429rem
    }
}

.product-desc {
    font-size: 1.14286rem
}

.product-desc__link {
    font-weight: 400;
    line-height: 1.62;
    text-decoration: underline;
    color: #70abaf
}

.product-line__title {
    font-weight: 400;
    font-size: 1.21429rem;
    color: #303030
}

.product-line__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 44.99875em) {
    .product-line__img {
        max-width: 10.71429rem;
        max-height: 10.71429rem;
        margin-bottom: 1.78571rem
    }

    .product-line img {
        max-height: 10.71429rem;
    }
}

.product-line__goods {
    color: #303030
}

.product-line__goods:hover {
    text-decoration: underline
}

.product-line__seller {
    font-weight: 400;
    font-size: 1.07143rem
}

.product-line__seller:hover {
    text-decoration: underline
}

.product-line__link {
    margin-right: .35714rem;
    color: #b5b5b5
}

.product-line__link svg {
    width: 1.28571rem;
    height: 1.14286rem;
    padding-bottom: .14286rem;
    vertical-align: middle;
    fill: #b5b5b5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.product-line__link .rel {
    position: relative;
    top: .21429rem
}

.product-line__link:hover, .product-line__link:focus {
    color: #70abaf
}

.product-line__link:hover svg, .product-line__link:focus svg {
    fill: #70abaf
}

.input-filed{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product-line__button-icon svg {
    width: 1.14286rem;
    height: 1.14286rem;
    vertical-align: middle;
    fill: #c10001;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.product-line__discount {
    position: relative
}

.product-line__discount::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .14286rem;
    text-decoration: line-through;
    border-bottom: .14286rem solid #c10001
}

.product-line__buy.shop {
    padding-top: 5px
}

.product-line .button_regular {
    display: block;
    height: 2.14286rem;
    max-width: 10.71429rem;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #c10001;
    border-color: #c10001
}

.product-line .button_regular:hover {
    color: #c10001 !important;
    background-color: #fff4f4
}

.product-line .button_regular:focus {
    color: #c10001 !important;
    background-color: #fff
}

.product-line .button_regular .product-line__button-icon {
    position: relative;
    bottom: .14286rem
}

.product-line .button_regular.active {
    color: #fff !important;
    background-color: #c10001
}

.product-line .button_regular.active .product-line__button-icon svg {
    fill: #fff
}

.product-line .button_one_click {
    display: block;
    height: 2.14286rem;
    max-width: 10.71429rem;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #fbb02d;
    border-color: #fbb02d
}

.product-line .button_one_click:hover {
    color: #fff !important;
    background-color: #fbb02d

}

.product-line .button_one_click:focus {
    color: #fbb02d !important;
    background-color: #fff
}

.product-line .button_one_click.active {
    color: #fff !important;
    background-color: #fbb02d
}

.product-line .button_one_click.active .product-line__button-icon svg {
    fill: #fff
}

.product-line .button_one_click[disabled] {
    color: grey !important;
    background-color: #fff;
    border: 1px solid grey;
    cursor: default
}

/*button phone click*/
.product-line .button_phone_click {
    display: block;
    height: 2.14286rem;
    max-width: 10.71429rem;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #70abaf;
    border-color: #70abaf
}

.product-line .button_phone_click:hover {
    color: #70abaf !important;
    background-color: #fff

}

.product-line .button_phone_click:focus {
    color: #70abaf !important;
    background-color: #fff
}

.product-line .button_phone_click.active {
    color: #70abaf !important;
    background-color: #fff
}
/* end button phone click */

/*button shop*/
.button_shop {
    padding: 0 1.42857rem;
    line-height: 2.92857rem;
    background-color: #fff;
}

.button_shop:hover, .button_shop:focus {
    color: #fff !important;
    background-color: #fafafa
}

.button_shop:active {
    color: #fff !important;
    background-color: #70abaf
}

.product-line .button_shop {
    display: block;
    height: 2.14286rem;
    max-width: 10.71429rem;
    padding: 0;
    line-height: 2rem;
    text-align: center;
    color: #70abaf;
    border-color: #70abaf
}

.product-line .button_shop:hover {
    color: #70abaf !important;
    background-color: #fafafa
}

.product-line .button_shop:focus {
    color: #70abaf !important;
    background-color: #fff
}

.product-line .button_shop.active {
    color: #fff !important;
    background-color: #70abaf
}
/*end button shop*/

.product-viewed-tile {
    position: relative;
    overflow: hidden
}

.product-viewed-tile__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem
}

.product-viewed-tile__title {
    display: inline-block;
    margin-bottom: .71429rem;
    font-weight: normal;
    font-size: 1.21429rem;
    color: #303030;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.product-viewed-tile__title:hover, .product-viewed-tile__title:focus {
    color: #70abaf
}

.product-viewed-tile__price {
    font-weight: 400;
    font-size: 1.28571rem
}

.product-viewed-tile__price_secondary {
    position: relative;
    font-weight: 300;
    font-size: 1rem
}

.product-viewed-tile__price_secondary::after {
    content: '';
    position: absolute;
    top: 45%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: .14286rem;
    text-decoration: line-through;
    border-bottom: .14286rem solid #c10001
}

.product-viewed-tile_sale::before {
    content: 'Скидка';
    position: absolute;
    top: .85714rem;
    left: -1.07143rem;
    z-index: 5;
    width: 5rem;
    height: 1.07143rem;
    font-weight: 400;
    font-size: .85714rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #fbb02d;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-viewed-tile .fa {
    font-size: 1rem
}

.reveal:focus {
    outline: none
}

.reveal_video {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.reveal_video:focus {
    outline: none
}

.reveal__add {
    border: none
}

/*.reveal__add.reginfo {
    width: 50%;
    border: none
}*/

.reveal.tiny {
    width: 30%;
    min-width: 35.71429rem;
    max-width: 85.71429rem
}

@media screen and (max-width: 44.99875em) {
    .reveal.tiny {
        width: 100%
    }
}

.reveal-overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

@media screen and (min-width: 1000px) {
    .reveal__add {
        max-width: 35.71429rem !important
    }
}

.seller a {
    font-weight: 400
}

.seller__logo {
    margin-bottom: 1rem
}

.seller__name {
    font-weight: bold;
    font-size: 1.14286rem;
    color: #70abaf
}

.seller__info {
    margin-bottom: 1rem
}

@media print, screen and (min-width: 45em) {
    .seller {
        padding: 0 1vw 2rem 1vw
    }
}

.sel-row {
    margin-bottom: 2rem
}

.sel-row__icons a:first-child {
    display: inline-block;
    margin-bottom: 1rem
}

@media screen and (max-width: 44.99875em) {
    .sel-row__icons a:first-child {
        margin-bottom: 0
    }
}

.sel-row__icons svg {
    fill: #b5b5b5;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media print, screen and (min-width: 45em) {
    .sel-row__icons svg {
        width: 1.14286rem
    }
}

@media screen and (max-width: 59.99875em) {
    .sel-row__icons svg {
        width: 1.14286rem;
        -webkit-transform: translateY(.28571rem);
        transform: translateY(.28571rem)
    }
}

@media print, screen and (min-width: 60em) {
    .sel-row__icons svg {
        margin: 0;
        -webkit-transform: translateY(.28571rem);
        transform: translateY(.28571rem)
    }
}

.sel-row__icons__warning {
    display: inline-block;
    padding-top: 0.25rem
}

.sel-row__brand-link {
    font-weight: 400;
    line-height: 1;
    color: #303030
}

.sel-row__label {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background-color: #fbb02d;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.sel-row__label:hover {
    color: #fff;
    background-color: #f09b05
}

.sel-row__img {
    max-height: 7.14286rem
}

.sidebar-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.share-panel__button {
    position: relative;
    top: .71429rem;
    font-size: 1.42857rem
}

.share-panel__button_company {
    position: relative;
    top: .71429rem;
    font-size: 1rem
}

.share-panel a {
    font-weight: 400;
    text-decoration: underline;
    color: #70abaf
}

.share-panel a i {
    text-decoration: none
}

.share-panel__label {
    margin-right: 1rem;
    font-weight: bold;
    color: #303030
}

.share-panel__label_active {
    margin-right: 0.5rem;
    color: rgba(0, 0, 0, 0.5)
}

.share-panel.dropdown-pane {
    padding: 1.5rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0 1.14286rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.14286rem rgba(0, 0, 0, 0.15)
}

.share-panel.dropdown-pane.bottom.right {
    right: 4.57143rem !important;
    min-width: 17.14286rem
}

.share-panel.dropdown-pane.bottom.right {
    max-width: 27.14286rem
}

@media screen and (max-width: 44.99875em) {
    .share-panel.dropdown-pane {
        left: 0 !important;
        width: 100%
    }
}

.slider-afisha {
    width: 100%;
    padding-top: 2.14286rem;
    color: #303030
}

.slider-afisha a {
    color: #303030
}

.slider-afisha a:hover {
    color: #70abaf
}

.afisha-next, .afisha-prev {
    position: absolute;
    top: 7.5rem;
    width: 2.5rem;
    height: 1.78571rem;
    color: #70abaf;
    background-color: #fff;
    border-radius: 0
}

.afisha-next:hover, .afisha-next:focus, .afisha-prev:hover, .afisha-prev:focus {
    color: #70abaf;
    background-color: #fff
}

@media screen and (max-width: 44.99875em) {
    .afisha-next, .afisha-prev {
        top: 9.28571rem
    }
}

.afisha-next {
    right: 0;
    border-top-left-radius: .85714rem;
    border-bottom-left-radius: .85714rem
}

.afisha-prev {
    left: 0;
    border-top-right-radius: .85714rem;
    border-bottom-right-radius: .85714rem
}

.slider-brands {
    position: relative;
    width: 100%;
    margin-top: 2.85714rem;
    margin-bottom: 3.57143rem;
    padding-right: 2.85714rem;
    padding-left: 2.85714rem
}

.slider-brands_item {
    display: block;
    height: 6.07143rem;
    padding: 0 1.42857rem;
    line-height: 3.57143rem;
    text-align: center
}

.slider-brands_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.07143rem;
    border: .14286rem solid #e2e2e2;
    -webkit-transition: border 0.5s;
    transition: border 0.5s
}

.slider-brands_img:hover {
    border: .14286rem solid #70abaf
}

.slider-brands_img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.slider-brands_img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline-block;
    max-height: 5.35714rem;
    vertical-align: middle;
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s
}

.slider-brands .slick-prev, .slider-brands .slick-next {
    position: absolute;
    width: 1.78571rem;
    height: 1.78571rem;
    color: #dadada;
    background-color: transparent;
    border: .07143rem solid #dadada;
    border-radius: 0
}

.slider-brands .slick-prev {
    left: 0
}

.slider-brands .slick-next {
    right: 0
}

.subscribe-mailing {
    padding-top: 2.14286rem;
    padding-bottom: 4.28571rem
}

.top-banner {
    margin-top: -1rem !important;
    margin-bottom: 1rem !important;
}

.top-banner__link img {
    vertical-align: top
}

.no-bullet li {
    list-style: none
}

article p, .content p {
    font-size: 1.14286rem;
    line-height: 1.62
}

article p a, .content p a {
    font-weight: 400;
    text-decoration: underline;
    color: #5fbac0
}

article h1, .content h1 {
    font-weight: 300;
    line-height: 1.25;
    color: #303030
}

article h1::after, .content h1::after {
    display: none
}

article p + h1, .content p + h1 {
    margin-top: 3rem
}

article h2, .content h2 {
    font-weight: 300;
    line-height: 1.25;
    color: #303030
}

article h2::after, .content h2::after {
    display: none
}

article p + h2, .content p + h2 {
    margin-top: 3rem
}

article h3, .content h3 {
    font-weight: 300;
    line-height: 1.25;
    color: #303030
}

article h3::after, .content h3::after {
    display: none
}

article p + h3, .content p + h3 {
    margin-top: 3rem
}

article h4, .content h4 {
    font-weight: 300;
    line-height: 1.25;
    color: #303030
}

article h4::after, .content h4::after {
    display: none
}

article p + h4, .content p + h4 {
    margin-top: 3rem
}

article h5, .content h5 {
    font-weight: 300;
    line-height: 1.25;
    color: #303030
}

article h5::after, .content h5::after {
    display: none
}

article p + h5, .content p + h5 {
    margin-top: 3rem
}

article h1, .content h1 {
    font-size: 2.5rem;
    margin-top: 0
}

article h1:after, article h1:before, .content h1:after, .content h1:before {
    display: none
}

article a, .content a {
    font-weight: 400
}

@media screen and (max-width: 44.99875em) {
    h1 {
        display: block;
        text-align: center
    }
}

@media screen and (max-width: 44.99875em) {
    h1.company-header__title {
        display: block;
        text-align: left;
    }
}

h1 {
    margin: 1.5rem 0;
    font-weight: 300;
    color: #303030
}

h1:after {
    display: none
}

h1.strong {
    font-weight: 900
}

h2 {
    margin: 1.5rem 0;
    font-weight: 300;
    color: #303030
}

h2:after {
    display: none
}

h2.strong {
    font-weight: 900
}

h3 {
    margin: 1.5rem 0;
    font-weight: 300;
    color: #303030
}

h3:after {
    display: none
}

h3.strong {
    font-weight: 900
}

h4 {
    margin: 1.5rem 0;
    font-weight: 300;
    color: #303030
}

h4:after {
    display: none
}

h4.strong {
    font-weight: 900
}

h5 {
    margin: 1.5rem 0;
    font-weight: 300;
    color: #303030
}

h5:after {
    display: none
}

h5.strong {
    font-weight: 900
}

.code {
    font-family: "Courier New", Courier, monospace
}

.warning-icon {
    position: relative;
    top: .28571rem;
    display: inline-block;
    width: 1.14286rem;
    height: 1.14286rem;
    font-size: 1.14286rem;
    color: #303030 !important;
    background: transparent url("../images/shop/warning.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%
}

.warning-icon_company {
    position: relative;
    top: .28571rem;
    display: inline-block;
    width: 1.14286rem;
    height: 1.14286rem;
    font-size: 1.14286rem;
    color: #303030 !important;
    background: transparent url("../images/shop/warning_company.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%
}

.user__block {
    margin-bottom: 1.42857rem
}

@media screen and (max-width: 44.99875em) {
    .user__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.user__img {
    height: 8.14286rem;
    margin-bottom: 1.42857rem
}

.user__button {
    width: 11.78571rem;
    margin-bottom: .35714rem
}

.user-company-line-img {
    max-width: 9.28571rem;
    margin-bottom: 1.42857rem
}

@media screen and (max-width: 44.99875em) {
    .form-bnd {
        padding: 0;
        border: 0
    }
}

.form-bnd label {
    font-weight: 400
}

.form-bnd label input, .form-bnd label textarea, .form-bnd label .input-group-label {
    margin-top: .57143rem
}

.form-bnd__img {
    height: 6.07143rem
}

.form-bnd__del-btn {
    padding: 1rem;
    color: #cc4b37;
    background-color: transparent;
    cursor: pointer
}

.form-bnd__input {
    position: relative;
    margin-bottom: 1.14286rem
}

.form-bnd__results {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: .28571rem;
    -webkit-box-shadow: 0 0.28571rem 1.14286rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 0.28571rem 1.14286rem rgba(0, 0, 0, 0.4)
}

.form-bnd__results.active {
    display: block
}

.form-bnd__results-item {
    padding: 0 1.42857rem;
    border-bottom: .07143rem solid #efefef;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer
}

.form-bnd__results-item:last-child {
    border-bottom: none
}

.form-bnd__results-item:hover {
    color: #70abaf
}

@media screen and (max-width: 44.99875em) {
    .buttons-row {
        padding-top: 2rem;
        text-align: center
    }

    .buttons-row .button {
        margin-bottom: 1rem
    }
}

.drop-list__link {
    display: inline-block;
    padding: 0.25rem 0;
    font-size: 1.14286rem;
    font-weight: 400
}
.sticky .fltr-btn{
    display: none;
}
.sticky.is-stuck.is-at-top .fltr-btn{
    display: block;
}


.drop-list__link:hover {
    text-decoration: underline !important
}

.drop-list__showmore {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: underline
}

.drop-list__showmore:hover {
    color: #70abaf
}

.user-tile h3, .user-tile p {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.user-tile__box {
    border-color: #70abaf;
    border-radius: 0.5rem;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.user-tile__box:hover {
    background: #70abaf
}

.user-tile__box:hover h3, .user-tile__box:hover p {
    color: #fff
}

.user-tile__title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: #70abaf
}

.user-tile__subline {
    font-size: 1.15rem
}

.rub {
    font-size: 85%
}

.video {
    margin-bottom: 2.14286rem
}

.video__button {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 11.71429rem;
    background-color: #f0f0f0;
    background-position: center top;
    background-size: cover;
    border-radius: .28571rem;
    outline: none;
    cursor: pointer
}

.video__button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3.57143rem;
    height: 3.57143rem;
    opacity: 0.5;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out
}

.video__button svg .cls-1 {
    -webkit-clip-path: none !important;
    clip-path: none !important
}

.video__button:hover svg {
    opacity: 1.0
}

.video__title {
    font-weight: 400;
    color: #303030
}

.responsive-embed {
    width: 100%;
    height: auto;
    overflow: initial
}

.close-button_video {
    top: -4.28571rem !important;
    right: .35714rem !important;
    font-size: 4.28571rem !important;
    color: #efefef !important;
    outline: none !important;
    -webkit-transition: 300ms ease !important;
    transition: 300ms ease !important
}

.close-button_video:hover .close-button__icon {
    color: #bfbfbf !important
}

.fav-link span:before {
    display: none
}

.fav-link_red i {
    color: #cc4b37
}

.user-review {
    margin-bottom: 1.42857rem;
    padding-bottom: .71429rem;
    border-bottom: .07143rem solid #efefef
}

.user-review:last-child {
    border-bottom: none
}

.user-review_sub1 {
    margin-left: 2.85714rem
}

.user-review_sub2 {
    margin-left: 4.28571rem
}

.user-review_sub3 {
    margin-left: 5.71429rem
}

.user-review__external-link {
    position: relative;
    top: .14286rem;
    font-size: 1.10rem
}

.add-news-pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .17857rem;
    border: .07143rem solid #dadada;
    border-radius: .35714rem
}

.add-news-pictures img {
    max-width: 9.78571rem;
    max-height: 7.14286rem;
    padding: .35714rem
}

body.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: auto
}

body > div[style*='z-index: 2000000000;'] {
    width: auto !important
}

div[id*='recaptcha'] {
    -webkit-transform: scaleX(0.85);
    transform: scaleX(0.85);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.h1-prod__title_name {
    font-size: 1.5rem;
    font-weight: 400;
}

.checkbox_link_disabled {
    color: #c5c5c5;
}

.checkbox_link_disabled{color:#c5c5c5;}

.facet_popup {
    display: block;
    position: absolute;
    left: 245px;
    top: 500px;
    z-index: 5001;
    padding: 0px 12px;
    background: #fbb02d;
    border-radius: 5px;
    border: 1px solid #fbb02d;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    width: auto;
}

.facet_popup #facet_count_finded{
    color: #fff;
}

.facet_popup.disabled {
    background: #fbb02d;
    pointer-events: none;
    cursor: default;
}

.facet_popup.hidden {
    display: none;
}

.facet_popup span {
    line-height: 25px;
}

.filterRightTop span {
    display: block;
    background: #e9e9eb;
    float: left;
    font-size: 12px;
    padding: 5px 35px 5px 20px;
    margin-right: 10px;
    position: relative;
}

.filterRightTop span img {
    position: absolute;
    right: 8px;
    width: 10px;
    top: 8px;
}

.filterRightTop {
    text-align: center;
}

.filterRightTop span {
    display: block;
    background: #e9e9eb;
    float: left;
    padding:0.5em 1em 0.5em 1em;
    margin: 5px 10px 10px 0;
    position: relative;
    font-size: 1em;
}

.filterRightTop i.fa {
    color: #70abaf;
    padding: 0 0 0 10px;
}

.filterRightTop span {
    cursor: pointer;
}

.hidden_params {
    display: none;
}


/* Неактивная ссылка Найдено 266 товаров */
.off-canvas #mobile_filter_info.disabled {
    pointer-events: none;
    cursor: default;
    color: #000;
    text-decoration: none;
}

.off-canvas span#mobile_filter_info {
    cursor: pointer;
    color: #70abaf;
    text-decoration: underline;
}

.off-canvas #mobile_filter_info {
    cursor: pointer;
    margin-bottom: 1.5rem;
    font-size: 1.14286rem;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}

.off-canvas #mobile_filter_info:hover {
    cursor: pointer;
}

#sort_price_desc.sorted i,
#sort_price_asc.sorted i
{
    color:#b5b5b5;
}

.price_category_menu {
    background-color: #fff
}

.price_category_menu td {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 4px
}

.text-overflow-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.font-info {
    font-size: 1.2rem;
}
tr.news-tr{
    background-color: #f9f9f9 !important;
    color: #303030;
    border: 1px solid #f2f2f2 !important;
}

tr.news-tr td{
    font-weight: 500;
    color: #303030;
}
.detailed-news img{
    /*width: 100% !important;*/
    height: auto !important;
}

.detailed-news p img {
    display: block;
    margin: auto;
}

.detailed-news a {
    color: #43a2a8;
    font-weight: bold;
}

.detailed-news .text-tertiary {
    color: #9ab2bc;
}


.main-search__input:focus + #ui-id-1{
    display: block!important;
}

#fileMulti-1,#fileMulti-2,#fileMulti-3,#fileMulti-4,#fileMulti-5,#fileMulti-6,#fileMulti-7,#fileMulti-8,#fileMulti-9{
    display: none;
}


#send_release {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0rem 0;
    padding: .83rem;
    border: 1px solid transparent;
    border-radius: .28571rem;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #70abaf;
    color: #fff
}

[data-whatinput='mouse'] #send_release {
    outline: 0
}

#send_release:hover, #send_release:focus {
    background-color: #58989c;
    color: #fff
}

#send_news_release input{
    margin-bottom: 0;
}

#send_news_release #send_release-label{
    line-height: 0;
}
#send_news_release input.files{
    margin-bottom: 15px;
}
#send_news_release #fileMulti-label{
    line-height: 0;
}


input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"]::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

input[type="file"]:hover::before {
    border-color: black;
}

input[type="file"]:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#send_news_release .error{
    border: 1px solid red;
}

#output{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: .17857rem; */
    border: .07143rem solid #dadada;
    border-radius: .35714rem;

}

#output img{
    max-width: 9.78571rem;
    max-height: 7.14286rem;
    padding: .35714rem;
}


.button-wrapper, .button-wrapper1 {
    margin-bottom: 1.5rem;
    position: relative;
    height: 39.22px;
}

.button-wrapper span,
.button-wrapper1 span{

    border: 1px solid #70abaf;
    color: #70abaf;
    height: 39.22px;
    padding: .83rem;
    font-weight: 400;
    border-radius: .28571rem;
    transition: .4s;
}

.button-wrapper span:hover,
.button-wrapper1 span:hover {
    color: #fff;
    background-color: #70abaf;
}

#fileupload,
#fileMulti-0{
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;

}

#news .p-important {
    background: #F0F9FD;
    padding: 15px;
    margin-top: 15px;
    border: ridge 1px #C8DBE2;
    color: #2D2D2D;
    font-weight: bold;
}

#news img.ramka {
    margin: 15px;
}

#news img.ramka2 {
    border: solid 5px #c3d4da;
    width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#news img.ramka1-L {
    float: left;
    border: solid 5px #c3d4da;
    margin: 15px;
}

#news img.ramka1-R {
    float: right;
    border: solid 5px #c3d4da;
    margin: 15px;
}

.text-center a.button.news {
    color: #fff;
}
.errors{
    color: red;
}


.attach-doc{
    border: 1px solid #70abaf;
    color: #70abaf;
    height: 39.22px;
    padding: .83rem;
    font-weight: 400;
    border-radius: .28571rem;
    transition: .4s;
}

#fileupload0{
    display: none!important;
}

#button_upload-element{
    display: none;
}

#button_upload-label{
    display: none;
}


.attach-photo{
    border: 1px solid #70abaf;
    color: #70abaf;
    height: 39.22px;
    padding: .83rem;
    font-weight: 400;
    border-radius: .28571rem;
    transition: .4s;
}
.attach-doc {
    border: 1px solid #70abaf;
    color: #70abaf;
    height: 39.22px;
    padding: .83rem;
    font-weight: 400;
    border-radius: .28571rem;
    transition: .4s;
}

#output{
    display: flex;
    flex-wrap: wrap;
}
.preview-image input{
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.image-cancel{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #70abaf;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    cursor: pointer;
}


.div_news_new {
    width: 250px;
    float: left;
    height: 400px;
    margin: 5px;
    overflow: hidden;
}
.full_news {
    width: 100%;
    float: left;
}

.error-file-message{

    margin-top: 14px!important;
}

.error-file-message1{
    margin-top: 0px!important;
}
.error-file-message,
.error-file-message1{
    color: red;

    font-family: 'Roboto';
    font-size: 14px!important;
    font-weight: 400;
}

#output{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 35px;
}
input[type="file"]:focus{
    outline: transparent;
}

#output img{
    max-width: 100px;
}

#output::before{
    position: absolute;
    content: "Ваши фотографии";
    top: -25px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: #303030;
}
.modal-news-title{
    font-size: 16px;
}
#send_news_release dt{
    margin-bottom: 20px
}

.image-cancel{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #70abaf;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    cursor:pointer;
}
.image-cancel::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background-color: #fff;
}
.image-cancel::after{
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    background-color: #fff;
}
.preview-image{
    position: relative;
}
input[type="file"]::before{
    content: "Добавить файл"
}
.attach-doc{
    border: 1px solid #70abaf;
    color: #70abaf;
    height: 39.22px;
    padding: .83rem;
    font-weight: 400;
    border-radius: .28571rem;
    transition: .4s;
}
#fileupload{
    position:static;
    width:0;
    height: 0;
    overflow:hidden;
}
#button_upload-element{
    display: none;
}
#button_upload-label,
#button_file-label{
    display: none;
}
input[type="file"]{
}
input[type="file"]::before{
    border: 1px solid #70abaf;
    color:  #70abaf;
    font-weight: 400;
    margin-top: -2px;
}
input[type="file"]:focus::before{
    border: 1px solid #70abaf;
}
.close-input{
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #70abaf;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    cursor:pointer;
}
.close-input::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 10px;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    background-color: #fff;
}
.close-input::after{
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: 50% 50%;
    transform: rotate(45deg);
    background-color: #fff;
}
dd{
    position: relative;
}

.info_message{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    border: 2px solid #70abaf;
    text-align: center;
    font-weight: 400;
    background: #70abaf;
}

#fileMulti-label{
    display: none;
}
.zend_form .required::before {
  content: "* ";
   color: red;
}

.medium-20 .comment_product {
    margin-bottom: 10px;
    margin-top: -10px;
}

.empty-news-block {
	margin-top: 25px;
}

.sidebar-buttons .menu-news-button {
	background-color: #fbb02d;
}

@media screen and (max-width: 375px) {
	.sidebar-buttons .button {
		font-size: 14px;
	}
}

.prod .prod-buy__container {
	display: block;
	min-height: 81px;
}

@media screen and (max-width: 44.99875em) { 
	.prod .prod-buy__container { 
		min-height: 0;
	}
}