@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.4.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

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

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

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

.fa-ul>li {
    position: relative
}

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

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

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #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 linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

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

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

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    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: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

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

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

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

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

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

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

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

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

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

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

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

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

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

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

.fa-gbp:before {
    content: "\f154"
}

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

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

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

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

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

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

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

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

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

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

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

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

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

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

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

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

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

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos="fade-up"] {
    transform: translateY(100px)
}

[data-aos="fade-down"] {
    transform: translateY(-100px)
}

[data-aos="fade-right"] {
    transform: translate(-100px)
}

[data-aos="fade-left"] {
    transform: translate(100px)
}

[data-aos="fade-up-right"] {
    transform: translate(-100px, 100px)
}

[data-aos="fade-up-left"] {
    transform: translate(100px, 100px)
}

[data-aos="fade-down-right"] {
    transform: translate(-100px, -100px)
}

[data-aos="fade-down-left"] {
    transform: translate(100px, -100px)
}

[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos="zoom-in"] {
    transform: scale(0.6)
}

[data-aos="zoom-in-up"] {
    transform: translateY(100px) scale(0.6)
}

[data-aos="zoom-in-down"] {
    transform: translateY(-100px) scale(0.6)
}

[data-aos="zoom-in-right"] {
    transform: translate(-100px) scale(0.6)
}

[data-aos="zoom-in-left"] {
    transform: translate(100px) scale(0.6)
}

[data-aos="zoom-out"] {
    transform: scale(1.2)
}

[data-aos="zoom-out-up"] {
    transform: translateY(100px) scale(1.2)
}

[data-aos="zoom-out-down"] {
    transform: translateY(-100px) scale(1.2)
}

[data-aos="zoom-out-right"] {
    transform: translate(-100px) scale(1.2)
}

[data-aos="zoom-out-left"] {
    transform: translate(100px) scale(1.2)
}

[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translate(0)
}

[data-aos="slide-up"] {
    transform: translateY(100%)
}

[data-aos="slide-down"] {
    transform: translateY(-100%)
}

[data-aos="slide-right"] {
    transform: translateX(-100%)
}

[data-aos="slide-left"] {
    transform: translateX(100%)
}

[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.eot);
    src: local("Source Sans Pro Light"), local(SourceSansPro-Light), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.eot?#iefix) format("embedded-opentype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.woff2) format("woff2"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.woff) format("woff"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.ttf) format("truetype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-300.svg#SourceSansPro) format("svg")
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.eot);
    src: local("Source Sans Pro Regular"), local(SourceSansPro-Regular), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.eot?#iefix) format("embedded-opentype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.woff2) format("woff2"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.woff) format("woff"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.ttf) format("truetype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-regular.svg#SourceSansPro) format("svg")
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.eot);
    src: local("Source Sans Pro SemiBold"), local(SourceSansPro-SemiBold), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.eot?#iefix) format("embedded-opentype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.woff2) format("woff2"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.woff) format("woff"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.ttf) format("truetype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-600.svg#SourceSansPro) format("svg")
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.eot);
    src: local("Source Sans Pro Bold"), local(SourceSansPro-Bold), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.eot?#iefix) format("embedded-opentype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.woff2) format("woff2"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.woff) format("woff"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.ttf) format("truetype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-700.svg#SourceSansPro) format("svg")
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.eot);
    src: local("Source Sans Pro Black"), local(SourceSansPro-Black), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.eot?#iefix) format("embedded-opentype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.woff2) format("woff2"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.woff) format("woff"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.ttf) format("truetype"), url(/themes/cetrine/assets/fonts/SourceSansPro/source-sans-pro-v12-cyrillic_latin-900.svg#SourceSansPro) format("svg")
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    overflow: visible
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.particles {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
    overflow: hidden;
    width: 100%;
    height: 100%
}

@media (max-width: 1024px) {
    .particles {
        z-index: auto
    }
}

.particles__container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%
}

.particles__main {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 420px
}

@media (max-width: 580px) {
    .particles__main {
        width: 300px;
        height: 252px;
        background-size: contain
    }
}

@media (min-width: 1440px) {
    .particles__main {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

@media (min-width: 1900px) {
    .particles__main {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

.particles__main.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer.png)
}

.particles__main2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px
}

@media (min-width: 1440px) {
    .particles__main2 {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

@media (min-width: 1900px) {
    .particles__main2 {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

.particles__main2.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_8.png)
}

.particles__small {
    position: absolute;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform-origin: center;
    transform-origin: center
}

@media (min-width: 1440px) {
    .particles__small {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

@media (min-width: 1900px) {
    .particles__small {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right
    }
}

.particles__small.sm0 {
    right: 16.66%;
    bottom: 80%;
    width: 50px;
    height: 55px
}

.particles__small.sm0.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_0.png)
}



.particles__small.sm1 {
    right: 22.22%;
    bottom: 82%;
    width: 95px;
    height: 95px
}

.particles__small.sm1.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_1.png)
}



.particles__small.sm2 {
    right: 38.2%;
    bottom: 76%;
    width: 60px;
    height: 60px
}

.particles__small.sm2.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_2.png)
}

.particles__small.sm3 {
    right: 44.44%;
    bottom: 60%;
    width: 91px;
    height: 91px
}

.particles__small.sm3.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_3.png)
}

.particles__small.sm4 {
    right: 49.3%;
    bottom: 80%;
    width: 45px;
    height: 60px
}

.particles__small.sm4.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_4.png)
}

.particles__small.sm5 {
    right: 88.33%;
    bottom: 30%;
    width: 54px;
    height: 65px
}

.particles__small.sm5.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_5.png)
}

.particles__small.sm6 {
    right: 82.77%;
    bottom: 75%;
    width: 38px;
    height: 38px
}

.particles__small.sm6.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_6.png)
}

.particles__small.sm7 {
    right: 84.55%;
    bottom: 78%;
    width: 30px;
    height: 38px
}

.particles__small.sm7.summer {
    background-image: url(/themes/cetrine/assets/images/particles/summer_7.png)
}



.header {
    position: relative;
    z-index: 10;
    height: 140px;
    background-image: url(/themes/cetrine/assets/images/header.png);
    background-position: top;
    background-size: 1440px 168px;
    background-repeat: repeat-x
}

@media (max-width: 1024px) {
    .header {
        display: none
    }
}

.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

.header.fixed .sub-header__logo {
    opacity: 1
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px
}

.header__logo {
    position: relative;
    width: 572px;
    height: 79px;
    background-image: url(/themes/cetrine/assets/images/logo2new.png);
    background-size: contain;
    background-repeat: no-repeat
}

.header__nav {
    font-weight: 400
}

.header__nav,
.header__nav ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
}

.header__nav ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.header__link {
    position: relative;
    display: block;
    margin-right: 40px;
    height: 60px;
    height: auto;
    border-bottom: 2px solid transparent;
    color: #464646;
    color: #999;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.header__link.active,
.header__link.child-active,
.header__link:hover {
    border-bottom: 2px solid #464646;
    color: #464646
}

.header__link.active a,
.header__link.child-active a,
.header__link:hover a {
    color: #464646!important
}

.header__link a {
    display: block;
    height: 40px;
    color: #999!important;
    text-decoration: none;
    line-height: 40px
}

.header__link ul {
    display: none
}

.header__dr {
    position: relative;
    top: 3px;
    display: block;
    width: 130px;
    height: 28px;
    background-image: url(/themes/cetrine/assets/images/logo-drreddys.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.jumbo {
    position: relative;
    overflow-x: hidden;
    padding-top: 140px;
    color: #464646;
    -webkit-transition: background-color 2s;
    transition: background-color 2s
}

@media (max-width: 1024px) {
    .jumbo {
        padding-top: 120px
    }
}

.jumbo.tall {
    margin: 0;
    padding: 0;
    height: 100vh
}

.jumbo.tall .jumbo__container {
    height: 100%
}

.jumbo__limiter {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: hidden;
    max-width: 100%;
    height: 100%
}

@media (max-width: 1100px) {
    .jumbo__limiter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.jumbo__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    min-height: calc(100vh - 140px)
}

@media (max-width: 880px) {
    .jumbo__container {
        min-height: calc(100vh - 140px);
        height: auto
    }
}

.jumbo.summer {
    background-color: #fdff93
}

.jumbo.summer .jumbo__photo.summer {
    opacity: 1
}

.jumbo.fall {
    background-color: #fdd184
}

.jumbo.fall .jumbo__photo.fall {
    opacity: 1
}

.jumbo.winter {
    background-color: #84d8fe
}

.jumbo.winter .jumbo__photo.winter {
    opacity: 1
}

.jumbo.spring {
    background-color: #caff96
}

.jumbo.spring .jumbo__photo.spring {
    opacity: 1
}

.jumbo__graphics {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    width: 685px;
    height: 544px
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__graphics {
        width: 890.5px;
        height: 707.2px
    }
}

.jumbo__photo-under {
    position: absolute;
    top: 0;
    left: 0;
    width: 685px;
    height: 544px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__photo-under {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@media (max-width: 768px) {
    .jumbo__photo-under {
        position: relative;
        padding-top: 60%;
        width: 100%;
        height: auto
    }
}

.no-webp .jumbo__photo-under.summer {
    background-image: url(/themes/cetrine/assets/images/jumbo/summer_back.png)
}

.webp .jumbo__photo-under.summer {
    background-image: url(/themes/cetrine/assets/images/jumbo/webp/summer_back.webp)
}

.jumbo__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 685px;
    height: 544px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__photo {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@media (max-width: 768px) {
    .jumbo__photo {
        right: -3%;
        left: 3%;
        padding-top: 60%;
        width: 100%;
        height: auto
    }
}

.no-webp .jumbo__photo.summer {
    background-image: url(/themes/cetrine/assets/images/mobile/jumbo/summer.png)
}

.webp .jumbo__photo.summer {
    background-image: url(/themes/cetrine/assets/images/mobile/jumbo/summer.webp)
}

@media screen and (min-width: 426px) {
    .no-webp .jumbo__photo.summer {
        background-image: url(/themes/cetrine/assets/images/jumbo/summer.png)
    }
    .webp .jumbo__photo.summer {
        background-image: url(/themes/cetrine/assets/images/jumbo/webp/summer.webp)
    }
}

.jumbo__product {
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 368px;
    height: 173px;
    background-size: contain;
    background-repeat: no-repeat
}

.no-webp .jumbo__product {
    background-image: url(/themes/cetrine/assets/images/mobile/pack.png)
}

.webp .jumbo__product {
    background-image: url(/themes/cetrine/assets/images/mobile/pack.webp)
}

@media screen and (min-width: 426px) {
    .no-webp .jumbo__product {
        background-image: url(/themes/cetrine/assets/images/pack.png)
    }
    .webp .jumbo__product {
        background-image: url(/themes/cetrine/assets/images/pack.webp)
    }
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__product {
        bottom: 50px;
        width: 500px;
        height: 300px;
        background-size: contain
    }
}

@media (max-width: 768px) {
    .jumbo__product {
        right: auto;
        left: 55%;
        width: 300px;
        height: 173px;
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%)
    }
}

.jumbo__text {
    z-index: 9;
    margin-right: 60px;
    margin-left: 20px;
    max-width: 500px;
    font-weight: 400;
    font-size: 1.7rem
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__text {
        margin-right: 80px;
        margin-left: 0
    }
}

@media (max-width: 1100px) {
    .jumbo__text {
        margin: 0 auto;
        padding-bottom: 60px;
        max-width: 300px;
        max-width: 400px;
        font-size: 1.2rem
    }
}

@media (max-width: 500px) {
    .jumbo__text {
        padding: 0 20px 60px;
        width: 100%
    }
}

.jumbo__text sup {
    font-weight: 400;
    font-size: .6em;
    opacity: .6
}

.jumbo__text-bold,
.jumbo__text-lead {
    margin-bottom: 20px
}

.jumbo__text-bold {
    font-weight: 600
}

.jumbo__text-cetrine {
    margin-bottom: 5px
}

.jumbo__text-cetrine h1 {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0
}

.jumbo__text-date {
    font-style: italic;
    font-size: .8rem;
    opacity: .7
}

.jumbo__timer-container {
    position: absolute;
    right: 50px;
    bottom: 140px;
    width: 100px;
    height: 100px
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__timer-container {
        right: 100px;
        bottom: 200px
    }
}

@media (max-width: 768px) {
    .jumbo__timer-container {
        right: auto;
        bottom: 140px;
        left: 65%;
        width: 80px;
        height: 80px;
        -webkit-transform: translateX(-65%);
        transform: translateX(-65%)
    }
}

.jumbo__motto-under {
    position: absolute;
    right: -11px;
    bottom: 50px;
    width: 511px;
    height: 77px
}

@media (max-width: 768px) {
    .jumbo__motto-under {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.jumbo__motto-under.summer {
    background-image: url(/themes/cetrine/assets/images/jumbo/line_1.png)
}

.jumbo__motto {
    position: absolute;
    right: 112px;
    bottom: 77px;
    color: #2a286d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.32rem;
    opacity: 0;
    -webkit-animation: fade-in .5s ease-in 1.9s forwards;
    animation: fade-in .5s ease-in 1.9s forwards
}

@media (max-width: 768px) {
    .jumbo__motto {
        right: auto;
        left: 50%;
        font-size: 1.2rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.jumbo__20min {
    position: absolute;
    right: 38px;
    bottom: 120px;
    color: #2a286d;
    font-weight: 900;
    font-size: 1rem;
    opacity: 0;
    -webkit-animation: fade-in .5s ease-in 1.5s forwards;
    animation: fade-in .5s ease-in 1.5s forwards
}

@media (min-width: 1440px) and (min-height: 820px) {
    .jumbo__20min {
        right: 60px;
        bottom: 146px;
        font-size: 1.22rem
    }
}

@media (max-width: 768px) {
    .jumbo__20min {
        right: 212px
    }
}

.jumbo__20min sup {
    font-weight: 600;
    font-size: .555em;
    opacity: .8
}

.jumbo__buy {
    display: block;
    margin-top: 30px;
    height: 40px;
    line-height: 38px;
    width: 180px;
    border: 1px solid #29296b;
    border-radius: 20px;
    color: #29296b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem
}

@media (max-width: 768px) {
    .jumbo__buy {
        margin: 30px auto 0
    }
}

.jumbo__buy svg {
    margin-right: 4px
}

.jumbo__buy:visited {
    color: #29296b
}

.jumbo__icon-container {
    font-size: .8rem;
    position: relative;
    top: -1px
}

.timer {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%
}

@media (min-width: 1440px) and (min-height: 820px) {
    .timer {
        width: 130px;
        height: 130px
    }
}

@media (max-width: 768px) {
    .timer {
        width: 80px;
        height: 80px
    }
}

.timer__clock-back {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, #b5e5fb));
    background-image: linear-gradient(90deg, #fff 50%, #b5e5fb 0);
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2)
}

.timer__clock-back,
.timer__clock-front {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border-radius: 50%
}

.timer__clock-front {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fff));
    background-image: linear-gradient(90deg, transparent 50%, #fff 0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: clock-front 1.5s ease-in forwards;
    animation: clock-front 1.5s ease-in forwards
}

.timer__clock-face {
    background-image: url(/themes/cetrine/assets/images/clock_1.svg)
}

.timer__arrow,
.timer__clock-face {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-size: contain
}

.timer__arrow {
    background-image: url(/themes/cetrine/assets/images/clock_arrow.svg);
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: arrow 1.5s ease-in forwards;
    animation: arrow 1.5s ease-in forwards
}

.timer__min {
    position: absolute;
    top: 26px;
    left: 70px;
    color: #2a286d;
    text-align: center;
    font-weight: 600;
    font-size: .9rem;
    opacity: 0;
    -webkit-animation: fade-in .5s ease-in 1.5s forwards;
    animation: fade-in .5s ease-in 1.5s forwards
}

.advantages {
    padding: 60px 0
}

.advantages .h1,
.advantages h1 {
    margin-bottom: 60px;
    margin-top: 0;
    color: #464646
}

.advantages__container {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages__container,
.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.advantages__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    font-size: 14px
}

@media (max-width: 1040px) {
    .advantages__item:not(:last-child) {
        margin-bottom: 60px
    }
}

.advantages__title {
    max-width: 120px;
    text-align: center;
    font-weight: 600
}

.advantages__link {
    color: #0277bd;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px
}

.icon {
    width: 100px;
    height: 80px
}

.icon,
.icon.low {
    position: relative
}

.icon.low {
    top: -10px
}

.icon img {
    position: absolute;
    display: block
}

.icon img.still {
    -webkit-animation: none!important;
    animation: none!important
}

.icon img.pill {
    top: 10px;
    right: -10px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.icon img.shadow {
    right: 10px;
    bottom: -16px
}

.icon img.speed {
    top: 15px;
    left: -15px;
    -webkit-animation: bounce .5s linear infinite alternate;
    animation: bounce .5s linear infinite alternate
}

.icon img.arrow1 {
    opacity: 0;
    -webkit-animation: arrow1 linear infinite;
    animation: arrow1 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.icon img.arrow2 {
    opacity: 0;
    -webkit-animation: arrow2 linear infinite;
    animation: arrow2 linear infinite;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.icon img.berry {
    -webkit-animation: disappear linear infinite alternate;
    animation: disappear linear infinite alternate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.icon img.flower {
    opacity: 0;
    animation: disappear linear infinite alternate-reverse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.icon img.lips {
    -webkit-animation: disappear linear infinite alternate;
    animation: disappear linear infinite alternate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.icon img.pill3 {
    opacity: 0;
    animation: disappear linear infinite alternate-reverse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.icon img.bee {
    -webkit-animation: disappear linear infinite alternate;
    animation: disappear linear infinite alternate;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.icon img.cat {
    opacity: 0;
    animation: disappear linear infinite alternate-reverse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.icon img.eyes {
    opacity: 1;
    animation: disappear linear infinite alternate-reverse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.icon img.eyes-closed {
    opacity: 1;
    animation: disappear linear infinite alternate-reverse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.icon img.money {
    opacity: 0;
    -webkit-animation: coin 2s ease-in infinite;
    animation: coin 2s ease-in infinite
}

.icon img.pig {
    -webkit-animation: pig 2s ease-in-out infinite;
    animation: pig 2s ease-in-out infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(365deg);
        transform: rotate(365deg)
    }
}

@-webkit-keyframes arrow1 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes arrow1 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes arrow2 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes arrow2 {
    0% {
        opacity: 0
    }
    25% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes disappear {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes disappear {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

@-webkit-keyframes coin {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@keyframes coin {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@-webkit-keyframes pig {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    79% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    80% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
    85% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    90% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    95% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes pig {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    79% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    80% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
    85% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    90% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
    95% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes arrow {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@-webkit-keyframes clock-front {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@keyframes clock-front {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@-webkit-keyframes moveeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@keyframes moveeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }
}

@-webkit-keyframes time {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

@keyframes time {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg)
    }
}

.mobile-header,
.sub-header {
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px 0 rgba(60, 60, 60, 0.05);
    box-shadow: 0 2px 1px 0 rgba(60, 60, 60, 0.05);
    font-size: 1rem
}

.mobile-header.home,
.sub-header.home {
    font-size: 1rem
}

.mobile-header.home ul>li,
.sub-header.home ul>li {
    margin-right: 40px
}

.mobile-header.home ul>li.active>a,
.mobile-header.home ul>li.child-active>a,
.mobile-header.home ul>li:hover>a,
.sub-header.home ul>li.active>a,
.sub-header.home ul>li.child-active>a,
.sub-header.home ul>li:hover>a {
    border-bottom: 2px solid #0277bd;
    color: #0277bd
}

.mobile-header.fixed,
.sub-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

.mobile-header.fixed .sub-header__logo,
.sub-header.fixed .sub-header__logo {
    opacity: 1
}

.mobile-header__logo,
.sub-header__logo {
    display: block;
    width: 100px;
    height: 42px;
    background-image: url(/themes/cetrine/assets/images/logo2.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.mobile-header__menu,
.sub-header__menu {
    font-weight: 400
}

@media (max-width: 1024px) {
    .mobile-header__menu,
    .sub-header__menu {
        display: none
    }
}

.mobile-header__menu ul,
.sub-header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-header__menu ul>li,
.sub-header__menu ul>li {
    margin-right: 15px
}

.mobile-header__menu ul>li.active>a,
.mobile-header__menu ul>li.child-active>a,
.mobile-header__menu ul>li:hover>a,
.sub-header__menu ul>li.active>a,
.sub-header__menu ul>li.child-active>a,
.sub-header__menu ul>li:hover>a {
    border-bottom: 2px solid #0277bd;
    color: #0277bd
}

.mobile-header__menu ul>li a,
.sub-header__menu ul>li a {
    border-bottom: 2px solid transparent;
    color: #999
}

.mobile-header__menu>ul>li:last-child>ul ul,
.sub-header__menu>ul>li:last-child>ul ul {
    right: 100%;
    left: auto;
    width: 600px
}

.mobile-header__menu>ul>li:last-child>ul ul>li a,
.sub-header__menu>ul>li:last-child>ul ul>li a {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-header__menu li,
.sub-header__menu li {
    position: relative
}

.mobile-header__menu li li:hover>a,
.sub-header__menu li li:hover>a {
    color: #464646
}

.mobile-header__menu li:hover>ul,
.sub-header__menu li:hover>ul {
    visibility: visible;
    opacity: 1
}

.mobile-header__menu a,
.sub-header__menu a {
    display: block;
    height: 60px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 60px;
    -webkit-transition: .1s;
    transition: .1s
}

.mobile-header__menu ul ul,
.sub-header__menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(60, 60, 60, 0.2);
    box-shadow: 0 1px 1px 0 rgba(60, 60, 60, 0.2);
    color: #999;
    opacity: 0;
    -webkit-transition: .1s;
    transition: .1s
}

.mobile-header__menu ul ul>li,
.sub-header__menu ul ul>li {
    margin-right: 0
}

.mobile-header__menu ul ul>li a,
.sub-header__menu ul ul>li a {
    padding: 0 20px;
    height: 30px;
    border: none!important;
    color: #999;
    line-height: 30px
}

.mobile-header__menu ul ul>li.active a,
.mobile-header__menu ul ul>li.child-active .active a,
.mobile-header__menu ul ul>li.child-active>a,
.sub-header__menu ul ul>li.active a,
.sub-header__menu ul ul>li.child-active .active a,
.sub-header__menu ul ul>li.child-active>a {
    border: none!important;
    color: #464646!important
}

.mobile-header__menu ul ul>li.has-subnav>a:after,
.sub-header__menu ul ul>li.has-subnav>a:after {
    position: relative;
    top: -.5px;
    margin-left: 5px;
    content: "\F054";
    font-weight: 300;
    font-size: .65rem;
    font-family: FontAwesome
}

.mobile-header__menu ul ul ul,
.sub-header__menu ul ul ul {
    top: 0;
    left: 100%
}

@media (max-width: 1024px) {
    .sub-header {
        display: none
    }
}

@media (min-width: 1025px) {
    .mobile-header {
        display: none
    }
}

.mobile-header__logo {
    opacity: 1
}

.article {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 auto 60px;
    padding-top: 60px;
    max-width: 800px;
    width: 100%;
    color: #546d88
}

@media (max-width: 1024px) {
    .article {
        padding-top: 120px
    }
}

.article .table-container {
    overflow-x: auto;
    max-width: 100%;
    background-color: #fff
}

.article table {
    margin: 0 auto;
    border-collapse: collapse;
    border: none;
    min-width: 100%
}

.article td,
.article th {
    border: 1px solid rgba(2, 119, 189, 0.5);
    padding: 10px;
    vertical-align: middle
}

.article img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 500px
}

.article__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px
}

.article__picture {
    display: block;
    margin-bottom: 20px;
    max-width: 100%
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    color: #0277bd
}

.article b,
.article strong {
    font-weight: 600
}

.article h2 {
    margin-bottom: 20px
}

.article h2,
.article h3 {
    margin-top: 40px;
    line-height: 1.1
}

.article h3 {
    margin-bottom: 10px;
    font-weight: 400
}

.article p {
    margin-bottom: 10px;
    line-height: 1.418
}

.article li {
    margin-bottom: .4em;
    line-height: 1.218
}

.article ul {
    padding-left: 40px;
    list-style: none
}

.article ul li {
    position: relative;
    padding-left: 5px
}

.article ul li:before {
    position: absolute;
    left: -20px;
    display: block;
    margin-right: 5px;
    color: #1c77bb;
    content: "\25CF";
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.article ol {
    padding-left: 40px;
    list-style: none;
    counter-reset: li
}

.article ol>li {
    position: relative;
    counter-increment: li
}

.article ol>li:before {
    position: absolute;
    left: -40px;
    display: block;
    width: 30px;
    color: #1c77bb;
    content: counter(li) ".";
    text-align: right;
    font-weight: 600
}

.article ol ul {
    margin: 10px 0;
    padding-left: 20px
}

.article ol ul li {
    position: relative;
    padding-left: 5px
}

.article ol ul li:before {
    position: absolute;
    left: -20px;
    display: block;
    margin-right: 5px;
    color: #1c77bb;
    content: "\25CF";
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.article-container {
    background-color: #e5f8ff
}

.breadcrumbs {
    margin-bottom: 40px;
    color: #88abc6;
    font-size: .9rem
}

.breadcrumbs,
.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: disc;
    white-space: nowrap
}

.breadcrumbs ul li {
    display: block;
    margin: 0;
    padding: 0
}

.breadcrumbs ul li:before {
    display: none
}

.breadcrumbs ul li:after {
    position: relative;
    top: -1px;
    margin: 0 5px;
    background-image: url(/themes/cetrine/assets/images/svg/right-chevron.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block
}

.breadcrumbs ul li:last-child:after {
    display: none
}

.breadcrumbs ul li:last-child a {
    color: #0277bd;
    pointer-events: none
}

.breadcrumbs ul li.ignore:after {
    display: inline
}

.breadcrumbs ul li.ignore a {
    color: #88abc6;
    pointer-events: all
}

.breadcrumbs ul li a {
    color: #88abc6;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s
}

.breadcrumbs ul li a:hover {
    color: #464646
}

.faq {
    margin-bottom: 100px;
    padding: 60px 0;
    font-size: 1rem
}

.faq__asterisk {
    font-size: .8em;
    opacity: .5
}

.faq .h1,
.faq h1 {
    margin-top: 0;
    margin-bottom: 60px;
    color: #464646
}

.question__title {
    margin: 0;
    padding: 10px 0;
    color: #464646;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.question__title:before {
    display: inline-block;
    margin-right: .5rem;
    color: #0277bd;
    opacity: .5;
    -webkit-transition: .2s;
    transition: .2s;
    content: "";
    border: 5px solid transparent;
    border-left-color: #0277bd
}

.question:not(:first-child) .question__title {
    border-top: 1px dashed rgba(2, 119, 189, 0.2)
}

.question__body {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.question__content {
    margin-bottom: 10px;
    margin-left: 1rem;
    padding: 10px;
    background-color: #e5f8ff
}

.question__content p {
    margin: 0 0 10px;
    line-height: 1.418
}

.question__content p:last-child {
    margin: 0
}

.question__content li {
    margin-bottom: .4em;
    line-height: 1.218
}

.question.open .question__title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.howitworks {
    padding: 60px 0
}

.howitworks .h1,
.howitworks h1 {
    margin-top: 0;
    margin-bottom: 60px;
    color: #464646
}

.howitworks p {
    line-height: 1.418
}

.howitworks p:not(:last-child) {
    margin-bottom: 10px
}

.howitworks_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    overflow: hidden;
    overflow-x: hidden;
    color: #464646
}

.howitworks__item,
.howitworks_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.howitworks__item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-height: 460px;
    width: 100%
}

@media (max-width: 1024px) {
    .howitworks__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        overflow-x: hidden!important;
        padding: 0 20px
    }
    .howitworks__item:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.howitworks__item:not(:last-child) {
    margin-bottom: 40px
}

.howitworks__item:nth-child(odd) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.howitworks__item:nth-child(odd) .howitworks__underlay {
    right: 0;
    left: auto;
    padding-left: 220px
}

.howitworks__item:nth-child(odd) .howitworks__photo-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .howitworks__item:nth-child(odd) .howitworks__photo-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.howitworks__item:nth-child(odd) .howitworks__content {
    padding-right: 40px
}

.howitworks__item:nth-child(odd) .howitworks__color {
    background-color: #b5e5fb
}

.howitworks__item:nth-child(2n) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-webp .howitworks__item:nth-child(2n) .howitworks__photo {
    background-image: url(/themes/cetrine/assets/images/mobile/photo_2.png)
}

.webp .howitworks__item:nth-child(2n) .howitworks__photo {
    background-image: url(/themes/cetrine/assets/images/mobile/photo_2.webp)
}

@media screen and (min-width: 426px) {
    .no-webp .howitworks__item:nth-child(2n) .howitworks__photo {
        background-image: url(/themes/cetrine/assets/images/photo_2.png)
    }
    .webp .howitworks__item:nth-child(2n) .howitworks__photo {
        background-image: url(/themes/cetrine/assets/images/photo_2.webp)
    }
}

.howitworks__item:nth-child(2n) .howitworks__underlay {
    left: 0;
    padding-right: 220px
}

.howitworks__item:nth-child(2n) .howitworks__photo-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .howitworks__item:nth-child(2n) .howitworks__photo-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.howitworks__item:nth-child(2n) .howitworks__content {
    padding-left: 40px
}

.howitworks__item:nth-child(2n) .howitworks__color {
    background-color: #d2ffa7
}

.howitworks__content {
    width: 600px
}

@media (max-width: 1024px) {
    .howitworks__content {
        padding: 0!important;
        width: auto
    }
}

.howitworks__header {
    margin-bottom: 20px;
    color: #0277bd;
    font-weight: 600;
    font-size: 24px
}

.howitworks__text p {
    margin-bottom: 10px
}

.howitworks__text b {
    font-weight: 600
}

.howitworks__photo-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 50%;
    height: 100%
}

@media (max-width: 1024px) {
    .howitworks__photo-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
        width: 100%;
        height: auto
    }
}

.howitworks__photo {
    width: 451px;
    height: 448px
}

@media (max-width: 480px) {
    .howitworks__photo {
        width: 100%;
        height: auto;
        background-size: contain;
        background-repeat: no-repeat
    }
    .howitworks__photo:after {
        display: block;
        padding-top: 100%;
        content: ""
    }
}

.howitworks__underlay {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%
}

@media (max-width: 1024px) {
    .howitworks__underlay {
        display: none
    }
}

.howitworks__color {
    width: 100%;
    height: 60%;
    background-color: #caff96
}

.howitworks__asteriks {
    font-size: .8rem;
    margin-top: 20px;
    opacity: .6
}

.footer {
    padding: 80px 0 40px;
    border-top: 1px solid #ddd;
    background-color: #fff
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width: 1024px) {
    .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer__contacts a {
    font-weight: 400
}

.footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__col.second {
    width: 400px
}

.footer__copy {
    float: right
}

@media (max-width: 1024px) {
    .footer__col,
    .footer__col.second {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important;
        width: 100%;
        text-align: center
    }
    .footer__col:not(:last-child) {
        margin-bottom: 10px
    }
    .footer__copy {
        width: 100%;
        text-align: center
    }
}

.footer__col--last {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.footer__disclaimer {
    margin-bottom: 80px;
    color: #999;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 2rem;
    text-align: center
}

@media (max-width: 400px) {
    .footer__disclaimer {
        font-size: 1.5rem
    }
}

.mobile-nav {
    position: fixed;
    top: 60px;
    left: 0;
    display: none;
    overflow-y: auto;
    padding: 5px 0;
    max-height: calc(100vh - 60px);
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    z-index: 1000
}

@media (min-width: 1025px) {
    .mobile-nav {
        display: none
    }
}

.mobile-nav.open {
    display: block
}

.mobile-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    -webkit-box-shadow: 0 2px 1px 0 transparent;
    box-shadow: 0 2px 1px 0 transparent;
    color: #464646;
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s
}

.mobile-nav__link.expanded {
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.02);
    -webkit-transition: .1s;
    transition: .1s
}

.mobile-nav__link.dropdown:after {
    position: relative;
    top: 2px;
    display: block;
    margin-left: 5px;
    font-weight: 300;
    font-size: .65rem;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: center;
    transform-origin: center;
    content: "";
    border: 5px solid transparent;
    border-left-color: #464646
}

.mobile-nav__link.dropdown.expanded:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mobile-sub {
    display: none;
    background-color: rgba(0, 40, 80, 0.1)
}

.burger {
    outline: none;
    border: none;
    background: transparent;
    color: #464646;
    font-size: 30px
}

@media (min-width: 1025px) {
    .burger {
        display: none
    }
}

.burger:focus {
    outline: none
}

.tiles {
    position: relative;
    padding-top: 100px;
    margin-top: -140px;
    padding-bottom: 40px;
    background-color: #b5e5fb;
    color: #464646
}

@media (max-width: 1024px) {
    .tiles {
        margin-top: 0;
        padding-top: 60px
    }
}

.tiles__header {
    position: relative;
    margin-right: 10px;
    margin-bottom: 40px;
    padding-top: 40px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px
}

@media (max-width: 1024px) {
    .tiles__header {
        text-align: center
    }
}

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

.tiles__tile {
    padding: 10px
}

.tiles__tile:nth-child(10n + 1)>.tiles__tile-container {
    background-color: #feffc3
}

.tiles__tile:nth-child(10n + 2)>.tiles__tile-container {
    background-color: #b8fffc
}

.tiles__tile:nth-child(10n + 3)>.tiles__tile-container,
.tiles__tile:nth-child(10n + 4)>.tiles__tile-container,
.tiles__tile:nth-child(10n + 5)>.tiles__tile-container {
    background-color: #fff
}

.tiles__tile:nth-child(10n + 6)>.tiles__tile-container {
    background-color: #ddffba
}

.tiles__tile:nth-child(10n + 7)>.tiles__tile-container {
    background-color: #d8f3ff
}

.tiles__tile:nth-child(10n + 8)>.tiles__tile-container,
.tiles__tile:nth-child(10n + 9)>.tiles__tile-container,
.tiles__tile:nth-child(10n + 10)>.tiles__tile-container {
    background-color: #fff
}

.tiles__tile:nth-child(5n + 1),
.tiles__tile:nth-child(5n + 2) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%
}

@media (max-width: 1024px) {
    .tiles__tile:nth-child(5n + 1),
    .tiles__tile:nth-child(5n + 2) {
        width: 100%
    }
}

.tiles__tile:nth-child(5n + 1) .tiles__more,
.tiles__tile:nth-child(5n + 2) .tiles__more {
    width: 186px;
    background-image: url(/themes/cetrine/assets/images/tiles/white_paint.png);
    color: #0277bd
}

.tiles__tile:nth-child(5n + 3),
.tiles__tile:nth-child(5n + 4),
.tiles__tile:nth-child(5n + 5) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.33%
}

@media (max-width: 1024px) {
    .tiles__tile:nth-child(5n + 3),
    .tiles__tile:nth-child(5n + 4),
    .tiles__tile:nth-child(5n + 5) {
        width: 100%
    }
}

.tiles__tile:nth-child(5n + 3) .tiles__more,
.tiles__tile:nth-child(5n + 4) .tiles__more,
.tiles__tile:nth-child(5n + 5) .tiles__more {
    width: 176px;
    background-image: url(/themes/cetrine/assets/images/tiles/green_paint.png);
    color: #0277bd
}

.tiles__tile-container {
    position: relative;
    display: block;
    padding: 40px;
    height: 240px;
    color: #464646;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1024px) {
    .tiles__tile-container {
        padding-bottom: 80px;
        height: auto
    }
}

@media (max-width: 580px) {
    .tiles__tile-container {
        padding-bottom: 100px
    }
}

.tiles__title {
    margin-bottom: 10px;
    font-weight: 600
}

.tiles__content {
    position: relative;
    z-index: 3;
    padding-right: 160px;
    width: 100%;
    font-weight: 400
}

@media (max-width: 580px) {
    .tiles__content {
        padding-right: 0
    }
}

.tiles__text {
    margin-bottom: 10px;
    color: #464646
}

@media (max-width: 1024px) {
    .tiles__text br {
        display: none
    }
}

.tiles__picture {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 180px;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat
}

@media (max-width: 580px) {
    .tiles__picture {
        width: 100px;
        height: 100px
    }
}

.tiles__more {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 57px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    line-height: 50px
}

.tiles__more svg {
    margin-left: 5px
}

.types {
    padding: 60px 0;
    background-color: #b6e6fb;
    color: #464646
}

.types .h1,
.types h1 {
    margin-bottom: 60px;
    background-color: #b6e6fb
}

.types__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1100px) {
    .types__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.types__picture {
    width: 580px;
    height: 267px
}

@media (max-width: 1100px) {
    .types__picture {
        position: relative;
        margin-bottom: 40px;
        width: 100%;
        height: 267px;
        background-position: top;
        background-size: 580px 267px;
        background-repeat: no-repeat
    }
}

@media (max-width: 640px) {
    .types__picture {
        height: auto;
        background-size: contain
    }
    .types__picture:after {
        display: block;
        padding-top: 47%;
        content: ""
    }
}

.types__title {
    margin-bottom: 10px;
    padding-left: 60px;
    font-weight: 600
}

@media (max-width: 640px) {
    .types__title {
        margin-bottom: 0
    }
}

.types__item:not(:last-child) {
    margin-bottom: 10px
}

.types__20 {
    margin-right: -67px;
    width: 310px
}

@media (max-width: 1100px) {
    .types__20 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0
    }
}

@media (max-width: 640px) {
    .types__20 {
        margin-bottom: 40px
    }
}

.types__20>.types__paint {
    padding-left: 90px;
    height: 57px;
    background-image: url(/themes/cetrine/assets/images/tiles/paint_left.png);
    background-position: 0;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 54px
}

@media (max-width: 1100px) {
    .types__20>.types__paint {
        padding-left: 0;
        background-image: none
    }
}

.types__20>.types__title {
    padding-left: 90px;
    font-weight: 600
}

@media (max-width: 1100px) {
    .types__20>.types__title {
        padding-left: 0;
        font-size: 1.2rem
    }
}

.types__20>.types__items {
    padding-left: 90px
}

@media (max-width: 1100px) {
    .types__20>.types__items {
        padding-left: 0
    }
}

.types__30 {
    position: relative;
    top: 20px;
    width: 310px;
    left: -4px
}

@media (max-width: 1100px) {
    .types__30 {
        top: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        left: 0
    }
}

.types__30>.types__paint {
    padding-left: 20px;
    height: 57px;
    background-image: url(/themes/cetrine/assets/images/tiles/paint_right.png);
    background-position: 100%;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 54px
}

@media (max-width: 1100px) {
    .types__30>.types__paint {
        padding-left: 0;
        background-image: none
    }
}

.types__30>.types__title {
    padding-left: 20px;
    font-weight: 600
}

@media (max-width: 1100px) {
    .types__30>.types__title {
        padding-left: 0;
        font-size: 1.2rem
    }
}

.types__30>.types__items {
    padding-left: 20px
}

@media (max-width: 1100px) {
    .types__30>.types__items {
        padding-left: 0
    }
}

.rewards {
    padding: 60px 0 0;
    background-color: #e5f8ff;
    color: #464646
}

.rewards .h1,
.rewards h1 {
    margin-top: 0;
    margin-bottom: 60px
}

.rewards__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (max-width: 800px) {
    .rewards__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.rewards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600
}

.rewards__item:not(:last-child) {
    margin-right: 40px
}

.rewards__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 110px
}

.rewards__name {
    position: relative
}

.rewards__lead,
.rewards__title {
    margin-bottom: 20px
}

.rewards__lead {
    font-weight: 400;
    max-width: 350px
}

.rewards__more {
    color: #0277bd;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer
}

.rewards__more svg {
    margin-left: 5px
}

.starmodal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 480px) {
    .starmodal-overlay {
        padding: 20px
    }
}

.starmodal-body {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 40px;
    max-width: 600px;
    background: #fff
}

@media (max-width: 480px) {
    .starmodal-body {
        padding: 40px 20px 20px
    }
}

.starmodal-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.starmodal-content h1,
.starmodal-content h2,
.starmodal-content h3,
.starmodal-content h4,
.starmodal-content h5,
.starmodal-content h6 {
    color: #0277bd
}

.starmodal-content p {
    margin-bottom: 10px;
    line-height: 1.418
}

.starmodal-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: #464646;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

.starmodal-close-button:hover {
    color: red
}

.starmodal-overlay-out {
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.starmodal-overlay-in {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.starmodal-modal-out {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.starmodal-modal-in {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.video {
    padding: 10px 0
}

.video__container {
    padding: 56.3% 20px 0;
    width: 100%;
    height: auto;
    position: relative
}

.video__container>video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(2, 119, 189, 0.5)
}

.warning__header {
    color: red;
    font-weight: 700;
    font-size: 1.2rem
}

.warning__header,
.warning__text {
    margin-bottom: 20px
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: 100vh;
    font-weight: 400;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 480px) {
    body {
        font-size: 14px
    }
}

.home-wrapper {
    margin-top: -140px
}

.home-wrapper .h1,
.home-wrapper h1 {
    font-weight: 900
}

@media (max-width: 1024px) {
    .home-wrapper {
        margin-top: -60px
    }
}

b,
strong {
    font-weight: 400
}

h1,
h2 {
    font-weight: 600
}

a,
a:visited {
    color: #1c77bb;
    text-decoration: none;
    font-weight: 400
}

.sup {
    font-size: .6em;
    opacity: .8;
    font-weight: 400
}

.limiter {
    position: relative;
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

@media (max-width: 1080px) {
    .limiter {
        padding: 0 20px
    }
}

.limiter.narrow {
    max-width: 1040px
}

.center {
    text-align: center
}

.link-list ul {
    list-style: none
}

.link-list ul li {
    position: relative;
    display: block
}

.link-list ul li:before {
    left: -20px;
    color: #1c77bb;
    content: "\25CF";
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.link-list ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px
}

.link-list ul ul li:before {
    left: -20px
}

.container-arrow {
    position: absolute;
    width: 140px;
    height: 65px;
    left: 50%;
    bottom: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    -webkit-animation: move 3s ease-out infinite;
    -moz-animation: move 3s ease-out infinite;
    -o-animation: move 3s ease-out infinite;
    animation: move 3s ease-out infinite
}

.chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
    -moz-animation: move 3s ease-out 1s infinite;
    -o-animation: move 3s ease-out 1s infinite;
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
    -moz-animation: move 3s ease-out 2s infinite;
    -o-animation: move 3s ease-out 2s infinite;
    animation: move 3s ease-out 2s infinite
}

.chevron:after,
.chevron:before {
    content: " ";
    position: absolute;
    top: 0;
    height: 30%;
    width: 51%;
    background: #001972
}

.chevron:before {
    left: 0;
    -webkit-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg)
}

.container-arrow__chevron-box {
    position: relative;
    width: 40px;
    top: -15px
}

.block-title {
    font-size: 2em;
    margin-bottom: 60px;
    margin-top: 0;
    color: #464646
}

@-webkit-keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

@-moz-keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        -moz-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

@-o-keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

@keyframes move {
    25% {
        opacity: 1
    }
    33% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }
    67% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        -moz-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5)
    }
}

.text {
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #001972;
    text-transform: uppercase;
    opacity: .25;
    -webkit-animation: pulse 2s linear infinite alternate;
    -moz-animation: pulse 2s linear alternate infinite;
    -o-animation: pulse 2s linear alternate infinite;
    animation: pulse 2s linear infinite alternate;
    width: 120px
}

@-webkit-keyframes pulse {
    to {
        opacity: 1
    }
}

@-moz-keyframes pulse {
    to {
        opacity: 1
    }
}

@-o-keyframes pulse {
    to {
        opacity: 1
    }
}

@keyframes pulse {
    to {
        opacity: 1
    }
}

@media screen and (min-width: 768px) {
    .container-arrow {
        bottom: 41%
    }
}

@media screen and (min-width: 1020px) {
    .cookie-inner {
        flex-wrap: wrap
    }
    .btn-wrapper {
        width: 100%;
        padding-left: 0
    }
    button.cookie-accept-btn {
        margin-top: 0
    }
}

@media screen and (min-width: 1100px) {
    .container-arrow {
        bottom: 0
    }
}

.no-webp .jumbo__photo-under.winter {
    background-image: url(/themes/cetrine/assets/images/jumbo/winter_back.png)
  }

  .webp .jumbo__photo-under.winter {
    background-image: url(/themes/cetrine/assets/images/jumbo/webp/winter_back.webp)
  }


.jumbo__motto-under.winter {
    background-image: url(/themes/cetrine/assets/images/jumbo/line_3.png)
  }
  