html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

* {
    box-sizing: border-box
}

img {
    border: 0;
    max-width: 100%
}

ul, ol, li, dl, dt, dd {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0
}

form, fieldset, label, input, figure, figcaption {
    padding: 0;
    margin: 0
}

fieldset {
    border: 0
}

p {
    margin: 0 0
}

*:focus, button:focus {
    outline: 0 none
}

/*!
 *  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-v=4.7.0.eot");
    src: url("../fonts/fontawesome-webfont-.eot#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont-v=4.7.0.woff2") format("woff2"), url("../fonts/fontawesome-webfont-v=4.7.0.woff") format("woff"), url("../fonts/fontawesome-webfont-v=4.7.0.ttf") format("truetype"), url("../fonts/fontawesome-webfont-v=4.7.0.svg#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
}

.fa-lg {
    font-size: 1.3333333333em;
    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.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

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

.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);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-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 {
    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-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
}

.pretty * {
    box-sizing: border-box
}

.pretty input:not([type='checkbox']):not([type='radio']) {
    display: none
}

.pretty {
    position: relative;
    display: inline-block;
    margin-right: 1em;
    white-space: nowrap;
    line-height: 1
}

.pretty input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-indent: 1.5em;
    min-width: calc(1em + 2px)
}

.pretty .state label:before, .pretty .state label:after {
    content: '';
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    z-index: 0;
    position: absolute;
    left: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    background-color: transparent
}

.pretty .state label:before {
    border-color: #bdc3c7
}

.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
    display: none
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes tada {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: scale(7)
    }
    38% {
        animation-timing-function: ease-out;
        opacity: 1;
        transform: scale(1)
    }
    55% {
        animation-timing-function: ease-in;
        transform: scale(1.5)
    }
    72% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
    81% {
        animation-timing-function: ease-in;
        transform: scale(1.24)
    }
    89% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
    95% {
        animation-timing-function: ease-in;
        transform: scale(1.04)
    }
    100% {
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

@keyframes jelly {
    0% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(0.75, 1.25, 1)
    }
    40% {
        transform: scale3d(1.25, 0.75, 1)
    }
    50% {
        transform: scale3d(0.85, 1.15, 1)
    }
    65% {
        transform: scale3d(1.05, 0.95, 1)
    }
    75% {
        transform: scale3d(0.95, 1.05, 1)
    }
    100% {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rotate {
    0% {
        opacity: 0;
        transform: translateZ(-200px) rotate(-45deg)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) rotate(0)
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0px 0px 0px 0px #bdc3c7
    }
    100% {
        box-shadow: 0px 0px 0px 1.5em rgba(189, 195, 199, 0)
    }
}

.pretty.p-default.p-fill .state label:after {
    transform: scale(1)
}

.pretty.p-default .state label:after {
    transform: scale(0.6)
}

.pretty.p-default input:checked~.state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-default.p-thick .state label:before, .pretty.p-default.p-thick .state label:after {
    border-width: calc(1em / 7)
}

.pretty.p-default.p-thick .state label:after {
    transform: scale(0.4) !important
}

.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-icon .state .icon:before {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.pretty.p-icon input:checked~.state .icon {
    opacity: 1
}

.pretty.p-icon input:checked~.state label:before {
    border-color: #5a656b
}

.pretty.p-svg .state .svg {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    left: 0;
    z-index: 1;
    text-align: center;
    line-height: normal;
    top: calc((0% - (100% - 1em)) - 8%);
    border: 1px solid transparent;
    opacity: 0
}

.pretty.p-svg .state svg {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.pretty.p-svg input:checked~.state .svg {
    opacity: 1
}

.pretty.p-image .state img {
    opacity: 0;
    position: absolute;
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    top: 0;
    top: calc((0% - (100% - 1em)) - 8%);
    left: 0;
    z-index: 0;
    text-align: center;
    line-height: normal;
    transform: scale(0.8)
}

.pretty.p-image input:checked~.state img {
    opacity: 1
}

.pretty.p-switch input {
    min-width: 2em
}

.pretty.p-switch .state {
    position: relative
}

.pretty.p-switch .state:before {
    content: '';
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 2em;
    box-sizing: unset;
    height: calc(1em + 2px);
    position: absolute;
    top: 0;
    top: calc((0% - (100% - 1em)) - 16%);
    z-index: 0;
    transition: all 0.5s ease
}

.pretty.p-switch .state label {
    text-indent: 2.5em
}

.pretty.p-switch .state label:before, .pretty.p-switch .state label:after {
    transition: all 0.5s ease;
    border-radius: 100%;
    left: 0;
    border-color: transparent;
    transform: scale(0.8)
}

.pretty.p-switch .state label:after {
    background-color: #bdc3c7 !important
}

.pretty.p-switch input:checked~.state:before {
    border-color: #5a656b
}

.pretty.p-switch input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch input:checked~.state label:after {
    background-color: #5a656b !important;
    left: 1em
}

.pretty.p-switch.p-fill input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-switch.p-fill input:checked~.state label:before {
    opacity: 0
}

.pretty.p-switch.p-fill input:checked~.state label:after {
    background-color: #fff !important;
    left: 1em
}

.pretty.p-switch.p-slim .state:before {
    height: 0.1em;
    background: #bdc3c7 !important;
    top: calc(50% - 0.1em)
}

.pretty.p-switch.p-slim input:checked~.state:before {
    border-color: #5a656b;
    background-color: #5a656b !important
}

.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
    display: none
}

.pretty.p-has-hover input:hover~.state.p-is-hover {
    display: block
}

.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
    display: block
}

.pretty.p-has-focus input:focus~.state label:before {
    box-shadow: 0px 0px 3px 0px #bdc3c7
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state:not(.p-is-indeterminate) {
    display: none
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate {
    display: block
}

.pretty.p-has-indeterminate input[type='checkbox']:indeterminate~.state.p-is-indeterminate .icon {
    display: block;
    opacity: 1
}

.pretty.p-toggle .state.p-on {
    opacity: 0;
    display: none
}

.pretty.p-toggle .state.p-off, .pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle .state.p-off .icon {
    color: #bdc3c7
}

.pretty.p-toggle input:checked~.state.p-on {
    opacity: 1;
    display: inherit
}

.pretty.p-toggle input:checked~.state.p-off {
    opacity: 0;
    display: none
}

.pretty.p-plain input:checked~.state label:before, .pretty.p-plain.p-toggle .state label:before {
    content: none
}

.pretty.p-plain.p-plain .icon {
    transform: scale(1.1)
}

.pretty.p-round .state label:before, .pretty.p-round .state label:after {
    border-radius: 100%
}

.pretty.p-round.p-icon .state .icon {
    border-radius: 100%;
    overflow: hidden
}

.pretty.p-round.p-icon .state .icon:before {
    transform: scale(0.8)
}

.pretty.p-curve .state label:before, .pretty.p-curve .state label:after {
    border-radius: 20%
}

.pretty.p-smooth label:before, .pretty.p-smooth label:after, .pretty.p-smooth .icon, .pretty.p-smooth .svg {
    transition: all 0.5s ease
}

.pretty.p-smooth input:checked+.state label:after {
    transition: all 0.3s ease
}

.pretty.p-smooth input:checked+.state .icon, .pretty.p-smooth input:checked+.state .svg, .pretty.p-smooth input:checked+.state img {
    animation: zoom 0.2s ease
}

.pretty.p-smooth.p-default input:checked+.state label:after {
    animation: zoom 0.2s ease
}

.pretty.p-smooth.p-plain input:checked+.state label:before {
    content: '';
    transform: scale(0);
    transition: all 0.5s ease
}

.pretty.p-tada:not(.p-default) input:checked+.state .icon, .pretty.p-tada:not(.p-default) input:checked+.state .svg, .pretty.p-tada:not(.p-default) input:checked+.state img, .pretty.p-tada:not(.p-default) input:checked+.state label:before, .pretty.p-tada:not(.p-default) input:checked+.state label:after {
    animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state .icon, .pretty.p-jelly:not(.p-default) input:checked+.state .svg, .pretty.p-jelly:not(.p-default) input:checked+.state img, .pretty.p-jelly:not(.p-default) input:checked+.state label:before, .pretty.p-jelly:not(.p-default) input:checked+.state label:after {
    animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1
}

.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
    border-color: transparent
}

.pretty.p-rotate:not(.p-default) input:checked~.state .icon, .pretty.p-rotate:not(.p-default) input:checked~.state .svg, .pretty.p-rotate:not(.p-default) input:checked~.state img, .pretty.p-rotate:not(.p-default) input:checked~.state label:before, .pretty.p-rotate:not(.p-default) input:checked~.state label:after {
    animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 1
}

.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
    border-color: transparent
}

.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
    animation: pulse 1s
}

.pretty input[disabled] {
    cursor: not-allowed;
    display: none
}

.pretty input[disabled]~* {
    opacity: .5
}

.pretty.p-locked input {
    display: none;
    cursor: not-allowed
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #428bca !important
}

.pretty input:checked~.state.p-primary .icon, .pretty input:checked~.state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
    border-color: #428bca
}

.pretty input:checked~.state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-primary-o .icon, .pretty input:checked~.state.p-primary-o .svg, .pretty input:checked~.state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
    color: #428bca;
    stroke: #428bca
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #428bca !important
}

.pretty.p-switch input:checked~.state.p-primary:before {
    border-color: #428bca
}

.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
    background-color: #428bca !important
}

.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
    border-color: #245682;
    background-color: #245682 !important
}

.pretty input:checked~.state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
    background-color: #5bc0de !important
}

.pretty input:checked~.state.p-info .icon, .pretty input:checked~.state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
    border-color: #5bc0de
}

.pretty input:checked~.state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-info-o .icon, .pretty input:checked~.state.p-info-o .svg, .pretty input:checked~.state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
    color: #5bc0de;
    stroke: #5bc0de
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
    background-color: #5bc0de !important
}

.pretty.p-switch input:checked~.state.p-info:before {
    border-color: #5bc0de
}

.pretty.p-switch.p-fill input:checked~.state.p-info:before {
    background-color: #5bc0de !important
}

.pretty.p-switch.p-slim input:checked~.state.p-info:before {
    border-color: #2390b0;
    background-color: #2390b0 !important
}

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #5cb85c !important
}

.pretty input:checked~.state.p-success .icon, .pretty input:checked~.state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
    border-color: #5cb85c
}

.pretty input:checked~.state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-success-o .icon, .pretty input:checked~.state.p-success-o .svg, .pretty input:checked~.state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
    color: #5cb85c;
    stroke: #5cb85c
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
    background-color: #5cb85c !important
}

.pretty.p-switch input:checked~.state.p-success:before {
    border-color: #5cb85c
}

.pretty.p-switch.p-fill input:checked~.state.p-success:before {
    background-color: #5cb85c !important
}

.pretty.p-switch.p-slim input:checked~.state.p-success:before {
    border-color: #357935;
    background-color: #357935 !important
}

.pretty input:checked~.state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
    background-color: #f0ad4e !important
}

.pretty input:checked~.state.p-warning .icon, .pretty input:checked~.state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
    border-color: #f0ad4e
}

.pretty input:checked~.state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-warning-o .icon, .pretty input:checked~.state.p-warning-o .svg, .pretty input:checked~.state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
    color: #f0ad4e;
    stroke: #f0ad4e
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
    background-color: #f0ad4e !important
}

.pretty.p-switch input:checked~.state.p-warning:before {
    border-color: #f0ad4e
}

.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
    background-color: #f0ad4e !important
}

.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
    border-color: #c77c11;
    background-color: #c77c11 !important
}

.pretty input:checked~.state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
    background-color: #4fa800 !important
}

.pretty input:checked~.state.p-danger .icon, .pretty input:checked~.state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
    color: #fff;
    stroke: #fff
}

.pretty input:checked~.state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
    border-color: #4fa800
}

.pretty input:checked~.state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
    background-color: transparent
}

.pretty input:checked~.state.p-danger-o .icon, .pretty input:checked~.state.p-danger-o .svg, .pretty input:checked~.state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
    color: #4fa800;
    stroke: #4fa800
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
    background-color: #4fa800 !important
}

.pretty.p-switch input:checked~.state.p-danger:before {
    border-color: #4fa800
}

.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
    background-color: #4fa800 !important
}

.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
    border-color: #4fa800;
    background-color: #4fa800 !important
}

.pretty.p-bigger label:before, .pretty.p-bigger label:after, .pretty.p-bigger .icon, .pretty.p-bigger .svg, .pretty.p-bigger .img {
    font-size: 1.2em !important;
    top: calc((0% - (100% - 1em)) - 35%) !important
}

.pretty.p-bigger label {
    text-indent: 1.7em
}

@media print {
    .pretty .state:before, .pretty .state label:before, .pretty .state label:after, .pretty .state .icon {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Bold.eot");
    src: local("Γÿ║"), url("../fonts/DINPro-Bold.woff") format("woff"), url("../fonts/DINPro-Bold.ttf") format("truetype"), url("../fonts/DINPro-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro.eot");
    src: local("Γÿ║"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url("../fonts/DINPro.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

[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
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

[class*="col-"] {
    position: relative;
    float: left
}

.row {
    position: relative;
    display: block;
    margin: 0 auto
}

.row::after {
    content: "";
    clear: both;
    display: table
}

.p0 {
    padding: 0px
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.p35 {
    padding: 35px
}

.p40 {
    padding: 40px
}

.p45 {
    padding: 45px
}

.p50 {
    padding: 50px
}

.pt0 {
    padding-top: 0px
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pt35 {
    padding-top: 35px
}

.pt40 {
    padding-top: 40px
}

.pt45 {
    padding-top: 45px
}

.pt50 {
    padding-top: 50px
}

.pb0 {
    padding-bottom: 0px
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pb35 {
    padding-bottom: 35px
}

.pb40 {
    padding-bottom: 40px
}

.pb45 {
    padding-bottom: 45px
}

.pb50 {
    padding-bottom: 50px
}

.pl0 {
    padding-left: 0px
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.pl35 {
    padding-left: 35px
}

.pl40 {
    padding-left: 40px
}

.pl45 {
    padding-left: 45px
}

.pl50 {
    padding-left: 50px
}

.pr0 {
    padding-right: 0px
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

.pr35 {
    padding-right: 35px
}

.pr40 {
    padding-right: 40px
}

.pr45 {
    padding-right: 45px
}

.pr50 {
    padding-right: 50px
}

.m0 {
    margin: 0px
}

.m5 {
    margin: 5px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.m25 {
    margin: 25px
}

.m30 {
    margin: 30px
}

.m35 {
    margin: 35px
}

.m40 {
    margin: 40px
}

.m45 {
    margin: 45px
}

.m50 {
    margin: 50px
}

.mt0 {
    margin-top: 0px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt45 {
    margin-top: 45px
}

.mt50 {
    margin-top: 50px
}

.mb0 {
    margin-bottom: 0px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.ml0 {
    margin-left: 0px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.ml35 {
    margin-left: 35px
}

.ml40 {
    margin-left: 40px
}

.ml45 {
    margin-left: 45px
}

.ml50 {
    margin-left: 50px
}

.mr0 {
    margin-right: 0px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.mr35 {
    margin-right: 35px
}

.mr40 {
    margin-right: 40px
}

.mr45 {
    margin-right: 45px
}

.mr50 {
    margin-right: 50px
}

.tar {
    align-items: center
}

header {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 10
}

header .logo {
    position: relative;
    display: inline-block;
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.loaded header .logo {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s
}

header .toggle-nav, header .toggle-cart {
    position: fixed;
    top: 67.5px;
    right: 6%;
    padding: 20px;
    cursor: pointer;
    color: #fff;
    transition: all .3s
}

header .toggle-cart {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px)
}

header.black-nav .toggle-nav, header.black-nav .toggle-cart, header.black-nav .client-nav {
    color: #4d5758
}

.toggle-nav>span, .toggle-cart>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-right: 5px;
    transition: all .3s
}

.toggle-nav:hover>span, .toggle-cart:hover>span {
    transform: translateX(3px)
}

.toggle-nav>span::before {
    content: 'Menu'
}

.toggle-cart>span::before {
    content: 'Cart'
}

.active.toggle-nav>span::before {
    content: 'Close'
}

.active.toggle-cart {
    opacity: 0;
    cursor: default
}

.toggle-nav .toggle, .toggle-cart .toggle-bag {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 16px
}

header.black-nav .toggle span, header.black-nav .toggle-bag span {
    background-color: #4d5758
}

.toggle span, .toggle-bag span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .3s
}

.toggle span:nth-child(2) {
    top: 7px
}

.toggle span:nth-child(3), .toggle-bag span:nth-child(3) {
    top: 14px
}

.toggle-nav:hover .toggle span:first-child, .toggle-cart:hover .toggle-bag span:first-child {
    top: 1px
}

.toggle-nav:hover .toggle span:last-child, .toggle-cart:hover .toggle-bag span:last-child {
    top: 13px
}

.active.toggle-nav .toggle span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important
}

.active.toggle-nav .toggle span:nth-child(2), .active.toggle-cart .toggle-bag span:nth-child(1), .active.toggle-cart .toggle-bag span:nth-child(3) {
    opacity: 0;
    left: 60px
}

.active.toggle-nav .toggle span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important
}

.toggle-nav.active {
    color: #fff !important
}

.toggle-nav.active .toggle span {
    background-color: #fff !important
}

.toggle-bag p {
    text-align: center;
    font-size: 9px;
    line-height: 14px
}

.client-nav-wrapper {
    position: absolute;
    top: -65px;
    right: 6.5%
}

.client-nav {
    width: 225px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
    z-index: 1
}

.client-nav .fa {
    padding-right: 3px
}

.client-nav a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.client-nav a:hover {
    color: #4fa800
}

.client-nav-menu {
    text-transform: uppercase;
    font-size: 17px;
    padding-top: 30px;
    z-index: 1
}

.client-nav-menu .row {
    line-height: 35px
}

.client-nav-menu .fa {
    padding-right: 5px
}

.client-nav-menu a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.client-nav-menu a:hover {
    color: #4fa800
}

.hide {
    display: none
}

#menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#menu.active {
    left: 0
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 86, 87, 0.54)
}

#menu .wp {
    position: absolute;
    top: 0;
    right: -20%;
    opacity: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(75, 86, 87, 0.94);
    padding: 8%;
    padding-right: 90px;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#menu nav a {
    position: relative;
    display: block;
    font-size: 55px;
    text-transform: uppercase;
    transition: all .3s;
    line-height: 85px
}

#menu hr {
    width: 30px;
    border-color: #fff;
    margin-bottom: 10px;
    text-align: left
}

#menu a:hover, #menu a.active {
    color: #4fa800
}

#menu nav a.active::after {
    content: '';
    position: absolute;
    top: 40px;
    right: 0;
    width: 15%;
    height: 3px;
    background-color: #4fa800
}

#menu .social {
    display: block;
    padding-top: 30px
}

#menu .social a {
    display: block;
    font-size: 24px;
    line-height: 34px;
    transition: all .3s
}

#menu .social a:hover {
    color: #4fa800
}

#menu.active .wp {
    right: 0;
    transition-delay: .2s;
    opacity: 1
}

@media screen and (max-width: 1400px) {
    header {
        top: 50px
    }
    header .toggle-nav, header .toggle-cart {
        top: 36.5px
    }
    #menu nav a {
        font-size: 40px;
        line-height: 55px
    }
    .client-nav-wrapper {
        top: -35px;
        z-index: 2
    }
}

@media screen and (max-width: 550px) {
    .client-nav-wrapper {
        display: none
    }
}

@media screen and (max-height: 550px) {
    .client-nav-wrapper {
        display: none
    }
    .client-nav-menu .row {
        line-height: 20px
    }
}

#hero.ingredients {
    background: url("../img/bg-ingredients.jpg");
    background-size: cover;
    min-height: 810px;
    background-position: 0 201%;
    z-index: 2;
    height: auto
}

#hero.ingredients .hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    background: transparent;
    text-align: center;
    z-index: 9;
    pointer-events: none
}

#hero.ingredients::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 214px;
    background-color: #fafafc
}

.img-ing {
    top: 0px;
    position: absolute;
    z-index: 9;
    height: 100%;
    right: 0px;
    top: auto !important;
    top: 8% !important;
    height: auto !important;
    pointer-events: none
}

.ingredients .left {
    z-index: 1;
    position: relative;
    width: 550px;
    margin-left: 0;
    margin-top: 150px
}

.ingredients .left h1 {
    color: #4c5758
}

#hero.ingredients .left p {
    color: #fff
}

#hero.ingredients .follow {
    bottom: 300px
}

#hero.ingredients .follow:hover {
    bottom: 260px
}

#i-main {
    position: relative;
    background: #fafafc;
    z-index: 1;
    overflow: hidden
}

#ings {
    position: relative;
    display: block;
    padding-bottom: 150px;
    word-wrap: break-word;
    z-index: 2
}

#ings .column:first-child {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21.5%;
    color: #4c5758;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 25px;
    margin-right: 3%
}

#ings ul li {
    position: relative;
    transition: all .3s;
    cursor: pointer
}

#ings ul li img {
    position: absolute;
    top: 8px;
    right: 110%;
    transition: all .3s;
    opacity: 0
}

#ings ul li.active img {
    opacity: 1;
    right: 107%
}

#ings ul li:hover, #ings ul li.active {
    color: #4fa800
}

#ings .column:nth-child(2) {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 28%;
    padding-top: 38px;
    margin-right: 3%;
    padding-right: 30px
}

#ings .column:nth-child(3) {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding-top: 38px
}

#ings h2 {
    display: block;
    font-size: 15px;
    line-height: 25px;
    color: #5a6364;
    margin-bottom: 25px;
    font-weight: normal
}

#ings h3 {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #4c5758;
    margin-bottom: 0px;
    text-transform: uppercase
}

#ings h4 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #4fa800;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 25px
}

#ings h5 {
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 6px;
    padding-left: 20px
}

#ings .qbox {
    margin-top: 50px
}

#ings .pos {
    color: #4fa800;
    background-image: url("../img/pn.png");
    background-repeat: no-repeat
}

#ings .neg {
    color: #808285;
    background-image: url("../img/pn.png");
    background-repeat: no-repeat;
    opacity: 0.3
}

#ings .posl {
    background-position: 0 0px
}

#ings .poss {
    background-position: 0 -20px
}

#ings .posb {
    background-position: 0 -40px
}

#ings .negl {
    background-position: 0 -60px
}

#ings .negs {
    background-position: 0 -80px
}

#ings .negb {
    background-position: 0 -100px
}

#ings .slick-slide p {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

.ingredient_desc_text p {
    font-size: 16px !important
}

p.dest {
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #4d5758 !important
}

.diags-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: solid 1987px #f3f3f4;
    border-right: solid 117vw transparent;
    z-index: 1
}

#i-main .red-bg::before {
    bottom: -600px
}

#i-main .red-bg {
    background: transparent;
    box-shadow: none
}

#ings input {
    display: block;
    width: 100%;
    border-color: #4c5758;
    font-size: 14px;
    margin-bottom: 40px
}

input:not([type="submit"]):not(.form-control):not(.woocommerce-Input) {
    display: block;
    background: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    color: #959595;
    font-size: 12px;
    font-family: 'DINPro', sans-serif;
    padding: 5px 0;
    width: 160px
}

#ings textarea {
    width: 100%;
    height: 124px;
    border: none;
    background-attachment: local;
    resize: none;
    font-size: 14px;
    font-family: 'DINPro', sans-serif;
    color: #959595;
    background-image: repeating-linear-gradient(#fafafc, #fafafc 30px, #4c5758 30px, #4c5758 31px, #fafafc 31px);
    line-height: 31px;
    margin-bottom: 40px
}

#ings textarea::placeholder {
    color: #5a6364
}

#ings .send {
    display: block;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    color: #4c5758;
    transition: all .3s
}

#ings .send input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

#ings .send * {
    display: inline-block;
    vertical-align: middle
}

#ings .send:hover {
    padding-left: 20px
}

.com {
    font-size: 10px;
    color: #808285 !important
}

.diags-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1975px;
    pointer-events: none
}

.diags-bottom::after {
    content: '';
    position: absolute;
    bottom: -370px;
    right: 0;
    border-bottom: solid 1580px #4fa800;
    border-left: solid 190vw transparent;
    z-index: 2
}

.question {
    margin-bottom: 40px
}

.img-contact {
    position: absolute;
    right: 0;
    top: 8vh;
    width: 65vw;
    z-index: 9
}

.side-label-ingredients {
    top: 43% !important;
    left: 3% !important
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 1px solid #4fa800;
    border-radius: 4px;
    color: #4fa800;
    padding: 5px;
    margin-left: 0;
    text-transform: uppercase;
    font-size: 16px
}

span.wpcf7-not-valid-tip {
    color: #4fa800;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 20px;
    width: 300px
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
    color: #398f14;
    padding: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0
}

@media screen and (max-width: 1600px) {
    .img-ing {
        right: -7%
    }
}

@media screen and (max-width: 1500px) {
    .contact .left p {
        width: 450px;
        font-size: 17px !important
    }
    .img-ing {
        width: 67%;
        right: -10%
    }
    .ingredients .left {
        width: 450px
    }
    .ingredients .left h1 {
        font-size: 75px
    }
    .ingredients {
        min-height: 750px !important
    }
}

@media screen and (max-width: 1400px) {
    .img-contact {
        top: 15vh
    }
}

@media screen and (max-width: 1300px) {
    .img-ing {
        top: 20% !important
    }
}

@media screen and (max-width: 1200px) {
    .contact .left h1 {
        font-size: 65px !important
    }
    .img-ing {
        top: 25% !important
    }
}

@media screen and (max-width: 1100px) {
    .contact .left p {
        width: 350px;
        font-size: 15px !important
    }
    .ingredients .left hr {
        width: 20px;
        margin-top: 7.5px;
        margin-bottom: 7.5px
    }
    .ingredients .left h1 {
        font-size: 60px;
        margin-bottom: 20px
    }
    .ingredients .left p {
        line-height: 20px
    }
    .ingredients .left .button {
        margin-top: 20px;
        margin-bottom: 10px
    }
    .ingredients {
        height: 40vh !important;
        min-height: available !important
    }
}

@media screen and (max-width: 1000px) {
    .ingredients {
        min-height: 650px !important
    }
    #ings .qbox {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .ingredients .left p {
        width: 350px;
        line-height: 20px
    }
}

@media screen and (max-width: 800px) {
    .contact {
        position: absolute !important;
        top: 100px !important
    }
    .img-contact, .hero-contact {
        display: none
    }
    .contact-page .diags-bottom::after {
        border: none
    }
}

@media screen and (max-width: 700px) {
    .img-ing {
        display: none
    }
    .ingredients {
        padding: 130px 0 !important
    }
    #ings .column:nth-child(2) {
        width: 60%
    }
    #ings .column {
        width: 100% !important;
        position: relative !important;
        top: 0 !important
    }
    .main-faq #ings .wrapper::before {
        display: none
    }
    #ings .column:nth-child(3) {
        padding-top: 0
    }
    #ings .column:nth-child(2) .slick-slide p {
        margin: 0
    }
    #ings {
        padding-bottom: 50px
    }
    #i-main {
        z-index: 2;
        top: -150px
    }
    #ings h3 {
        font-size: 20px
    }
    .contact-page #badge {
        padding-bottom: 75px
    }
}

@media screen and (max-width: 500px) {
    .contact .left h1 {
        font-size: 50px !important
    }
}

@media screen and (max-width: 450px) {
    .contact .left p {
        width: 300px !important;
        line-height: 20px
    }
    .contact .left hr {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        width: 25px
    }
}

@media screen and (max-width: 400px) {
    .ingredients .left p {
        width: 250px;
        line-height: 18px !important
    }
    #ings h3 {
        font-size: 18px
    }
}

@media screen and (max-width: 350px) {
    .contact .left p {
        width: 275px !important
    }
    .contact .left h1 {
        font-size: 45px !important
    }
}

#hero.ingredients.hiw {
    background: #4fa800;
    background-size: 100%;
    min-height: 750px
}

.hiw.ingredients .left {
    margin-top: 55px;
    width: 650px
}

.hiw.ingredients .left h1 {
    color: #fff;
    margin-bottom: 0 !important
}

.hiw.ingredients .left p {
    width: 500px
}

#hero.hiw .wrapper {
    z-index: 11;
    padding-top: 100px
}

#hero.hiw .follow {
    bottom: -100px;
    z-index: 10;
    color: #4d5758
}

#hero.hiw .follow:hover {
    bottom: -100px
}

#hero.hiw .follow a:hover {
    color: #4fa800
}

#hero.hiw::after {
    background-color: #f3f3f4
}

#slide {
    z-index: 3;
    position: relative;
    height: 850px
}

#slide .bg-text {
    color: #f3f3f4
}

#slide .arrow-hiw {
    position: absolute;
    top: 50%;
    display: block;
    left: -40px;
    width: 300px !important;
    z-index: 5;
    height: 690px;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#slide .arrow-hiw .triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: solid 300px #4fa800;
    border-bottom: solid 350px transparent;
    border-top: solid 350px transparent
}

#slide .arrow-hiw.right {
    left: auto;
    right: -40px
}

#slide .arrow-hiw.right .triangle {
    border-right: solid 300px #4fa800;
    border-left: none
}

#slide .arrow-hiw img {
    position: absolute;
    top: 50%;
    left: 65px;
    z-index: 1;
    margin-top: -15px;
    transition: all .3s;
    padding: 10px;
    cursor: pointer
}

#slide .arrow-hiw.left:hover img {
    left: 55px
}

#slide .arrow-hiw.right:hover img {
    right: 55px
}

#slide .arrow-hiw.right img {
    left: auto;
    right: 65px
}

#slide .arrow-hiw .texts {
    position: absolute;
    top: 50%;
    left: 100px;
    z-index: 2;
    text-transform: uppercase;
    color: #fff;
    width: 150px;
    height: 55px;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg)
}

#slide .arrow-hiw .texts p {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 3px;
    width: 150px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0;
    transition: all .3s
}

#slide .arrow-hiw.right .texts {
    left: 50px;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg)
}

#slide .arrow-hiw .texts::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: -35px;
    width: 30px;
    height: 1px;
    background: #fff
}

#slide .arrow-hiw .texts::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: -35px;
    width: 30px;
    height: 1px;
    background: #fff
}

#slide.active-1 .arrow-hiw.left .texts p:nth-child(3), #slide.active-2 .arrow-hiw.left .texts p:nth-child(1), #slide.active-3 .arrow-hiw.left .texts p:nth-child(2), #slide.active-1 .arrow-hiw.right .texts p:nth-child(2), #slide.active-2 .arrow-hiw.right .texts p:nth-child(3), #slide.active-3 .arrow-hiw.right .texts p:nth-child(1), #slide.active-1 .words p:nth-child(1), #slide.active-2 .words p:nth-child(2), #slide.active-3 .words p:nth-child(3) {
    opacity: 1;
    top: 0
}

.slide .img {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 770px;
    z-index: 2;
    height: 700px;
    pointer-events: none;
    margin: 0 auto;
    background: url("../img/envase/FRASCO_00000.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s
}

#slide.scroll-0 .slide .img {
    background: url("../img/envase/FRASCO_00000.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-1 .slide .img {
    background: url("../img/envase/FRASCO_00001.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-2 .slide .img {
    background: url("../img/envase/FRASCO_00002.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-3 .slide .img {
    background: url("../img/envase/FRASCO_00003.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-4 .slide .img {
    background: url("../img/envase/FRASCO_00004.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-5 .slide .img {
    background: url("../img/envase/FRASCO_00005.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-6 .slide .img {
    background: url("../img/envase/FRASCO_00006.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-7 .slide .img {
    background: url("../img/envase/FRASCO_00007.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-8 .slide .img {
    background: url("../img/envase/FRASCO_00008.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-9 .slide .img {
    background: url("../img/envase/FRASCO_00009.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-10 .slide .img {
    background: url("../img/envase/FRASCO_00010.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide.scroll-11 .slide .img {
    background: url("../img/envase/FRASCO_00011.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#slide .words {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 320px;
    height: 30px;
    margin: 0 auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #4c5758
}

#slide .words p {
    font-size: 12px;
    text-transform: uppercase;
    color: #4c5758;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 0;
    opacity: 0;
    transition: all .3s;
    margin: 0 auto;
    font-weight: 600;
    right: 0;
    letter-spacing: 2px
}

#slide .words::before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: -25px;
    width: 30px;
    height: 1px;
    background: #4c5758
}

#slide .words::after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: -25px;
    width: 30px;
    height: 1px;
    background: #4c5758
}

#slide .count {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

#slide .count span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #4c5758;
    font-size: 12px;
    transition: all .3s
}

#slide .count span:nth-child(2)::before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #4c5758;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
    margin-top: -2px
}

#slide .count span:nth-child(2)::after {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #4c5758;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
    margin-top: -2px
}

#slide.active-1 .count span:nth-child(1), #slide.active-2 .count span:nth-child(2), #slide.active-3 .count span:nth-child(3) {
    color: #4fa800
}

#slide .slide .left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 220px !important
}

#slide .slide {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 740px;
    height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#slide .slide .left h2 {
    color: #4fa800;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px
}

#slide .slide .left h3 {
    color: #4d5758;
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 20px
}

.img-hiw {
    top: 0px;
    position: absolute;
    z-index: 9;
    height: 100%;
    right: -50px;
    top: auto !important;
    height: auto !important;
    pointer-events: none;
    z-index: 10
}

.hiwtext {
    position: relative;
    display: block;
    color: #4d5758;
    overflow: hidden;
    z-index: 2
}

#hiw4 {
    margin-top: 150px
}

.hiwtext .left, .hiwtext .right {
    vertical-align: top !important;
    margin-top: 35px
}

.hiwtext .left {
    display: inline-block;
    width: 45%;
    margin-right: 10%
}

.hiwtext .right {
    display: inline-block;
    width: 45%;
    margin-left: -7px
}

.hiwtext:not(#hiw2) h2 {
    color: #4fa800
}

#hiw {
    margin-bottom: 100px;
    margin-top: 120px;
    z-index: 3
}

#hiw::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

#hiw .wrapper {
    z-index: 7
}

#hiw2 {
    margin-top: 120px
}

#hiw3 .left {
    float: left;
    width: 33.3% !important;
    margin-right: 0 !important;
    padding-right: 70px
}

#hiw3 .left h2 {
    font-size: 30px;
    line-height: 38px;
    width: 200px
}

#hiw4 h3 {
    max-width: 600px
}

#hiw4 .img {
    position: absolute;
    top: 45%;
    right: -10%;
    width: 630px;
    height: 630px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#hiw4.scroll-0 .img {
    background: url("../img/pastilla/PASTILLA%202_00000.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-1 .img {
    background: url("../img/pastilla/PASTILLA%202_00001.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-2 .img {
    background: url("../img/pastilla/PASTILLA%202_00002.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-3 .img {
    background: url("../img/pastilla/PASTILLA%202_00003.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-4 .img {
    background: url("../img/pastilla/PASTILLA%202_00004.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-5 .img {
    background: url("../img/pastilla/PASTILLA%202_00005.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-6 .img {
    background: url("../img/pastilla/PASTILLA%202_00006.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-7 .img {
    background: url("../img/pastilla/PASTILLA%202_00007.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-8 .img {
    background: url("../img/pastilla/PASTILLA%202_00008.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-9 .img {
    background: url("../img/pastilla/PASTILLA%202_00009.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-10 .img {
    background: url("../img/pastilla/PASTILLA%202_00010.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

#hiw4.scroll-11 .img {
    background: url("../img/pastilla/PASTILLA%202_00011.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.diags-bottom, .diags-bottom-hiw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1975px;
    pointer-events: none
}

.diags-bottom::after, .diags-bottom-hiw div:last-child {
    content: '';
    position: absolute;
    bottom: -370px;
    right: 0;
    border-bottom: solid 1580px #4fa800;
    border-left: solid 190vw transparent;
    z-index: 2
}

.question {
    margin-bottom: 40px
}

.hiw-main .diags-bottom-hiw div:first-child {
    position: relative;
    top: 740px;
    left: 0;
    border-bottom: solid 4178px #f3f3f4;
    border-right: solid 196vw transparent
}

.hiw-main .diags-bottom::after, .hiw-main .diags-bottom-hiw div:last-child {
    border-bottom: solid 2410px #4fa800;
    border-left: solid 126vw transparent
}

.hiw-main .diags-bottom-hiw {
    height: 100%;
    background: #f3f3f4;
    z-index: 2
}

.hiw-main .badge {
    z-index: 2
}

.hiwtext h2 {
    display: block;
    font-size: 80px;
    text-transform: uppercase;
    color: #4d5758;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 72px
}

#hiw2 h2 {
    width: 800px;
    max-width: 100%;
    line-height: 70px
}

#hiw .wrapper, #hiw2 .wrapper, #hiw3 .wrapper, #hiw4 .wrapper {
    max-width: 1100px
}

#hiw4 .left {
    margin-bottom: 100px
}

.bullet_hiw {
    position: relative;
    margin-left: 30px;
    margin-bottom: 25px;
    font-size: 20px
}

.bolt_hiw {
    width: 16px !important;
    height: 19px !important;
    left: -30px !important
}

@media screen and (max-width: 1600px) {
    .img-hiw {
        width: 90%;
        right: -10%
    }
}

@media screen and (max-width: 1500px) {
    #hero.ingredients.hiw {
        min-height: 725px !important
    }
}

@media screen and (max-width: 1400px) {
    #hero.ingredients.hiw {
        min-height: 700px !important
    }
    .hiw.ingredients .left {
        margin-top: 0
    }
    #hero.hiw .wrapper {
        padding-top: 85px
    }
}

@media screen and (max-width: 1300px) {
    #hero.ingredients.hiw {
        min-height: 675px !important
    }
    #slide .arrow-hiw .triangle {
        border-left: solid 250px #4fa800
    }
    #slide .arrow-hiw.right .triangle {
        border-right: solid 250px #4fa800
    }
    #slide .arrow-hiw .texts {
        left: 80px
    }
    #slide .arrow-hiw.right .texts {
        left: 20px
    }
    #slide .arrow-hiw {
        width: 250px !important
    }
    #slide .arrow-hiw img {
        left: 55px
    }
    #slide .arrow-hiw.right img {
        right: 55px
    }
    #slide .arrow-hiw.left:hover img {
        left: 45px
    }
    #slide .arrow-hiw.right:hover img {
        right: 45px
    }
    #hiw4 .wrapper {
        margin-bottom: 125px
    }
}

@media screen and (max-width: 1200px) {
    #hero.ingredients.hiw {
        min-height: 650px !important
    }
    #slide .arrow-hiw .texts {
        display: none
    }
    #slide .arrow-hiw.right .texts {
        display: none
    }
    #slide .arrow-hiw .triangle {
        border-left: solid 140px #4fa800
    }
    #slide .arrow-hiw.right .triangle {
        border-right: solid 140px #4fa800
    }
    #slide .arrow-hiw {
        width: 140px !important
    }
    #hiw4 h3 {
        max-width: 450px
    }
    #hiw4 .img {
        right: -20%
    }
}

@media screen and (max-width: 1100px) {
    #hero.ingredients.hiw {
        min-height: 600px !important
    }
    #hiw3 .left {
        width: 100% !important
    }
    #hiw3 .left h2 {
        width: 100%
    }
    .hiw.ingredients .left {
        margin-top: 50px
    }
}

@media screen and (max-width: 1000px) {
    #hiw4 .img {
        right: -5%;
        width: 400px;
        height: 400px
    }
}

@media screen and (max-width: 950px) {
    #slide .arrow-hiw {
        display: none !important
    }
}

@media screen and (max-width: 800px) {
    .img-hiw {
        display: none
    }
    .hiw.ingredients .left {
        white-space: normal;
        margin-top: 0
    }
    #hero.hiw .wrapper {
        padding-top: 0
    }
    .hiw-main #slide {
        display: none
    }
    #hero.ingredients::after {
        height: 0px
    }
    .hiw-main .diags-bottom-hiw div:last-child {
        display: none
    }
    .hiwtext h2, #hiw2 h2 {
        font-size: 45px;
        line-height: 45px
    }
    #hiw4 .img {
        position: relative;
        top: 225px;
        right: -20%
    }
    #hiw2 .left, #hiw2 .right, #hiw4 .left {
        width: 100% !important
    }
    #hiw3 .left {
        padding-right: 0
    }
    .hiw.ingredients .left p {
        width: 350px
    }
}

@media screen and (max-width: 700px) {
    #hiw4 .img {
        right: -10%
    }
    #hiw .left, #hiw .right {
        width: 100% !important
    }
}

@media screen and (max-width: 500px) {
    .hiwtext h2, #hiw2 h2 {
        font-size: 45px;
        line-height: 45px
    }
    #hiw4 .img {
        top: 175px;
        right: 0;
        width: 300px;
        height: 300px
    }
    .hiw.ingredients .left p {
        width: 300px
    }
}

@media screen and (max-width: 400px) {
    .hiwtext h2, #hiw2 h2 {
        font-size: 35px;
        line-height: 35px
    }
    #hiw4 .img {
        right: 10%
    }
    .hiw.ingredients .left p {
        width: 250px
    }
}

.light-bg-shop {
    padding-top: 50px
}

.light-bg-shop::before {
    border-top-width: 1700px !important
}

#hero.shop {
    background: #fafafc;
    background-size: cover;
    height: 35vh;
    background-position: center;
    z-index: 2
}

#hero.shop .wrapper {
    width: 70%;
    height: 55%
}

#hero.shop::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 214px;
    background-color: #fafafc
}

.shop .left {
    z-index: 1;
    position: relative;
    width: 85%;
    margin-left: 7.5%;
    margin-top: 125px
}

.shop .left h1 {
    color: #4c5758
}

#hero.shop .left p {
    color: #fff
}

#hero.shop .follow {
    top: 75vh
}

#hero.shop .follow:hover {
    bottom: 200px
}

#hero.shop .wrapper h1 {
    font-size: 90px;
    color: #4c5758
}

#hero.shop .wrapper p {
    color: #4c5758
}

#hero.shop .fa {
    color: #4c5758
}

#hero.shop .fa:hover {
    color: #4fa800
}

.product-buy .side-label {
    top: 200px !important;
    left: 25%
}

.product-buy {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    height: 60vh
}

.product-buy-img-1, .product-buy-img-2 {
    transform: translateX(150px);
    max-width: max-content
}

.product-buy-img-3 {
    max-width: max-content
}

.product-buy .hr-up {
    margin-top: 15px !important
}

.product-buy-logo {
    width: 100px
}

.product-buy h1 {
    color: #4fa800;
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -4px;
    line-height: 55px;
    width: 250px
}

.frow {
    color: #4c5758 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0 !important;
    letter-spacing: -1.5px
}

.srow {
    color: #4c5758 !important;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: lighter;
    margin-top: 0;
    margin-bottom: 0 !important;
    letter-spacing: -1.5px
}

.frow span {
    font-weight: normal;
    font-size: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    letter-spacing: -0.5px;
    color: #808285 !important
}

.frow span i {
    margin-right: 3px
}

.product-buy .button {
    margin-top: 15px !important;
    margin-bottom: 0 !important
}

.shop-spacer {
    padding-bottom: 200px
}

.woocommerce-message {
    display: none
}

.product.woocommerce.add_to_cart_inline {
    display: none !important
}

a.added_to_cart.wc-forward {
    display: none
}

@media screen and (max-width: 1700px) {
    .product-buy-img-1, .product-buy-img-2 {
        transform: translateX(100px)
    }
    .product-buy-img-3 {
        transform: translateX(-50px)
    }
}

@media screen and (max-width: 1500px) {
    .product-buy-img-1, .product-buy-img-2 {
        transform: translateX(50px)
    }
    .product-buy-img-3 {
        max-width: 750px;
        transform: translate(-50px, 50px)
    }
}

@media screen and (max-width: 1400px) {
    .shop .left {
        margin-top: 100px
    }
    #hero.shop .wrapper h1 {
        font-size: 65px
    }
    #hero.shop .wrapper hr {
        width: 20px;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 1300px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 700px;
        transform: translateX(0px)
    }
    .product-buy-img-3 {
        max-width: 700px;
        transform: translate(-50px, 50px)
    }
    .shop .left {
        margin-top: 125px
    }
}

@media screen and (max-width: 1100px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 700px;
        transform: translateX(100px)
    }
    .product-buy-img-3 {
        max-width: 700px;
        transform: translate(50px, 50px)
    }
    .shop-side {
        display: none
    }
    .shop-left {
        width: 60% !important
    }
    .shop-right {
        width: 40% !important
    }
    #hero.shop {
        height: 225px
    }
}

@media screen and (max-width: 1000px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 650px;
        transform: translateX(100px)
    }
    .product-buy-img-3 {
        max-width: 650px;
        transform: translate(50px, 50px)
    }
    .shop-spacer {
        padding-bottom: 100px
    }
    .product-buy {
        height: 475px
    }
    .shop .left {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 600px;
        transform: translate(75px, 25px)
    }
    .product-buy-img-3 {
        max-width: 600px;
        transform: translate(25px, 50px)
    }
    #hero.shop .wrapper hr {
        margin: 10px 0
    }
    #hero.shop .wrapper h1 {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 800px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 550px;
        transform: translate(25px, 50px)
    }
    .product-buy-img-3 {
        max-width: 500px;
        transform: translate(25px, 100px)
    }
    #hero.shop {
        padding-bottom: 0px;
        height: 100px
    }
    .shop .left {
        margin-top: 0px
    }
    #hero.shop .wrapper h1 {
        font-size: 55px
    }
    #hero.shop .wrapper hr {
        width: 20px;
        margin-top: 5px;
        margin-bottom: 5px
    }
    .product-buy h1 {
        font-size: 50px;
        line-height: 45px
    }
    .light-bg-shop {
        background-color: #fafafc !important;
        padding-top: 0px
    }
}

@media screen and (max-width: 650px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 450px;
        transform: translate(25px, 65px)
    }
    .product-buy-img-3 {
        max-width: 400px;
        transform: translate(25px, 100px)
    }
    .product-buy h1 {
        font-size: 40px;
        line-height: 35px
    }
}

@media screen and (max-width: 600px) {
    #hero.shop .wrapper {
        width: 100%
    }
    .shop-spacer {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 550px) {
    .product-buy-img-1, .product-buy-img-2 {
        max-width: 400px;
        transform: translate(25px, 65px)
    }
    .product-buy-img-3 {
        max-width: 350px;
        transform: translate(25px, 100px)
    }
}

@media screen and (max-width: 500px) {
    .shop-left {
        display: none
    }
    .shop-right {
        width: 100% !important;
        padding-left: 25%
    }
    .product-buy h1 {
        font-size: 60px;
        line-height: 55px
    }
    .shop-spacer {
        display: none
    }
}

@media screen and (max-width: 450px) {
    .shop-right {
        padding-left: 15%
    }
    #hero.shop .wrapper h1 {
        font-size: 50px
    }
}

@media screen and (max-width: 400px) {
    .shop-right {
        padding-left: 10%
    }
}

@media screen and (max-width: 350px) {
    .product-buy h1 {
        font-size: 50px;
        line-height: 45px
    }
    #hero.shop .wrapper h1 {
        font-size: 45px
    }
}

#cart-content {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#cart-content.active {
    left: 0
}

#cart-content .wp {
    position: absolute;
    top: 0;
    right: -20%;
    opacity: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(75, 86, 87, 0.94);
    padding: 8%;
    padding-right: 90px;
    transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#cart-content .wp h1 {
    font-size: 20px;
    transition: all .3s;
    line-height: 85px;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: uppercase
}

#cart-content hr {
    width: 30px;
    border-color: #fff;
    margin-bottom: 10px;
    text-align: left
}

#cart-content.active .wp {
    right: 0;
    transition-delay: .2s;
    opacity: 1
}

#product-add {
    width: 190px;
    text-align: center
}

.cart-body {
    position: relative;
    width: 100%
}

.table-cart {
    margin: 15px 0 15px 0;
    width: 100%;
    display: table
}

.cart-body hr {
    width: 100% !important;
    margin-bottom: 15px !important
}

.cart-body h3 {
    font-size: 15px;
    transition: all .3s;
    line-height: 50px;
    font-weight: normal;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 12.5%;
    padding-bottom: 12.5%
}

.cart-body h2 {
    font-size: 15px;
    transition: all .3s;
    letter-spacing: -0.5px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    line-height: 22px;
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px
}

.cart-body h2 span, .cart-body h2 a {
    transition: all .3s
}

.cart-body h2 span:hover {
    color: #4fa800;
    cursor: pointer
}

.item-quantity {
    font-size: 14px !important
}

.item-quantity:hover {
    cursor: none !important
}

.cart-body h2 a:hover {
    color: #4fa800
}

.product-holder {
    display: table-row
}

.product-holder p {
    display: table-cell !important;
    line-height: 14px !important;
    font-size: 14px !important
}

.pwhite {
    color: #fff !important
}

.pred {
    color: #4fa800 !important
}

.cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px
}

.cell-one {
    width: 15%
}

.cell-two {
    width: 50%;
    position: relative
}

.cell-three {
    width: 15%
}

.cell-four {
    width: 10%
}

.cell-five {
    width: 10%
}

.tac {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center
}

.tal {
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left
}

.tar {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right
}

.cart-data {
    font-size: 14px
}

.cart-plus, .cart-minus, .continue-shopping {
    cursor: pointer
}

.remove {
    position: relative;
    width: 10px;
    height: 10px;
    float: right;
    cursor: pointer
}

.rhover {
    cursor: pointer
}

.remove span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: all .3s
}

.rshover {
    background-color: #4fa800 !important
}

.remove span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important
}

.remove span:nth-child(2) {
    top: 5px;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important
}

.cart-quantity input {
    display: table-cell !important;
    width: 20px !important;
    height: 20px;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    border: none !important
}

.cart-quantity span {
    font-size: 16px;
    transition: all .3s
}

.cart-quantity span:hover {
    color: #4fa800;
    cursor: pointer
}

.cart-quantity .cart-minus, .cart-quantity .cart-plus {
    padding-left: 5px;
    padding-right: 5px
}

.cart-border {
    border-color: #959595 !important
}

.continue-shopping a {
    float: right
}

.flash-cart {
    position: absolute;
    top: 30px;
    right: 0;
    color: #c1c1c1 !important;
    font-size: 16px !important
}

.error {
    color: #4fa800 !important
}

.checkout-coupon-applied span {
    font-size: 14px;
    color: #c1c1c1
}

.subscription-line-cart {
    position: absolute;
    left: 0;
    padding-top: 5px
}

.subscription-line-cart .woocommerce-Price-amount, .subscription-line-cart .subscription-details {
    color: #afafaf !important
}

@media screen and (max-width: 1500px) {
    .cell-one {
        width: 20%
    }
    .cell-two {
        width: 40%
    }
    .cell-three {
        width: 20%
    }
}

@media screen and (max-width: 1100px) {
    #cart-content .wp {
        padding: 8%;
        width: 100%;
        padding-top: 15%
    }
    #cart-content .wp .logo {
        display: none
    }
}

#announce {
    position: relative;
    display: block;
    width: 100%;
    background: url("../img/bg-shop3.jpg");
    background-size: cover;
    background-position: center;
    background-color: #4fa800;
    min-height: 100vh;
    z-index: 1
}


.light-bg1 {
    color: #4c5758
}

#announce a {
    color: #fff !important
}

#announce .wrapper {
    text-align: -webkit-center;
    width: 65%
}

#announce .arrow, #ings .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 40px;
    margin-top: -45px;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#announce .arrow:hover, #ings .arrow:hover {
    left: -10px
}

#announce .arrow.right, #ings .arrow.right {
    left: initial;
    left: auto;
    right: 0
}

#announce .arrow.right:hover, #ings .arrow.right:hover {
    right: -10px
}

#announce .follow {
    position: absolute;
    bottom: 50px;
    right: 120px;
    padding: 30px;
    z-index: 8;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

#announce .follow:hover {
    bottom: 30px
}

#announce .follow div {
    display: block;
    transition: all .3s
}

#announce .follow div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px)
}

#announce .follow div * {
    display: block;
    margin: 0 auto
}

#announce .follow:hover div:first-child {
    transform: translateY(-20px);
    opacity: 0
}

#announce .follow:hover div:last-child {
    opacity: 1;
    transform: translateY(0)
}

#announce .follow a {
    font-size: 20px;
    padding: 5px;
    transition: all .3s
}

#announce .follow a:hover {
    color: #4c5758
}

.announce-left h1 {
    display: block;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1
}

.announce-left p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #4c5758 !important;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1
}

.announce-row {
    display: table-row;
    position: absolute;
    margin-top: 30vh;
    width: 100%
}

.announce-left, .announce-right {
    display: table-cell;
    vertical-align: middle;
    width: 40%
}

.announce-left {
    text-align: -webkit-left;
    text-align: left
}

.announce-right {
    text-align: -webkit-right;
    text-align: right
}

.announce-right img {
    width: 150px
}

.u-reply {
    width: 75%;
    text-align: justify;
    font-size: 13px !important
}

@media screen and (max-width: 600px) {
    .announce-right {
        display: none
    }
    .announce-left {
        width: 100%
    }
}

footer {
    position: fixed;
    display: block;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 160px;
    color: #fff;
    background-image: url("../img/bg-footer.jpg");
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 1s 3s
}

.loaded footer {
    opacity: 1
}

footer .arrow-up {
    position: relative;
    z-index: 0;
    cursor: pointer;
    transition: all .3s
}

footer .arrow-up:hover {
    transform: translateY(10px)
}

footer p {
    display: block;
    font-size: 10px;
    line-height: 15px;
    color: #9a9a9a
}

footer .xs-link {
    display: block;
    font-size: 10px;
    color: #fff;
    transition: all .3s
}

footer h4 {
    display: block;
    font-weight: normal;
    line-height: 16px
}

footer input:not([type="submit"]) {
    display: block;
    background: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    color: #959595;
    font-size: 12px;
    font-family: 'DINPro', sans-serif;
    padding: 5px 0;
    width: 160px
}

footer .submit {
    display: block;
    cursor: pointer;
    transition: all .3s;
    position: relative
}

footer .submit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

footer hr {
    border-color: #d2d3d4;
    width: 10px
}

@media screen and (max-width: 1366px) {
    footer p {
        width: 350px
    }
}

@media screen and (max-width: 1200px) {
    footer h4 {
        font-size: 14px
    }
}

@media screen and (max-width: 1000px) {
    footer p {
        width: auto
    }
    .footer-side {
        display: none
    }
    .footer-left {
        width: 100%;
        display: table-footer-group;
        float: none
    }
    .footer-right {
        width: 100%;
        display: table-header-group;
        float: none
    }
    .footer-main {
        margin-left: 25%
    }
    .res-margin {
        margin-top: 75px
    }
}

@media screen and (max-width: 900px) {
    .footer-main {
        margin-left: 22.5%
    }
}

@media screen and (max-width: 800px) {
    .footer-main {
        margin-left: 17.5%
    }
}

@media screen and (max-width: 700px) {
    .footer-main {
        margin-left: 12.5%
    }
}

@media screen and (max-width: 600px) {
    .footer-main {
        margin-left: 10%
    }
    footer p {
        width: 450px
    }
}

@media screen and (max-width: 500px) {
    footer p {
        width: 375px
    }
    .res-500 {
        display: none
    }
    .res-500-50 {
        width: 50%
    }
}

@media screen and (max-width: 400px) {
    footer p {
        width: 275px
    }
}

#hero.info-hero {
    background: url("../img/bg-ingredients.jpg");
    background-size: cover;
    min-height: 810px;
    background-position: 0 201%;
    z-index: 2
}

#hero.info-hero .hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 80px;
    background: transparent;
    text-align: center;
    z-index: 8;
    pointer-events: none
}

#hero.info-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 214px;
    background-color: #fafafc
}

.img-info {
    top: 0px;
    position: absolute;
    z-index: 9;
    height: 100%;
    right: 0px;
    top: auto !important;
    top: 8% !important;
    height: auto !important;
    bottom: -14%;
    pointer-events: none
}

.img-legal, .img-legal-tos {
    top: 0px;
    position: absolute;
    z-index: 9;
    height: 100%;
    right: 0px;
    top: auto !important;
    height: auto !important;
    bottom: -14%;
    pointer-events: none
}

.info-hero .left {
    z-index: 1;
    position: relative;
    width: 550px;
    margin-left: 0;
    margin-top: 15%
}

.info-hero .left h1 {
    color: #4c5758
}

#hero.info-hero .left p {
    color: #fff
}

#hero.info-hero .follow {
    bottom: 300px
}

#hero.info-hero .follow:hover {
    bottom: 260px
}

.privacy-policy-head .left {
    width: 600px;
    margin-top: 15%
}

.delivery-policy-head .left {
    width: 650px;
    margin-top: 15%
}

.refund-return-head .left {
    width: 600px;
    margin-top: 12%
}

.tos-head .left {
    margin-top: 12%
}

.tos-head p {
    text-align: justify
}

.info-headline {
    position: relative;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.paragraph {
    display: block;
    padding-left: 45px;
    margin-bottom: 50px
}

.paragraph h1 {
    position: relative;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: -1px
}

.paragraph p {
    position: relative;
    margin-bottom: 10px !important;
    text-align: justify
}

.paragraph p span {
    color: #808285 !important
}

.paragraph a {
    color: #4fa800
}

.paragraph span {
    position: absolute;
    top: 0;
    left: -45px
}

.info-page .side-label {
    position: fixed !important
}

.info-page #badge {
    padding-bottom: 200px !important;
    z-index: 9;
    background-color: #f6f6f8
}

.img-info-page {
    width: 50%
}

.img-legal-tos {
    width: 54%
}

.img-faq {
    top: 0px;
    position: absolute;
    z-index: 9;
    height: 100%;
    right: 0px;
    top: auto !important;
    top: 0 !important;
    height: auto !important;
    bottom: -14%;
    pointer-events: none
}

@media screen and (max-width: 1900px) {
    .info-hero .left {
        width: 500px
    }
}

@media screen and (max-width: 1650px) {
    .img-faq {
        right: -50px
    }
    #hero.info-hero .left p {
        width: 350px
    }
    .info p {
        width: 350px !important
    }
    #hero.info-hero .follow {
        bottom: 250px
    }
}

@media screen and (max-width: 1450px) {
    .delivery-policy-head h1, .refund-return-head h1, .privacy-policy-head h1, .tos-head h1 {
        width: 500px
    }
}

@media screen and (max-width: 1500px) {
    .img-faq {
        right: -50px
    }
    #hero.info-hero .left p {
        width: 400px
    }
    .info p {
        width: 400px !important
    }
    #hero.info-hero .follow {
        bottom: 250px
    }
}

@media screen and (max-width: 1100px) {
    .delivery-policy-head .left, .refund-return-head .left, .privacy-policy-head .left, .tos-head .left {
        width: 400px;
        margin-top: 28%
    }
    .tos-head h1, .tos-head p {
        width: 400px
    }
    .tos-head p {
        line-height: 20px !important
    }
}

@media screen and (max-width: 1000px) {
    .tos-head .left {
        margin-top: 20%
    }
    .tos-head h1, .tos-head p {
        width: 300px !important
    }
}

@media screen and (max-width: 800px) {
    .faq, .info {
        position: absolute !important;
        top: 100px !important
    }
    .img-faq, .img-legal, .hero-info, .img-legal-tos {
        display: none
    }
    .delivery-policy-head .left, .refund-return-head .left, .privacy-policy-head .left, .tos-head .left {
        margin-top: 15% !important
    }
    .info-page {
        padding-top: 50px
    }
    .tos-head h1, .tos-head p {
        width: 450px !important
    }
}

@media screen and (max-width: 500px) {
    .delivery-policy-head h1, .delivery-policy-head p, .refund-return-head h1, .refund-return-head p, .privacy-policy-head h1, .privacy-policy-head p, .tos-head h1, .tos-head p {
        width: 300px !important
    }
}

@media screen and (max-width: 450px) {
    #hero.hero-faq {
        min-height: 420px !important
    }
}

@media screen and (max-width: 375px) {
    .delivery-policy-head h1, .delivery-policy-head p, .refund-return-head h1, .refund-return-head p, .privacy-policy-head h1, .privacy-policy-head p, .tos-head h1, .tos-head p {
        width: 250px !important
    }
}

.entry-header {
    display: none !important
}

.entry-footer {
    display: none !important
}

.main-checkout {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    background: #fcfcff;
    overflow: hidden
}

.checkout_section_wrap {
    padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
    margin: 0 auto;
    zoom: 1
}

.checkout-bg {
    background-color: #fafafc !important
}

.checkout-bg:before {
    border-top: solid 1987px #fcfcff !important;
    border-left: solid 100vw transparent !important
}

.checkout-header {
    padding-top: 125px;
    position: relative;
    display: block;
    width: 100%
}

.checkout-header-wrapper {
    padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
    margin: 0 auto;
    zoom: 1
}

.checkout-header hr {
    margin-bottom: 15px;
    margin-top: 15px
}

.checkout-header .title {
    font-size: 70px;
    color: #4c5758;
    text-transform: uppercase
}

.checkout-header .right {
    text-align: right
}

.checkout-header .right .content .woocommerce-info {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 17px
}

.checkout-header .right .content .woocommerce-info a {
    color: #4fa800;
    text-transform: none
}

#customer_details {
    margin-top: 100px;
    z-index: 1
}

.customer_details_container {
    border-right: 1px solid #e6e6e6;
    padding-right: 50px
}

.payment_details_container {
    padding-left: 50px
}

.alt_payment_sep {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85714em;
    line-height: 1.4;
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.alt_payment_sep:before {
    content: '';
    display: inline-block;
    height: 1px;
    background: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.alt_payment_sep:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.alt_payment_sep_content {
    display: inline-block;
    padding: 0 1em;
    color: #999999
}

.alt-payment-list {
    font-size: 0
}

.alt-payment-list__item--paypal {
    background-color: #ffc520
}

.alt-payment-list__item--paypal:hover {
    background-color: #ffbb00
}

.alt-payment-list__item {
    position: relative;
    display: block;
    margin: 0 0 0.5em;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    vertical-align: middle
}

.alt-payment-list__item__link {
    display: block;
    padding: 1.28571em 0
}

.alt-payment-list__item__logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 1.28571em
}

.client_information_title, .billing_fields_title, .shipping_fields_title, .shipping_methods_title, .payment_methods_title, .order_review_title {
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: -0.5px
}

.order_review_title {
    display: none
}

.woocommerce-checkout {
    padding-bottom: 250px
}

.woocommerce-checkout abbr.required {
    display: none
}

.field, .field-select {
    position: relative;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px !important;
    z-index: 2
}

.field-25 {
    width: 25% !important
}

.field-30 {
    width: 33.33333% !important
}

.field-37 {
    width: 37.5% !important
}

.field-50 {
    width: 50% !important
}

.field-70 {
    width: 66.66667% !important
}

.field-left {
    padding-right: 6px
}

.field-center {
    padding-right: 6px;
    padding-left: 6px
}

.field-right {
    padding-left: 6px
}

.field-hidden {
    display: none !important
}

.field label {
    font-family: Helvetica Neue, sans-serif;
    margin: 0.5em 0;
    color: #afafaf;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 13.5px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.5em;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.field label span.optional {
    display: none
}

.label-active {
    font-size: 11px !important;
    color: #999 !important;
    top: -10px !important
}

.field-select label {
    font-family: Helvetica Neue, sans-serif;
    margin: 0.5em 0;
    color: #999999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 11px;
    font-weight: normal;
    position: absolute;
    top: -10px;
    width: 100%;
    margin-top: 0.5em;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.field-select label span.optional {
    display: none
}

.field input {
    -webkit-appearance: none;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #333333;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0.8em;
    word-break: normal
}

.input-active {
    padding-top: 1.5em !important;
    padding-bottom: 0.38em !important
}

.field_input_focus {
    -webkit-box-shadow: 0 0 0 2px #4c5758 !important;
    box-shadow: 0 0 0 2px #4c5758 !important
}

.field_input_focus_red {
    -webkit-box-shadow: 0 0 0 2px #4fa800 !important;
    box-shadow: 0 0 0 2px #4fa800 !important
}

.field-select select {
    padding-top: 1.5em !important;
    padding-bottom: 0.38em !important;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0.8em;
    word-break: normal;
    text-overflow: '';
    background-color: transparent;
    background-position: 95% center;
    background-position: right 1em center;
    background-repeat: no-repeat;
    background-image: url("https://cdn.shopify.com/s/assets/checkout/dropdown-arrow-down-dark-28046c8256e8793b852da5c568b152cd02148424358f61926621bc827f6be66f.png");
    background-image: url("https://cdn.shopify.com/s/assets/checkout/dropdown-arrow-down-dark-03cace330ac9af908922bab6c8e659b8c356ca7093d8b680fb3b09cd4b642ecb.svg"), none
}

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

.field-select select option {
    background-color: #fff;
    color: #000
}

.email_subheading_holder {
    position: relative;
    width: 100%;
    height: 80px
}

.email_subheading {
    color: #afafaf;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: 0;
    top: 43px
}

.woocommerce-account-fields {
    margin-top: 300px;
    margin-bottom: 25px
}

.woocommerce-account-fields .state label {
    letter-spacing: -0.5px
}

#ship-to-different-address {
    margin-bottom: 25px
}

#account_password_field {
    margin-bottom: 25px !important
}

#account_password_field input {
    width: 50% !important
}

.create-account {
    position: relative
}

.show_password {
    display: none;
    position: absolute;
    top: 12px;
    left: 245px;
    z-index: 3;
    width: 40px;
    cursor: pointer;
    color: #b7b7b7;
    text-align: center
}

.show_password_active {
    color: #898989
}

.woocommerce-billing-fields {
    position: relative
}

.login_to_account {
    position: absolute;
    right: 0;
    top: 0
}

.login_to_account span {
    font-size: 14px;
    font-family: Helvetica Neue, sans-serif;
    color: #afafaf
}

.login_to_account span a {
    color: #4fa800
}

.shipping_address {
    margin-bottom: 240px
}

.shipping_methods_wrapper {
    margin-top: 30px
}

.shipping_methods_box, .payment_methods_box {
    border-radius: 4px;
    background: transparent;
    color: #737373;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    overflow: hidden
}

.content-box_row:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top: none
}

.content-box_row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1.14286em;
    position: relative;
    border-top: 1px solid #d9d9d9;
    zoom: 1
}

.content-box_row:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.shipping_methods_wrapper .amount {
    float: right
}

.delivery_estimate_wrapper {
    position: absolute;
    top: 18px;
    left: 160px;
    font-family: Helvetica Neue, sans-serif
}

.delivery_estimate {
    color: #7a7a7a;
    font-size: 10px;
    line-height: 10px
}

.delivery_subheading_holder {
    position: relative;
    width: 100%
}

.delivery_subheading {
    color: #afafaf;
    font-size: 10px;
    line-height: 10px
}

.shipping_methods_box label img {
    position: absolute;
    height: 16px;
    max-width: unset;
    top: 0px;
    padding-left: 5px
}

.shipping_methods_no_shipping_icon {
    font-size: 20px;
    color: #4fa800;
    margin-right: 10px
}

.content-box_row span {
    font-size: 14px
}

.cart_items_wrapper .cart_item {
    margin-bottom: 10px
}

.order_review_item_image img {
    border: 1px solid #d9d9d9;
    padding: 5px;
    border-radius: 4px
}

.order_review_item_image .item_quantity {
    left: 60px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0.70em 0.65em;
    border-radius: 2em;
    background-color: rgba(153, 153, 153, 0.9);
    color: #fff;
    position: absolute;
    top: -0.75em;
    z-index: 3
}

.cart_item .item_name {
    color: #4b4b4b;
    width: 1em;
    min-width: 100%;
    display: block;
    font-weight: 500;
    font-size: 0.85em;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.3em
}

.order_review_item_info {
    padding-top: 5.5%
}

.cart_item .item_description {
    color: #969696;
    display: block;
    font-size: 0.75em;
    font-weight: normal;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.3em
}

.item_tax_desc {
    color: #969696;
    display: block;
    font-size: 9px;
    font-weight: normal;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.3em
}

.order_review_item_price .amount {
    color: #4b4b4b;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
    font-size: 0.85em;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.3em
}

.order_review_item_price {
    padding-top: 5.5%;
    text-align: right
}

.discount-wrapper {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding-top: 1.5em;
    padding-bottom: 1.0em;
    border-color: rgba(175, 175, 175, 0.34);
    margin-bottom: 20px;
    margin-top: 25px
}

.btn-coupon {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #fff !important;
    background-color: #d9d9d9 !important
}

.btn_active {
    background-color: #4fa800 !important;
    cursor: pointer
}

.cart-discount .label span {
    font-size: 12px;
    text-transform: uppercase;
    color: #4fa800
}

.cart-discount .label .fa {
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer
}

.cart-discount .label .fa:hover {
    cursor: pointer;
    color: #4fa800
}

.cart-total-calc .row {
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-total-calc {
    font-family: Helvetica Neue, sans-serif
}

.cart-total-calc .label, .cart-total-calc .amount {
    font-size: 15px
}

.order-total {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid;
    border-color: rgba(175, 175, 175, 0.34);
    font-family: Helvetica Neue, sans-serif
}

.order-total .label {
    color: #4b4b4b;
    font-size: 18px;
    line-height: 24px
}

.order-total .vat_desc {
    font-size: 10px;
    color: #969696;
    line-height: 28px;
    text-align: right
}

.order-total .amount-total {
    color: #4b4b4b;
    font-size: 20px
}

.woocommerce-terms-and-conditions-wrapper {
    display: none !important
}

.woocommerce-checkout-review-order-table {
    margin-bottom: 50px
}

.paypal_checkout_logo {
    position: absolute;
    height: 20px;
    max-width: unset;
    top: 0px;
    padding-left: 5px
}

.content-box_desc {
    background-color: #fafafc;
    text-align: center;
    text-align: -webkit-center;
    display: none
}

.content-box_desc img {
    margin-top: 25px
}

.content-box_desc p {
    font-size: 14px !important;
    line-height: 15px !important;
    margin-top: 15px;
    letter-spacing: -0.5px
}

.wc_payment_method span {
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: -0.5px
}

.wc_payment_method:hover {
    cursor: pointer
}

.radio__label__accessory {
    vertical-align: middle;
    display: table-cell;
    padding-left: 0.75em;
    white-space: nowrap;
    text-align: right
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip: rect(0 0 0 0);
    width: 2px;
    height: 2px;
    margin: -2px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.radio__label__accessory .payment-icon {
    margin: -2px 0 -6px;
    display: inline-block;
    width: 38px;
    height: 24px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.3, 0, 0, 1);
    -webkit-backface-visibility: hidden
}

.payment-icon--visa {
    background-image: url("../img/visa-checkout-logo.svg"), none
}

.payment-icon--master {
    background-image: url("../img/master-checkout-logo.svg"), none
}

.payment-icon--american-express {
    background-image: url("../img/american_express-checkout-logo.svg"), none
}

.payment-icon--jcb {
    background-image: url("../img/jcb-checkout-logo.svg"), none
}

.payment-icon--discover {
    background-image: url("../img/discover-checkout-logo.svg"), none
}

.payment_subheading_holder {
    position: relative;
    width: 100%
}

.payment_subheading {
    color: #afafaf;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    left: 0;
    top: -20px
}

.button-checkout {
    -webkit-appearance: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    background-color: #5dc87f;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em 0.8em;
    word-break: normal;
    font-family: 'DINPro', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 25px
}

.button-checkout:hover {
    cursor: pointer;
    background-color: #242526
}

.submit-inactive {
    background-color: #afafaf !important;
    cursor: wait !important
}

.input-validation-errors {
    margin-top: 25px;
    font-size: 12px;
    color: #4fa800
}

.input-validation-errors div {
    padding-top: 2.5px;
    padding-bottom: 2.5px
}

.input-validation-errors .fa {
    padding-left: 5px;
    padding-right: 5px
}

.tos_subheading_holder {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.tos_subheading {
    color: #afafaf;
    font-size: 10px;
    line-height: 10px
}

.tos_subheading a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.tos_subheading a:hover {
    color: #4fa800
}

.woocommerce-account-fields {
    display: none
}

.trial-offer-notification {
    position: relative;
    width: 100%;
    margin-top: 25px;
    display: none
}

.trial-notification {
    padding: 10px 10px 10px 10px;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px
}

.trial-notification i, .trial-notification span {
    color: #4fa800;
    font-weight: bold
}

.subscription-line {
    position: absolute;
    font-size: 13px;
    left: 100px;
    bottom: 0px;
    color: #4fa800
}

.recurring-total {
    font-family: Helvetica Neue, sans-serif;
    padding-top: 15px
}

.recurring-total .label, .next-recurring-payment .label {
    color: #4b4b4b;
    font-size: 15px;
    line-height: 24px;
    color: #4fa800
}

.recurring-total .vat_desc {
    font-size: 8px;
    color: #969696;
    line-height: 28px;
    text-align: right;
    color: #4fa800
}

.recurring-total .amount-total, .next-recurring-payment .amount-total {
    color: #4b4b4b;
    font-size: 15px;
    color: #4fa800
}

.next-recurring-payment {
    font-family: Helvetica Neue, sans-serif
}

.main-checkout .woocommerce-error, .woocommerce-info {
    position: relative;
    top: 100px;
    font-size: 25px;
    color: #4fa800;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 1400px) {
    .checkout-header .title {
        font-size: 60px
    }
    .checkout-header {
        padding-top: 115px
    }
    .checkout-header hr {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        width: 20px
    }
    .checkout-bg {
        top: -50px
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .order_review_item_info {
        padding-top: 7%;
        padding-left: 5px
    }
    .subscription-line {
        font-size: 11px
    }
    .payment-icon--discover {
        display: none !important
    }
}

@media screen and (max-width: 999px) {
    .customer_details_container {
        width: 100% !important;
        margin-bottom: 50px;
        border-right: none;
        padding-right: 0
    }
    .payment_details_container {
        width: 100% !important;
        padding-left: 0
    }
    .order_review_item_info, .order_review_item_price {
        padding-top: 3%
    }
    .checkout-header .title {
        font-size: 50px
    }
    .order_review_title {
        display: block
    }
    .woocommerce-checkout {
        padding-bottom: 50px
    }
}

@media screen and (max-width: 1100px) {
    .subscription-line {
        left: 84px
    }
}

@media screen and (min-width: 1000px) {
    .discount-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .alt-payment-list__item:first-child {
        margin-left: 0
    }
    .alt-payment-list__item {
        display: inline-block;
        margin: 0.5em 0 0.5em 0.5em
    }
    .alt-payment-list__item__link {
        padding: 0.85714em 0;
        min-width: 10.78571em
    }
}

@media screen and (max-width: 800px) {
    .main-checkout .woocommerce-error {
        top: 100px
    }
}

@media screen and (max-width: 500px) {
    .order_review_item_info {
        width: 70%
    }
    .order_review_item_price {
        width: 30%
    }
    .cart_items_wrapper .cart_item {
        margin-bottom: 35px
    }
    .subscription-line {
        left: 0px;
        bottom: -15px
    }
}

@media screen and (max-width: 470px) {
    mobile-hide {
        display: none
    }
    .shipping_methods_box label img {
        height: 10px;
        top: 4px
    }
    .delivery_estimate_wrapper {
        top: 22px;
        left: 105px
    }
    .payment-icon--discover, .payment-icon--american-express {
        display: none !important
    }
}

#announce-light {
    position: relative;
    display: block;
    width: 100%;
    overflow: -webkit-paged-x;
    background: url("../img/uncompressed/bg-ingredients25.jpg");
    background-size: cover;
    background-color: #fcfcff;
    background-position: center;
    min-height: 100vh;
    z-index: 1
}

#announce-light a {
    color: #4fa800
}

#announce-light .wrapper {
    text-align: -webkit-center;
    width: 70%
}

#announce-light .arrow, #ings .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 40px;
    margin-top: -45px;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#announce-light .arrow:hover, #ings .arrow:hover {
    left: -10px
}

#announce-light .arrow.right, #ings .arrow.right {
    left: initial;
    left: auto;
    right: 0
}

#announce-light .arrow.right:hover, #ings .arrow.right:hover {
    right: -10px
}

#announce-light .follow {
    position: absolute;
    bottom: 50px;
    right: 120px;
    padding: 30px;
    z-index: 8;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

#announce-light .follow:hover {
    bottom: 30px
}

#announce-light .follow div {
    display: block;
    transition: all .3s
}

#announce-light .follow div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px)
}

#announce-light .follow div * {
    display: block;
    margin: 0 auto
}

#announce-light .follow:hover div:first-child {
    transform: translateY(-20px);
    opacity: 0
}

#announce-light .follow:hover div:last-child {
    opacity: 1;
    transform: translateY(0)
}

#announce-light .follow a {
    font-size: 20px;
    padding: 5px;
    transition: all .3s;
    color: #4d5758
}

#announce-light .follow a:hover {
    color: #4fa800
}

#announce-light .announce-order-left {
    text-align: left
}

#announce-light .announce-order-left p {
    width: 75%
}

#announce-light .announce-order-left h1 {
    display: block;
    color: #4fa800;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1
}

#announce-light .announce-order-right {
    color: #4d5758
}

#announce-light .announce-order-right h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 25px
}

#announce-light .announce-order-right .line_package {
    color: #afafaf
}

#announce-light .announce-order-right .row {
    padding-top: 5px;
    padding-bottom: 5px
}

#announce-light .announce-order-right qty {
    float: right
}

#announce-light .announce-order-right .title {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 15px
}

#announce-light .announce-order-right .subtotal {
    margin-top: 25px;
    border-top: 1px solid;
    border-color: rgba(175, 175, 175, 0.34)
}

#announce-light .announce-order-right .total {
    font-weight: bold
}

#announce-light .announce-order-right .tax-included {
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0px;
    color: #afafaf;
    font-weight: normal
}

#announce-light pre {
    color: #4d5758;
    font-size: 16px
}

.summary-data {
    color: #afafaf
}

#announce-order_status {
    position: relative;
    display: block;
    width: 100%;
    overflow: -webkit-paged-x;
    background: url("../img/bg-shop3.jpg");
    background-size: cover;
    background-position: center;
    background-color: #4fa800;
    min-height: 100vh;
    z-index: 1
}

#announce-order_status .wrapper {
    text-align: -webkit-center;
    width: 70%
}

#announce-order_status .arrow, #ings .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 40px;
    margin-top: -45px;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#announce-order_status .arrow:hover, #ings .arrow:hover {
    left: -10px
}

#announce-order_status .arrow.right, #ings .arrow.right {
    left: initial;
    left: auto;
    right: 0
}

#announce-order_status .arrow.right:hover, #ings .arrow.right:hover {
    right: -10px
}

#announce-order_status .follow {
    position: absolute;
    bottom: 50px;
    right: 120px;
    padding: 30px;
    z-index: 8;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

#announce-order_status .follow:hover {
    bottom: 30px
}

#announce-order_status .follow div {
    display: block;
    transition: all .3s
}

#announce-order_status .follow div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px)
}

#announce-order_status .follow div * {
    display: block;
    margin: 0 auto
}

#announce-order_status .follow:hover div:first-child {
    transform: translateY(-20px);
    opacity: 0
}

#announce-order_status .follow:hover div:last-child {
    opacity: 1;
    transform: translateY(0)
}

#announce-order_status .follow a {
    font-size: 20px;
    padding: 5px;
    transition: all .3s;
    color: #fff
}

#announce-order_status .follow a:hover {
    color: #4d5758
}

#announce-order_status .announce-order-left {
    text-align: left
}

#announce-order_status .announce-order-left a {
    color: #fff
}

#announce-order_status .announce-order-left p {
    width: 75%;
    color: #4d5758
}

#announce-order_status .announce-order-left h1 {
    display: block;
    color: #fff;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1
}

#announce-order_status .announce-order-right {
    color: #fff
}

#announce-order_status .announce-order-right h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 25px
}

#announce-order_status .announce-order-right .line_package {
    color: #afafaf
}

#announce-order_status .announce-order-right .row {
    padding-top: 5px;
    padding-bottom: 5px
}

#announce-order_status .announce-order-right qty {
    float: right
}

#announce-order_status .announce-order-right .title {
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 15px
}

#announce-order_status .announce-order-right .subtotal {
    margin-top: 25px;
    border-top: 1px solid;
    border-color: #fff
}

#announce-order_status .announce-order-right .total {
    font-weight: bold
}

#announce-order_status .announce-order-right .tax-included {
    font-size: 10px;
    text-transform: none;
    letter-spacing: 0px;
    color: #afafaf;
    font-weight: normal
}

@media screen and (max-width: 1350px) {
    #announce-light .wrapper, #announce-order_status .wrapper {
        width: 90%
    }
}

@media screen and (max-width: 1100px) {
    .announce-order-left {
        width: 30%
    }
    .announce-order-right {
        width: 70%
    }
    .announce-order-left h1 {
        font-size: 40px !important
    }
}

@media screen and (max-width: 800px) {
    .announce-order-left {
        width: 100%
    }
    .announce-order-right {
        width: 100%;
        padding-bottom: 50px
    }
    #announce-light .announce-row, #announce-order_status .announce-row {
        margin-top: 15vh
    }
}

.main-client-area {
    position: relative;
    display: block;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    background: #fcfcff;
    overflow: hidden
}

.client-area-header {
    padding-top: 125px
}

.client-area-header hr {
    margin-bottom: 15px;
    margin-top: 15px
}

.client-area-header .title {
    font-size: 70px;
    color: #4d5758;
    text-transform: uppercase
}

.client-area-header p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #4c5758;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 500px;
    margin-top: 15px
}

.client-area-header .right {
    text-align: right;
    text-align: -webkit-right;
    display: table-cell;
    vertical-align: middle
}

.client-area-header .right .content {
    margin-top: 85px
}

.client-area-header .right .content .woocommerce-info {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 17px
}

.client-area-header .right .content .woocommerce-info a {
    color: #4fa800;
    text-transform: none
}

.client-area-header .right img {
    width: 100px
}

.client-area-bg {
    background-color: #fafafc !important
}

.client-area-bg:before {
    border-top: solid 1987px #fcfcff !important;
    border-left: solid 100vw transparent !important
}

.client-area_section_wrap {
    padding: 0 5%;
    width: 90%;
    max-width: 78.57143em;
    margin: 0 auto;
    zoom: 1
}

.field-client-area {
    position: relative;
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px !important;
    z-index: 2
}

.field-client-area label {
    font-family: Helvetica Neue, sans-serif;
    margin: 0.5em 0;
    color: #afafaf;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-size: 13.5px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.5em;
    padding: 0 0.93333em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.field-client-area input {
    -webkit-appearance: none;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #333333;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0.8em;
    word-break: normal
}

.woocommerce-error {
    position: absolute;
    top: -20px;
    right: auto;
    left: auto;
    font-size: 14px;
    color: #4fa800
}

.woocommerce-error a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #4d5758
}

.woocommerce-error a:hover {
    color: #4fa800
}

.woocommerce-error strong {
    font-weight: bold
}

.woocommerce-form-login, .lost_reset_password {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.field-misc {
    position: relative;
    z-index: 2
}

.remember-me-login {
    position: relative;
    width: 100%;
    margin-top: 40px;
    z-index: 2
}

.button-submit-form {
    -webkit-appearance: none;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    background-color: #4fa800;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6em 0.8em;
    word-break: normal;
    font-family: 'DINPro', sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 25px
}

.button-submit-form:hover {
    cursor: pointer;
    background-color: #242526
}

.woocommerce-LostPassword {
    position: relative;
    text-align: right;
    text-align: -webkit-right;
    z-index: 2
}

.woocommerce-LostPassword a {
    font-size: 12px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.woocommerce-LostPassword a:hover {
    color: #4fa800
}

.header-middle {
    padding-top: 15%
}

.woocommerce-message--info {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px
}

.woocommerce-message--info a {
    position: relative;
    z-index: 2
}

.woocommerce-message--info p {
    position: relative;
    -webkit-appearance: none;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #4fa800;
    box-shadow: 0 0 0 1px #4fa800;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #4fa800 !important;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0.8em;
    word-break: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center
}

.button-info {
    border-radius: 4px !important;
    border: none
}

.woocommerce-MyAccount-orders {
    position: relative;
    margin-top: 100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 15px;
    z-index: 1
}

.orders-table__row {
    -webkit-appearance: none;
    z-index: 2;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: transparent;
    color: #333333;
    border-radius: 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 13px 0.8em;
    word-break: normal;
    margin-bottom: 10px
}

.orders-table__row:hover {
    -webkit-box-shadow: 0 0 0 1px #4fa800;
    box-shadow: 0 0 0 1px #4fa800;
    color: #4fa800
}

.woocommerce-pagination {
    position: relative;
    z-index: 1;
    padding-bottom: 150px
}

.woocommerce-order-details {
    position: relative;
    z-index: 1
}

.order-view__row {
    margin-top: 100px;
    margin-bottom: 25px;
    width: 100%
}

.order-view__row h2 {
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -0.5px
}

.order-view__row .row {
    margin-bottom: 5px;
    margin-top: 5px
}

.order-view__row .row .order_review_item_image {
    padding-left: 25px
}

.order-view__row .row .item_quantity {
    margin-left: 25px
}

.order_details_item_name {
    margin-top: 25px
}

.order_details_item_name .item_name {
    font-size: 16px
}

.order_details_item_name .item_description {
    font-size: 12px;
    text-transform: uppercase;
    color: #afafaf
}

.order_details_item_price {
    margin-top: 20px
}

.order_details_item_price .item_price {
    font-size: 16px
}

.order_details_item_price .item_tax_desc {
    font-size: 12px;
    color: #afafaf
}

.order_details_total {
    margin-top: 25px !important;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
    margin-left: 25px
}

.order_details_total_label {
    text-transform: uppercase
}

.order_details_total_label span {
    text-transform: none;
    color: #afafaf;
    font-size: 12px
}

.item_quantity_mobile {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    display: none
}

.woocommerce-customer-details {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    height: 250px
}

.woocommerce-column--billing-address, .woocommerce-column--shipping-address {
    position: relative;
    width: 50%
}

.woocommerce-column__title {
    margin-bottom: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -0.5px
}

.woocommerce-customer-details address {
    font-style: normal;
    line-height: 20px;
    color: #4d5758;
    font-size: 16px;
    padding-left: 25px
}

.woocommerce-customer-details address p {
    color: #afafaf !important;
    margin-bottom: 0 !important;
    line-height: 20px !important
}

.woocommerce-customer-details--phone {
    margin-top: 15px
}

.woocommerce-EditAccountForm {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px
}

.woocommerce-EditAccountForm fieldset:nth-child(1) {
    margin-bottom: 50px
}

.woocommerce-EditAccountForm fieldset legend {
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: -0.5px
}

.client-area-header p strong {
    text-transform: capitalize
}

.client-area-header p span {
    font-size: 12px;
    color: #afafaf !important
}

.client-area-header p span a {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.client-area-header p span a:hover {
    color: #4fa800
}

.client-area-nav {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 50px
}

.client-area-nav .orders-table__row {
    text-align: center;
    text-transform: uppercase
}

.woocommerce-Addresses {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.woocommerce-Address {
    width: 40%;
    margin-left: 2.5%;
    margin-right: 2.5%
}

.woocommerce-Address .edit-link {
    margin-top: 50px
}

.woocommerce-Address .edit-link span {
    font-size: 10px;
    text-transform: uppercase;
    color: #4fa800
}

.woocommerce-Address address {
    font-style: normal;
    line-height: 20px;
    color: #4d5758;
    font-size: 16px;
    padding-left: 25px
}

.client-area-edit-address {
    position: relative;
    z-index: 1;
    margin-top: 100px;
    padding-bottom: 100px
}

.woocommerce-ResetPassword {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

@media screen and (max-width: 1400px) {
    .client-area-header .title {
        font-size: 55px
    }
    .client-area-header hr {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        width: 20px
    }
    .client-area-header p {
        font-size: 14px;
        width: 400px
    }
    .client-area-bg {
        top: -50px
    }
}

@media screen and (max-width: 1200px) {
    .header-middle {
        padding-top: 20%
    }
}

@media screen and (max-width: 900px) {
    .header-middle div:nth-child(1), .header-middle div:nth-child(4) {
        display: none
    }
    .header-middle div:nth-child(2) {
        width: 100%;
        padding-left: 30%
    }
    .header-middle div:nth-child(3) {
        width: 100%;
        text-align: -webkit-center;
        text-align: -moz-center;
        text-align: center;
        padding-top: 100px
    }
}

@media screen and (max-width: 800px) {
    .main-client-area {
        background: #fafafc
    }
}

@media screen and (max-width: 750px) {
    .woocommerce-Address {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .header-middle {
        padding-top: 25%
    }
    .header-middle div:nth-child(2) {
        padding-left: 27%
    }
}

@media screen and (max-width: 700px) {
    .order_details_total_label {
        width: 60%
    }
    .order_details_total_value {
        width: 40%
    }
}

@media screen and (max-width: 600px) {
    .client-area-header .left {
        left: -25px
    }
}

@media screen and (max-width: 550px) {
    .header-middle {
        padding-top: 30%
    }
    .header-middle div:nth-child(2) {
        padding-left: 20%
    }
}

@media screen and (max-width: 500px) {
    .client-area-header p {
        font-size: 12px;
        line-height: 14px;
        width: 80vw
    }
    .client-area-header .title {
        font-size: 45px
    }
    .orders-table__row div {
        font-size: 12px
    }
    .order_review_item_image {
        display: none
    }
    .order_details_item_name {
        width: 60%
    }
    .order_details_item_price {
        width: 40%
    }
    .order_details_total_label {
        width: 50%
    }
    .order_details_total_value {
        width: 50%
    }
    .order_details_total {
        margin-left: 0px
    }
    .client-area-header .left {
        width: 66.66%
    }
    .client-area-header .right {
        display: none
    }
    .order-view__row h2, .woocommerce-column__title {
        font-size: 16px
    }
    .woocommerce-Price-amount, .order_details_item_name .item_name, .order_details_total_label, .order_details_total_value, .woocommerce-customer-details address, .woocommerce-customer-details address p {
        font-size: 12px !important
    }
    .order_details_item_price .item_tax_desc, .order_details_item_name .item_description, .order_details_total_label span {
        font-size: 8px
    }
    .item_quantity_mobile {
        display: block
    }
    .woocommerce-column--billing-address, .woocommerce-column--shipping-address {
        width: 100%
    }
    .woocommerce-column--shipping-address {
        margin-top: 25px
    }
}

@media screen and (max-width: 400px) {
    .header-middle {
        padding-top: 45%
    }
}

.tpwidget_wrapper {
    position: absolute;
    bottom: 17.5vw;
    left: 0px;
    width: 100%
}

.tpwidget_left {
    position: relative;
    height: 20vw
}

.tpwidget_right {
    position: relative;
    height: 20vw
}

.tpwidget_holder {
    position: relative;
    height: 100%;
    width: 50%;
    margin-left: 30%
}

.tp-logo {
    background: url("../img/tp-assets/tp-logo.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

.tpstar_label {
    position: absolute;
    top: 3.6vw;
    width: 100%;
    text-align: center;
    font-size: 1.3vw;
    font-weight: 300;
    color: #535353
}

.tpstar_rating {
    position: absolute;
    bottom: 5.5vw;
    width: 100%;
    text-align: center;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #4d5758;
    font-size: 0.757vw;
    word-break: break-word
}

.tpstar_rating span {
    font-weight: bold
}

.tpreview_holder {
    position: relative;
    height: 100%;
    width: 50%;
    left: 18%
}

.tpreview_holder.slick-slider div {
    overflow: visible
}

.tpreview {
    position: relative;
    margin-top: 3vw;
    color: #9e9e9e
}

.tpreview p {
    position: relative;
    font-family: 'Old Standard TT', serif;
    font-size: 1.4vw;
    text-align: center;
    line-height: 2vw;
    font-style: italic;
    color: #535353;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.fa-quote-left {
    position: absolute;
    top: -0.2vw;
    left: -2.3vw;
    font-size: 1.6vw;
    color: #8e8e8e
}

.fa-quote-right {
    position: absolute;
    bottom: -0.2vw;
    right: -2.3vw;
    font-size: 1.6vw;
    color: #8e8e8e
}

.tpreview h3 {
    position: relative;
    font-family: 'Old Standard TT', serif;
    font-weight: normal;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #535353;
    margin-top: 0.4vw;
    font-size: 1vw
}

.tpavatar_holder {
    position: relative;
    width: 100%;
    margin-bottom: 1vw
}

.tpavatar {
    height: 3.85vw;
    width: 3.85vw;
    margin: auto;
    left: 0;
    right: 0
}

.tpavatar img {
    border-radius: 50%;
    border: none;
    width: 3.85vw;
    max-width: 73px
}

.tpscore-holder {
    position: relative;
    width: 100%;
    margin-top: 1vw
}

.tpstars {
    width: 6.771vw;
    margin: auto;
    left: 0;
    right: 0
}

.tpstars img:first-child {
    width: 6.771vw;
    max-width: 130px;
    margin-bottom: 0.5vw
}

.tpstars img:last-child {
    width: 6.25vw;
    max-width: 120px;
    margin: auto;
    left: 0;
    right: 0
}

.tpdate_published {
    position: relative;
    width: 100%;
    margin-top: 1vw;
    text-align: right
}

.tpdate_published h4 {
    font-size: 0.5vw;
    font-weight: 300;
    color: #4d5758
}

@media screen and (max-width: 700px) {
    .tpwidget_wrapper {
        bottom: 50vw
    }
    .embase {
        margin-top: -15% !important
    }
    .tpreview_holder, .tpwidget_holder {
        width: 75%;
        margin: auto;
        left: 0;
        right: 0
    }
    .tpstar_label {
        top: 0.5vw;
        font-size: 1.95vw
    }
    .tpstar_rating {
        bottom: 3vw;
        font-size: 1.1355vw
    }
    .tpreview {
        margin-top: 0
    }
    .tpreview p {
        font-size: 2.1vw;
        line-height: 3vw
    }
    .fa-quote-left {
        top: -0.3vw;
        left: -3.45vw;
        font-size: 2.4vw
    }
    .fa-quote-right {
        bottom: -0.3vw;
        right: -3.45vw;
        font-size: 2.4vw
    }
    .tpreview h3 {
        margin-top: 0.6vw;
        font-size: 1.5vw
    }
    .tpavatar_holder {
        margin-bottom: 1.5vw
    }
    .tpavatar {
        height: 5.775vw;
        width: 5.775vw
    }
    .tpavatar img {
        width: 5.775vw
    }
    .tpscore-holder {
        margin-top: 1.5vw
    }
    .tpstars {
        width: 10.1565vw
    }
    .tpstars img:first-child {
        width: 10.1565vw;
        margin-bottom: 0.75vw
    }
    .tpstars img:last-child {
        width: 9.3755vw
    }
    .tpdate_published {
        margin-top: 1.5vw
    }
    .tpdate_published h4 {
        font-size: 0.75vw
    }
    .tpavatar img {
        border: 1px solid #fafafc
    }
}

@media screen and (max-width: 450px) {
    .tpwidget_wrapper {
        display: none
    }
}

.announce_banner_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #4d5758;
    z-index: 3
}

.announce_banner_top div {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 3px
}

.announce_banner_top div span {
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-weight: normal;
    line-height: 100%;
    color: #fff;
    font-size: 0.85rem
}

.announce_banner_top div .fa {
    margin-right: 10px
}

.trial-offer-hero {
    min-height: 900px;
    overflow: hidden
}

.side-label.white {
    color: #fff
}

.side-label.white::before, .side-label.white::after {
    background-color: #fff
}

.main_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.trial-offer_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 50px
}

.trial-offer_wrap {
    padding: 0 5%;
    width: 90%;
    max-width: 75vw;
    margin: 0 auto;
    zoom: 1;
    height: 100vh
}

.offer-central_wrap {
    padding-top: 184px
}

.trial-background-holder {
    position: absolute;
    left: 4.5vw;
    bottom: -190px;
    width: 1020px;
    height: 815px;
    background: url("../img/trial-offer-bg-1.png");
    background-repeat: no-repeat;
    background-position: center
}

.trial-offer_header-logo {
    z-index: 99
}

.trial-offer_header-navigation {
    position: relative;
    top: -65px;
    padding: 0;
    width: 90%;
    max-width: 78.57143em;
    margin: 0 auto;
    zoom: 1;
    z-index: 100
}

.trial-offer_main-menu {
    list-style: none;
    display: inline-block;
    float: right;
    font-size: 16px;
    font-family: Poppins, sans-serif
}

.trial-offer_main-menu>li {
    float: left;
    height: 100%
}

.trial-offer_main-menu li {
    position: relative;
    white-space: nowrap
}

.trial-offer_main-menu li a {
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 100px;
    font-size: 15px;
    padding: 0 13px;
    font-weight: 500;
    color: #fff;
    transition: color .15s, height .3s, line-height .3s
}

.box-header {
    margin-bottom: 25px
}

.banner-center-box {
    padding: 0 0 0;
    max-height: 100%;
    max-width: 100%;
    width: 100%
}

.box-signup {
    padding: 50px;
    position: relative;
    text-align: center;
    background: #fff;
    color: #4d5758;
    font-family: Poppins, sans-serif;
    border-radius: 4px
}

.box-signup h4 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400
}

.box-signup h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: -1px
}

.form-group-trial-offer {
    position: relative;
    margin-bottom: 15px
}

.form-group-trial-offer input, .form-group-trial-offer select, .trial-button {
    font-family: Poppins, sans-serif;
    width: 100%;
    font-size: 13px;
    height: 50px;
    line-height: 51px;
    border-radius: 4px;
    color: #000;
    outline: 0;
    padding: 0 20px;
    transition: all .2s;
    box-shadow: none;
    border: 2px solid #f2f2f2;
    background: #f2f2f2
}

.form-group-trial-offer input::placeholder {
    font-family: Poppins, sans-serif
}

.form-group-trial-offer input:focus, .form-group-trial-offer select:focus {
    border: 2px solid #5dc87f
}

.trial-button {
    display: block;
    background-color: #5dc87f;
    border: none;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff
}

.trial-button:hover {
    background-color: #4d5758;
    cursor: pointer
}

.icon-shield_lock {
    position: absolute;
    color: #fff;
    font-size: 24px;
    top: 13px;
    left: 25px
}

.secure-box {
    margin-bottom: 15px
}

.secure-box h5 {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600
}

.secure-box h7 {
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 400
}

.seal-box {
    position: relative;
    width: 100%
}

.norton-secured {
    float: right;
    width: 71px;
    height: 30px;
    background: url("../img/icons/norton-secured.png");
    background-repeat: no-repeat;
    background-position: center
}

.badge-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 25px 0 25px
}

.badges {
    width: 100%;
    max-width: 310px;
    height: 100px;
    background: url("../img/icons/badges.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 0
}

.nooflow-main {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 45px
}

.nooflow-logo-trial {
    width: 225px;
    height: 43px;
    background: url("../img/nooflow-logo_white-225.png");
    background-repeat: no-repeat;
    background-position: center
}

.nooflow-logo-subline {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    font-weight: 200;
    color: #4d5758;
    text-transform: uppercase;
    position: relative;
    left: -3px
}

.slider-headlines {
    position: relative;
    width: 100%
}

.trial-offer-headline {
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize
}

.trial-offer_checkmark {
    position: relative;
    width: 33px;
    height: 30px;
    float: left;
    margin-right: 5px;
    background: url("../img/trial-offer_checkmark.png");
    background-repeat: no-repeat;
    background-position: center
}

.trial-offer_bullet-box {
    position: relative;
    left: 0;
    height: 400px;
    width: 50%;
    padding-top: 55px
}

.bullet-line {
    position: relative;
    width: 100%;
    padding: 20px 0 20px
}

.bullet-animate-static {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url("../img/bullet_bolt-white.png");
    background-repeat: no-repeat;
    background-position: center
}

.bullet-animate {
    position: absolute;
    left: 0;
    top: 25px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%
}

.bullet-text {
    font-family: Poppins, sans-serif;
    position: absolute;
    top: 23px;
    left: 35px
}

.try-buy_box {
    position: relative;
    left: 0
}

.try-buy_badge {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 393px;
    height: 200px;
    background: url("../img/try-before-you-buy_badge.png");
    background-repeat: no-repeat;
    background-position: center
}

.trial_stock_qty {
    font-family: Poppins, sans-serif;
    font-size: 31px;
    text-transform: uppercase;
    position: absolute;
    bottom: 34px;
    right: 33px;
    font-weight: 400;
    letter-spacing: -0.5px
}

.trial_stock_qty span {
    font-weight: 600
}

.trial-offer-error {
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 3px 0 -3px;
    text-align: left;
    font-size: 12px;
    display: none;
    color: #4fa800
}

.trial-offer_input-error {
    border: 2px solid #4fa800 !important
}

.about-trial-offer-left {
    width: 70% !important;
    margin-right: 0 !important
}

.bg-text-trial {
    color: rgba(0, 0, 0, 0.015) !important
}

.about-trial-offer-left h3 {
    margin-bottom: 0 !important
}

.badge-trial-tos {
    padding-bottom: 40px
}

.trial-checkout-title {
    font-size: 40px !important
}

.autocharge-container {
    padding: 30px 36px;
    float: right;
    width: 420px;
    border-radius: 4px;
    -webkit-box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.15), 1px 0 2px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.15)
}

.autocharge-container li {
    position: relative;
    font-family: Helvetica Neue, sans-serif;
    text-align: left;
    color: #4d5758;
    margin: 8px 0;
    padding: 3px 0 0 30px;
    list-style-type: none
}

.autocharge-container li i {
    position: absolute;
    top: 2px;
    left: 0px;
    font-size: 125%
}

.autocharge-container li h2 {
    font-size: 0.95em;
    margin-bottom: 10px
}

.autocharge-container li p {
    font-size: 0.8em;
    line-height: 1.25em
}

.trial-offer-terms {
    position: relative;
    color: #4fa800;
    font-size: 11px;
    width: 100%;
    float: left
}

.trial-ingredient-list_wrapper {
    position: relative;
    width: 100%;
    padding-top: 50px
}

.bullet_ingredients {
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.2s ease-out !important;
    transition-delay: 0s !important
}

.bullet-list-holder {
    position: relative;
    width: 300px
}

.ingredient-img-holder {
    position: absolute;
    left: 350px;
    bottom: 0px;
    height: 312px;
    width: 312px;
    border: 1px solid #4fa800;
    border-radius: 50%
}

.ingredient-img-holder-under {
    position: relative;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(238, 43, 92, 0.2);
    border-radius: 50%
}

.trial-slider {
    width: 100%;
    height: 100%
}

#ts1 .slick-track, #ts1 .slick-list, #ts2 .slick-track, #ts2 .slick-list {
    height: 100%
}

.img-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: all 0.2s ease-out !important;
    transition-delay: 0s !important
}

.info-container {
    transition: all 0.2s ease-out !important;
    transition-delay: 0s !important
}

.alpha-gpc {
    background: url("../img/Ingredients/alpha-gpc300x300.png")
}

.uridine {
    background: url("../img/Ingredients/uridine300x300.png")
}

.huperzine-a {
    background: url("../img/Ingredients/huperzine-a300x300.png")
}

.bacopa-monnieri {
    background: url("../img/Ingredients/bacopa-monnieri300x300.png")
}

.ashwagandha {
    background: url("../img/Ingredients/ashwagandha300x300.png")
}

.phosphatidylserine {
    background: url("../img/Ingredients/phosphatidylserine300x300.png")
}

.acetyl-carnitine {
    background: url("../img/Ingredients/acetyl-carnitine300x300.png")
}

.theanine {
    background: url("../img/Ingredients/theanine300x300.png")
}

.tyrosine {
    background: url("../img/Ingredients/tyrosine300x300.png")
}

.grape-seed {
    background: url("../img/Ingredients/grape-seed300x300.png")
}

.selenium-vitb {
    background: url("../img/Ingredients/selenium-vitb300x300.png")
}

.blur-img {
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.blur-info {
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.ingredient-link-active {
    color: #4fa800
}

.ingredient-img-animate {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 312px;
    height: 312px;
    border: 1px solid #4fa800;
    border-radius: 50%
}

.bullet_ingredients:hover {
    cursor: pointer;
    color: #4fa800
}

.ingredient-info {
    position: absolute;
    z-index: 19;
    width: 250px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: #4fa800;
    font-size: 20px;
    line-height: 22px;
    transition: all 0.2s ease-out !important;
    transition-delay: 0s !important
}

.ingredient-info-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hiw-main-trial {
    background: #f3f3f5 !important
}

.red-bg-parallax-trial {
    box-shadow: none !important
}

@media screen and (min-width: 2000px) {
    .trial-offer_wrap, .trial-offer_header-navigation {
        max-width: 110em
    }
    .trial-offer_header-navigation {
        padding: 0 5%
    }
}

@media screen and (max-width: 1700px) {
    .trial-background-holder {
        left: 3vw
    }
}

@media screen and (max-width: 1700px) {
    .trial-offer_header-navigation {
        padding: 0 5%
    }
}

@media screen and (max-width: 1600px) {
    .trial-offer_wrap, .trial-offer_header-navigation {
        max-width: 90vw
    }
    .trial-offer-hero .side-label {
        left: 0
    }
    .side-label-correction {
        left: -2% !important
    }
}

@media screen and (max-width: 1300px) {
    .trial-offer_wrap, .trial-offer_header-navigation {
        max-width: 95vw
    }
    .trial-offer-hero .side-label, .icon-shield_lock {
        display: none
    }
    .box-signup h3 {
        font-size: 2.3vw
    }
    .box-signup h4 {
        font-size: 1.8vw
    }
    .trial-background-holder {
        left: -2vw
    }
}

@media screen and (max-width: 1200px) {
    .trial-background-holder {
        left: -7vw
    }
}

@media screen and (max-width: 1100px) {
    .trial-offer-hero {
        min-height: 1000px
    }
    #trial-submit {
        font-size: 2.2vw
    }
    .trial-background-holder {
        left: -10vw
    }
}

@media screen and (max-width: 1000px) {
    .mobile-stretch {
        width: 100%;
        z-index: 2
    }
    .trial-offer-hero {
        min-height: 1450px !important
    }
    .try-buy_box {
        position: absolute;
        right: 40vw;
        left: auto;
        top: -67px
    }
    .trial-offer_wrap {
        width: 100%;
        max-width: none
    }
    .offer-central_wrap {
        background: none
    }
    .trial-background-holder {
        display: block;
        left: 20vw;
        top: 115px
    }
    .slider-headlines {
        width: 500px
    }
    .box-signup h3 {
        font-size: 4vw
    }
    .box-signup h4 {
        font-size: 3vw
    }
    .trial-checkout-title {
        width: 250px
    }
}

@media screen and (max-width: 900px) {
    .try-buy_box {
        right: 45vw
    }
}

@media screen and (max-width: 800px) {
    .try-buy_box {
        display: none
    }
    .trial-background-holder {
        left: 10vw
    }
    .trial-offer_header-logo {
        display: none
    }
    .trial-offer_header-navigation {
        top: -45px
    }
    #trial-submit {
        font-size: 4vw
    }
    .checkout-header-title {
        width: 100%
    }
    .checkout-header-content {
        width: 100%
    }
    .trial-checkout-title {
        width: 500px
    }
    .autocharge-container {
        float: none;
        margin: 35px auto 10px auto
    }
    .ingredient-img-holder {
        display: none
    }
}

@media screen and (max-width: 700px) {
    .trial-offer_header-navigation {
        width: 100%;
        padding: 0
    }
    .trial-offer_main-menu li a {
        padding: 0 5px
    }
    .box-signup h3 {
        font-size: 5vw
    }
    .box-signup h4 {
        font-size: 4vw
    }
    .trial-background-holder {
        left: 0vw
    }
}

@media screen and (max-width: 600px) {
    .trial-background-holder {
        left: -10vw
    }
    .trial-checkout-title {
        width: 400px
    }
}

@media screen and (max-width: 500px) {
    .trial-background-holder, .trial-offer_header-navigation {
        display: none
    }
    #trial-submit {
        font-size: 6vw
    }
    .box-signup h3 {
        font-size: 6vw
    }
    .box-signup h4 {
        font-size: 5vw
    }
    .trial-checkout-title {
        width: 100%
    }
    .autocharge-container {
        width: 100%
    }
    .trial-offer_bullet-box, .slider-headlines {
        width: 100%
    }
    .offer-central_wrap {
        padding-top: 70px
    }
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    font-family: 'DINPro', sans-serif;
    color: #fff;
    background-color: #fff
}

body {
    transition: all 1s 1s;
    opacity: 0;
    overflow-x: hidden;
    padding-bottom: 400px
}

body.loaded {
    opacity: 1
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 75%
}

.enter-y {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-y-r {
    transform: translateY(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x {
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.enter-x-r {
    transform: translateX(-50px);
    opacity: 0;
    transition: opacity 1s, transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.show .delay-1, .ready #hero .delay-1 {
    transition-delay: .2s !important
}

.show .delay-2, .ready #hero .delay-2 {
    transition-delay: .4s !important
}

.show .delay-3, .ready #hero .delay-3 {
    transition-delay: .6s !important
}

.show .delay-4, .ready #hero .delay-4 {
    transition-delay: .8s !important
}

.show .delay-5, .ready #hero .delay-5 {
    transition-delay: 1s !important
}

.show .delay-6, .ready #hero .delay-6 {
    transition-delay: 1.2s !important
}

.show .enter-y, .show .enter-x, .show .enter-y-r, .show .enter-x-r {
    opacity: 1;
    transform: translate(0)
}

.paragraph-font-style {
    font-family: Poppins, sans-serif;
    font-weight: 300
}

#hero {
    position: relative;
    display: block;
    width: 100%;
    background: url("../img/bg-shop3.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    z-index: 1
}

#hero .hero-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    z-index: 8;
    width: 80px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hero-bottom:hover {
    bottom: -35px !important
}

#hero .arrow, #ings .arrow {
    position: absolute;
    top: 45%;
    left: 0;
    padding: 2%;
    z-index: 8;
    cursor: pointer;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#hero .arrow:hover, #ings .arrow:hover {
    left: -10px
}

#hero .arrow.right, #ings .arrow.right {
    left: initial;
    left: auto;
    right: 0
}

#hero .arrow.right:hover, #ings .arrow.right:hover {
    right: -10px
}

.main-faq #ings .wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 500px;
    pointer-events: none;
    z-index: 10000;
    box-shadow: 0 120px 100px -50px #fafafc inset
}

#hero .follow {
    position: absolute;
    bottom: 50px;
    right: 4%;
    padding: 2%;
    z-index: 8;
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer
}

#hero .follow:hover {
    bottom: 30px
}

#hero .follow div {
    display: block;
    transition: all .3s
}

#hero .follow div:last-child {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    transform: translateY(-20px)
}

#hero .follow div * {
    display: block;
    margin: 0 auto
}

#hero .follow:hover div:first-child {
    transform: translateY(-20px);
    opacity: 0
}

#hero .follow:hover div:last-child {
    opacity: 1;
    transform: translateY(0)
}

#hero .follow a {
    font-size: 20px;
    padding: 5px;
    transition: all .3s
}

#hero .follow a:hover {
    color: #4c5758
}

#hero .wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

#hero .slide-container {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#hero .left h1 {
    display: block;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: -3px;
    margin-bottom: 25px;
    margin-left: 0px;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px)
}

#hero .left p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #4c5758;
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    transform: translateY(100px)
}

#hero .show {
    transition: all 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    opacity: 0;
    transform: translateY(100px)
}

#hero .slick-current .left h1 {
    transition-delay: .5s;
    opacity: 1;
    transform: translateY(0)
}

#hero .slick-current .left p {
    transition-delay: .8s;
    opacity: 1;
    transform: translateY(0)
}

#hero .slick-current .left .show {
    transition-delay: 1.1s;
    opacity: 1;
    transform: translateY(0)
}

.button {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 10px;
    color: #242526;
    background-color: #fff;
    text-transform: uppercase;
    padding: 17px 50px;
    border-radius: 100px;
    letter-spacing: 1px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.button:hover {
    background-color: #242526;
    color: #fff
}

hr {
    display: block;
    width: 30px;
    height: 1px;
    border-color: #4c5758;
    margin: 30px 0
}

#hero .slide-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

#hero .slide-images img {
    position: absolute;
    width: 100vw;
    top: 50%;
    right: -10%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

#hero .slide-images .slick-current img {
    right: 0;
    opacity: 1;
    transition-delay: .5s
}

#hero .slide-images div {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100%
}

.side-label {
    position: absolute;
    top: 50%;
    left: 3%;
    color: #4fa800;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 10px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 8
}

.side-label::before {
    content: '';
    position: absolute;
    bottom: 3px;
    right: calc(100% + 15px);
    width: 30px;
    height: 1px;
    background-color: #4c5758
}

.side-label::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: calc(100% + 15px);
    width: 30px;
    height: 1px;
    background-color: #4c5758
}

.side-label.slide-control {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 6%;
    left: initial;
    left: auto
}

.slide-control span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 50px 0;
    transition: all .3s;
    cursor: pointer
}

.slide-control.active-0 span:nth-child(1), .slide-control.active-1 span:nth-child(2), .slide-control.active-2 span:nth-child(3) {
    color: #fff
}

.slide-control::before {
    width: 1px;
    height: 30px;
    right: 7px;
    bottom: initial;
    bottom: auto;
    top: 71px
}

.slide-control::after {
    width: 1px;
    height: 30px;
    right: 7px;
    bottom: initial;
    bottom: auto;
    top: 134px;
    left: initial;
    left: auto
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 48%;
    width: 100%;
    white-space: nowrap;
    font-size: 26vw;
    color: white;
    text-align: center;
    pointer-events: none;
    font-weight: bold;
    letter-spacing: -60px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.bullet_who {
    position: relative;
    margin-left: 25px;
    margin-bottom: 15px
}

.bullet_bolt {
    background: url("../img/bullet_bolt.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    position: absolute;
    left: -25px
}

.light-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #4d5758;
    z-index: 1;
    background-color: #f6f6f8
}

.light-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 1987px #fafafc;
    border-left: solid 100vw transparent;
    z-index: 1
}

#why, #who {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    padding: 250px 0;
    padding-bottom: 170px
}

#natural, #buy {
    position: relative;
    display: block;
    width: 100%;
    padding: 250px 0;
    padding-top: 220px;
    z-index: 2;
    overflow: hidden
}

section:not(#hero) .left:not(.arrow):not(.arrow-hiw) {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-right: 10%
}

section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: -7px;
    margin-top: 35px;
    z-index: 4
}

.left h2, #buy h2 {
    display: block;
    font-size: 80px;
    text-transform: uppercase;
    color: #4d5758;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 72px
}

#buy h2 {
    color: #fff;
    margin-left: -6px
}

#why .left h2 {
    color: #4fa800
}

.left h3, #buy h3 {
    display: block;
    font-size: 27px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 40px
}

#buy h3 {
    margin-bottom: 10px;
    margin-top: -15px;
    color: #4d5758
}

section:not(#hero) p {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #808285
}

section:not(#hero) p span {
    color: #4fa800
}

.badge {
    text-align: center;
    position: relative;
    z-index: 1
}

section#natural .right {
    position: absolute;
    top: 0;
    right: -20%;
    width: 70% !important
}

section#natural .left {
    width: 66% !important
}

section#natural p {
    max-width: 700px
}

.button.red {
    background-color: #4fa800;
    color: #fff
}

.button.red:hover {
    background-color: #242526;
    color: #fff
}

.vegan {
    display: block
}

.vegan * {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    padding-right: 11px;
    color: #808285;
    font-size: 14px;
    border-right: solid 1px #808285
}

.vegan h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #4d5758
}

.vegan *:first-child, .vegan *:last-child {
    border: none;
    margin-right: 0
}

.embase {
    display: block;
    width: 100%;
    margin-top: -38%;
    pointer-events: none
}

#features {
    position: relative;
    display: block;
    width: 100%;
    padding: 250px 0;
    background-image: url("../img/features.jpg");
    background-attachment: fixed;
    text-align: center;
    z-index: 1
}

#features .ft {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 70px
}

.red-bg {
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f5;
    color: #4d5758;
    z-index: 2;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1)
}

.red-bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: solid 1987px #4fa800;
    border-left: solid 115vw transparent;
    z-index: 2
}

#who {
    padding-top: 200px;
    perspective: 400px
}

#who .bg-text {
    color: rgba(0, 0, 0, 0.05);
    letter-spacing: -45px;
    z-index: 0
}

#who .right, #wr {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
    width: 54%
}

section#buy .left {
    position: absolute;
    top: 6%;
    left: 0;
    width: 80% !important
}

section#buy .right {
    margin-left: 60% !important;
    position: relative;
    z-index: 1
}

[data-speed] {
    position: relative
}

@media screen and (max-width: 1500px) {
    .info-page .side-label {
        left: -2%
    }
    .img-info {
        width: 67%
    }
    .img-legal-tos {
        width: 62%
    }
}

@media screen and (max-width: 1100px) {
    .arrow, .side-label {
        display: none !important
    }
    header .toggle-nav, header .toggle-cart {
        right: 5%
    }
    #hero .follow {
        right: 5%
    }
    #hero .left h1 {
        font-size: 50px;
        margin-left: 2px;
        letter-spacing: -2px
    }
    #hero .left p {
        font-size: 14px;
        line-height: 24px
    }
    #why, #who {
        padding: 150px 0;
        z-index: 2
    }
    .left h2, #buy h2 {
        font-size: 60px;
        line-height: 55px
    }
    .left h3, #buy h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px
    }
    section:not(#hero) p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
    #features {
        padding: 150px 0;
        z-index: 3
    }
    #buy {
        padding-top: 0;
        padding-bottom: 120px
    }
    footer .arrow-up {
        display: none
    }
    #why {
        padding-bottom: 70px
    }
    #natural {
        padding-top: 70px;
        padding-bottom: 100px
    }
    .light-bg {
        z-index: 3
    }
    #who .left {
        position: relative;
        z-index: 5
    }
    #who .wrapper {
        z-index: 9
    }
    #who .bg-text {
        display: none
    }
    .img-ing {
        bottom: 0
    }
    .diags-bottom::before {
        left: -260px
    }
    #i-main .badge {
        display: none
    }
    #menu nav a.active::after {
        display: none
    }
}

@media screen and (max-width: 850px) {
    .overlay {
        display: none
    }
    #menu .wp {
        width: 100%
    }
    header .logo {
        z-index: 9
    }
    .toggle-nav.active {
        z-index: 10
    }
    header {
        z-index: auto
    }
    .toggle-nav, .toggle-cart {
        z-index: 9
    }
}

.mobile {
    display: none !important
}

@media screen and (max-width: 800px) {
    .light-bg::before {
        display: none
    }
    #why {
        padding-top: 80px
    }
    section:not(#hero) .left:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100% !important
    }
    section:not(#hero) .right:not(.arrow):not(.arrow-hiw) {
        display: block;
        width: 100%
    }
    section#natural .right {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        display: block;
        text-align: center;
        width: 100% !important
    }
    #features .ft {
        display: block;
        padding: 30px 0
    }
    #features {
        padding: 80px 0
    }
    .red-bg::before {
        display: none
    }
    #who .right, #wr {
        position: relative;
        top: 0;
        width: 80%;
        margin: 0 auto;
        padding-top: 60px;
        margin-left: 13%;
        margin-bottom: -25%
    }
    #who {
        padding-bottom: 0;
        padding-top: 50px
    }
    section#buy .left {
        width: 100%;
        position: relative;
        display: none !important
    }
    section#buy .right {
        margin-left: 0 !important;
        width: 100%
    }
    #buy {
        background: #4fa800
    }
    body {
        padding-bottom: 0
    }
    footer .column {
        width: 30% !important
    }
    footer .column:first-child {
        width: 100% !important;
        margin-bottom: 50px
    }
    footer {
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px
    }
    footer hr {
        display: none
    }
    #hero {
        min-height: initial;
        min-height: auto;
        padding: 150px 0
    }
    #hero .wrapper {
        position: relative
    }
    #hero .slide-container {
        position: relative;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    .ingredients .left {
        margin-top: 0;
        max-width: 100%
    }
    .follow {
        display: none !important
    }
    #hero.ingredients .hero-bottom {
        display: none
    }
    .bg-text {
        display: none
    }
    .mobile {
        display: block !important
    }
    .not-mobile {
        display: none !important
    }
    .img-shop {
        top: auto !important
    }
    #natural .right img {
        display: none
    }
    #menu .wp {
        padding-right: 8%
    }
}

@media screen and (max-width: 700px) {
    #hero .slide-images img {
        top: 65%
    }
}

@media screen and (max-width: 600px) {
    #hero .slide-images img {
        display: none
    }
    #i-main .badge {
        display: block
    }
}

@media screen and (max-width: 450px) {
    #hero {
        overflow: hidden
    }
    #hero .hero-bottom {
        display: none
    }
    #hero .left h1 {
        font-size: 40px
    }
    .left h2, #buy h2 {
        font-size: 40px;
        line-height: 40px
    }
    footer .column {
        width: 100% !important;
        margin-bottom: 40px
    }
    .diags-bottom {
        display: none
    }
    .toggle-cart {
        display: none
    }
    .img-faq {
        position: absolute;
        top: 140px !important;
        left: 80%
    }
    .img-shop {
        top: auto !important
    }
    #hero.ingredients.hero-faq::after {
        display: none
    }
    .main-faq #ings {
        padding-top: 80px
    }
    .embase {
        width: 300%;
        max-width: auto;
        max-width: initial;
        margin-left: -100%
    }
    #embase {
        overflow: hidden;
        margin-top: -80%
    }
    .flash-cart {
        display: none !important
    }
    .cart_has_items {
        display: block !important;
        right: 5% !important;
        top: 0px !important;
        transform: translateX(0px) !important
    }
}

@media screen and (max-width: 380px) {
    header .logo {
        width: 200px
    }
    header {
        top: 60px
    }
    header .toggle-nav {
        top: 42.5px
    }
    #hero .slide-container {
        top: -50px
    }
    header .toggle-nav, header .toggle-cart {
        padding-right: 20px
    }
}

@media screen and (max-height: 650px) {
    #menu nav a {
        font-size: 35px;
        line-height: 45px
    }
    #menu .social, .client-nav-menu {
        margin-top: 0px
    }
    #cart-content .wp {
        padding-top: 0
    }
    header .logo {
        z-index: 9
    }
    .toggle-nav.active {
        z-index: 10
    }
    header {
        z-index: auto
    }
    .toggle-nav, .toggle-cart {
        z-index: 9
    }
    .toggle-nav.active {
        top: 10.5px
    }
}

@media screen and (max-height: 550px) {
    #menu .social {
        display: none
    }
    .client-nav-menu {
        width: 100%;
        text-align: left
    }
    .cell-one {
        display: none
    }
    .flash-cart {
        display: none !important
    }
}

@media screen and (max-height: 425px) {
    #menu nav a {
        font-size: 25px;
        line-height: 30px
    }
    #menu hr {
        margin-top: 10px
    }
    .client-nav-menu {
        padding-top: 0px
    }
}

@media screen and (max-height: 400px) {
    #cart-content hr {
        display: none
    }
}

@media screen and (max-height: 600px) {
    #hero .hero-bottom {
        display: none
    }
    #hero {
        overflow: hidden
    }
    .follow {
        display: none !important
    }
}

@media screen and (max-height: 380px) {
    #hero .left h1 {
        font-size: 40px
    }
    #hero .slide-container {
        top: -50px !important
    }
    #hero .left p {
        font-size: 10px;
        line-height: 12px
    }
    #hero .left hr {
        margin-top: 7.5px;
        margin-bottom: 7.5px;
        width: 20px
    }
    .button {
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slider-badge {
        display: none !important
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #ings {
        background-color: #fafafc
    }
    #badge:not(.badge-interna) {
        background-color: transparent;
        padding-bottom: 100px
    }
    .interna#buy {
        background-color: #4fa800;
        margin-bottom: -20px
    }
    hr:not(.cart-border) {
        display: table-caption
    }
    .tar {
        text-align: right
    }
    .tac {
        text-align: center
    }
    .tal {
        text-align: left
    }
    .paypal_checkout_logo {
        max-width: none
    }
    .badge-interna {
        background-color: #fafafc !important;
        padding-bottom: 100px
    }
}

_:-ms-lang(x), _:-webkit-full-screen, hr {
    display: table-caption
}

_:-ms-lang(x), _:-webkit-full-screen, .cart-body hr {
    display: block
}

_:-ms-lang(x), _:-webkit-full-screen, .tar {
    text-align: right
}

_:-ms-lang(x), _:-webkit-full-screen, .tac {
    text-align: center
}

_:-ms-lang(x), _:-webkit-full-screen, .tal {
    text-align: left
}

i.fa-spinner {
    animation: rotate 1.2s linear infinite
}

@keyframes p0-to-p1 {
    0% {
        opacity: 0;
        left: -200px
    }
    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes p1-to-p2 {
    0% {
        left: 0px
    }
    100% {
        left: 550px
    }
}

@keyframes p2-to-p3 {
    0% {
        left: 550px
    }
    100% {
        opacity: 0;
        left: 750px
    }
}

@keyframes p3-to-p2 {
    0% {
        opacity: 0;
        left: 750px
    }
    100% {
        opacity: 1;
        left: 550px
    }
}

@keyframes p2-to-p1 {
    0% {
        left: 550px
    }
    100% {
        left: 0px
    }
}

@keyframes p1-to-p0 {
    0% {
        left: 0
    }
    100% {
        opacity: 0;
        left: -200px
    }
}

.active-1.left .l1 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.left .l2 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.left .l3 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l1 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l2 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-1.right .l3 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l2 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l1 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.left .l3 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l2 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l1 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-2.right .l3 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l3 {
    animation: p0-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l2 {
    animation: p2-to-p3 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.left .l1 {
    animation: p1-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l3 {
    animation: p2-to-p1 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l2 {
    animation: p1-to-p0 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

.active-3.right .l1 {
    animation: p3-to-p2 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards !important
}

@keyframes rotate-right {
    0% {
        background: url("../img/envase/FRASCO_00000.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    8% {
        background: url("../img/envase/FRASCO_00001.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    16% {
        background: url("../img/envase/FRASCO_00002.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    24% {
        background: url("../img/envase/FRASCO_00003.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    32% {
        background: url("../img/envase/FRASCO_00004.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    40% {
        background: url("../img/envase/FRASCO_00005.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    48% {
        background: url("../img/envase/FRASCO_00006.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    56% {
        background: url("../img/envase/FRASCO_00007.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    64% {
        background: url("../img/envase/FRASCO_00008.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    72% {
        background: url("../img/envase/FRASCO_00009.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    80% {
        background: url("../img/envase/FRASCO_00010.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    88% {
        background: url("../img/envase/FRASCO_00011.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    100% {
        background: url("../img/envase/FRASCO_00000.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
}

@keyframes rotate-left {
    0% {
        background: url("../img/envase/FRASCO_00000.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    8% {
        background: url("../img/envase/FRASCO_00011.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    16% {
        background: url("../img/envase/FRASCO_00010.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    24% {
        background: url("../img/envase/FRASCO_00009.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    32% {
        background: url("../img/envase/FRASCO_00008.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    40% {
        background: url("../img/envase/FRASCO_00007.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    48% {
        background: url("../img/envase/FRASCO_00006.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    56% {
        background: url("../img/envase/FRASCO_00005.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    64% {
        background: url("../img/envase/FRASCO_00004.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    72% {
        background: url("../img/envase/FRASCO_00003.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    80% {
        background: url("../img/envase/FRASCO_00002.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    88% {
        background: url("../img/envase/FRASCO_00001.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
    100% {
        background: url("../img/envase/FRASCO_00000.png");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media screen and (min-width: 0\0) {
    body {
        padding-bottom: 0
    }
    footer {
        position: relative;
        z-index: 1;
        margin-bottom: 20px
    }
    .hiw-main #buy {
        background: #4fa800;
        padding-top: 100px;
        margin-top: 100px;
        margin-bottom: -30px
    }
    .ingredients.hiw#hero .hero-bottom {
        background: #fff
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, body {
        padding-bottom: 0
    }
    *::-ms-backdrop, footer {
        position: relative;
        z-index: 1;
        margin-bottom: 20px
    }
    *::-ms-backdrop, .hiw-main #buy {
        background: #4fa800;
        padding-top: 100px;
        margin-top: 100px;
        margin-bottom: -30px
    }
    .ingredients.hiw#hero .hero-bottom {
        background: #fff
    }
}

/*# sourceMappingURL=child-theme.min.css.map */