/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}
.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
      Generic
  \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
    SCSS Functions
  \* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
      Reset
  \* ------------------------------------------------------------ */
* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}
template {
    display: none;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /* text-size-adjust: none; */
}
img,
iframe,
video,
audio,
object {
    max-width: 100%;
}
img,
iframe {
    border: 0 none;
}
img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
img,
[style*="background-image"] {
    image-rendering: -webkit-optimize-contrast;
}
b,
strong {
    font-weight: bold;
}
address {
    font-style: normal;
}
svg:not(:root) {
    overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
}
textarea {
    overflow: auto;
    /* -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; */
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* font-smoothing: antialiased; */
}
button,
select {
    text-transform: none;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
nav ul,
nav ol {
    list-style: none outside none;
}
input::placeholder {
    color: inherit;
    opacity: 1;
}
textarea::placeholder {
    color: inherit;
    opacity: 1;
}
input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type="text"],
input[type="button"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="date"],
input[type="search"],
textarea {
    appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
/* ------------------------------------------------------------ *\
      Fonts
  \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
      Base
  \* ------------------------------------------------------------ */
html {
    font-size: 62.5%;
}
body {
    min-width: 320px;
    background: #382680;
    font-family: "canada-type-gibson", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #fff;
}

body.menu-opened {
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a[href^="tel"] {
    text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    margin-bottom: calc(1.25em / 2);
}
.h1,
h1 {
    font-size: 4rem;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}
@media (max-width: 1023px) {
    .h1,
    h1 {
        font-size: 3.6rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
        font-size: 2.4rem;
    }
}
.h3,
h3 {
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.25em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
    Helpers
  \* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: "";
    line-height: 0;
    display: table;
    clear: both;
}
/* sr-only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*  Notext  */
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}
.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
    display: none;
}
/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hidden-xs {
        display: none !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1199.02px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/* ------------------------------------------------------------ *\
      Components
  \* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
      Button
  \* ------------------------------------------------------------ */
.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    background: linear-gradient(90deg, #eec674 2%, #fae3a7 42%, #cb9f52 71%, #fae3a7 100%);
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    color: #251956;
    text-transform: uppercase;
    padding: 1.3rem 1rem;
    border-radius: 2.5rem;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d1aa48;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    border-radius: 2.5rem;
}
@media (hover: hover) and (pointer: fine) {
    .btn:hover:after {
        transform: translateX(0%);
    }
}
/*  Btn block  */
.btn--block {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn--age {
    min-width: 25rem;
    border: none;
}

.btn_language-toggle {
    border: none;
    background-color: inherit;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_language-toggle:hover {
    color: #c4a557;
}

.cookieLink {
    font-weight: 500;
}

.cookieContainer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
}
.btn_cookie {
    background-color: #412f70;
    border-color: #412f70;
    color: #ffffff;
    padding: 1rem 2rem;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}
.btn_cookie:hover {
    opacity: 0.9;
    outline-color: #000000;
    outline-width: 1px;
}

@media (min-width: 767px) {
    .btn_cookie {
        max-width: 13rem;
    }
    .cookieContainer {
        flex-direction: row;
        gap: 3rem;
    }
}

.cookieWrapper {
    display: grid;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    justify-items: center;
    font-size: 0.8em;
    color: rgb(105, 105, 105);
    background-color: rgb(255, 255, 255);
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px;
    z-index: 10;
    font-size: 14px;
}
/* ------------------------------------------------------------ *\
      Card
  \* ------------------------------------------------------------ */
.card {
    border-radius: 2rem;
    background: #220959;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card .card__image {
    padding-top: 66.86%;
    position: relative;
    overflow: hidden;
    margin-bottom: -3.5rem;
}
@media (max-width: 374px) {
    .card .card__image {
        margin-bottom: -2rem;
    }
}
.card .card__image:after {
    content: "";
    background: #220959;
    position: absolute;
    top: calc(100% - 7.1rem);
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 190%;
    padding-top: 100%;
    border-radius: 50%;
    pointer-events: none;
}
@media (min-width: 767.02px) and (max-width: 1199px) {
    .card .card__image:after {
        top: calc(100% - 4rem);
    }
}
@media (max-width: 374px) {
    .card .card__image:after {
        top: calc(100% - 3rem);
    }
}
.card .card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 107%;
    object-fit: cover;
    object-position: 50%;
}
.card .card__content {
    padding: 2rem 2rem 4rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-basis: 60%;
    flex-direction: column;
}
@media (max-width: 374px) {
    .card .card__content {
        gap: 0rem;
        padding: 2.5rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .card .card__content {
        display: flex;
        flex-direction: column;
        height: 63%;
        align-items: stretch;
    }
}

.card .card__entry {
    font-weight: 500;
}
.card .card__actions {
    padding: 0 2.2rem;
    margin-top: 1.9rem;
}
@media (min-width: 767.02px) and (max-width: 1199px) {
    .card .card__actions {
        padding: 0;
    }
}
@media (max-width: 374px) {
    .card .card__actions {
        padding: 0;
    }
}
.card .card__actions a + a {
    margin-top: 2rem;
}
/* ------------------------------------------------------------ *\
      Cards
  \* ------------------------------------------------------------ */
.cards .cards__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3rem;
}
@media (max-width: 1199px) {
    .cards .cards__items {
        grid-gap: 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__items {
        grid-gap: 3rem 0;
    }
}
.cards .cards__item {
    grid-column: span 4;
}
@media (max-width: 1023px) {
    .cards .cards__item {
        grid-column: span 6;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__item {
        grid-column: span 12;
    }
}
/* ------------------------------------------------------------ *\
      Footer
  \* ------------------------------------------------------------ */
.footer {
    padding-top: 1.1rem;
}
.footer .footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.footer .footer__content {
    flex: 1;
    padding-bottom: 4.6rem;
    position: relative;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__content {
        padding-bottom: 3.7rem;
    }
}
.footer .footer__decoration {
    margin: 0 -11.7rem 0 -3rem;
}
@media (max-width: 1023px) {
    .footer .footer__decoration {
        max-width: 35rem;
        margin: 0 -10rem 0 -2rem;
    }
}

@media (min-width: 1023px) {
    .footer .footer__nav {
        max-width: 85%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__decoration {
        max-width: 22.4rem;
        margin: 0 -2rem 0 -7rem;
    }
}
@media (max-width: 374px) {
    .footer .footer__decoration {
        max-width: 18rem;
        margin: 0 -4rem 0 -7rem;
    }
}
.footer .footer__decoration picture {
    display: block;
}
.footer .footer__nav {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3.4rem;
}
@media (max-width: 1023px) {
    .footer .footer__nav {
        margin-bottom: 2.5rem;
    }
}
.footer .footer__nav ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__nav ul {
        display: block;
        margin-bottom: 0;
    }
}
.footer .footer__nav li {
    margin: 0 3rem 1.5rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__nav li {
        margin: 0 0 1.35rem;
    }
}
.footer .footer__nav li:last-child {
    margin-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer .footer__nav li:last-child {
        margin-bottom: 0;
    }
}
.footer .footer__nav a {
    text-decoration: none;
    display: inline-block;
    transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
    .footer .footer__nav a:hover {
        color: #c4a557;
    }
}
.footer .footer__copyright {
    font-size: 1rem;
    font-weight: 500;
}
/* ------------------------------------------------------------ *\
      Grid
  \* ------------------------------------------------------------ */
.grid {
    display: flex;
    flex-flow: row wrap;
    /*  Grid col 1of2  */
    /*  Grid col 1of3  */
}
.grid .grid__col {
    max-width: 100%;
    flex: 1;
}
.grid .grid__col--1of2 {
    max-width: 50%;
    flex: 0 0 50%;
}
.grid .grid__col--1of3 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
      Header
  \* ------------------------------------------------------------ */
.header {
    padding: 6.4rem 0;
}
@media (max-width: 1023px) {
    .header {
        padding: 4rem 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
        position: relative;
        z-index: 30;
        padding: 2.6rem 0 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__inner {
        margin-right: -0.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        height: 100dvh;
        background: linear-gradient(180deg, #220959 0%, #0e012c 100%);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s, visibility 0.4s;
        padding: 12.7vh 2rem 4rem;
        overflow: auto;
        text-align: center;
    }
}
/*  Header is active  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header.is-active .header__menu {
        opacity: 1;
        visibility: visible;
    }
}
/* ------------------------------------------------------------ *\
      Hero
  \* ------------------------------------------------------------ */
.hero {
    padding: 4rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
        margin-top: -4rem;
    }
}
.hero .hero__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (max-width: 1023px) {
    .hero .hero__inner {
        display: block;
        text-align: center;
    }
}
.hero .hero__inner p {
    text-align: left;
}
.hero .hero__logo {
    display: inline-block;
    text-decoration: none;
    max-width: 44.7rem;
    margin-right: 11.7rem;
}
@media (max-width: 1199px) {
    .hero .hero__logo {
        max-width: 40rem;
        margin-right: 6rem;
    }
}
@media (max-width: 1023px) {
    .hero .hero__logo {
        max-width: 29.4rem;
        margin: -2rem 0 6rem;
    }
}
.hero .hero__content {
    flex: 1;
    font-size: 2.4rem;
    line-height: 1.17;
    padding-top: 3.7rem;
}
@media (max-width: 1199px) {
    .hero .hero__content {
        font-size: 2.2rem;
    }
}
@media (max-width: 1023px) {
    .hero .hero__content {
        padding-top: 0;
        max-width: 85%;
        margin: 0 auto;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__content {
        font-size: 1.8rem;
        line-height: 1.22;
        max-width: 100%;
    }
}
@media (max-width: 1023px) {
    .hero .hero__content h1 {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__content h1 {
        margin-bottom: 2.3rem;
    }
}
/* ------------------------------------------------------------ *\
      Logo
  \* ------------------------------------------------------------ */
.logo {
    display: none;
    text-decoration: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .logo {
        display: inline-block;
        margin-bottom: 5.5rem;
    }
}

.small-text-d {
    padding-bottom: 3rem;
    max-width: 550px;
    font-size: 12px;
}
.small-text-m {
    padding-top: 4rem;
    font-size: 12px;
}
/* ------------------------------------------------------------ *\
      Main
  \* ------------------------------------------------------------ */
.main {
    flex: auto;
}
.main .main__decoration {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.main__decoration--top_left-m {
    top: 12rem;
    left: 0;
}

.main__decoration--top_left-d {
    top: 0;
    left: 0;
}
.main__decoration--top_right-m {
    top: 18rem;
    right: 0;
}
.main__decoration--top_right-d {
    top: 0;
    right: 0;
}
.main .main__decoration--mid_left-m {
    left: 0;
    bottom: 48rem;
    z-index: -2;
}
.main__decoration--mid_left-d {
    left: 0rem;
    top: 58rem;
}
.main__decoration--mid_right-d {
    right: 0rem;
    top: 52rem;
}

.main__decoration--mid_right-m {
    right: 4rem;
    bottom: 56rem;
}
.main__decoration--bottom_right-m,
.main__decoration--bottom_right-d {
    right: 0;
    bottom: 0;
}
.main__decoration--bottom_left-d {
    left: 0;
    bottom: 0;
}

@media (max-width: 1023px) {
    .main__decoration--top_left-d,
    .main__decoration--top_right-d,
    .main__decoration--bottom_right-d,
    .main__decoration--mid_left-d,
    .main__decoration--mid_right-d,
    .main__decoration--bottom_left-d,
    .small-text-d {
        display: none;
    }
}
@media (min-width: 1024px) {
    .main__decoration--top_left-m,
    .main__decoration--top_right-m,
    .main__decoration--mid_left-m,
    .main__decoration--mid_right-m,
    .main__decoration--bottom_right-m,
    .small-text-m {
        display: none;
    }
}

/* ------------------------------------------------------------ *\
     Logos
\* ------------------------------------------------------------ */

.logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 5rem;
    max-width: 730px;
}
@media (max-width: 768px) {
    .logos div {
        width: calc(50% - 16px);
    }
    .logos div img {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\
      Nav trigger
  \* ------------------------------------------------------------ */
.nav-trigger {
    position: relative;
    width: 2.9rem;
    height: 2.4rem;
    display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-trigger {
        display: block;
        margin-right: auto;
    }
}
.nav-trigger span {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.4rem;
    background: #c4a557;
    width: 100%;
    border-radius: 1rem;
    transition: transform 0.4s, opacity 0.4s 0.4s, top 0.4s 0.4s;
}
.nav-trigger span:nth-child(2) {
    top: 1rem;
}
.nav-trigger span:nth-child(3) {
    top: 2rem;
}
.nav-trigger.is-active span {
    top: 1rem;
    transform: rotate(45deg);
    transition: transform 0.4s 0.4s, opacity 0.4s, top 0.4s;
}
.nav-trigger.is-active span:nth-child(2) {
    opacity: 0;
    transform: none;
}
.nav-trigger.is-active span:nth-child(3) {
    transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
      Nav
  \* ------------------------------------------------------------ */
.nav {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav {
        font-size: 2.4rem;
    }
}
@media (max-width: 374px) {
    .nav {
        font-size: 2rem;
    }
}
.nav ul {
    list-style-type: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav ul {
        display: block;
    }
}
.nav li {
    margin-right: 5.05rem;
    max-width: 25rem;
}
@media (max-width: 1199px) {
    .nav li {
        margin-right: 3rem;
        max-width: 20rem;
    }
}
@media (max-width: 1023px) {
    .nav li {
        margin-right: 2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav li {
        margin: 0 0 5.7vh;
    }
}
.nav li:last-child {
    margin: 0;
}
.nav a {
    text-decoration: none;
    display: inline-block;
    transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
    .nav a:hover {
        color: #c4a557;
    }
}
/* ------------------------------------------------------------ *\
      Product
  \* ------------------------------------------------------------ */
.product {
    background: #220959;
    border-radius: 2rem;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    height: 100%;
    min-height: 32rem;
    display: flex;
    flex-flow: column nowrap;
    padding: 2rem 2rem 4.3rem;
    position: relative;
    transition: color 0.4s;
}
@media (max-width: 374px) {
    .product {
        min-height: 30rem;
    }
}
@media (hover: hover) and (pointer: fine) {
    .product:hover {
        color: #c4a557;
    }
}
.product:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: #dec7f1;
}
.product .product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-decoration: none;
}
.product .product__image {
    flex: auto;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.product .product__image:after {
    content: "";
    background: #220959;
    position: absolute;
    top: calc(100% - 10.3rem);
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    width: 250%;
    padding-top: 160%;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
}
.product .product__content {
    position: relative;
    z-index: 3;
    text-align: center;
}
.product .product__content h5 {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
}
/* ------------------------------------------------------------ *\
      Section
  \* ------------------------------------------------------------ */

.section {
    padding-bottom: 15rem;
}

.section .section__slider-products {
    margin: 0 -3.5rem;
}
@media (max-width: 1399px) {
    .section .section__slider-products {
        margin: 0;
    }
}
/*  Section products  */
.section--products {
    padding: 6rem 0 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--products {
        padding: 3.2rem 0 34.8rem;
    }
}
/* ------------------------------------------------------------ *\
    Shell
  \* ------------------------------------------------------------ */
.shell {
    max-width: calc(120rem + 2rem * 2);
    padding-left: 2rem;
    padding-right: 2rem;
    margin: auto;
    width: 100%;
}
/* Shell Fluid */
.shell--fluid {
    max-width: none;
}
/* Shell small */
.shell--small {
    max-width: calc(111rem + 2rem * 2);
}
/* ------------------------------------------------------------ *\
      Slider products
  \* ------------------------------------------------------------ */
.slider-products {
    position: relative;
}
.slider-products .slider__arrows {
    position: absolute;
    top: calc(50% + 0.2rem);
    left: -8.7rem;
    right: -8.7rem;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}
@media (max-width: 1399px) {
    .slider-products .slider__arrows {
        left: -2.65rem;
        right: -2.65rem;
    }
}
@media (max-width: 1199px) {
    .slider-products .slider__arrows {
        left: -1rem;
        right: -1rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-products .slider__arrows {
        display: none;
    }
}
.slider-products .slider__arrow {
    pointer-events: auto;
    color: #fbf4aa;
    border: 0.3rem solid currentColor;
    border-radius: 50%;
    background: #220959;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.3rem;
    height: 5.3rem;
    appearance: none;
    transition: color 0.4s;
}
@media (hover: hover) and (pointer: fine) {
    .slider-products .slider__arrow:hover {
        color: #c4a557;
    }
}
.slider-products .slider__arrow--prev {
    padding-right: 0.3rem;
}
.slider-products .slider__arrow--next {
    padding-left: 0.3rem;
}
.slider-products .slick-list {
    margin: -2rem -1rem;
    padding: 2rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider-products .slick-list {
        padding-right: 7.2rem;
        margin-right: -2rem;
    }
}
@media (max-width: 374px) {
    .slider-products .slick-list {
        padding-right: 4.5rem;
    }
}
.slider-products .slick-track {
    display: flex;
}
.slider-products .slick-slide {
    padding: 0 1rem;
}
.slider-products .slick-dots {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.slider-products .slick-dots li {
    margin-right: 2rem;
}
.slider-products .slick-dots li:last-child {
    margin: 0;
}
.slider-products .slick-dots li.slick-active button {
    background: #8800f8;
}
.slider-products .slick-dots button {
    border: 0;
    appearance: none;
    font-size: 0;
    background: #dec7f1;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    transition: background 0.4s;
    display: block;
    line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
    .slider-products .slick-dots button:hover {
        background: #8800f8;
    }
}
/* ------------------------------------------------------------ *\
      Wrapper
  \* ------------------------------------------------------------ */
.wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
}
/* ------------------------------------------------------------ *\
      Overwrites
  \* ------------------------------------------------------------ */
.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

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

.guide {
    background-color: #fff;
    color: #251956;
}
.card__content h3 {
    padding-top: 12px;
    padding-bottom: 20px;
}
.textLeft {
    text-align: left;
}
/* @media (min-width: 500px) and (max-width: 767px) {
    .guideWIdth {
      max-width: 70%;
    }
  } */
.guide-card {
    padding: 2rem 2rem 3rem;
}

@media (min-width: 767px) {
    .width50 {
        max-width: 550px;
    }

    .guide-card {
        padding: 3rem 8rem;
    }
    .width70 {
        width: 70%;
    }
    .flexCenter {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
.decor-charities {
    display: block;
}
@media (max-width: 1399px) {
    .decor-charities {
        display: none;
    }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .main .two-leaves {
        max-width: 11.5rem;
        top: 30%;
        left: -0.4%;
    }
}

.nowrap {
    white-space: nowrap;
}
.padding-bottom {
    padding-bottom: 24rem;
}

@media (min-width: 1024px) {
    .padding-bottom {
        padding-bottom: 10rem;
    }
}

.error {
    border-color: #ff0000 !important;
    color: #ff0000;
}
/* ------------------------------------------------------------ *\
      Form
  \* ------------------------------------------------------------ */
.form__label {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 0.5rem;
    text-align: left;
}
.form__text {
    font-family: "Roboto Rg";
    max-width: 42.3rem;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}
.text-nfl {
    font-family: "Roboto Rg";
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 50px;
    max-width: 25rem;
}
.form__actions {
    text-align: left;
}
.form__head {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__head {
        margin-bottom: 2.1rem;
    }
}
.form .form__head h5 {
    text-transform: uppercase;
    margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form .form__head h5 {
        margin-bottom: 1.7rem;
    }
}
.form .form__head strong {
    font-size: 1.4rem;
}
.form .form__row ~ .form__row {
    margin-top: 1.4rem;
}
.form .form__cols {
    display: flex;
    margin: 0 -1.3rem;
}
.form .form__col {
    padding: 0 1.3rem;
}
.form .form__col--1of3 {
    flex: 0 0 33.3333%;
}
.form .form__label {
    display: inline-block;
    margin-bottom: 0.4rem;
    font-size: 1.4rem;
}
.form .form__asterisk {
    font-size: 1.4rem;
    margin-right: -0.2rem;
}
.form .form__hint {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    padding-right: 1.3rem;
}
.form ul {
    padding: 0;
    text-decoration: none;
    max-width: 15.8rem;
}
.form ul > li {
    display: flex;
    justify-content: space-between;
}
.form ul > li ~ li {
    margin-top: 0.5rem;
}
.form ul > li > strong {
    min-width: 5.9rem;
}
.form .form__policy {
    font-size: 1.4rem;
    margin-top: 1.9rem;
    padding-right: 1rem;
    max-width: 39.1rem;
    max-height: 30.9rem;
    overflow: auto;
}
.form .form__group {
    margin-top: 1.7rem;
}
.form .form__group h6 {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}
.form .form__group .form__row ~ .form__row {
    margin-top: 3.6rem;
}
.form .form__body {
    margin-bottom: 2.9rem;
}

/* form adjust */
.form--adjust .form__head {
    padding: 0 3.3rem;
    margin-bottom: 2.3rem;
}
.form--adjust .form__head p {
    font-weight: 500;
}
.form--adjust .form__head p:nth-last-of-type(1) {
    margin-bottom: 0.7rem;
}
.form--adjust .form__body {
    margin-bottom: 4.3rem;
}
/* form adapt */
.form--adapt .form__group {
    margin-top: 3rem;
}
.form--adapt .form__group {
    font-size: 1.6rem;
}
.form--adapt .form__group h6 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
    text-transform: uppercase;
}
.form--adapt .form__group .form__row ~ .form__row {
    margin-top: 3rem;
}
.form--adapt .form__image {
    padding: 2.7rem 0;
    border-radius: 0.5rem;
    background-color: #d2efff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Form Calibrate */
.form--calibrate .form__head p {
    font-weight: 500;
}

/* ------------------------------------------------------------ *\
      Field
  \* ------------------------------------------------------------ */
.field {
    display: block;
    width: 100%;
    height: 4.7rem;
    text-align: center;
    border: 0.1rem solid #fff;
    border-radius: 7px;
    background-color: #382680;
    color: #fff;
    padding: 0 1.9rem;
    font-size: 2rem;
    transition: border-color 0.3s ease-in-out;
}
.field:focus-visible {
    border-color: #ddb64a;
    -webkit-box-shadow: 0rem 0rem 0.3rem 0rem #ddb64a;
    -moz-box-shadow: 0rem 0rem 0.3rem 0rem #ddb64a;
    box-shadow: 0rem 0rem 0.3rem 0rem #ddb64a;
}
.field:autofill {
    -webkit-box-shadow: 0 0 0 3rem #ffffff inset !important;
    -moz-box-shadow: 0 0 0 3rem #ffffff inset !important;
    box-shadow: 0 0 0 3rem #ffffff inset !important;
}
/* field center */
.field--center {
    font-size: 16px;
    text-align: center;
    padding: 0 1rem;
}
.age-title {
    padding-bottom: 2rem;
    font-weight: 900;
}
.form {
    max-width: 400px;
}
@media (max-width: 1023px) {
    .age-title {
        text-align: center;
        margin: 0 auto;
        max-width: 50rem;
        padding: 0px 5%;
    }
    .form {
        margin: 0 auto;
        max-width: 500px;
        padding-left: 3%;
        padding-right: 3%;
    }
    .form__actions {
        text-align: center;
    }
}

.text-center {
    text-align: center;
}

.marginBottom0 {
    margin-bottom: 0;
}
.yellowText {
    color: #eece05;
}
.paddingTop {
    padding-top: 3rem;
}

.paddingBottomComing {
    padding-bottom: 10rem;
}
.paddingBottom4 {
    padding-bottom: 4rem;
}

.goldText {
    color: #c4a557;
}
.noBrake {
    white-space: nowrap;
}
.upperCase {
    text-transform: uppercase;
}
