* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    background-color: var(--white);
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden !important;
}

:root {
    --black: #000000;
    --dark-purple: #5F259F;
    --dark-gray: #474647;
    --green: #A1EF8B;
    --light-purple: #B280FF;
    --lightBG: #F5F0FF;
    --white: #ffffff;
}

img {
    width: 100%;
}

p {
    font-weight: 400;
}

a {
    color: var(--white);
    text-decoration: none;
}

li a {
    word-break: break-all;
}

li a:hover {
    text-decoration: underline;
}

section {
    position: relative;
}

sup {
    position: absolute;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src:
        url('/assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('/assets/fonts/ProximaNova-Regular.woff') format('woff'),
        url('/assets/fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('/assets/fonts/ProximaNova-Regular.otf') format('opentype'),
        url('/assets/fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
        url('/assets/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* animation */

@-webkit-keyframes sid-hang {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes sid-hang {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.sidMyth__icon img,
.sidHero__subdescription::after {
    -webkit-animation-name: sid-hang;
    animation-name: sid-hang;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.sidMyth__icon.sidMyth__icon--pie img {
    animation: none;
}

.sidMyth__icon.sidMyth__icon--pie~p {
    /* opacity: 1; */
}

.main-content {
    padding-bottom: 60px;
}

.left,
.right {
    flex: 1;
    position: relative;
}

#sidMythOne .right {
    /* margin-right: 54px; */
}

#sidMythOne .left {
    padding-top: 125px;
}

.middle {
    background-color: var(--green);
    bottom: 0;
    height: 239px;
    max-width: 562px;
    margin: 0 auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}

.sidHero {
    background-color: var(--dark-purple);
    color: var(--white);
    padding: 83px 0 120px;
    position: relative;
    z-index: 2;
}

.sidHero__container {
    max-width: 1185px;
    margin: 0 auto;
}

.sidHero__container>div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 120px;
}

.sidHero__logo {
    max-width: 209px;
    padding-bottom: 120px;
    width: 100%;
}

.sidHero__logo.sidHero__logo--mobile {
    display: none;
}

.sidHero__subtitle {
    color: var(--light-purple);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.sidHero__title {
    flex: 1 1 643px;
    font-size: 48px;
    font-weight: 400;
    max-width: 643px;
    width: 100%;
}

.sidHero__description {
    flex: 1 1 510px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 32px;
    padding-bottom: 11px;
}

.sidHero__subdescription {
    border: 1px solid var(--light-purple);
    border-radius: 12px;
    font-size: 24px;
    font-weight: 400;
    max-width: 816px;
    margin: 0 auto;
    padding: 27px 55px;
    text-align: center;
    width: 100%;
}

.sidHero__subdescription::after {
    content: '';
    background-image: url(/assets/images/sidArrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 9px;
    max-width: 16px;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
}

.sidMythContainer {
    max-width: 1440px;
    margin: 0 auto;
}

.sidMyth {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sidMyth__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.sidMyth__road {
    background-color: var(--dark-gray);
    height: calc(100vh + 120px);
    max-width: 10.4%;
    margin: 0 54px;
    opacity: 0;
    width: 100%;
    z-index: 0;
}

.sidMyth__car {
    max-width: 108px;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* z-index: 1; */
    z-index: 0;
}

.sidMyth__number {
    color: var(--dark-purple);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0 0 120px;
    text-transform: uppercase;
}

#sidMythOne .sidMyth__number {
    /* padding-top: 90px; */
}

#sidMythOne .sidMyth__title {
    max-width: 580px;
    width: 100%;
}

#sidMythTwo .sidMyth__number {
    /* margin-top: 70px; */
    padding-left: 64px;
}

#sidMythTwo .sidMyth__title {
    padding-left: 64px;
    padding-right: 10px;
}

.sidMyth__heading.sidMyth__heading--mobile {
    display: none;
}

.sidMyth__title {
    font-size: 32px;
    font-weight: 400;
    padding: 10px 0 45px 120px;
}

.sidMyth__desc {
    clear: both;
}

.sidMyth__desc div {
    position: relative;
}

.sidMyth__desc .sidMyth__icon--cross {
    background-color: var(--lightBG);
    border-radius: 100%;
    cursor: pointer;
    height: 40px;
    opacity: 0;
    position: absolute;
    right: -20px;
    top: -50px;
    transition: all 0.3s ease-in;
    width: 40px;
}

.sidMyth__icon--cross:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out;
}

.sidMyth__desc svg {
    width: 118px;
}

.sidMyth__icon {
    cursor: pointer;
    z-index: 1;
}

.sidMyth__icon.show .sidMyth__icon--cross {
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}

.sidMyth__desc>div:nth-child(even) .sidMyth__icon--cross {
    left: -42px;
    top: 35px;
}

.sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
    right: 0;
    top: -40px;
}

.sidMyth__desc .sidMyth__icon--cross:before {
    content: '';
    height: 3px;
    width: 19px;
    position: absolute;
    background: var(--dark-purple);
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.sidMyth__desc .sidMyth__icon--cross:after {
    content: '';
    height: 3px;
    width: 19px;
    position: absolute;
    background: var(--dark-purple);
    border-radius: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.sidMyth__desc>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidMyth__desc>div:nth-child(even) {
    flex-direction: row-reverse;
}

.sidMyth__desc>div:nth-child(1) {
    padding-left: 50px;
    padding-right: 48px;
    padding-bottom: 48px;
}

.sidMyth__desc>div:nth-child(2) {
    padding-right: 50px;
    padding-bottom: 80px;
}

.sidMyth__desc>div:nth-child(3) {
    padding-left: 22px;
}

#sidMythOne .sidMyth__desc>div:nth-child(1) img {
    width: 109px;
}

#sidMythOne .sidMyth__desc>div:nth-child(2) img {
    width: 165px;
}

#sidMythOne .sidMyth__desc>div:nth-child(3) img {
    width: 174px;
}

img#sidMythOneTree--two,
img#sidMythThreeTree--two {
    max-width: 205px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

.sidMyth__desc p {
    opacity: 0;
    transition: all 0.5s ease-in;
}

.sidMyth__desc p.show {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sidMythOne .sidMyth__desc>div:nth-child(1),
#sidMythOne .sidMyth__desc>div:nth-child(2) {
    padding-right: 0
}

#sidMythOne .sidMyth__desc>div:nth-child(1) p {
    max-width: 335px;
    padding-left: 40px;
}

#sidMythOne .sidMyth__desc>div:nth-child(2) p {
    max-width: 335px;
    padding-top: 40px;
    padding-right: 40px;
}

#sidMythOne .sidMyth__desc>div:nth-child(3) p {
    max-width: 359px;
    padding-left: 24px;
}

#sidMythOne .sidMyth__desc {
    margin-right: 54px;
}

.sidMyth__reality {
    background-color: var(--white);
    border: 10px solid var(--white);
    border-radius: 16px;
    box-shadow: 0 4px 22px 12px rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 562px;
    margin: 0 auto;
    opacity: 0;
    transform: translate(-50%, 0);
    text-align: center;
    z-index: 1;
}

.sidMyth__animate.in-viewport {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}

.sidMyth__reality div {
    background-color: var(--green);
    border-radius: 7px;
    padding: 36px 70px;
}

.sidMyth__reality h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.sidMyth__reality p {
    font-size: 20px;
}


#sidMythTwo .left {
    padding-top: 270px;
}

#sidMythTwo .right {
    padding-top: 170px;
}

#sidMythTwo .sidMyth__desc {
    margin-left: 54px;
    padding-bottom: 170px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(1) {
    padding-left: 69px;
    padding-right: 49px;
    padding-bottom: 84px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(3) {
    padding-left: 53px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(1) img {
    width: 105px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(2) img {
    width: 147px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(3) img,
#sidMythTwo .sidMyth__desc>div:nth-child(3) svg {
    width: 118px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(1) p {
    padding-left: 60px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(2) p {
    padding-left: 40px;
    padding-right: 32px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(3) p {
    padding-left: 60px;
    padding-right: 23px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
    top: -20px;
    left: -60px;
}

#sidMythTwo .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
    right: -30px;
    top: -50px;
}


/* Myth 03 */
#sidMythThree .left {
    padding-top: 170px;
}

#sidMythThree .right {
    padding-top: 260px;
}

#sidMythThree .sidMyth__desc {
    margin-right: 54px;
}

#sidMythThree .sidMyth__desc>div:nth-child(1) {
    padding-right: 70px;
    padding-left: 15px;
    padding-bottom: 50px;
}

#sidMythThree .sidMyth__desc>div:nth-child(2) {
    padding-right: 19px;
    padding-left: 25px;
    padding-bottom: 80px;
}

#sidMythThree .sidMyth__desc>div:nth-child(3) {
    padding-right: 47px;
    padding-left: 25px;
}

#sidMythThree .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
    right: -28px;
    top: 40px;
}

#sidMythThree .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
    left: -35px;
    top: 0;
}

#sidMythThree .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
    right: -33px;
    top: -25px;
}

#sidMythThree .sidMyth__desc>div:nth-child(1) img {
    width: 154px;
}

#sidMythThree .sidMyth__desc>div:nth-child(2) img {
    width: 161px;
}

#sidMythThree .sidMyth__desc>div:nth-child(3) img {
    width: 151px;
}

#sidMythThree .sidMyth__desc>div:nth-child(1) p {
    padding-left: 41px;
}

#sidMythThree .sidMyth__desc>div:nth-child(2) p {
    padding-right: 32px;
}

#sidMythThree .sidMyth__desc>div:nth-child(3) p {
    padding-left: 58px;
}


/* Myth 04 */

#sidMythFour .left,
#sidMythFour .right {
    margin-top: 180px;
}

#sidMythFour .sidMyth__title {

    padding-right: 10px;
}

#sidMythFour .sidMyth__desc {
    margin-left: 54px;
    padding-top: 170px;
}

#sidMythFour .sidMyth__desc>div:nth-child(1) {
    padding-right: 60px;
    padding-left: 85px;
    padding-bottom: 72px;
}

#sidMythFour .sidMyth__desc>div:nth-child(2) {
    padding-right: 65px;
    padding-left: 65px;
    padding-bottom: 83px;
}

#sidMythFour .sidMyth__desc>div:nth-child(3) {
    padding-right: 73px;
    padding-left: 110px;
}

#sidMythFour .sidMyth__desc>div:nth-child(1) img {
    width: 118px;
}

#sidMythFour .sidMyth__desc>div:nth-child(2) img {
    width: 140px;
}

#sidMythFour .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
    left: -25px;
    top: -40px;
}

#sidMythFour .sidMyth__desc>div:nth-child(3) img {
    width: 79px;
}

#sidMythFour .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
    right: -10px;
}

#sidMythFour .sidMyth__desc>div:nth-child(1) p {
    padding-left: 37px;
}

#sidMythFour .sidMyth__desc>div:nth-child(2) p {
    padding-right: 34px;
}

#sidMythFour .sidMyth__desc>div:nth-child(3) p {
    padding-left: 37px;
}

/* Myth 05 */

#sidMythFive .left,
#sidMythFive .right {
    margin-top: 160px;
}

#sidMythFive .sidMyth__desc {
    margin-right: 54px;
    padding-top: 100px;
}

#sidMythFive .sidMyth__desc>div:nth-child(1) {
    flex-direction: row-reverse;
    padding-left: 40px;
    padding-right: 150px;
    padding-bottom: 87px;
}


#sidMythFive .sidMyth__desc>div:nth-child(2) {
    flex-direction: row;
    padding-left: 33px;
    padding-right: 36px;
    padding-bottom: 45px;
}

#sidMythFive .sidMyth__desc>div:nth-child(3) {
    flex-direction: row-reverse;
}

#sidMythFive .sidMyth__desc>div:nth-child(1) img,
#sidMythFive .sidMyth__desc>div:nth-child(2) img {
    width: 118px;
}

#sidMythFive .sidMyth__desc>div:nth-child(3) img {
    width: 244px;
}

#sidMythFive .sidMyth__desc>div:nth-child(1) p {
    padding-right: 20px;
}

#sidMythFive .sidMyth__desc>div:nth-child(2) p {
    padding-left: 25px;
}

#sidMythFive .sidMyth__desc>div:nth-child(3) p {
    padding-right: 42px;
}

#sidMythFive .sidMyth__desc>div:nth-child(3) .sidMyth__icon--cross {
    left: -15px;
    top: 5px;
}

#sidMythFive .sidMyth__desc>div:nth-child(1) .sidMyth__icon--cross {
    left: -34px;
    top: -28px;
    right: 0;
}

#sidMythFive .sidMyth__desc>div:nth-child(2) .sidMyth__icon--cross {
    right: -33px;
    top: -36px;
    left: auto;
}

footer#sidMyth__footer {
    background-color: var(--dark-purple);
    color: var(--white);
    position: relative;
    z-index: 3;
}

footer#sidMyth__footer>div {
    max-width: 1185px;
    margin: 0 auto;
    padding: 120px 0px;
}

footer#sidMyth__footer>div>div {
    text-align: center;
}

footer#sidMyth__footer p {
    font-size: 28px;
    font-weight: 400;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
}

footer#sidMyth__footer button {
    border: none;
    background-color: var(--white);
    border-radius: 4px;
    color: var(--dark-purple);
    font-weight: 600;
    outline: none;
    margin-bottom: 120px;
}

footer#sidMyth__footer button a {
    color: var(--dark-purple);
    display: block;
    padding: 16px 48px;
    text-decoration: none;
}

footer#sidMyth__footer li {
    font-size: 14px;
    font-weight: 400;
}

footer#sidMyth__footer li a {
    text-decoration: underline;
}

footer#sidMyth__footer ol {
    padding-left: 15px;
    padding-bottom: 70px;
}

footer#sidMyth__footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer#sidMyth__footer .copyright img {
    max-width: 451px;
    width: 100%;
}

footer#sidMyth__footer .copyright p {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    padding-bottom: 0;
    max-width: none;
    margin: 0;
}