a, abbr, acronym, address, applet, article, aside, audio, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

[hidden] {
    display: none
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

body.hidden-scroll {
    overflow: hidden
}

.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: none;
    z-index: 1035
}

.sl-wrapper {
    z-index: 1040;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed
}

.sl-wrapper * {
    box-sizing: border-box
}

.sl-wrapper button {
    border: 0 none;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    cursor: pointer
}

.sl-wrapper button:hover {
    opacity: .7
}

.sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem
}

.sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem
}

.sl-wrapper .sl-navigation {
    width: 100%;
    display: none
}

.sl-wrapper .sl-navigation button {
    position: fixed;
    top: 50%;
    margin-top: -22px;
    height: 44px;
    width: 22px;
    line-height: 44px;
    text-align: center;
    display: block;
    z-index: 10060;
    font-family: Arial, Baskerville, monospace;
    color: #000
}

.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;
    font-size: 2rem
}

.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;
    font-size: 2rem
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;
        font-size: 3rem
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;
        font-size: 3rem
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px
    }

    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;
        font-size: 3rem
    }

    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;
        font-size: 3rem
    }
}

.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr
}

.sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000
}

.sl-wrapper .sl-image img {
    margin: 0;
    padding: 0;
    display: block;
    border: 0 none;
    width: 100%;
    height: auto
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-image img {
        border: 0 none
    }
}

.sl-wrapper .sl-image iframe {
    background: #000;
    border: 0 none
}

@media (min-width: 35.5em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

@media (min-width: 50em) {
    .sl-wrapper .sl-image iframe {
        border: 0 none
    }
}

.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto
}

.sl-wrapper .sl-image .sl-download {
    display: none;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #000;
    z-index: 1060
}

.sl-spinner {
    display: none;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite
}

.sl-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.sl-transition {
    transition: -moz-transform ease .2s;
    transition: -ms-transform ease .2s;
    transition: -o-transform ease .2s;
    transition: -webkit-transform ease .2s;
    transition: transform ease .2s
}

@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

@-ms-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.gigya-screen-dialog:focus {
    outline: 0
}

.gigya-screen-dialog .gigya-screen-dialog-close:before {
    color: #411f20;
    font-family: "Open Sans", sans-serif
}

.gigya-screen-dialog .info-privacy-link {
    margin-bottom: 15px
}

.gigya-screen-dialog .ns-bauli a {
    color: #411f20
}

.gigya-screen-dialog .ns-bauli .btn-primary {
    color: #fff;
    background-color: #ff1574;
    border-color: #ff1574;
    transition: all .3s ease-in-out
}

.gigya-screen-dialog .ns-bauli .btn-primary:active, .gigya-screen-dialog .ns-bauli .btn-primary:focus, .gigya-screen-dialog .ns-bauli .btn-primary:hover {
    color: #ff1574;
    background-color: #fff;
    border-color: #fff
}

.gigya-screen-dialog .ns-bauli .tab-content > .active {
    background-color: transparent
}

.gigya-screen-dialog .ns-bauli .nav-tabs > li.active > a {
    color: #fff;
    cursor: pointer;
    background-color: #ff1574;
    border-color: #ff1574;
    text-decoration: none;
    transition: all .3s ease-in-out
}

.gigya-screen-dialog .ns-bauli .nav-tabs > li.active > a:active, .gigya-screen-dialog .ns-bauli .nav-tabs > li.active > a:focus, .gigya-screen-dialog .ns-bauli .nav-tabs > li.active > a:hover {
    color: #ff1574;
    background-color: #fff;
    border-color: #fff
}

body .gigya-screen-dialog.gigya-style-modern {
    position: fixed !important
}

html {
    box-sizing: border-box
}

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

a, a:focus, button, button:focus {
    outline: 0
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0
}

body.no-scroll {
    overflow-y: hidden
}

.hamburger {
    display: block;
    text-decoration: none;
    transition: width .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 575.98px) {
    .hamburger {
        width: 40px
    }
}

@media (min-width: 576px) {
    .hamburger {
        width: 50px
    }
}

.hamburger__close {
    color: #fff;
    display: inline-block;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 575.98px) {
    .hamburger__close {
        letter-spacing: 2px
    }
}

@media (min-width: 576px) {
    .hamburger__close {
        letter-spacing: 3px
    }
}

.is-active .hamburger__close {
    opacity: 1;
    transform: translateY(-13px)
}

.hamburger__item {
    background-color: #fff;
    border-radius: 2px;
    height: 3px;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1)
}

.hamburger__item:first-child {
    width: 100%
}

.is-active .hamburger__item:first-child {
    transform: translateY(12px)
}

.hamburger__item:nth-child(2) {
    transform: translateY(7px);
    width: 80%
}

@media (-moz-touch-enabled: 0),(pointer: fine) {
    .hamburger:hover .hamburger__item:nth-child(2) {
        width: 100%
    }
}

.is-active .hamburger__item:nth-child(2) {
    transform: translateY(9px)
}

.hamburger__item:nth-child(3) {
    width: 60%;
    transform: translateY(14px)
}

@media (-moz-touch-enabled: 0),(pointer: fine) {
    .hamburger:hover .hamburger__item:nth-child(3) {
        width: 100%
    }
}

.is-active .hamburger__item:nth-child(3) {
    transform: translateY(6px)
}

.header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20
}

@media (max-width: 575.98px) {
    .header {
        padding-top: 15px;
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (min-width: 576px) {
    .header {
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px
    }
}

.header__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.header__content-child:nth-child(1) {
    width: 30%
}

.header__content-child:nth-child(2) {
    width: 40%
}

.header__content-child:nth-child(3) {
    width: 30%
}

.header__background {
    background-color: #ff1574;
    left: 0;
    position: absolute;
    top: 0;
    transition: filter .4s cubic-bezier(.645, .045, .355, 1), transform .4s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    will-change: filter, transform
}

@media (max-width: 575.98px) {
    .header__background {
        height: 60px;
        transform: translateY(-60px)
    }
}

@media (min-width: 576px) {
    .header__background {
        height: 80px;
        transform: translateY(-80px)
    }
}

.is-sticky .header__background {
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .4))
}

@media (max-width: 575.98px) {
    .is-sticky .header__background {
        transform: translateY(0)
    }
}

@media (min-width: 576px) {
    .is-sticky .header__background {
        transform: translateY(0)
    }
}

.header__background-left {
    left: 0;
    position: absolute;
    top: 100%
}

@media (max-width: 575.98px) {
    .header__background-left {
        width: 130px;
        height: 60px
    }
}

@media (min-width: 576px) {
    .header__background-left {
        width: 300px
    }
}

.header__background-bottom {
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%)
}

@media (max-width: 575.98px) {
    .header__background-bottom {
        width: 210px
    }
}

@media (min-width: 576px) {
    .header__background-bottom {
        width: 310px
    }
}

.header__logo {
    max-width: 100%;
    transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    transform-origin: center top;
    will-change: transform
}

@media (min-width: 576px) {
    .is-sticky .header__logo {
        transform: scale(.78)
    }
}

@media (min-width: 576px) {
    .menu-open .header__logo {
        transform: scale(.64)
    }
}

.best-of .header:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link, .header_alternate:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link, .homepage .header:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link {
    background-color: #fff;
    color: #4267b2
}

.best-of .header:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link:hover, .header_alternate:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link:hover, .homepage .header:not(.is-sticky) .social-list__item:nth-child(2) .social-list__link:hover {
    background-color: #4267b2;
    color: #fff
}

.best-of .header .header__background, .header_alternate .header__background, .homepage .header .header__background {
    background-color: #411f20
}

.best-of .header .header__background-bottom > svg > path, .best-of .header .header__background-left > svg > path, .header_alternate .header__background-bottom > svg > path, .header_alternate .header__background-left > svg > path, .homepage .header .header__background-bottom > svg > path, .homepage .header .header__background-left > svg > path {
    fill: #411f20
}

.footer {
    background-color: #ff1574;
    padding-left: 15px;
    padding-bottom: 45px;
    padding-right: 15px
}

@media (max-width: 575.98px) {
    .footer {
        padding-top: 80px
    }
}

@media (min-width: 576px) {
    .footer {
        padding-top: 120px
    }
}

.footer__conditions {
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 20px;
    text-decoration: none;
    transition: letter-spacing .3s cubic-bezier(.645, .045, .355, 1)
}

.footer__conditions:hover {
    letter-spacing: 2px
}

.footer__info {
    letter-spacing: 1px;
    margin-top: 10px
}

@media (max-width: 575.98px) {
    .footer__info {
        font-size: 13px
    }
}

@media (min-width: 576px) {
    .footer__info {
        font-size: 15px
    }
}

@media (max-width: 575.98px) {
    .footer__logo {
        max-width: 100px
    }
}

@media (min-width: 576px) {
    .footer__logo {
        max-width: 145px
    }
}

.menu {
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    z-index: 10
}

.menu.is-full {
    display: block
}

.menu__background {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0
}

.menu__background-wave {
    height: 100%
}

.menu__background-vortex {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.menu__footer {
    margin-top: 35px
}

@media (max-width: 767.98px) {
    .menu__footer {
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .menu__footer {
        padding-bottom: 10px
    }
}

.menu__content {
    width: 100vw;
    height: 100vh;
    display: table-cell;
    padding-top: 110px;
    vertical-align: middle;
    overflow: hidden
}

.menu__list-item {
    margin-top: 10px;
    margin-bottom: 10px
}

.menu__list-item:nth-child(2) {
    margin-bottom: 45px
}

.menu__list-item-link {
    display: block;
    color: #411f20;
    letter-spacing: -4px;
    text-decoration: none;
    transition: transform .3s ease-in-out;
    will-change: transform
}

.menu__list-item:active .menu__list-item-link, .menu__list-item:focus .menu__list-item-link, .menu__list-item:hover .menu__list-item-link {
    transform: scale(1.5)
}

.menu__list-item_active .menu__list-item-link {
    transform: scale(1.5)
}

.social-list {
    align-items: center;
    display: inline-flex
}

.social-list__item {
    padding-left: 7px;
    padding-right: 7px
}

.social-list__item:first-child {
    color: #411f20;
    padding-left: 0;
    transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

.is-sticky .social-list__item:first-child {
    color: #fff
}

@media (max-width: 991.98px) {
    .social-list__item:first-child {
        display: none
    }
}

.social-list__item:nth-child(2) .social-list__link {
    background-color: #4267b2
}

.social-list__item:nth-child(2) .social-list__link:hover {
    background-color: #fff;
    color: #4267b2
}

.is-sticky .social-list__item:nth-child(2) .social-list__link {
    background-color: #fff;
    color: #4267b2
}

.is-sticky .social-list__item:nth-child(2) .social-list__link:hover {
    background-color: #4267b2;
    color: #fff
}

.social-list__item:nth-child(3) .social-list__link {
    background-color: #411f20
}

.social-list__item:nth-child(3) .social-list__link:hover {
    background-color: #fff;
    color: #411f20
}

.is-sticky .social-list__item:nth-child(3) .social-list__link {
    background-color: #fff
}

.is-sticky .social-list__item:nth-child(3) .social-list__link:hover {
    background-color: #411f20;
    color: #fff
}

.social-list__item:last-child {
    padding-right: 0
}

.social-list__item:last-child .social-list__link {
    background-color: #411f20
}

.social-list__item:last-child .social-list__link:hover {
    background-color: #fff;
    color: #411f20
}

.is-sticky .social-list__item:last-child .social-list__link {
    background-color: #fff
}

.is-sticky .social-list__item:last-child .social-list__link:hover {
    background-color: #411f20;
    color: #fff
}

.social-list__link {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.63, 0, .26, 1.475)
}

@media (max-width: 575.98px) {
    .social-list__link {
        width: 25px;
        height: 25px
    }
}

@media (min-width: 576px) {
    .social-list__link {
        width: 35px;
        height: 35px
    }
}

.is-sticky .social-list__link {
    color: #411f20
}

.social-list__link:hover {
    transform: scale(1.1)
}

#uglipop_overlay_wrapper {
    z-index: 20
}

#uglipop_content_fixed {
    z-index: 21
}

#uglipop_overlay {
    opacity: .8 !important
}

.modalWrapper {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .modalWrapper {
        max-width: 320px
    }
}

@media (min-width: 768px) {
    .modalWrapper {
        max-width: 700px
    }
}

@media (min-width: 992px) {
    .modalWrapper {
        max-width: 900px
    }
}

@media (min-width: 1200px) {
    .modalWrapper {
        max-width: 1080px
    }
}

#closeModal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 20;
    background-color: #ff1574;
    cursor: pointer
}

#closeModal:after, #closeModal:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background-color: #fff
}

#closeModal:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

#closeModal:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

#closeModal:hover {
    background-color: #fff
}

#closeModal:hover:after, #closeModal:hover:before {
    background-color: #ff1574
}

.modalContent, .modalSuccess {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000000
}

.modalContent.open, .modalSuccess.open {
    display: block
}

.modalContent__content, .modalSuccess__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 280px;
    min-height: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    border-radius: 10px;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1)
}

@media (min-width: 768px) {
    .modalContent__content, .modalSuccess__content {
        max-width: 430px
    }
}

.modalContent__close, .modalSuccess__close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    z-index: 20;
    background-color: #ff1574;
    cursor: pointer
}

.modalContent__close:after, .modalContent__close:before, .modalSuccess__close:after, .modalSuccess__close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background-color: #fff
}

.modalContent__close:before, .modalSuccess__close:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.modalContent__close:after, .modalSuccess__close:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modalContent__close:hover, .modalSuccess__close:hover {
    background-color: #411f20
}

.modalSuccess.open .modalSuccess__content {
    opacity: 1
}

.modalContent__content {
    max-width: 800px
}

.modalContent.open .modalContent__content {
    opacity: 1
}

@media (max-width: 767.98px) {
    #modalSubscription .modalContent__content, #modalTickets .modalContent__content {
        width: 95%
    }
}

@media (max-width: 767.98px) {
    #modalSubscription .modalContent__content #subscription-form-wrapper, #modalSubscription .modalContent__content #your-tickets, #modalTickets .modalContent__content #subscription-form-wrapper, #modalTickets .modalContent__content #your-tickets {
        height: calc(100vh - 100px);
        overflow-y: scroll
    }
}

.arrow {
    width: 100%;
    height: 100%;
    border-color: currentColor;
    border-style: solid;
    display: inline-block
}

@media (max-width: 575.98px) {
    .arrow {
        border-top-width: 1px;
        border-right-width: 1px
    }
}

@media (min-width: 576px) {
    .arrow {
        border-top-width: 2px;
        border-right-width: 2px
    }
}

.arrow_right {
    transform: rotate(45deg)
}

.arrow_bottom {
    transform: rotate(135deg)
}

.arrow_left {
    transform: rotate(225deg)
}

.arrow_top {
    transform: rotate(315deg)
}

.button {
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 17px 30px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: background-color .6s cubic-bezier(.63, 0, .26, 1.475), color .6s cubic-bezier(.63, 0, .26, 1.475), transform .5s cubic-bezier(.63, 0, .26, 1.475)
}

.button:hover {
    transform: scale(1.05)
}

@media (max-width: 767.98px) {
    .button_menu {
        display: inline-block
    }
}

@media (min-width: 768px) {
    .button_menu {
        display: inline
    }
}

.button_maroon-flush {
    background-color: #c22470;
    color: #fff
}

.button_maroon-flush:hover {
    background-color: #fff;
    color: #c22470
}

.button_alizarin-crimson {
    background-color: #ff1574;
    color: #fff
}

.button_alizarin-crimson:hover {
    background-color: #fff;
    color: #ff1574
}

.button_crater-brown {
    background-color: #411f20;
    color: #fff
}

.button_crater-brown:hover {
    background-color: #fff;
    color: #411f20
}

.button_java {
    background-color: #14bebc;
    color: #fff
}

.button_java:hover {
    background-color: #fff;
    color: #14bebc
}

.button_white {
    background-color: #fff;
    color: #411f20
}

.button_white:hover {
    background-color: #411f20;
    color: #fff
}

.button_wild-strawberry {
    background-color: #ff2d99;
    color: #fff
}

.button_wild-strawberry:hover {
    background-color: #fff;
    color: #ff2d99
}

.carousel_center {
    overflow: hidden
}

.carousel_center .carousel__inner {
    position: relative
}

@media (max-width: 575.98px) {
    .carousel_center .carousel__inner {
        right: calc((1350px - 100vw) / 2);
        width: 1350px
    }
}

@media (min-width: 576px) {
    .carousel_center .carousel__inner {
        right: calc((1920px - 100vw) / 2);
        width: 1904px
    }
}

.carousel-control {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: center
}

.carousel-control__action {
    background: 0 0;
    border: none;
    color: currentColor;
    cursor: pointer;
    padding: 0;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 575.98px) {
    .carousel-control__action {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 576px) {
    .carousel-control__action {
        width: 20px;
        height: 20px
    }
}

@media (-moz-touch-enabled: 0),(pointer: fine) {
    .carousel-control__action_next:hover {
        transform: translateX(5px)
    }
}

@media (-moz-touch-enabled: 0),(pointer: fine) {
    .carousel-control__action_prev:hover {
        transform: translateX(-5px)
    }
}

.carousel-control__progress {
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width: 575.98px) {
    .carousel-control__progress {
        width: 40px
    }
}

@media (min-width: 576px) {
    .carousel-control__progress {
        width: 60px
    }
}

.progress {
    transform: rotate(-90deg)
}

.progress__meter, .progress__value {
    fill: none
}

.progress__meter {
    opacity: .4;
    stroke: currentColor
}

.progress__value {
    stroke: currentColor
}

.scroll-down {
    width: 35px;
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 15px;
    position: relative
}

@media (max-width: 575.98px) {
    .scroll-down {
        margin-top: 10px
    }
}

@media (min-width: 576px) {
    .scroll-down {
        margin-top: 20px
    }
}

.scroll-down__item {
    -webkit-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto
}

.scroll-down__item:nth-child(1) {
    width: 15px;
    height: 15px
}

.scroll-down__item:nth-child(2) {
    width: 20px;
    height: 20px;
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.scroll-up {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    color: currentColor;
    cursor: pointer;
    position: relative;
    transition: background-color .6s cubic-bezier(.63, 0, .26, 1.475), color .6s cubic-bezier(.63, 0, .26, 1.475), transform .5s cubic-bezier(.63, 0, .26, 1.475)
}

.scroll-up:hover {
    background-color: #ff1574;
    color: #fff;
    transform: scale(1.05)
}

@media (max-width: 575.98px) {
    .scroll-up {
        width: 45px;
        height: 45px
    }
}

@media (min-width: 576px) {
    .scroll-up {
        width: 60px;
        height: 60px
    }
}

.scroll-up__item {
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 575.98px) {
    .scroll-up__item {
        width: 15px;
        height: 15px;
        margin-top: 5px
    }
}

@media (min-width: 576px) {
    .scroll-up__item {
        width: 20px;
        height: 20px;
        margin-top: 10px
    }
}

.stripe {
    align-items: center;
    display: flex;
    position: relative
}

.stripe__action {
    left: 50%;
    margin-top: 10px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    top: 100%;
    z-index: 4
}

.stripe__background {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.stripe__background-bottom {
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    transition: width .3s cubic-bezier(.645, .045, .355, 1);
    z-index: 4
}

@media (max-width: 575.98px) {
    .stripe__background-bottom {
        width: 210px
    }
}

@media (min-width: 576px) {
    .stripe__background-bottom {
        width: 310px
    }
}

.stripe__background-elements {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.stripe__background-elements image {
    opacity: 0;
    transform-origin: center
}

.is-start.stripe__background-elements image:nth-child(3n+1) {
    -webkit-animation: float 6s 0s ease-in-out infinite;
    animation: float 6s 0s ease-in-out infinite
}

.is-start.stripe__background-elements image:nth-child(3n+2) {
    -webkit-animation: float 6s 1s ease-in-out infinite;
    animation: float 6s 1s ease-in-out infinite
}

.is-start.stripe__background-elements image:nth-child(3n+3) {
    -webkit-animation: float 6s 2s ease-in-out infinite;
    animation: float 6s 2s ease-in-out infinite
}

@media (max-width: 767.98px) {
    .stripe__background-elements_baloons {
        display: block
    }

    .stripe__background-elements_baloons g:nth-of-type(1) {
        transform: translate(-3%, -12%)
    }

    .stripe__background-elements_baloons g:nth-of-type(2) {
        transform: translate(5%, 2%)
    }

    .stripe__background-elements_baloons g:nth-of-type(3) {
        transform: translate(-10%, 2%)
    }

    .stripe__background-elements_baloons g:nth-of-type(4) {
        transform: translate(10%, -10%)
    }
}

@media (max-width: 575.98px) {
    .stripe__background-elements .fruit-1 {
        transform: translate(25%, 25%) scale(.5)
    }

    .stripe__background-elements .fruit-2 {
        transform: translate(-3%, 0) scale(.8)
    }

    .stripe__background-elements .fruit-3 {
        transform: translate(12%, -10%) scale(.7)
    }

    .stripe__background-elements .fruit-4 {
        transform: translate(32%, 0) scale(.5)
    }

    .stripe__background-elements .fruit-5 {
        transform: translate(35%, 35%) scale(.5)
    }

    .stripe__background-elements .fruit-6 {
        transform: translate(33%, 26%) scale(.5)
    }

    .stripe__background-elements .fruit-7 {
        transform: translate(32%, 30%) scale(.5)
    }

    .stripe__background-elements .hat-1 {
        transform: translate(34%, 10%) scale(.3)
    }

    .stripe__background-elements .hat-2 {
        transform: translate(15%, 10%) scale(.6)
    }

    .stripe__background-elements .hat-3 {
        transform: translate(8%, 22%) scale(.6)
    }

    .stripe__background-elements .hat-4 {
        transform: translate(37%, 25%) scale(.2)
    }

    .stripe__background-elements .hat-5 {
        transform: translate(35%, 20%) scale(.5)
    }

    .stripe__background-elements .hat-6 {
        transform: translate(32%, 28%) scale(.4)
    }

    .stripe__background-elements .hat-7 {
        transform: translate(40%, 55%) scale(.2)
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .stripe__background-elements .fruit-1 {
        transform: translate(5%, 15%)
    }

    .stripe__background-elements .fruit-2 {
        transform: translate(-10%, -40%)
    }

    .stripe__background-elements .fruit-3 {
        transform: translate(-2%, -15%)
    }

    .stripe__background-elements .fruit-4 {
        transform: translate(12%, -45%)
    }

    .stripe__background-elements .fruit-5 {
        transform: translate(20%, 5%)
    }

    .stripe__background-elements .fruit-6 {
        transform: translate(15%, 15%)
    }

    .stripe__background-elements .fruit-7 {
        transform: translate(12%, -10%)
    }

    .stripe__background-elements .hat-1 {
        transform: translate(32%, -5%) scale(.5)
    }

    .stripe__background-elements .hat-2 {
        transform: translate(-8%, -30%)
    }

    .stripe__background-elements .hat-3 {
        transform: translate(-15%, -5%)
    }

    .stripe__background-elements .hat-4 {
        transform: translate(17%, -13%) scale(.6)
    }

    .stripe__background-elements .hat-5 {
        transform: translate(20%, -18%)
    }

    .stripe__background-elements .hat-6 {
        transform: translate(9%, -12%)
    }

    .stripe__background-elements .hat-7 {
        transform: translate(32%, 53%) scale(.4)
    }
}

.stripe__background-shapes {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 575.98px) {
    .stripe__background-shapes {
        display: none
    }
}

.stripe__background-shapes path {
    opacity: 0;
    transform-origin: center
}

.is-start.stripe__background-shapes path:nth-child(3n+1) {
    -webkit-animation: float 6s 0s ease-in-out infinite;
    animation: float 6s 0s ease-in-out infinite
}

.is-start.stripe__background-shapes path:nth-child(3n+2) {
    -webkit-animation: float 6s 1s ease-in-out infinite;
    animation: float 6s 1s ease-in-out infinite
}

.is-start.stripe__background-shapes path:nth-child(3n+3) {
    -webkit-animation: float 6s 2s ease-in-out infinite;
    animation: float 6s 2s ease-in-out infinite
}

.stripe__background-vortex {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25vw
}

.stripe__bottom {
    position: relative
}

.stripe__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    position: relative;
    width: 100%
}

@media (max-width: 575.98px) {
    .stripe__content {
        padding-top: 80px
    }
}

@media (min-width: 576px) {
    .stripe__content {
        padding-top: 130px
    }
}

@media (max-width: 575.98px) {
    .stripe:first-of-type .stripe__content {
        padding-top: 120px
    }
}

@media (min-width: 576px) {
    .stripe:first-of-type .stripe__content {
        padding-top: 180px
    }
}

.stripe__text {
    line-height: 1.3
}

.stripe__title {
    line-height: .9
}

@media (max-width: 575.98px) {
    .stripe__title {
        letter-spacing: -6px
    }
}

@media (min-width: 576px) {
    .stripe__title {
        letter-spacing: -7px
    }
}

.stripe__vignetting {
    position: absolute
}

.stripe__vignetting_left, .stripe__vignetting_right {
    width: 15%;
    height: 100%;
    top: 0;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1)
}

@media (max-width: 1399.98px) {
    .stripe__vignetting_left, .stripe__vignetting_right {
        opacity: 0
    }
}

@media (min-width: 1400px) {
    .stripe__vignetting_left, .stripe__vignetting_right {
        opacity: 1
    }
}

.stripe__vignetting_left {
    left: 0
}

.stripe__vignetting_right {
    right: 0
}

.stripe__vignetting_bottom {
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    bottom: 0;
    left: 0;
    opacity: .15
}

.svg {
    position: relative;
    display: block;
    height: 0;
    padding-top: 100%
}

.svg__element {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%
}

.general-arrow-bottom {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: -11px 0 0 7px;
    vertical-align: middle
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video, .embed-responsive__item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 25px;
    z-index: 2
}

.embed-responsive_21by9::before {
    padding-top: 42.85714%
}

.embed-responsive_16by9::before {
    padding-top: 56.25%
}

.embed-responsive_4by3::before {
    padding-top: 75%
}

.embed-responsive_1by1::before {
    padding-top: 100%
}

.info {
    position: relative
}

@media (max-width: 767.98px) {
    .info_home {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media (min-width: 768px) {
    .info_home {
        margin-bottom: 0
    }
}

.infoBullet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.infoBullet__button {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%
}

@media (max-width: 767.98px) {
    .infoBullet__button {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) {
    .infoBullet__button {
        width: 75px;
        height: 75px
    }
}

.infoBullet__button .progress__value {
    stroke-dashoffset: 170;
    stroke-dasharray: 170;
    transition: stroke-dashoffset .5s ease-in-out
}

.infoBullet__button_close .infoBullet__animation {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.infoBullet__button_close .buttonBullet {
    transform: scale(1.5)
}

.infoBullet__button_close .buttonBullet__sign:before {
    transform: translateX(-50%) rotate(-90deg)
}

.infoBullet__button_close .progress__value {
    stroke-dashoffset: 0
}

.infoBullet__animation {
    width: 100%;
    height: 100%;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite
}

.infoBullet__info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out;
    z-index: 2
}

.infoBullet__info:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.infoBullet__info_1:before {
    border-color: transparent rgba(255, 255, 255, .95) transparent transparent
}

.infoBullet__info_2:before {
    border-color: transparent transparent rgba(255, 255, 255, .95) transparent
}

.infoBullet__info_3:before {
    border-color: transparent transparent transparent rgba(255, 255, 255, .95)
}

.infoBullet__info_remove {
    display: none
}

.infoBullet__info_hide {
    cursor: default;
    -webkit-animation: fadeOut .8s ease 0s 1 normal forwards;
    animation: fadeOut .8s ease 0s 1 normal forwards
}

.infoBullet__info_show {
    cursor: text;
    -webkit-animation: fadeIn .8s ease 0s 1 normal forwards;
    animation: fadeIn .8s ease 0s 1 normal forwards
}

.buttonBullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out
}

.buttonBullet__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    filter: drop-shadow(0 9px 3px #411f20)
}

.buttonBullet__sign {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .buttonBullet__sign {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 768px) {
    .buttonBullet__sign {
        width: 20px;
        height: 20px
    }
}

.buttonBullet__sign:after, .buttonBullet__sign:before {
    content: '';
    position: absolute;
    border-radius: 15px;
    background-color: #ff1574
}

.buttonBullet__sign:before {
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%) rotate(0);
    transition: transform .3s ease-in-out
}

@media (max-width: 767.98px) {
    .buttonBullet__sign:before {
        width: 2px
    }
}

@media (min-width: 768px) {
    .buttonBullet__sign:before {
        width: 5px
    }
}

.buttonBullet__sign:after {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

@media (max-width: 767.98px) {
    .buttonBullet__sign:after {
        height: 2px
    }
}

@media (min-width: 768px) {
    .buttonBullet__sign:after {
        height: 5px
    }
}

.infoText__description {
    background-color: rgba(255, 255, 255, .95);
    background-image: url(../img/info.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%
}

@media (max-width: 767.98px) {
    .infoText__description {
        width: 180px;
        height: 180px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px
    }
}

@media (min-width: 768px) {
    .infoText__description {
        padding: 40px 15px;
        width: 300px
    }
}

.infoText__text {
    margin-bottom: 0;
    word-break: break-word
}

@media (max-width: 575.98px) {
    .infoText__text {
        font-size: 35px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .infoText__text {
        font-size: calc(2.18447vw + 22.41748px)
    }
}

@media (min-width: 1400px) {
    .infoText__text {
        font-size: 53px
    }
}

@media (max-width: 767.98px) {
    .infoText__text {
        letter-spacing: -2px
    }
}

@media (min-width: 768px) {
    .infoText__text {
        letter-spacing: -4px;
        line-height: 45px
    }
}

.video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    margin: 35px auto;
    position: relative
}

@media (max-width: 767.98px) {
    .video {
        max-height: 230px;
        max-width: 320px
    }
}

@media (min-width: 768px) {
    .video {
        max-height: 400px;
        max-width: 560px
    }
}

.video__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    position: relative
}

@media (max-width: 767.98px) {
    .video__item {
        width: 320px;
        height: 200px
    }
}

@media (min-width: 768px) {
    .video__item {
        width: 560px;
        height: 300px
    }
}

.video__play {
    width: 150px;
    height: 150px;
    color: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video__play::after {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ff1574;
    border-style: solid;
    border-width: 18px 0 18px 25px;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-35%, -50%)
}

.video__play .progress {
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0
}

.video__play .progress__meter, .video__play .progress__value {
    stroke-width: 2px
}

.video__play .progress__value {
    stroke-dasharray: 170;
    stroke-dashoffset: 510
}

.video__play_animate .progress__value {
    -webkit-animation: loopPlay 10s infinite;
    animation: loopPlay 10s infinite
}

.visual-rect {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    margin: 35px auto
}

@media (max-width: 767.98px) {
    .visual-rect {
        max-height: 230px;
        max-width: 320px
    }
}

@media (min-width: 768px) {
    .visual-rect {
        max-height: 400px;
        max-width: 560px
    }
}

.visual-rect__item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

@media (max-width: 767.98px) {
    .visual-rect__item {
        width: 320px;
        height: 200px
    }
}

@media (min-width: 768px) {
    .visual-rect__item {
        width: 560px;
        height: 300px
    }
}

.gigya-screen-loader__custom {
    position: absolute;
    background: transparent url(https://cdns.gigya.com/gs/i//accounts/bigLoader.gif) no-repeat center center;
    min-height: 32px;
    min-width: 32px
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes float {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

@keyframes scroll-down {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(5px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes loopPlay {
    0% {
        stroke-dashoffset: 510
    }
    80% {
        stroke-dashoffset: 340
    }
    100% {
        stroke-dashoffset: 170
    }
}

@keyframes loopPlay {
    0% {
        stroke-dashoffset: 510
    }
    80% {
        stroke-dashoffset: 340
    }
    100% {
        stroke-dashoffset: 170
    }
}

.Bgc\(black\) {
    background-color: #000
}

.C\(black\) {
    color: #000
}

.Fill\(black\) {
    fill: #000
}

.Fill\(black\) path, .Fill\(black\) polygon {
    fill: #000
}

.Stk\(black\) {
    stroke: #000
}

.Stk\(black\) line, .Stk\(black\) polyline {
    stroke: #000
}

.Bgc\(white\) {
    background-color: #fff
}

.C\(white\) {
    color: #fff
}

.Fill\(white\) {
    fill: #fff
}

.Fill\(white\) path, .Fill\(white\) polygon {
    fill: #fff
}

.Stk\(white\) {
    stroke: #fff
}

.Stk\(white\) line, .Stk\(white\) polyline {
    stroke: #fff
}

.Bgc\(alizarin-crimson\) {
    background-color: #ff1574
}

.C\(alizarin-crimson\) {
    color: #ff1574
}

.Fill\(alizarin-crimson\) {
    fill: #ff1574
}

.Fill\(alizarin-crimson\) path, .Fill\(alizarin-crimson\) polygon {
    fill: #ff1574
}

.Stk\(alizarin-crimson\) {
    stroke: #ff1574
}

.Stk\(alizarin-crimson\) line, .Stk\(alizarin-crimson\) polyline {
    stroke: #ff1574
}

.Bgc\(crater-brown\) {
    background-color: #411f20
}

.C\(crater-brown\) {
    color: #411f20
}

.Fill\(crater-brown\) {
    fill: #411f20
}

.Fill\(crater-brown\) path, .Fill\(crater-brown\) polygon {
    fill: #411f20
}

.Stk\(crater-brown\) {
    stroke: #411f20
}

.Stk\(crater-brown\) line, .Stk\(crater-brown\) polyline {
    stroke: #411f20
}

.Bgc\(maroon-flush\) {
    background-color: #c22470
}

.C\(maroon-flush\) {
    color: #c22470
}

.Fill\(maroon-flush\) {
    fill: #c22470
}

.Fill\(maroon-flush\) path, .Fill\(maroon-flush\) polygon {
    fill: #c22470
}

.Stk\(maroon-flush\) {
    stroke: #c22470
}

.Stk\(maroon-flush\) line, .Stk\(maroon-flush\) polyline {
    stroke: #c22470
}

.Bgc\(janna\) {
    background-color: #f2e5cb
}

.C\(janna\) {
    color: #f2e5cb
}

.Fill\(janna\) {
    fill: #f2e5cb
}

.Fill\(janna\) path, .Fill\(janna\) polygon {
    fill: #f2e5cb
}

.Stk\(janna\) {
    stroke: #f2e5cb
}

.Stk\(janna\) line, .Stk\(janna\) polyline {
    stroke: #f2e5cb
}

.Bgc\(facebook\) {
    background-color: #4267b2
}

.C\(facebook\) {
    color: #4267b2
}

.Fill\(facebook\) {
    fill: #4267b2
}

.Fill\(facebook\) path, .Fill\(facebook\) polygon {
    fill: #4267b2
}

.Stk\(facebook\) {
    stroke: #4267b2
}

.Stk\(facebook\) line, .Stk\(facebook\) polyline {
    stroke: #4267b2
}

.Bgc\(java\) {
    background-color: #14bebc
}

.C\(java\) {
    color: #14bebc
}

.Fill\(java\) {
    fill: #14bebc
}

.Fill\(java\) path, .Fill\(java\) polygon {
    fill: #14bebc
}

.Stk\(java\) {
    stroke: #14bebc
}

.Stk\(java\) line, .Stk\(java\) polyline {
    stroke: #14bebc
}

.Bgc\(mexican-red\) {
    background-color: #a12b2a
}

.C\(mexican-red\) {
    color: #a12b2a
}

.Fill\(mexican-red\) {
    fill: #a12b2a
}

.Fill\(mexican-red\) path, .Fill\(mexican-red\) polygon {
    fill: #a12b2a
}

.Stk\(mexican-red\) {
    stroke: #a12b2a
}

.Stk\(mexican-red\) line, .Stk\(mexican-red\) polyline {
    stroke: #a12b2a
}

.Bgc\(wild-strawberry\) {
    background-color: #ff2d99
}

.C\(wild-strawberry\) {
    color: #ff2d99
}

.Fill\(wild-strawberry\) {
    fill: #ff2d99
}

.Fill\(wild-strawberry\) path, .Fill\(wild-strawberry\) polygon {
    fill: #ff2d99
}

.Stk\(wild-strawberry\) {
    stroke: #ff2d99
}

.Stk\(wild-strawberry\) line, .Stk\(wild-strawberry\) polyline {
    stroke: #ff2d99
}

@media (max-width: 575.98px) {
    .text_12-to-18 {
        font-size: 12px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_12-to-18 {
        font-size: calc(.72816vw + 7.80583px)
    }
}

@media (min-width: 1400px) {
    .text_12-to-18 {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .text_14-to-16 {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_14-to-16 {
        font-size: calc(.24272vw + 12.60194px)
    }
}

@media (min-width: 1400px) {
    .text_14-to-16 {
        font-size: 16px
    }
}

@media (max-width: 575.98px) {
    .text_16-to-18 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_16-to-18 {
        font-size: calc(.24272vw + 14.60194px)
    }
}

@media (min-width: 1400px) {
    .text_16-to-18 {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .text_16-to-20 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_16-to-20 {
        font-size: calc(.48544vw + 13.20388px)
    }
}

@media (min-width: 1400px) {
    .text_16-to-20 {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .text_16-to-22 {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_16-to-22 {
        font-size: calc(.72816vw + 11.80583px)
    }
}

@media (min-width: 1400px) {
    .text_16-to-22 {
        font-size: 22px
    }
}

@media (max-width: 575.98px) {
    .text_20-to-22 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_20-to-22 {
        font-size: calc(.24272vw + 18.60194px)
    }
}

@media (min-width: 1400px) {
    .text_20-to-22 {
        font-size: 22px
    }
}

@media (max-width: 575.98px) {
    .text_20-to-25 {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_20-to-25 {
        font-size: calc(.6068vw + 16.50485px)
    }
}

@media (min-width: 1400px) {
    .text_20-to-25 {
        font-size: 25px
    }
}

@media (max-width: 575.98px) {
    .text_25-to-45 {
        font-size: 25px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_25-to-45 {
        font-size: calc(2.42718vw + 11.01942px)
    }
}

@media (min-width: 1400px) {
    .text_25-to-45 {
        font-size: 45px
    }
}

@media (max-width: 575.98px) {
    .text_40-to-55 {
        font-size: 40px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_40-to-55 {
        font-size: calc(1.82039vw + 29.51456px)
    }
}

@media (min-width: 1400px) {
    .text_40-to-55 {
        font-size: 55px
    }
}

@media (max-width: 575.98px) {
    .text_40-to-65 {
        font-size: 40px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_40-to-65 {
        font-size: calc(3.03398vw + 22.52427px)
    }
}

@media (min-width: 1400px) {
    .text_40-to-65 {
        font-size: 65px
    }
}

@media (max-width: 575.98px) {
    .text_45-to-85 {
        font-size: 45px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_45-to-85 {
        font-size: calc(4.85437vw + 17.03883px)
    }
}

@media (min-width: 1400px) {
    .text_45-to-85 {
        font-size: 85px
    }
}

@media (max-width: 575.98px) {
    .text_60-to-100 {
        font-size: 60px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_60-to-100 {
        font-size: calc(4.85437vw + 32.03883px)
    }
}

@media (min-width: 1400px) {
    .text_60-to-100 {
        font-size: 100px
    }
}

@media (max-width: 575.98px) {
    .text_140-to-250 {
        font-size: 140px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .text_140-to-250 {
        font-size: calc(13.34951vw + 63.1068px)
    }
}

@media (min-width: 1400px) {
    .text_140-to-250 {
        font-size: 250px
    }
}

@-webkit-keyframes move-to-1-1 {
    0% {
        transform: translate(-150px, -222px);
        opacity: 0
    }
    6% {
        transform: translate(-133px, -215px)
    }
    14% {
        transform: translate(-115px, -204px);
        opacity: 1
    }
    22% {
        transform: translate(-98px, -191px)
    }
    30% {
        transform: translate(-83px, -175px)
    }
    37% {
        transform: translate(-69px, -158px)
    }
    53% {
        transform: translate(-46px, -120px)
    }
    69% {
        transform: translate(-27px, -82px)
    }
    82% {
        transform: translate(-14px, -47px)
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes move-to-1-1 {
    0% {
        transform: translate(-150px, -222px);
        opacity: 0
    }
    6% {
        transform: translate(-133px, -215px)
    }
    14% {
        transform: translate(-115px, -204px);
        opacity: 1
    }
    22% {
        transform: translate(-98px, -191px)
    }
    30% {
        transform: translate(-83px, -175px)
    }
    37% {
        transform: translate(-69px, -158px)
    }
    53% {
        transform: translate(-46px, -120px)
    }
    69% {
        transform: translate(-27px, -82px)
    }
    82% {
        transform: translate(-14px, -47px)
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@-webkit-keyframes move-to-1-2 {
    0% {
        transform: translate(166px, 205px);
        opacity: 0
    }
    9% {
        transform: translate(143px, 195px)
    }
    19% {
        transform: translate(120px, 182px);
        opacity: 1
    }
    31% {
        transform: translate(91px, 162px)
    }
    46% {
        transform: translate(63px, 135px)
    }
    62% {
        transform: translate(36px, 100px)
    }
    71% {
        transform: translate(25px, 79px)
    }
    80% {
        transform: translate(15px, 56px)
    }
    90% {
        transform: translate(7px, 31px)
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes move-to-1-2 {
    0% {
        transform: translate(166px, 205px);
        opacity: 0
    }
    9% {
        transform: translate(143px, 195px)
    }
    19% {
        transform: translate(120px, 182px);
        opacity: 1
    }
    31% {
        transform: translate(91px, 162px)
    }
    46% {
        transform: translate(63px, 135px)
    }
    62% {
        transform: translate(36px, 100px)
    }
    71% {
        transform: translate(25px, 79px)
    }
    80% {
        transform: translate(15px, 56px)
    }
    90% {
        transform: translate(7px, 31px)
    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.bodyError {
    background: #ff1574;
    background: #ff1574;
    background-image: url(../img/bg-vortex-large.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.error-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.error-page__content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px
}

.error-page__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-page__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767.98px) {
    .error-page__subtitle {
        letter-spacing: -3px
    }
}

@media (min-width: 768px) {
    .error-page__subtitle {
        letter-spacing: -4px
    }
}

@media (min-width: 1200px) {
    .error-page__subtitle {
        letter-spacing: -6px
    }
}

.error-page__girella {
    position: relative
}

.error-page__girella:after {
}

@media (max-width: 575.98px) {
    .error-page__girella:after {
        bottom: 45px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .error-page__girella:after {
        bottom: calc(4.24757vw + 20.53398px)
    }
}

@media (min-width: 1400px) {
    .error-page__girella:after {
        bottom: 80px
    }
}

@media (max-width: 575.98px) {
    .error-page__girella:after {
        right: -35px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .error-page__girella:after {
        right: calc(-1.82039vw - 24.51456px)
    }
}

@media (min-width: 1400px) {
    .error-page__girella:after {
        right: -50px
    }
}

@media (max-width: 575.98px) {
    .error-page__girella:after {
        width: 35px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .error-page__girella:after {
        width: calc(1.82039vw + 24.51456px)
    }
}

@media (min-width: 1400px) {
    .error-page__girella:after {
        width: 50px
    }
}

@media (max-width: 575.98px) {
    .error-page__girella:after {
        height: 35px
    }
}

@media (min-width: 576px) and (max-width: 1399.98px) {
    .error-page__girella:after {
        height: calc(1.82039vw + 24.51456px)
    }
}

@media (min-width: 1400px) {
    .error-page__girella:after {
        height: 50px
    }
}

.girella-error {
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.685, 0, .51, 1.005);
    animation-timing-function: cubic-bezier(.685, 0, .51, 1.005);
    position: absolute;
    transition: .3s all ease-in-out;
    will-change: transform
}

.girella-error_1 {
    opacity: 0;
    -webkit-animation-name: move-to-1-1;
    animation-name: move-to-1-1
}

@media (max-width: 767.98px) {
    .girella-error_1 {
        right: -12%;
        top: 15%;
        width: 100px;
        height: 100px
    }
}

@media (min-width: 768px) {
    .girella-error_1 {
        right: 0;
        top: 16%;
        width: 280px;
        height: 280px
    }
}

@media (min-width: 992px) {
    .girella-error_1 {
        top: 10%;
        right: 3%
    }
}

.girella-error_2 {
    opacity: 0;
    -webkit-animation-name: move-to-1-2;
    animation-name: move-to-1-2
}

@media (max-width: 767.98px) {
    .girella-error_2 {
        bottom: 11%;
        left: -12%;
        width: 100px
    }
}

@media (min-width: 768px) {
    .girella-error_2 {
        bottom: 3%;
        left: 0;
        width: 330px;
        height: 330px
    }
}

@media (min-width: 992px) {
    .girella-error_2 {
        bottom: 8%;
        left: 1%;
        width: 320px;
        height: 320px
    }
}

@media (min-width: 1200px) {
    .girella-error_2 {
        width: 350px;
        height: 350px
    }
}

#roulette {
    position: relative;
    margin: 70px auto;
    border-radius: 100%
}

@media (max-width: 767.98px) {
    #roulette {
        width: 350px;
        height: 350px
    }
}

@media (min-width: 768px) {
    #roulette {
        width: 550px;
        height: 550px
    }
}

@media (min-width: 992px) {
    #roulette {
        width: 650px;
        height: 650px
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotating2 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotating2 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.roulette__girella {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .roulette__girella {
        width: 130px;
        height: 130px
    }
}

@media (min-width: 768px) {
    .roulette__girella {
        width: 250px;
        height: 250px
    }
}

@media (min-width: 992px) {
    .roulette__girella {
        width: 300px;
        height: 300px
    }
}

.roulette__item {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: default
}

.roulette__item_smaller {
    z-index: 11
}

.roulette__item_bigger {
    cursor: pointer;
    z-index: 10
}

@media (max-width: 767.98px) {
    .roulette__item_bigger .roulette__img {
        transform: scale(4)
    }
}

@media (min-width: 768px) {
    .roulette__item_bigger .roulette__img {
        transform: scale(8)
    }
}

.roulette__img {
    width: 40px;
    height: 40px
}

@media (max-width: 767.98px) {
    .roulette__img {
        transform: scale(2)
    }
}

@media (min-width: 768px) {
    .roulette__img {
        transform: scale(3)
    }
}

.rotator {
    transform-origin: center center
}

.rotator_animation {
    -webkit-animation: rotating 120s linear infinite;
    animation: rotating 120s linear infinite
}

.rotator_animation .roulette__girella img {
    -webkit-animation: rotating2 120s linear infinite;
    animation: rotating2 120s linear infinite
}

.rotator_animation .roulette__item {
    -webkit-animation: rotating2 120s linear infinite;
    animation: rotating2 120s linear infinite
}

.social-carousel {
    padding-bottom: 75px;
    padding-top: 25px
}

.social-carousel__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.social-carousel__slide {
    background-color: #411f20;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    transform: scale(.85);
    transition: transform 1s cubic-bezier(.63, 0, .26, 1.475)
}

@media (max-width: 575.98px) {
    .social-carousel__slide {
        width: 260px;
        height: 260px
    }
}

@media (min-width: 576px) {
    .social-carousel__slide {
        width: 320px;
        height: 320px
    }
}

.social-carousel__slide.is-center {
    transform: scale(1)
}

.social-carousel__slide_video::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 7.5px;
    border-bottom-width: 7.5px;
    border-left-width: 13px;
    border-color: transparent transparent transparent #ff1574;
    content: '';
    left: 50%;
    margin-left: 4px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%
}

.social-carousel__slide_video::before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    content: '';
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%
}

.social-switch {
    padding-top: 45px;
    position: relative
}

@media (min-width: 768px) {
    .social-switch {
        padding-bottom: 45px
    }
}

.social-switch__tab {
    background: 0 0;
    border: none;
    cursor: pointer;
    opacity: .4;
    padding: 0;
    transition: opacity .5s cubic-bezier(.645, .045, .355, 1), transform .5s cubic-bezier(.63, 0, .26, 1.475);
    width: 40px
}

.social-switch__tab:first-child {
    transform-origin: right
}

.social-switch__tab:last-child {
    transform-origin: left
}

.social-switch__tab.is-active {
    opacity: 1;
    transform: scale(1.5)
}

.social-switch__tab-arrow {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px
}

.social-switch__tabs {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap
}

.social-switch__contents {
    position: relative
}

@media (max-width: 575.98px) {
    .social-switch__contents {
        height: 460px
    }
}

@media (min-width: 576px) {
    .social-switch__contents {
        height: 520px
    }
}

.social-switch__content {
    left: 0;
    opacity: 0;
    padding-top: 35px;
    position: absolute;
    top: 0;
    transition: opacity .3s cubic-bezier(.645, .045, .355, 1);
    width: 100%
}

.social-switch__content.is-active {
    opacity: 1;
    z-index: 2
}

.social-button {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    overflow: hidden
}

@media (max-width: 575.98px) {
    .social-button {
        border-radius: 15px
    }
}

@media (min-width: 576px) {
    .social-button {
        border-radius: 20px
    }
}

.social-button__icon {
    transition: color .3s cubic-bezier(.645, .045, .355, 1)
}

.social-button__item {
    display: inline-block;
    transition: background-color .3s cubic-bezier(.645, .045, .355, 1)
}

.social-button__item:first-child {
    background-color: #4267b2;
    margin-left: -5px
}

@media (max-width: 575.98px) {
    .social-button__item:first-child .social-button__icon {
        width: 12px
    }
}

@media (min-width: 576px) {
    .social-button__item:first-child .social-button__icon {
        width: 18px
    }
}

.social-button__item:first-child:hover .social-button__icon {
    color: #4267b2
}

.social-button__item:last-child {
    background-color: #411f20;
    margin-left: -4px
}

@media (max-width: 575.98px) {
    .social-button__item:last-child .social-button__icon {
        width: 17px
    }
}

@media (min-width: 576px) {
    .social-button__item:last-child .social-button__icon {
        width: 25px
    }
}

.social-button__item:last-child:hover .social-button__icon {
    color: #411f20
}

.social-button__item:hover {
    background-color: #fff
}

.social-button__link {
    color: #fff;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px
}

@media (max-width: 575.98px) {
    .social-button__link {
        height: 30px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 576px) {
    .social-button__link {
        height: 37px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.Bdrs\(15px\) {
    border-radius: 15px
}

.Bgc\(\#ffbf00\) {
    background-color: #ffbf00
}

.Bgc\(white\) {
    background-color: #fff
}

.C\(white\) {
    color: #fff
}

.D\(f\) {
    display: flex
}

.D\(ib\) {
    display: inline-block
}

.D\(n\) {
    display: none
}

.D\(b\) {
    display: block
}

.Fld\(c\) {
    flex-direction: column
}

.Ai\(c\) {
    align-items: center
}

.Jc\(c\) {
    justify-content: center
}

.Ff\(raleway\) {
    font-family: Raleway, sans-serif
}

.Ff\(localBreweryFour\) {
    font-family: 'Local Brewery Four', sans-serif
}

.Fw\(600\) {
    font-weight: 600
}

.Fw\(700\) {
    font-weight: 700
}

.Fw\(800\) {
    font-weight: 800
}

.Fw\(900\) {
    font-weight: 900
}

.Fz\(12px\) {
    font-size: 12px
}

.Fz\(10px\) {
    font-size: 10px
}

.Fz\(13px\) {
    font-size: 13px
}

.Fz\(14px\) {
    font-size: 14px
}

.Fz\(16px\) {
    font-size: 16px
}

.H\(11px\) {
    height: 11px
}

.Lts\(1px\) {
    letter-spacing: 1px
}

.Lts\(n\) {
    letter-spacing: normal
}

.Lts\(-4px\) {
    letter-spacing: -4px
}

.List\(c\) {
    list-style-type: circle
}

.Lh\(1\.3\) {
    line-height: 1.3
}

.Lh\(13px\) {
    line-height: 13px
}

.Lh\(1\) {
    line-height: 1
}

.M\(a\) {
    margin: auto
}

.Mx\(a\) {
    margin-left: auto;
    margin-right: auto
}

.Mx\(-15px\) {
    margin-left: -15px;
    margin-right: -15px
}

.My\(30px\) {
    margin-top: 30px;
    margin-bottom: 30px
}

.My\(50px\) {
    margin-top: 50px
}

.Mb\(50px\), .My\(50px\) {
    margin-bottom: 50px
}

.Mt\(-60px\) {
    margin-top: -60px
}

.Mt\(10px\) {
    margin-top: 10px
}

.Mt\(12px\) {
    margin-top: 12px
}

.Mt\(20px\) {
    margin-top: 20px
}

.Mt\(40px\) {
    margin-top: 40px
}

.Mend\(10px\) {
    margin-right: 10px
}

.Mb\(0\) {
    margin-bottom: 0
}

.Mb\(0px\) {
    margin-bottom: 0
}

.Mb\(10px\) {
    margin-bottom: 10px
}

.Mb\(120px\) {
    margin-bottom: 120px
}

.Mb\(20px\) {
    margin-bottom: 20px
}

.Mb\(40px\) {
    margin-bottom: 40px
}

.Mb\(5px\) {
    margin-bottom: 5px
}

.Mstart\(15px\) {
    margin-left: 15px
}

.Mstart\(10px\) {
    margin-left: 10px
}

.Maw\(100\%\) {
    max-width: 100%
}

.Maw\(400px\) {
    max-width: 400px
}

.Maw\(1080px\) {
    max-width: 1080px
}

.Maw\(760px\) {
    max-width: 760px
}

.Maw\(78px\) {
    max-width: 78px
}

.Maw\(80\%\)\! {
    max-width: 80% !important
}

.Maw\(920px\) {
    max-width: 920px
}

.Miw\(150px\) {
    min-width: 150px
}

.Ov\(h\) {
    overflow: hidden
}

.P\(12px\) {
    padding: 12px
}

.P\(30px\) {
    padding: 30px
}

.P\(15px\) {
    padding: 15px
}

.Px\(15px\) {
    padding-left: 15px;
    padding-right: 15px
}

.Pt\(20px\), .Py\(20px\) {
    padding-top: 20px
}

.Pb\(20px\), .Py\(20px\) {
    padding-bottom: 20px
}

.Pt\(40px\), .Py\(40px\) {
    padding-top: 40px
}

.Py\(40px\) {
    padding-bottom: 40px
}

.Pt\(30px\) {
    padding-top: 30px
}

.Pt\(10px\) {
    padding-top: 10px
}

.Pt\(115px\) {
    padding-top: 115px
}

.Pt\(125px\) {
    padding-top: 125px
}

.Pt\(50px\) {
    padding-top: 50px
}

.Pb\(10px\) {
    padding-bottom: 10px
}

.Pb\(200px\) {
    padding-bottom: 200px
}

.Pb\(240px\) {
    padding-bottom: 240px
}

.Pb\(60px\) {
    padding-bottom: 60px
}

.Pb\(30px\) {
    padding-bottom: 30px
}

.Pstart\(20px\) {
    padding-left: 20px
}

.Pe\(n\) {
    pointer-events: none
}

.Pos\(r\) {
    position: relative
}

.Ta\(c\) {
    text-align: center
}

.Ta\(end\) {
    text-align: right
}

.Ta\(s\) {
    text-align: start
}

.Ta\(start\) {
    text-align: left
}

.Td\(n\) {
    text-decoration: none
}

.Td\(n\)\:h:hover {
    text-decoration: none
}

.Scale\(1\.2\) {
    transform: scale(1.2)
}

.W\(100\%\) {
    width: 100%
}

.W\(10px\) {
    width: 10px
}

.W\(15px\) {
    width: 15px
}

.Z\(2\) {
    z-index: 2
}

@media (min-width: 576px) {
    .D\(b\)--sm {
        display: block
    }

    .Fz\(12px\)\!--sm {
        font-size: 12px !important
    }

    .Mt\(-30px\)--sm {
        margin-top: -30px
    }

    .Maw\(50\%\)\!--sm {
        max-width: 50% !important
    }

    .Pb\(30px\)--sm {
        padding-bottom: 30px
    }
}

@media (min-width: 768px) {
    .D\(f\)--md {
        display: flex
    }

    .D\(ib\)--md {
        display: inline-block
    }

    .D\(n\)--md {
        display: none
    }

    .D\(b\)--md {
        display: block
    }

    .Fld\(r\)--md {
        flex-direction: row
    }

    .Ai\(c\)--md {
        align-items: center
    }

    .Jc\(sb\)--md {
        justify-content: space-between
    }

    .Fz\(14px\)--md {
        font-size: 14px
    }

    .Fz\(12px\)--md {
        font-size: 12px
    }

    .H\(440px\)--md {
        height: 440px
    }

    .Lh\(15px\)--md {
        line-height: 15px
    }

    .Maw\(150px\)--md {
        max-width: 150px
    }

    .Maw\(30\%\)\!--md {
        max-width: 30% !important
    }

    .Pt\(0\)--md {
        padding-top: 0
    }

    .Pt\(60px\)--md {
        padding-top: 60px
    }

    .Pb\(320px\)--md {
        padding-bottom: 320px
    }

    .Ta\(start\)--md {
        text-align: left
    }

    .Scale\(1\)--md {
        transform: scale(1)
    }
}

@media (min-width: 992px) {
    .D\(ib\)--lg {
        display: inline-block
    }

    .D\(n\)--lg {
        display: none
    }

    .H\(470px\)--lg {
        height: 470px
    }

    .Mt\(-120px\)--lg {
        margin-top: -120px
    }

    .Mb\(160px\)--lg {
        margin-bottom: 160px
    }

    .Pt\(165px\)--lg {
        padding-top: 165px
    }

    .Pb\(5px\)--lg {
        padding-bottom: 5px
    }
}

@media (max-width: 376px) {
    .Fz\(12px\)\!--se {
        font-size: 12px !important
    }

    .Fz\(14px\)\!--se {
        font-size: 14px !important
    }

    .Mb\(0px\)\!--se {
        margin-bottom: 0 !important
    }

    .P\(5px\)\!--se {
        padding: 5px !important
    }

    .Pt\(10px\)\!--se {
        padding-top: 10px !important
    }

    .Pb\(10px\)\!--se {
        padding-bottom: 10px !important
    }
}