@font-face {
    font-family: 'Clash Grotesk';
    src:
        url('fonts/ClashGrotesk-Regular.woff2') format('woff2'),
        url('fonts/ClashGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clash Grotesk';
    src:
        url('fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('fonts/ClashGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
body,
html {
    font-family: 'Clash Grotesk';
    background: #0a0428;
    margin: 0px;
    padding: 0px;
    color: #f1edea;
    height: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.pop-open .container {
    padding-top: 0px;
}
.pop-open .container .slide {
    overflow-y: hidden;
}

* {
    font-family: 'Clash Grotesk';
}

#header_logo1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    max-width: 100%;
    z-index: 9;
}

#header_logo2 {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 80px;
    max-width: 100%;
    z-index: 9;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    width: 100%;
    max-width: 100%;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1,
h2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h1 {
    margin-bottom: 15px;
    font-size: 24px;
}

h2 {
    color: #93a5d4;
}

h3 {
    color: #93a5d4;
    font-size: 22px;
    line-height: normal;
}

h4 {
    font-size: 20px;
}

p,
.slide li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
p.larger,
p .larger,
.slide li.larger,
.slide li .larger {
    font-size: 30px;
}

.btn,
.btn-submit,
.learn-more {
    width: 140px;
    width: auto;
    font-size: 20px;
    line-height: 1;
    padding: 10px 10px 10px 20px;
    border: 1px solid #93a5d4;
    border-radius: 20px;
    color: #93a5d4;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.btn:after,
.btn-submit:after,
.learn-more:after {
    content: ' ';
    width: 40px;
    height: 20px;
    background: url('img/arrow_blue2.png') center center no-repeat;
    margin: 0px 15px 0px 5px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-size: contain;
    float: right;
}
.btn:hover:after,
.btn-submit:hover:after,
.learn-more:hover:after {
    margin: 0px 10px 0px 10px;
}

a.btn-back.nextSlide {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    float: left;
    width: 80px;
    text-align: left;
    margin-right: -80px;
}
a.btn-back.nextSlide:before {
    content: ' ';
    width: 30px;
    height: 20px;
    background: url('img/arrow_back.png') center center no-repeat;
    margin: 10px 5px 0px 0px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-size: contain;
    float: left;
}

.learn-more {
    padding-right: 20px;
}
.learn-more:after {
    display: none;
}

.btn-white {
    position: relative;
    width: 170px;
    width: auto;
    display: inline-block;
    margin-top: 20px;
    color: #93a5d4;
    border-color: #93a5d4;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0px auto 0px;
    background: #0a0428;
    box-sizing: border-box;
}
.slide {
    text-align: center;
    padding: 70px 20px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: start;
    height: 100%;
    max-height: 100lvh;
    min-height: 100svh;
    overflow-y: scroll;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.slide::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}
.slide::-webkit-scrollbar-track {
    background: transparent;
}
.slide::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#slide23 ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
#slide23 ul li img {
    width: 46px;
}

#slide1 h2 {
    margin-bottom: 20px;
    font-size: 26px;
}
#slide1 h3 {
    margin-bottom: 40px;
    color: #f1edea;
}
#slide1 a {
    display: inline-block;
}

#slidenew h2 {
    color: #d399e8;
}
#slidenew .btn {
    display: inline-block;
}
#slidenew h1 img {
    width: 240px;
    margin: 0 auto;
}
#slidenew img#swipe_buttons {
    width: 180px;
    margin: 20px auto;
}

.bubble-white {
    background: #f1edea;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.bubble-white * {
    color: #000;
}

.pagination {
    width: 100%;
    clear: both;
    position: absolute;
    bottom: 20px;
    text-align: center;
    padding: 0px;
    left: 0px;
}
.pagination li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 3px;
    background: #f1edea;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 0px;
}
.pagination li.current {
    opacity: 1;
}

form select {
    background: #f1edea;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border-radius: 20px;
}

#slide2 h4 {
    color: #93a5d4;
    margin-bottom: 20px;
    font-size: 26px;
}
#slide2 h2 {
    color: #f1edea;
    margin: 0px 0px 20px;
    text-transform: uppercase;
}
#slide2 p {
    font-weight: 600;
    font-size: 16px;
}
#slide2 form p#privacy-policy {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 36px */
    letter-spacing: 0.8px;
    float: left;
    width: 30%;
    text-align: left;
    background: url('img/icon-privacy.png') left center no-repeat;
    background-size: 20px auto;
    padding-left: 30px;
    margin: 3px -60px 0px 0px;
}
#slide2 form p.addition {
    margin: 10px 0px 10px;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 36px */
    letter-spacing: 0.8px;
}
#slide2 a.btn-submit.nextSlide {
    padding-left: 10px;
}

#slide20 h4,
#slide21 h4,
#slide22 h4 {
    background: #93a5d4;
    margin: -20px -20px 20px -20px;
    padding: 10px 0px;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

#slide23 h4 {
    margin-bottom: 20px;
    color: #93a5d4;
}
#slide23 h3 {
    color: #d399e8;
    margin-bottom: 20px;
}
#slide23 .btn {
    border-color: #000;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
}
#slide23 .btn:after {
    display: none;
}
#slide23 .btn:hover {
    background: #000;
    color: #f1edea;
}

input[type='submit'] {
    border: 1px solid #000;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border-radius: 20px;
    background: transparent;
    text-indent: -9999px;
    width: 80px;
    height: 40px;
    background: url('img/arrow_black2.png') center center no-repeat;
    background-size: 40px auto;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
input[type='submit']:hover {
    background-position: 25px center;
}

.btn-submit {
    display: inline-block;
    border-color: #000;
    width: 60px;
    padding-right: 0px;
}
.btn-submit span {
    width: 0px;
    overflow: hidden;
    display: block;
    float: left;
}
.btn-submit:after {
    background-image: url('img/arrow_black2.png');
}

.btn-pink {
    background: #d399e8;
    color: #000;
    font-weight: 600;
    width: auto;
    margin-top: 10px;
    text-transform: uppercase;
}

.white-slide {
    background: #f1edea;
}
.white-slide * {
    color: #000;
}

#slide3 img {
    margin-bottom: 30px;
}
#slide3 .btn-submit {
    padding-right: 10px;
}
#slide3 h2,
#slide3 h3 {
    margin-bottom: 15px;
}
#slide3 h2 {
    text-transform: uppercase;
    font-size: 30px;
}
#slide3 h3 {
    color: #f1edea;
}
#slide3 h3,
#slide3 h3 span {
    font-weight: 600;
}
#slide3 .btn {
    display: inline-block;
}
#slide3 .bubble-white {
    padding: 0px;
}

#slide4 h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #f1edea;
}
#slide4 .btn {
    display: inline-block;
}

#slide5 img {
    margin: 30px auto;
}
#slide5 .bubble-white {
    padding-top: 0px;
}
#slide5 .bubble-white h4 {
    background: #d399e8;
    color: #000;
    padding: 5px 0px;
    margin: 0 -20px;
    border-radius: 10px 10px 0px 0px;
    text-transform: uppercase;
}
#slide5 ul {
    padding: 0px 0px 0px 25px;
}
#slide5 ul li {
    text-align: left;
    color: #000;
    margin: 0px 0px 10px;
    list-style: none;
    font-size: 14px;
}
#slide5 ul li:before {
    content: ' ';
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 10px 0px -25px;
    background: #ebebeb;
}
#slide5 ul li:nth-child(2):before {
    background: #b0b0b0;
}
#slide5 ul li:nth-child(3):before {
    background: #6b6b6b;
}
#slide5 ul li:nth-child(4):before {
    background: #000;
}
#slide5 .btn {
    display: inline-block;
}

#slide6 a.btn.btn-slide.nextSlide {
    display: inline-block;
}

.card {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #f1edea;
    float: left;
}
.card * {
    color: #000;
}
.card .card--header {
    display: block;
    background: #d399e8;
    padding: 10px 0px;
    margin: -20px -20px 20px -20px;
    border-radius: 20px 20px 0px 0px;
}
.card .card--header p {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
}
.card .learn-more {
    float: right;
    width: 40%;
    margin-top: 5px;
}
.card .learn-more:before {
    content: ' ';
    background: url('img/icon-learn.png') center center no-repeat;
    background-size: contain;
    width: 100%;
    display: block;
    height: 40px;
}
.card .learn-more span {
    border: 1px solid #000;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 17px;
    transition: all 0.4s ease-in-out;
}
.card .learn-more:hover span {
    background: #000;
    color: #f1edea;
}
.card .card--body {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.card .card--body p {
    text-align: left;
    font-size: 17px;
}
.card .card--body p:last-child {
    margin-bottom: 0px;
}
.card .smaller {
    font-size: 14px;
}

.card-result .card .smaller {
    text-align: left;
}
.card-result .card img {
    float: left;
    width: 100px;
    display: inline;
    margin: 0px 10px 10px 0px;
}

.card-wrap ul.dumpdate {
    clear: both;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    float: left;
}
.card-wrap ul.dumpdate li {
    display: inline-block;
    margin: 0 20px;
}
.card-wrap ul.dumpdate li a {
    color: #f1edea;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
    width: 40px;
    transition: all 0.4s ease-in-out;
}
.card-wrap ul.dumpdate li a:before {
    content: ' ';
    width: 100%;
    height: 40px;
    background: center center no-repeat;
    background-size: contain;
    display: block;
    margin-bottom: 0px;
}
.card-wrap ul.dumpdate li a:hover {
    opacity: 0.5;
}
.card-wrap ul.dumpdate li a.dump:before {
    background-image: url('img/icon-dump-blue.png');
}
.card-wrap ul.dumpdate li a.date:before {
    background-image: url('img/icon-date-pink.png');
}

.slide--fact p {
    font-size: 16px;
}
.slide--fact p strong {
    font-weight: 600;
    color: #d399e8;
}
.slide--fact img {
    margin: 30px auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

p.small {
    font-size: 12px;
    margin: 10px auto;
}

#slide19 h4 {
    color: #93a5d4;
    margin-bottom: 15px;
}
#slide19 img {
    width: 160px;
    margin-bottom: 20px;
}
#slide19 .btn-white {
    width: auto;
}

p.privacy-policy a {
    color: #f1edea;
    text-transform: uppercase;
    font-family: 'Clash Grotesk';
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
}
p.privacy-policy a:hover {
    text-decoration: underline;
}

.learn-more-open {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0a0428;
    left: 0;
    z-index: 999999999;
    padding: 100px 30px;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.learn-more-open.open {
    opacity: 1;
    visibility: visible;
}
.learn-more-open a {
    text-indent: -9999px;
    text-decoration: none;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 22px;
}
.learn-more-open a:before,
.learn-more-open a:after {
    content: ' ';
    width: 30px;
    height: 2px;
    background: #f1edea;
    transform: rotate(45deg);
    position: absolute;
    top: 50px;
    right: 0px;
}
.learn-more-open a:after {
    transform: rotate(-45deg);
}

.inner {
    width: 100%;
    padding-bottom: 120px;
}
.inner .btn-white {
    margin-top: 0px;
}

#slide5 p {
    margin: 0px auto 20px;
}

#slide6 img,
#slide6 h3,
#slide6 p {
    clear: both;
    margin-bottom: 15px !important;
}

#slide14 img,
#slide15 img {
    margin: 30px auto 0;
}

p:last-child {
    margin-bottom: 0px;
    clear: both;
}

.slide7 .innder {
    width: auto;
    margin: 0 -15px;
    overflow: hidden;
}

.swipe {
    list-style: none;
}
.swipe ul {
    margin: 0;
    position: relative;
    display: block;
    height: 100%;
}
.swipe ul li {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background: #eee;
    font-size: 24px;
    color: #000;
    border: 1px solid #fff;
    border: 1px solid #dfdfdf;
    border: 1px solid rgba(96, 96, 96, 0.2);
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
    .container {
        width: 660px;
        max-width: 100%;
    }
    #slide1 img,
    #slidenew img,
    #slide3 .bubble-white {
        width: 335px;
        margin: 0 auto;
    }
    #slide5 img,
    #slide6 img,
    #slide8 img,
    #slide9 img,
    #slide11 img,
    #slide12 img,
    #slide14 img,
    #slide15 img,
    #slide17 img,
    #slide18 img {
        width: 420px;
        margin: 20px auto;
    }
}
@media (max-width: 767px) {
    body,
    html {
        overflow: hidden;
    }
    .slide {
        padding-bottom: 100px;
    }
}

/*# sourceMappingURL=style.css.map */
