:root {
    --my-white: #fff;
    --black: #000;
    --mine-shaft: #232323;
    --gallery: #eaeaea;
    --mercury: #e2e2e2;
    --midnight-blue: #003569;
    --blue-ribon: #0061ff;
    --dodger-blue: #407dfb;
    --malibu: #88aefd;
    --rose: #fc1684;
    --violent-violet: #280b5a;
    --photo-shadow: 0 0 20px 0 #d6d6d6;
    --enterprise-counter-shadow: 0 1px 5px 0 rgba(0, 53, 105, .15)
}


.hidden {
    display: none !important
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

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

.text--left {
    text-align: left
}

.pink-text {
    color: var(--rose) !important
}

.counter {
    position: relative
}

.counter__background {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 1
}

.counter__background .counter__card {
    background: var(--my-white);
    box-shadow: 0 0 10px 0 rgba(179, 179, 179, 0.4)
}

.counter__shadow {
    display: flex;
    position: absolute;
    top: 0;
    z-index: 3
}

.counter__shadow .counter__card {
    background: linear-gradient(to bottom, rgba(156, 156, 156, 0.2) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, rgba(156, 156, 156, 0.2) 100%)
}

.counter__card {
    border-radius: 6px;
    height: 90px;
    margin-right: 5px;
    width: 60px
}

.counter__bounty {
    fill: #1030fa;
    font-size: 5rem;
    font-weight: 600;
    left: 17px;
    position: absolute;
    top: 20px;
    z-index: 4
}

.counter__bounty--bolded {
    text-align: center;
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 5px;
    position: initial
}

@media (min-width: 600px) {
    .counter__bounty--bolded {
        font-size: 7rem
    }
}

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

html {
    font-size: 10px
}

body {
    background: var(--my-white);
    color: var(--blue-ribon);
    font-family: Radikal, Arial, sans-serif;
    font-size: 1.4rem;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2
}

@media (min-width: 600px) {
    body {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) {
    body {
        font-size: 2.2rem
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 2.4rem
    }
}

main {
    margin: 0 auto;
    max-width: 1920px;
    overflow-x: hidden
}

img {
    height: auto;
    max-width: 100%;
    width: auto
}

ul {
    list-style-type: none
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit
}

button {
    background: transparent;
    border: 0;
    color: inherit;
    font-family: Radikal, Arial, sans-serif;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    line-height: normal;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto
}

html[dir="ltr"] .button {
    background-color: var(--blue-ribon);
    border-radius: 40px;
    color: var(--my-white);
    cursor: pointer;
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    line-height: unset;
    margin-top: 25px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s ease-out, color 0.25s ease-out;
    z-index: 4
}

html[dir="ltr"] .button::after {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    content: '';
    display: block;
    height: 400px;
    left: -400px;
    line-height: 400px;
    text-align: center;
    transform: translateX(50%);
    transition: box-shadow 0.4s ease-out;
    width: 400px;
    z-index: -1
}

html[dir="ltr"] .button:hover {
    background-image: url("/assets/images/deal_landing/footer/decor_undertext.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 280%
}

html[dir="ltr"] .button.no-bg-hover:hover {
    background-image: none;
    background-position: unset;
    background-repeat: unset;
    background-size: unset
}

html[dir="ltr"] .button--color-hover:hover {
    background: var(--midnight-blue)
}

html[dir="ltr"] .button--small {
    padding: 10px
}

html[dir="ltr"] .button--outline, html[dir="ltr"] .button--outline-blue {
    border: 1px solid var(--my-white)
}

html[dir="ltr"] .button--outline:hover, html[dir="ltr"] .button--outline-blue:hover {
    background-image: none;
    color: var(--blue-ribon)
}

html[dir="ltr"] .button--outline:hover::after, html[dir="ltr"] .button--outline-blue:hover::after {
    box-shadow: inset 0 0 0 200px var(--my-white)
}

html[dir="ltr"] .button--login {
    min-width: 100px;
    padding: 10px;
    width: 100px
}

html[dir="ltr"] .button--reverse {
    background-color: var(--my-white);
    color: var(--blue-ribon)
}

html[dir="ltr"] .button--work {
    display: block
}

html[dir="ltr"] .button__link {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 50
}

html[dir="ltr"] .button__arrow {
    left: 2px;
    position: relative;
    top: 1px;
    width: 9px
}

html[dir="ltr"] .button--long:hover {
    color: var(--my-white)
}

html[dir="ltr"] .button--white {
    background: var(--rose);
    border: 2px solid var(--rose);
    color: var(--my-white)
}

html[dir="ltr"] .button--white:hover {
    background-image: none;
    color: var(--rose)
}

html[dir="ltr"] .button--white:hover::after {
    box-shadow: inset 0 0 0 200px var(--my-white)
}

html[dir="ltr"] .button--pink {
    background: var(--my-white);
    border: 2px solid var(--rose);
    color: var(--rose)
}

html[dir="ltr"] .button--pink:hover {
    background-image: none;
    color: var(--my-white)
}

html[dir="ltr"] .button--pink:hover::after {
    box-shadow: inset 0 0 0 200px var(--rose)
}

html[dir="ltr"] .button--blue {
    border: 2px solid var(--blue-ribon)
}

html[dir="ltr"] .button--blue:hover {
    border: 2px solid rgba(255, 255, 255, 0);
    color: var(--my-white)
}

html[dir="ltr"] .action-button--section {
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 50px
}

@media (min-width: 600px) {
    html[dir="ltr"] .action-button--section {
        padding-bottom: 120px;
        padding-top: 90px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button--section {
        padding-bottom: 140px;
        padding-top: 140px
    }
}

html[dir="ltr"] .action-button__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1070px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button__container {
        flex-direction: row
    }
}

html[dir="ltr"] .action-button__heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (min-width: 600px) {
    html[dir="ltr"] .action-button__heading {
        font-size: 3.6rem;
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button__heading {
        font-size: 4.1rem;
        line-height: 1
    }
}

html[dir="ltr"] .action-button__leading {
    font-size: 2rem;
    font-weight: 700
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button__leading {
        font-size: 2.6rem
    }
}

html[dir="ltr"] .action-button--bottom {
    padding-bottom: 10px
}

html[dir="ltr"] .action-button--colorful {
    background: url("/assets/images/deal_landing/footer/decor_undertext.png");
    -webkit-background-clip: text;
    background-clip: text;
    background-position-x: center;
    background-position-y: center;
    background-size: 50%;
    -webkit-text-fill-color: transparent
}

html[dir="ltr"] .action-button__button-col {
    line-height: 0;
    margin-top: 80px
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button__button-col {
        margin-left: 90px;
        margin-top: 0;
        padding-right: 50px
    }
}

html[dir="ltr"] .action-button__button {
    background-color: var(--my-white);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    color: var(--blue-ribon);
    font-size: 1.4rem;
    font-weight: 600;
    height: 51px;
    line-height: 2.8;
    min-width: 220px;
    padding: 8px;
    white-space: nowrap;
    width: 220px
}

html[dir="ltr"] .action-button__button__decor {
    cursor: pointer;
    position: absolute;
    z-index: 20
}

html[dir="ltr"] .action-button__button__decor.top {
    max-width: 110%;
    right: -28px;
    top: -64px;
    width: 110%
}

html[dir="ltr"] .action-button__button__decor.bot {
    bottom: -26px;
    left: -9px;
    max-width: unset;
    width: 50%
}

@media (min-width: 992px) {
    html[dir="ltr"] .action-button__button__decor.bot {
        width: 111%
    }
}

html[dir="ltr"] .action-button__button__decor.gif {
    bottom: -37px;
    max-width: unset;
    width: 235px
}

@media (min-width: 768px) {
    html[dir="ltr"] .button {
        font-size: 1.4rem;
        min-width: 200px;
        padding: 15px 25px;
        width: 200px
    }

    html[dir="ltr"] .button__arrow {
        width: 12px
    }

    html[dir="ltr"] .button--blue, html[dir="ltr"] .button--pink {
        padding: 10px 20px
    }

    html[dir="ltr"] .action-button__button {
        padding: 8px
    }
}

html[dir="rtl"] .button {
    background-color: var(--blue-ribon);
    border-radius: 40px;
    color: var(--my-white);
    cursor: pointer;
    display: inline-block;
    font-size: .9rem;
    font-weight: 600;
    line-height: unset;
    margin-top: 25px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.25s ease-out, color 0.25s ease-out;
    z-index: 4
}

html[dir="rtl"] .button::after {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    content: '';
    display: block;
    height: 400px;
    right: -400px;
    line-height: 400px;
    text-align: center;
    transform: translateX(-50%);
    transition: box-shadow 0.4s ease-out;
    width: 400px;
    z-index: -1
}

html[dir="rtl"] .button:hover {
    background-image: url("/assets/images/deal_landing/footer/decor_undertext.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 280%
}

html[dir="rtl"] .button.no-bg-hover:hover {
    background-image: none;
    background-position: unset;
    background-repeat: unset;
    background-size: unset
}

html[dir="rtl"] .button--color-hover:hover {
    background: var(--midnight-blue)
}

html[dir="rtl"] .button--small {
    padding: 10px
}

html[dir="rtl"] .button--outline, html[dir="rtl"] .button--outline-blue {
    border: 1px solid var(--my-white)
}

html[dir="rtl"] .button--outline:hover, html[dir="rtl"] .button--outline-blue:hover {
    background-image: none;
    color: var(--blue-ribon)
}

html[dir="rtl"] .button--outline:hover::after, html[dir="rtl"] .button--outline-blue:hover::after {
    box-shadow: inset 0 0 0 200px var(--my-white)
}

html[dir="rtl"] .button--login {
    min-width: 100px;
    padding: 10px;
    width: 100px
}

html[dir="rtl"] .button--reverse {
    background-color: var(--my-white);
    color: var(--blue-ribon)
}

html[dir="rtl"] .button--work {
    display: block
}

html[dir="rtl"] .button__link {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 50
}

html[dir="rtl"] .button__arrow {
    right: 2px;
    position: relative;
    top: 1px;
    width: 9px
}

html[dir="rtl"] .button--long:hover {
    color: var(--my-white)
}

html[dir="rtl"] .button--white {
    background: var(--rose);
    border: 2px solid var(--rose);
    color: var(--my-white)
}

html[dir="rtl"] .button--white:hover {
    background-image: none;
    color: var(--rose)
}

html[dir="rtl"] .button--white:hover::after {
    box-shadow: inset 0 0 0 200px var(--my-white)
}

html[dir="rtl"] .button--pink {
    background: var(--my-white);
    border: 2px solid var(--rose);
    color: var(--rose)
}

html[dir="rtl"] .button--pink:hover {
    background-image: none;
    color: var(--my-white)
}

html[dir="rtl"] .button--pink:hover::after {
    box-shadow: inset 0 0 0 200px var(--rose)
}

html[dir="rtl"] .button--blue {
    border: 2px solid var(--blue-ribon)
}

html[dir="rtl"] .button--blue:hover {
    border: 2px solid rgba(255, 255, 255, 0);
    color: var(--my-white)
}

html[dir="rtl"] .action-button--section {
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 50px
}

@media (min-width: 600px) {
    html[dir="rtl"] .action-button--section {
        padding-bottom: 120px;
        padding-top: 90px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button--section {
        padding-bottom: 140px;
        padding-top: 140px
    }
}

html[dir="rtl"] .action-button__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1070px;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button__container {
        flex-direction: row
    }
}

html[dir="rtl"] .action-button__heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px
}

@media (min-width: 600px) {
    html[dir="rtl"] .action-button__heading {
        font-size: 3.6rem;
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button__heading {
        font-size: 4.1rem;
        line-height: 1
    }
}

html[dir="rtl"] .action-button__leading {
    font-size: 2rem;
    font-weight: 700
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button__leading {
        font-size: 2.6rem
    }
}

html[dir="rtl"] .action-button--bottom {
    padding-bottom: 10px
}

html[dir="rtl"] .action-button--colorful {
    background: url("/assets/images/deal_landing/footer/decor_undertext.png");
    -webkit-background-clip: text;
    background-clip: text;
    background-position-x: center;
    background-position-y: center;
    background-size: 50%;
    -webkit-text-fill-color: transparent
}

html[dir="rtl"] .action-button__button-col {
    line-height: 0;
    margin-top: 80px
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button__button-col {
        margin-right: 90px;
        margin-top: 0;
        padding-left: 50px
    }
}

html[dir="rtl"] .action-button__button {
    background-color: var(--my-white);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    color: var(--blue-ribon);
    font-size: 1.4rem;
    font-weight: 600;
    height: 51px;
    line-height: 2.8;
    min-width: 220px;
    padding: 8px;
    white-space: nowrap;
    width: 220px
}

html[dir="rtl"] .action-button__button__decor {
    cursor: pointer;
    position: absolute;
    z-index: 20
}

html[dir="rtl"] .action-button__button__decor.top {
    max-width: 110%;
    left: -28px;
    top: -64px;
    width: 110%
}

html[dir="rtl"] .action-button__button__decor.bot {
    bottom: -26px;
    right: -9px;
    max-width: unset;
    width: 50%
}

@media (min-width: 992px) {
    html[dir="rtl"] .action-button__button__decor.bot {
        width: 111%
    }
}

html[dir="rtl"] .action-button__button__decor.gif {
    bottom: -37px;
    max-width: unset;
    width: 235px
}

@media (min-width: 768px) {
    html[dir="rtl"] .button {
        font-size: 1.4rem;
        min-width: 200px;
        padding: 15px 25px;
        width: 200px
    }

    html[dir="rtl"] .button__arrow {
        width: 12px;
        transform: scaleX(-1)
    }

    html[dir="rtl"] .button--blue, html[dir="rtl"] .button--pink {
        padding: 10px 20px
    }

    html[dir="rtl"] .action-button__button {
        padding: 8px
    }
}

.decor {
    display: none;
    max-width: 30%;
    position: absolute;
    z-index: 2
}

@media (min-width: 992px) {
    .decor {
        display: block
    }
}

.decor--left {
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.decor--right {
    max-width: 20%;
    right: 0;
    top: -15%
}

.decor--platform-right {
    max-width: 50%
}

.decor--footer {
    display: block;
    left: -360px;
    max-width: 640px;
    top: -90px
}

.decor--case-studies {
    right: calc(65% + 300px);
    top: -125px
}

.swirl {
    max-width: 550px;
    width: 100%
}

@media only screen and (max-width: 1250px) {
    .swirl {
        max-width: 390px;
        width: 100%
    }
}

html[dir="rtl"] .decor {
    display: none;
    max-width: 30%;
    position: absolute;
    z-index: 2
}

@media (min-width: 992px) {
    html[dir="rtl"] .decor {
        display: block
    }
}

html[dir="rtl"] .decor--left {
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%)
}

html[dir="rtl"] .decor--right {
    max-width: 20%;
    left: 0;
    right: unset;
    top: -15%
}

html[dir="rtl"] .decor--platform-right {
    max-width: 50%
}

html[dir="rtl"] .decor--footer {
    display: block;
    right: -360px;
    left: unset;
    max-width: 640px;
    top: -90px;
    transform: scaleX(-1)
}

html[dir="rtl"] .decor--case-studies {
    left: calc(65% + 300px);
    right: unset;
    top: -125px;
    transform: scaleX(-1)
}

html[dir="rtl"] .swirl {
    max-width: 550px;
    width: 100%
}

@media only screen and (max-width: 1250px) {
    html[dir="rtl"] .swirl {
        max-width: 390px;
        width: 100%
    }
}

.grid {
    display: grid
}

.grid--header {
    align-items: center;
    grid-template-columns:auto 1fr;
    height: 100%
}

.grid--welcome {
    grid-gap: 4%;
    grid-template-columns:1fr 0.85fr 1fr;
    grid-template-rows:auto
}

@media (min-width: 1400px) {
    .grid--welcome {
        grid-template-columns:1fr 1fr 1fr
    }
}

.grid--insta-photos {
    bottom: 0;
    grid-template-columns:4fr 1.8fr 0.9fr 0.5fr 1fr 2.5fr;
    grid-template-rows:1.1fr 3.2fr 0.3fr 1.7fr 1.7fr 0.4fr 1.7fr;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media only screen and (max-width: 992px) {
    .grid--welcome {
        grid-gap: 60px 0
    }
}

html[dir="ltr"] .section {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    overflow: hidden
}

html[dir="ltr"] .section--flex-end {
    justify-content: flex-end
}

html[dir="ltr"] .section__title {
    color: var(--blue-ribon);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase
}

html[dir="ltr"] .section__subtitle {
    color: var(--malibu);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
    margin-top: -1rem
}

html[dir="ltr"] .section__content {
    font-size: 1.2rem;
    max-width: 480px;
    padding-right: 15px
}

@media (min-width: 768px) {
    html[dir="ltr"] .section__title {
        font-size: 4rem;
        margin-bottom: 4rem
    }

    html[dir="ltr"] .section__subtitle {
        font-weight: 800;
        margin-top: -3rem
    }

    html[dir="ltr"] .section__content {
        font-size: 2.1rem
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .section__title {
        font-size: 3.5rem;
        margin-bottom: 3.5rem
    }

    html[dir="ltr"] .section__subtitle {
        font-size: 1.6rem;
        margin-bottom: 3.5rem;
        margin-top: -3.5rem
    }

    html[dir="ltr"] .section__content {
        font-size: 2.2rem;
        margin-right: 70px;
        max-width: 500px
    }
}

html[dir="ltr"] .section--legacy {
    overflow: hidden;
    padding: 40px 0
}

@media (min-width: 600px) {
    html[dir="ltr"] .section--legacy {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .section--legacy {
        padding: 80px 0
    }
}

@media (min-width: 1400px) {
    html[dir="ltr"] .section--legacy {
        padding: 100px 0
    }
}

html[dir="ltr"] .section--legacy--show {
    overflow: initial
}

html[dir="ltr"] .section--legacy--show-y {
    overflow: initial;
    overflow-x: hidden
}

html[dir="rtl"] .section {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    overflow: hidden
}

html[dir="rtl"] .section--flex-end {
    justify-content: flex-end
}

html[dir="rtl"] .section__title {
    color: var(--blue-ribon);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    text-transform: uppercase
}

html[dir="rtl"] .section__subtitle {
    color: var(--malibu);
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 3rem;
    margin-top: -1rem
}

html[dir="rtl"] .section__content {
    font-size: 1.2rem;
    max-width: 480px;
    padding-left: 15px
}

@media (min-width: 768px) {
    html[dir="rtl"] .section__title {
        font-size: 4rem;
        margin-bottom: 4rem
    }

    html[dir="rtl"] .section__subtitle {
        font-weight: 800;
        margin-top: -3rem
    }

    html[dir="rtl"] .section__content {
        font-size: 2.1rem
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .section__title {
        font-size: 3.5rem;
        margin-bottom: 3.5rem
    }

    html[dir="rtl"] .section__subtitle {
        font-size: 1.6rem;
        margin-bottom: 3.5rem;
        margin-top: -3.5rem
    }

    html[dir="rtl"] .section__content {
        font-size: 2.2rem;
        margin-left: 70px;
        max-width: 500px
    }
}

html[dir="rtl"] .section--legacy {
    overflow: hidden;
    padding: 40px 0
}

@media (min-width: 600px) {
    html[dir="rtl"] .section--legacy {
        padding: 70px 0
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .section--legacy {
        padding: 80px 0
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .section--legacy {
        padding: 100px 0
    }
}

html[dir="rtl"] .section--legacy--show {
    overflow: initial
}

html[dir="rtl"] .section--legacy--show-y {
    overflow: initial;
    overflow-x: hidden
}

html[dir="ltr"] .footer {
    background-color: var(--blue-ribon);
    color: var(--my-white);
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 1920px;
    padding: 25px 20px
}

html[dir="ltr"] .footer__mask-square {
    background-color: transparent;
    display: none;
    height: 23px;
    left: 0;
    position: absolute;
    top: -22px;
    width: 35px;
    z-index: -1
}

@media (min-width: 1912px) {
    html[dir="ltr"] .footer__mask-square {
        background-color: var(--blue-ribon);
        display: block
    }
}

html[dir="ltr"] .footer__line {
    border-bottom: 1px solid var(--dodger-blue);
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    width: 100%
}

html[dir="ltr"] .footer__line--top {
    top: 105px
}

html[dir="ltr"] .footer__line--bottom {
    bottom: 70px
}

html[dir="ltr"] .footer__container {
    margin: 0 auto;
    max-width: 1200px
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__container {
        padding: 0 120px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__container {
        padding: 0 20px
    }
}

html[dir="ltr"] .footer__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-row-gap: 25px;
    grid-template-areas:'apps apps' 'newsletter newsletter' 'newsletterMessage newsletterMessage' 'logos logos' 'company service' 'media media';
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    justify-items: center
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__grid {
        grid-template-areas:'apps apps newsletter newsletter' '. . newsletterMessage newsletterMessage' 'logos company service media';
        grid-template-columns:1.4fr 1.2fr 0.8fr 1.5fr;
        justify-items: start
    }
}

html[dir="ltr"] .footer__logos {
    display: flex;
    flex-direction: row;
    grid-area: logos;
    justify-content: flex-start
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__logos {
        flex-direction: column;
        margin-top: 20px
    }
}

html[dir="ltr"] .footer__logo:not(:first-child) {
    margin-left: 40px
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__logo:not(:first-child) {
        margin-left: initial;
        margin-top: 10px
    }
}

html[dir="ltr"] .footer__store {
    grid-area: store;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__store {
        margin-bottom: unset
    }
}

html[dir="ltr"] .footer__col__heading {
    font-weight: 600;
    margin-bottom: 25px
}

html[dir="ltr"] .footer__col__heading--media {
    display: none
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__col__heading--media {
        display: block
    }
}

html[dir="ltr"] .footer__col__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

html[dir="ltr"] .footer__col--company {
    grid-area: company
}

html[dir="ltr"] .footer__col--service {
    grid-area: service
}

html[dir="ltr"] .footer__media {
    grid-area: media
}

html[dir="ltr"] .footer__media__svg {
    align-items: center;
    background-color: var(--my-white);
    border-radius: 50%;
    display: inline-flex;
    fill: var(--blue-ribon);
    height: 36px;
    justify-content: center;
    margin-right: 6px;
    transition: all 0.2s ease-out;
    width: 36px
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__media__svg {
        height: 35px;
        margin-right: 3px;
        width: 35px
    }
}

html[dir="ltr"] .footer__media__svg svg {
    width: 47%
}

html[dir="ltr"] .footer__media__svg:hover {
    background-image: url("/assets/images/deal_landing/footer/decor_undertext.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000%
}

html[dir="ltr"] .footer__media__svg:hover svg {
    fill: var(--my-white)
}

html[dir="ltr"] .footer__link {
    color: var(--malibu);
    font-weight: 100;
    line-height: 1.5
}

html[dir="ltr"] .footer__copy {
    font-size: 1.2rem;
    font-weight: 100;
    margin-top: 60px;
    text-align: center
}

html[dir="ltr"] .footer__newsletter {
    align-items: center;
    display: flex;
    grid-area: newsletter;
    margin-top: 15px;
    width: 100%;
    z-index: 3
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__newsletter {
        margin-top: -10px;
        width: unset
    }
}

html[dir="ltr"] .footer__newsletter--invisible {
    display: none
}

html[dir="ltr"] .footer__newsletter--show-progress html[dir="ltr"] .footer__newsletter-progress {
    display: initial
}

html[dir="ltr"] .footer__newsletter--show-progress html[dir="ltr"] .footer__input {
    color: #ccc
}

html[dir="ltr"] .footer__newsletter-progress-container {
    position: relative;
    width: 60%
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__newsletter-progress-container {
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="ltr"] .footer__newsletter-progress-container {
        width: 100%
    }
}

html[dir="ltr"] .footer__newsletter-progress-container form {
    display: flex;
    justify-content: center
}

html[dir="ltr"] .footer__newsletter-progress {
    display: none;
    position: absolute;
    right: 15px;
    top: 7px
}

html[dir="ltr"] .footer__newsletter-progress::after {
    -webkit-animation: progress-animation 1.2s linear infinite;
    animation: progress-animation 1.2s linear infinite;
    border: 2px solid var(--my-white);
    border-color: var(--my-white) transparent;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    margin: 1px;
    width: 16px
}

html[dir="ltr"] .footer__input {
    background-color: var(--dodger-blue);
    border: 1px solid var(--dodger-blue);
    border-radius: 20px;
    color: var(--my-white);
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 25px;
    outline: none;
    padding: 7px 45px 7px 15px;
    width: 100%
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__input {
        padding: 7px 45px 7px 15px;
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="ltr"] .footer__input {
        width: auto
    }
}

@media (max-width: 375px) {
    html[dir="ltr"] .footer__input {
        width: 160px
    }
}

html[dir="ltr"] .footer__input--invalid {
    background-color: var(--midnight-blue);
    border: 1px solid var(--rose);
    color: var(--rose)
}

html[dir="ltr"] .footer__newsletter-message {
    align-items: center;
    display: flex;
    grid-area: newsletterMessage;
    height: 35px;
    margin: -20px 0 -10px
}

@media (min-width: 992px) {
    html[dir="ltr"] .footer__newsletter-message {
        height: auto;
        margin: -50px 0 -10px 25px
    }
}

html[dir="ltr"] .footer__newsletter-message--invalid, html[dir="ltr"] .footer__newsletter-message--error {
    color: var(--rose);
    margin-left: 35px
}

html[dir="ltr"] .footer__newsletter-message--ok {
    margin: -50px 0 0 -25px
}

html[dir="ltr"] .footer .footer__message--hidden {
    display: none
}

html[dir="ltr"] .footer__button {
    font-size: 1.6rem;
    margin-left: 12px;
    min-width: unset;
    padding: 7px 15px;
    text-transform: initial;
    width: 40%
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__button {
        padding: 7px 35px
    }
}

html[dir="ltr"] .footer__button.button--outline {
    max-width: 400px;
    white-space: nowrap;
    width: auto
}

html[dir="ltr"] .footer__button:focus {
    outline: 0
}

html[dir="ltr"] .footer__apps {
    display: flex;
    flex-flow: row wrap;
    grid-area: apps;
    justify-content: flex-start;
    padding-top: 20px;
    z-index: 3
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__apps {
        flex-wrap: nowrap
    }
}

html[dir="ltr"] .footer__app-img {
    padding: 0 5px
}

html[dir="ltr"] .footer__app-text {
    display: none
}

@media (min-width: 600px) {
    html[dir="ltr"] .footer__app-text {
        display: block;
        font-size: 24px;
        font-weight: bold;
        padding: 5px;
        width: auto
    }
}

@-webkit-keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}



html[dir="rtl"] .footer {
    background-color: var(--blue-ribon);
    color: var(--my-white);
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 1920px;
    padding: 25px 20px
}

html[dir="rtl"] .footer__mask-square {
    background-color: transparent;
    display: none;
    height: 23px;
    right: 0;
    position: absolute;
    top: -22px;
    width: 35px;
    z-index: -1
}

@media (min-width: 1912px) {
    html[dir="rtl"] .footer__mask-square {
        background-color: var(--blue-ribon);
        display: block
    }
}

html[dir="rtl"] .footer__line {
    border-bottom: 1px solid var(--dodger-blue);
    right: 0;
    opacity: 0.6;
    position: absolute;
    left: 0;
    width: 100%
}

html[dir="rtl"] .footer__line--top {
    top: 105px
}

html[dir="rtl"] .footer__line--bottom {
    bottom: 70px
}

html[dir="rtl"] .footer__container {
    margin: 0 auto;
    max-width: 1200px
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__container {
        padding: 0 120px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__container {
        padding: 0 20px
    }
}

html[dir="rtl"] .footer__grid {
    position: relative;
    z-index: 3;
    display: grid;
    grid-row-gap: 25px;
    grid-template-areas:'apps apps' 'newsletter newsletter' 'newsletterMessage newsletterMessage' 'logos logos' 'company service' 'media media';
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto;
    justify-items: center
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__grid {
        grid-template-areas:'apps apps newsletter newsletter' '. . newsletterMessage newsletterMessage' 'logos company service media';
        grid-template-columns:1.4fr 1.2fr 0.8fr 1.5fr;
        justify-items: start
    }
}

html[dir="rtl"] .footer__logos {
    display: flex;
    flex-direction: row;
    grid-area: logos;
    justify-content: flex-start
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__logos {
        flex-direction: column;
        margin-top: 20px
    }
}

html[dir="rtl"] .footer__logo:not(:first-child) {
    margin-right: 40px
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__logo:not(:first-child) {
        margin-right: initial;
        margin-top: 10px
    }
}

html[dir="rtl"] .footer__store {
    grid-area: store;
    margin-bottom: 20px;
    position: relative;
    z-index: 10
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__store {
        margin-bottom: unset
    }
}

html[dir="rtl"] .footer__col__heading {
    font-weight: 600;
    margin-bottom: 25px
}

html[dir="rtl"] .footer__col__heading--media {
    display: none
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__col__heading--media {
        display: block
    }
}

html[dir="rtl"] .footer__col__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

html[dir="rtl"] .footer__col--company {
    grid-area: company
}

html[dir="rtl"] .footer__col--service {
    grid-area: service
}

html[dir="rtl"] .footer__media {
    grid-area: media
}

html[dir="rtl"] .footer__media__svg {
    align-items: center;
    background-color: var(--my-white);
    border-radius: 50%;
    display: inline-flex;
    fill: var(--blue-ribon);
    height: 36px;
    justify-content: center;
    margin-left: 6px;
    transition: all 0.2s ease-out;
    width: 36px
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__media__svg {
        height: 35px;
        margin-left: 3px;
        width: 35px
    }
}

html[dir="rtl"] .footer__media__svg svg {
    width: 47%
}

html[dir="rtl"] .footer__media__svg:hover {
    background-image: url("/assets/images/deal_landing/footer/decor_undertext.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1000%
}

html[dir="rtl"] .footer__media__svg:hover svg {
    fill: var(--my-white)
}

html[dir="rtl"] .footer__link {
    color: var(--malibu);
    font-weight: 100;
    line-height: 1.5
}

html[dir="rtl"] .footer__copy {
    font-size: 1.2rem;
    font-weight: 100;
    margin-top: 60px;
    text-align: center
}

html[dir="rtl"] .footer__newsletter {
    align-items: center;
    display: flex;
    grid-area: newsletter;
    margin-top: 15px;
    width: 100%;
    z-index: 3
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__newsletter {
        margin-top: -10px;
        width: unset
    }
}

html[dir="rtl"] .footer__newsletter--invisible {
    display: none
}

html[dir="rtl"] .footer__newsletter--show-progress html[dir="rtl"] .footer__newsletter-progress {
    display: initial
}

html[dir="rtl"] .footer__newsletter--show-progress html[dir="rtl"] .footer__input {
    color: #ccc
}

html[dir="rtl"] .footer__newsletter-progress-container {
    position: relative;
    width: 60%
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__newsletter-progress-container {
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="rtl"] .footer__newsletter-progress-container {
        width: 100%
    }
}

html[dir="rtl"] .footer__newsletter-progress-container form {
    display: flex;
    justify-content: center
}

html[dir="rtl"] .footer__newsletter-progress {
    display: none;
    position: absolute;
    left: 15px;
    top: 7px
}

html[dir="rtl"] .footer__newsletter-progress::after {
    -webkit-animation: progress-animation 1.2s linear infinite;
    animation: progress-animation 1.2s linear infinite;
    border: 2px solid var(--my-white);
    border-color: var(--my-white) transparent;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    margin: 1px;
    width: 16px
}

html[dir="rtl"] .footer__input {
    background-color: var(--dodger-blue);
    border: 1px solid var(--dodger-blue);
    border-radius: 20px;
    color: var(--my-white);
    display: inline-block;
    font-size: 1.4rem;
    margin-top: 25px;
    outline: none;
    padding: 7px 15px 7px 45px;
    width: 100%
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__input {
        padding: 7px 15px 7px 45px;
        width: unset
    }
}

@media (max-width: 600px) {
    html[dir="rtl"] .footer__input {
        width: auto
    }
}

@media (max-width: 375px) {
    html[dir="rtl"] .footer__input {
        width: 160px
    }
}

html[dir="rtl"] .footer__input--invalid {
    background-color: var(--midnight-blue);
    border: 1px solid var(--rose);
    color: var(--rose)
}

html[dir="rtl"] .footer__newsletter-message {
    align-items: center;
    display: flex;
    grid-area: newsletterMessage;
    height: 35px;
    margin: -20px 0 -10px
}

@media (min-width: 992px) {
    html[dir="rtl"] .footer__newsletter-message {
        height: auto;
        margin: -50px 25px -10px 0
    }
}

html[dir="rtl"] .footer__newsletter-message--invalid, html[dir="rtl"] .footer__newsletter-message--error {
    color: var(--rose);
    margin-right: 35px
}

html[dir="rtl"] .footer__newsletter-message--ok {
    margin: -50px -25px 0 0
}

html[dir="rtl"] .footer .footer__message--hidden {
    display: none
}

html[dir="rtl"] .footer__button {
    font-size: 1.6rem;
    margin-right: 12px;
    min-width: unset;
    padding: 7px 15px;
    text-transform: initial;
    width: 40%
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__button {
        padding: 7px 35px
    }
}

html[dir="rtl"] .footer__button.button--outline {
    max-width: 400px;
    white-space: nowrap;
    width: auto
}

html[dir="rtl"] .footer__button:focus {
    outline: 0
}

html[dir="rtl"] .footer__apps {
    display: flex;
    flex-flow: row wrap;
    grid-area: apps;
    justify-content: flex-start;
    padding-top: 20px;
    z-index: 3
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__apps {
        flex-wrap: nowrap
    }
}

html[dir="rtl"] .footer__app-img {
    padding: 0 5px
}

html[dir="rtl"] .footer__app-text {
    display: none
}

@media (min-width: 600px) {
    html[dir="rtl"] .footer__app-text {
        display: block;
        font-size: 24px;
        font-weight: bold;
        padding: 5px;
        width: auto
    }
}

@keyframes progress-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}


html[dir="ltr"] .header {
    background: rgba(255, 255, 255, 0);
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 20px;
    transition: .5s all;
    width: 100%
}

html[dir="ltr"] .header__logo {
    flex-shrink: 0;
    flex-basis: 115px;
    fill: #1267FB
}

html[dir="ltr"] .header__right-part {
    display: flex;
    flex-basis: 100px;
    justify-content: flex-end
}

html[dir="ltr"] .header__right-part .header__demo-wrapper .button {
    display: none
}

html[dir="ltr"] .header__login-button {
    background: var(--my-white);
    border-radius: 40px;
    box-shadow: 0 1px 3px var(--mine-shaft);
    color: var(--blue-ribon);
    cursor: default;
    font-size: 1.3rem;
    font-weight: 700;
    height: 30px;
    left: calc(50% - 50px);
    line-height: 1.2rem;
    margin: 0 auto;
    min-width: 100px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 14%;
    transition: .5s all;
    width: 100px;
    display: none
}

html[dir="ltr"] .header__demo-wrapper .button {
    margin-top: 0;
    min-width: auto !important;
    width: auto !important;
    padding: 15px 25px !important;
    white-space: nowrap;
    font-size: 16px
}

@media (min-width: 992px) {
    html[dir="ltr"] .header__demo-wrapper .button {
        display: inline-block;
        height: 30px;
        margin-top: 3px;
        padding: 7px 20px !important;
        font-size: 1.3rem
    }
}

html[dir="ltr"] .header__language {
    cursor: pointer;
    flex-basis: 37px;
    opacity: 0;
    position: relative;
    transition: .5s all
}

html[dir="ltr"] .header__language-button {
    border: 2px solid var(--my-white);
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    position: absolute;
    z-index: 2
}

html[dir="ltr"] .header__language-menu-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: translateX(-50%);
    transition: .5s all;
    width: 30px;
    z-index: 1
}

html[dir="ltr"] .header__language[data-lang=''] {
    display: none
}

html[dir="ltr"] .header[data-state='opened'] .header__language {
    opacity: 1
}

html[dir="ltr"] .header .header__language .header__language-button:not(.current) {
    display: none
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button {
    opacity: 1
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(1) {
    top: calc(1 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(2) {
    top: calc(2 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(3) {
    top: calc(3 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(4) {
    top: calc(4 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(5) {
    top: calc(5 * 50px)
}

html[dir="ltr"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(6) {
    top: calc(6 * 50px)
}

html[dir="ltr"] .header__menu {
    display: flex;
    flex-basis: 100vw;
    flex-direction: column;
    flex-grow: 1;
    margin: 60px 0;
    padding-left: 30px;
    margin-left: 30px;
    line-height: 20px;
    height: 200px
}

@media (min-width: 992px) {
    html[dir="ltr"] .header__menu {
        border-left: 1px solid rgba(16, 93, 250, 0.2);
        line-height: 20px;
        height: 20px
    }
}

html[dir="ltr"] .header__menu-item {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.65px;
    color: #105dfa;
    padding: 0 30px 20px 0;
    text-transform: uppercase
}

@media (min-width: 992px) {
    html[dir="ltr"] .header__menu-item {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 30px 0 0
    }

    html[dir="ltr"] .header__menu-item:last-of-type {
        padding-right: 60px
    }
}

@media (max-width: 992px) {
    html[dir="ltr"] .header__menu-item {
        padding-right: 0
    }
}

html[dir="ltr"] .header__menu-item .button__arrow {
    display: none
}

html[dir="ltr"] .header__mobile-footer {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0
}

@media (min-width: 375px) {
    html[dir="ltr"] .header__mobile-footer {
        padding: 0 28px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .header__mobile-footer {
        display: none
    }
}

html[dir="ltr"] .header__mobile-footer-content {
    margin: 80px 0;
    position: relative
}

html[dir="ltr"] .header__mobile-footer-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000
}

html[dir="ltr"] .header__mobile-footer .community__stores {
    width: 100%;
    display: flex;
    justify-content: space-between
}

html[dir="ltr"] .header__mobile-footer .community__stores .community__app {
    width: 135px
}

html[dir="ltr"] .header__mobile-footer .community__stores .community__app-link {
    display: inline-block
}

html[dir="ltr"] .header__hamburger {
    cursor: pointer;
    flex-basis: 40px;
    height: 35px;
    margin-left: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

@media (min-width: 992px) {
    html[dir="ltr"] .header__hamburger {
        display: none
    }
}

html[dir="ltr"] .header__hamburger-item {
    background: #105dfa;
    border-radius: 9px;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 80%
}

html[dir="ltr"] .header__hamburger-item:nth-child(1) {
    top: 5px
}

html[dir="ltr"] .header__hamburger-item:nth-child(2) {
    top: 16px
}

html[dir="ltr"] .header__hamburger-item:nth-child(3) {
    top: 27px
}

@media (max-width: 992px) {
    html[dir="ltr"] .header {
        overflow-x: hidden
    }

    html[dir="ltr"] .header[data-state='closed'] {
        overflow: hidden
    }

    html[dir="ltr"] .header[data-state='opened'] {
        background: var(--my-white);
        min-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        z-index: 2147483002
    }

    html[dir="ltr"] .header[data-state='opened'] .header__hamburger-item:nth-child(1) {
        top: 16px;
        transform: rotate(135deg)
    }

    html[dir="ltr"] .header[data-state='opened'] .header__hamburger-item:nth-child(2) {
        opacity: 0
    }

    html[dir="ltr"] .header[data-state='opened'] .header__hamburger-item:nth-child(3) {
        top: 16px;
        transform: rotate(-135deg)
    }

    html[dir="ltr"] .header__menu {
        margin: 40px 0;
        padding-left: 0;
        height: auto
    }
}

@media (max-width: 992px) and (min-width: 375px) {
    html[dir="ltr"] .header__menu {
        margin: 48px 28px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .header {
        flex-wrap: nowrap;
        margin: 20px auto 0;
        max-width: 1920px;
        padding: 20px 9%
    }

    html[dir="ltr"] .header__logo {
        flex-basis: 135px
    }

    html[dir="ltr"] .header__menu {
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        margin: initial;
        margin-left: 30px
    }

    html[dir="ltr"] .header__menu-link--mobile {
        display: none
    }

    html[dir="ltr"] .header__menu .header__demo-wrapper {
        display: none
    }

    html[dir="ltr"] .header__right-part {
        flex-basis: 47px;
        order: 1;
        height: 40px
    }

    html[dir="ltr"] .header__right-part .header__demo-wrapper .button {
        display: inline-block
    }

    html[dir="ltr"] .header__language {
        min-width: 37px;
        opacity: 1
    }

    html[dir="ltr"] .header__login-button {
        cursor: pointer;
        left: initial;
        margin: 3px 10px 0 10px;
        opacity: 1;
        pointer-events: initial;
        position: initial;
        top: initial;
        display: inline-block
    }
}

html[dir="ltr"] .main-content--disabled {
    height: 100vw;
    overflow: hidden;
    position: fixed
}

html[dir="ltr"] .footer--disabled {
    display: none
}

html[dir="rtl"] .header {
    background: rgba(255, 255, 255, 0);
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    padding: 20px;
    transition: .5s all;
    width: 100%
}

html[dir="rtl"] .header__logo {
    flex-shrink: 0;
    flex-basis: 115px;
    fill: #1267FB
}

html[dir="rtl"] .header__right-part {
    display: flex;
    flex-basis: 100px;
    justify-content: flex-end
}

html[dir="rtl"] .header__right-part .header__demo-wrapper .button {
    display: none
}

html[dir="rtl"] .header__login-button {
    background: var(--my-white);
    border-radius: 40px;
    box-shadow: 0 1px 3px var(--mine-shaft);
    color: var(--blue-ribon);
    cursor: default;
    font-size: 1.3rem;
    font-weight: 700;
    height: 30px;
    right: calc(50% - 50px);
    line-height: 1.2rem;
    margin: 0 auto;
    min-width: 100px;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 14%;
    transition: .5s all;
    width: 100px;
    display: none
}

html[dir="rtl"] .header__demo-wrapper .button {
    margin-top: 0;
    min-width: auto !important;
    width: auto !important;
    padding: 15px 25px !important;
    white-space: nowrap;
    font-size: 16px
}

@media (min-width: 992px) {
    html[dir="rtl"] .header__demo-wrapper .button {
        display: inline-block;
        height: 30px;
        margin-top: 3px;
        padding: 7px 20px !important;
        font-size: 1.3rem
    }
}

html[dir="rtl"] .header__language {
    cursor: pointer;
    flex-basis: 37px;
    opacity: 0;
    position: relative;
    transition: .5s all
}

html[dir="rtl"] .header__language-button {
    border: 2px solid var(--my-white);
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    position: absolute;
    z-index: 2
}

html[dir="rtl"] .header__language-menu-button {
    border-radius: 100%;
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.3);
    right: 50%;
    opacity: 0;
    position: absolute;
    top: 5px;
    transform: translateX(50%);
    transition: .5s all;
    width: 30px;
    z-index: 1
}

html[dir="rtl"] .header__language[data-lang=''] {
    display: none
}

html[dir="rtl"] .header[data-state='opened'] .header__language {
    opacity: 1
}

html[dir="rtl"] .header[data-state='opened'] .header__login-button {
    cursor: pointer;
    opacity: 1;
    pointer-events: initial
}

html[dir="rtl"] .header .header__language .header__language-button:not(.current) {
    display: none
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button {
    opacity: 1
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(1) {
    top: calc(1 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(2) {
    top: calc(2 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(3) {
    top: calc(3 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(4) {
    top: calc(4 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(5) {
    top: calc(5 * 50px)
}

html[dir="rtl"] .header .header__language[data-state="opened"] .header__language-menu-button:nth-of-type(6) {
    top: calc(6 * 50px)
}

html[dir="rtl"] .header__menu {
    display: flex;
    flex-basis: 100vw;
    flex-direction: column;
    flex-grow: 1;
    margin: 60px 0;
    padding-right: 30px;
    margin-right: 30px;
    line-height: 20px;
    height: 200px
}

@media (min-width: 992px) {
    html[dir="rtl"] .header__menu {
        border-right: 1px solid rgba(16, 93, 250, 0.2);
        line-height: 20px;
        height: 20px
    }
}

html[dir="rtl"] .header__menu-item {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.65px;
    color: #105dfa;
    padding: 0 0 20px 30px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    html[dir="rtl"] .header__menu-item {
        font-size: 1.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0 0 0 30px
    }

    html[dir="rtl"] .header__menu-item:last-of-type {
        padding-left: 60px
    }
}

@media (max-width: 992px) {
    html[dir="rtl"] .header__menu-item {
        padding-left: 0
    }
}

html[dir="rtl"] .header .button__arrow {
    display: none
}

html[dir="rtl"] .header__mobile-footer {
    flex-basis: 100%;
    flex-grow: 1;
    padding: 0
}

@media (min-width: 375px) {
    html[dir="rtl"] .header__mobile-footer {
        padding: 0 28px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .header__mobile-footer {
        display: none
    }
}

html[dir="rtl"] .header__mobile-footer-content {
    margin: 80px 0;
    position: relative
}

html[dir="rtl"] .header__mobile-footer-text {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #000
}

html[dir="rtl"] .header__mobile-footer .community__stores {
    width: 100%;
    display: flex;
    justify-content: space-between
}

html[dir="rtl"] .header__mobile-footer .community__stores .community__app {
    width: 135px
}

html[dir="rtl"] .header__mobile-footer .community__stores .community__app-link {
    display: inline-block
}

html[dir="rtl"] .header__hamburger {
    cursor: pointer;
    flex-basis: 40px;
    height: 35px;
    margin-right: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

@media (min-width: 1400px) {
    html[dir="rtl"] .header__hamburger {
        display: none
    }
}

html[dir="rtl"] .header__hamburger-item {
    background: #105dfa;
    border-radius: 9px;
    display: block;
    height: 3px;
    right: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 80%
}

html[dir="rtl"] .header__hamburger-item:nth-child(1) {
    top: 5px
}

html[dir="rtl"] .header__hamburger-item:nth-child(2) {
    top: 16px
}

html[dir="rtl"] .header__hamburger-item:nth-child(3) {
    top: 27px
}

@media (max-width: 992px) {
    html[dir="rtl"] .header {
        overflow-x: hidden
    }

    html[dir="rtl"] .header[data-state='closed'] {
        overflow: hidden
    }

    html[dir="rtl"] .header[data-state='opened'] {
        background: var(--my-white);
        min-height: 100vh;
        overflow-y: scroll;
        position: absolute;
        z-index: 2147483002
    }

    html[dir="rtl"] .header[data-state='opened'] .header__hamburger-item:nth-child(1) {
        top: 16px;
        transform: rotate(-135deg)
    }

    html[dir="rtl"] .header[data-state='opened'] .header__hamburger-item:nth-child(2) {
        opacity: 0
    }

    html[dir="rtl"] .header[data-state='opened'] .header__hamburger-item:nth-child(3) {
        top: 16px;
        transform: rotate(135deg)
    }

    html[dir="rtl"] .header__menu {
        margin: 40px 0;
        padding-right: 0;
        height: auto
    }
}

@media (max-width: 992px) and (min-width: 375px) {
    html[dir="rtl"] .header__menu {
        margin: 48px 28px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .header {
        flex-wrap: nowrap;
        margin: 20px auto 0;
        max-width: 1920px;
        padding: 20px 9%
    }

    html[dir="rtl"] .header__logo {
        flex-basis: 135px
    }

    html[dir="rtl"] .header__menu {
        flex-direction: row;
        flex-grow: 1;
        justify-content: flex-start;
        margin: initial;
        margin-right: 30px
    }

    html[dir="rtl"] .header__menu-link--mobile {
        display: none
    }

    html[dir="rtl"] .header__menu .header__demo-wrapper {
        display: none
    }

    html[dir="rtl"] .header__right-part {
        flex-basis: 47px;
        order: 1;
        height: 40px
    }

    html[dir="rtl"] .header__right-part .header__demo-wrapper .button {
        display: inline-block
    }

    html[dir="rtl"] .header__language {
        min-width: 37px;
        opacity: 1
    }

    html[dir="rtl"] .header__login-button {
        cursor: pointer;
        right: initial;
        margin: 3px 10px 0 10px;
        opacity: 1;
        pointer-events: initial;
        position: initial;
        top: initial;
        display: inline-block
    }
}

html[dir="rtl"] .main-content--disabled {
    height: 100vw;
    overflow: hidden;
    position: fixed
}

html[dir="rtl"] .footer--disabled {
    display: none
}

@media (min-width: 992px) {
    html[dir="rtl"] .header {
        padding: 20px 9%
    }
}

@media (min-width: 992px) {
    header#header.header.header--sticky {
        margin: 0 auto;
        padding: 40px 2% !important;
        position: fixed;
        top: 48px;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: white
    }

    header#header.header.header--sticky + #mainContent {
        padding-top: 128px
    }

    header#header.header.header--sticky .header__right-part {
        height: 40px
    }
}

@media (min-width: 1200px) {
    header#header.header.header--sticky {
        padding: 40px 9% !important
    }
}

.indastars-announcement {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background: linear-gradient(90deg, #916bff 0%, #ff6bb2 37.8%, #ff9c7d 83.42%);
    color: white;
    padding: 20px 97px 20px 20px
}

@media (min-width: 992px) {
    .indastars-announcement {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 48px;
        z-index: 100;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0
    }
}

.indastars-announcement__link {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 12px;
    margin-left: 32px
}

@media (min-width: 992px) {
    .indastars-announcement__link {
        margin-left: 46px;
        margin-top: 0
    }
}

.indastars-announcement__text {
    display: flex
}

.indastars-announcement__cross {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 14px;
    top: 20px
}

@media (min-width: 992px) {
    .indastars-announcement__cross {
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.indastars-announcement__cross:hover {
    cursor: pointer
}

.indastars-announcement__eyes {
    margin-right: 12px;
    width: 21px
}

.indastars-announcement__partying-face {
    display: none
}

@media (min-width: 992px) {
    .indastars-announcement__partying-face {
        display: inline-block;
        margin-left: 12px;
        width: 21px
    }
}

.nft-report-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 150
}

.nft-report-modal__content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 350px;
    height: 592px;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    background-color: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@media (min-width: 992px) {
    .nft-report-modal__content {
        flex-direction: row;
        height: 500px;
        width: 796px
    }
}

.nft-report-modal__left {
    width: 100%;
    height: 240px;
    background: url("/assets/images/main_landing/report-modal-image.png") center;
    background-size: cover
}

@media (min-width: 992px) {
    .nft-report-modal__left {
        width: 400px;
        height: 100%
    }
}

.nft-report-modal__right {
    width: 100%;
    height: 352px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    text-align: center
}

@media (min-width: 992px) {
    .nft-report-modal__right {
        width: 396px;
        height: 100%;
        padding: 66px 48px
    }
}

.nft-report-modal__right-heading {
    color: #2763f6;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 40px
}

@media (min-width: 992px) {
    .nft-report-modal__right-heading {
        margin-bottom: 32px;
        font-weight: bold;
        font-size: 40px;
        line-height: 42px
    }
}

.nft-report-modal__right-text {
    color: #2763f6;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

@media (min-width: 992px) {
    .nft-report-modal__right-text {
        font-size: 16px;
        line-height: 24px
    }
}

.nft-report-modal__right a {
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 24px;
    width: 100%;
    outline: none
}

@media (min-width: 992px) {
    .nft-report-modal__right a {
        margin-top: 48px;
        margin-bottom: 24px
    }
}

.nft-report-modal__right button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 56px;
    border-radius: 56px;
    width: 100% !important;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 24px !important;
    background: #2763f6;
    color: white;
    text-transform: uppercase;
    margin: 0 !important
}

.nft-report-modal__right button img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 0
}

.nft-report-modal__right-close-button {
    color: #2a2825;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase
}

html[dir="ltr"] .case-studies {
    background-color: var(--blue-ribon);
    color: var(--my-white);
    margin-top: 60px;
    padding: 0 0 30px
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies {
        margin-top: 80px
    }
}

html[dir="ltr"] .case-studies__container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 20px
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__container {
        padding-left: 50px;
        padding-right: 60px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__container {
        flex-direction: row;
        padding-left: 30px;
        padding-right: 60px
    }
}

html[dir="ltr"] .case-studies__text-col {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__text-col {
        width: 40%
    }
}

html[dir="ltr"] .case-studies__text-col__meta {
    max-width: 100%
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__text-col__meta {
        max-width: 380px
    }
}

html[dir="ltr"] .case-studies__logo {
    height: 100px;
    margin-top: 40px
}

html[dir="ltr"] .case-studies__logo img {
    max-height: 95px;
    max-width: 150px
}

html[dir="ltr"] .case-studies__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 30px
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__title {
        font-size: 2.8rem
    }
}

html[dir="ltr"] .case-studies__desc {
    font-size: 1.4rem;
    margin-top: 30px
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__desc {
        font-size: 1.6rem
    }
}

html[dir="ltr"] .case-studies__info {
    display: flex;
    margin-top: 45px
}

html[dir="ltr"] .case-studies__info__box {
    width: 160px
}

html[dir="ltr"] .case-studies__info__value {
    font-size: 2.4rem;
    font-weight: 900
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__info__value {
        font-size: 3.4rem
    }
}

html[dir="ltr"] .case-studies__info__label {
    align-items: center;
    display: flex
}

html[dir="ltr"] .case-studies__info__icon {
    margin-right: 5px;
    max-height: 12px
}

html[dir="ltr"] .case-studies__info__text {
    color: var(--malibu);
    font-size: 1.4rem;
    font-weight: 600
}

html[dir="ltr"] .case-studies__button {
    align-self: center;
    margin-top: 45px
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__button--hide-desktop {
        display: none
    }
}

html[dir="ltr"] .case-studies__button--show-desktop {
    display: none
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__button--show-desktop {
        display: block
    }
}

html[dir="ltr"] .case-studies__video-col {
    align-self: flex-start;
    margin-top: 40px;
    width: 100%
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__video-col {
        margin-left: 50px;
        margin-top: 130px;
        width: 60%
    }
}

html[dir="ltr"] .case-studies__video {
    margin: unset;
    padding: unset;
    width: 100%
}

html[dir="ltr"] .case-studies__video__thumbnails {
    display: flex
}

@media (min-width: 600px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        transform: translateX(20px)
    }
}

@media (min-width: 1400px) {
    html[dir="ltr"] .case-studies__video__thumbnails {
        padding-top: 30px
    }
}

html[dir="ltr"] .case-studies__video__thumbnail {
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.2s !important
}

html[dir="ltr"] .case-studies__video__thumbnail:hover {
    border-radius: 5px;
    transform: scale(1.2) !important;
    z-index: 10
}

html[dir="ltr"] .case-studies__video__thumbnail--active {
    border: 1px solid var(--my-white)
}

html[dir="ltr"] .case-studies__video__thumbnail--active html[dir="ltr"] .case-studies__video__thumbnail__overlay {
    opacity: 0
}

html[dir="ltr"] .case-studies__video__thumbnail--active html[dir="ltr"] .case-studies__video__thumbnail__brand {
    opacity: 0
}

html[dir="ltr"] .case-studies__video__thumbnail__overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    transition: all 0.2s !important;
    width: 100%
}

html[dir="ltr"] .case-studies__video__thumbnail__brand {
    max-height: 40px;
    max-width: 80px;
    position: absolute
}

html[dir="ltr"] .case-studies__video__img {
    max-height: 55px;
    max-width: 140px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: all 0.2s !important;
    width: 100% !important
}

html[dir="ltr"] .case-studies__decor-square {
    background-color: var(--blue-ribon);
    height: 70px;
    position: absolute;
    right: calc(65% + 440px);
    top: -70px;
    width: 90px
}

html[dir="ltr"] .case-studies__video__wrapper {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 20px;
    width: 100%
}

html[dir="ltr"] .case-studies__video__wrapper__iframe {
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 10
}

html[dir="ltr"] .case-studies__video__wrapper__iframe--scale {
    transform: scale(1.1)
}

html[dir="ltr"] .case-studies__video__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

html[dir="ltr"] .swiper-container {
    height: 100px;
    margin: unset;
    width: 100%
}

@media (min-width: 1400px) {
    html[dir="ltr"] .swiper-container {
        height: 123px
    }
}

html[dir="ltr"] .swiper-wrapper {
    align-items: center;
    margin-left: -16px;
    padding-left: 30px
}

html[dir="ltr"] .swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: unset;
    justify-content: center;
    overflow: hidden;
    text-align: center
}

html[dir="rtl"] .case-studies {
    background-color: var(--blue-ribon);
    color: var(--my-white);
    margin-top: 60px;
    padding: 0 0 30px
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies {
        margin-top: 80px
    }
}

html[dir="rtl"] .case-studies__container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 20px
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__container {
        padding-right: 50px;
        padding-left: 60px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__container {
        flex-direction: row;
        padding-right: 30px;
        padding-left: 60px
    }
}

html[dir="rtl"] .case-studies__text-col {
    display: flex;
    justify-content: flex-end
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__text-col {
        width: 40%
    }
}

html[dir="rtl"] .case-studies__text-col__meta {
    max-width: 100%
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__text-col__meta {
        max-width: 380px
    }
}

html[dir="rtl"] .case-studies__logo {
    height: 100px;
    margin-top: 40px
}

html[dir="rtl"] .case-studies__logo img {
    max-height: 95px;
    max-width: 150px
}

html[dir="rtl"] .case-studies__title {
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 30px
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__title {
        font-size: 2.8rem
    }
}

html[dir="rtl"] .case-studies__desc {
    font-size: 1.4rem;
    margin-top: 30px
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__desc {
        font-size: 1.6rem
    }
}

html[dir="rtl"] .case-studies__info {
    display: flex;
    margin-top: 45px
}

html[dir="rtl"] .case-studies__info__box {
    width: 160px
}

html[dir="rtl"] .case-studies__info__value {
    font-size: 2.4rem;
    font-weight: 900
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__info__value {
        font-size: 3.4rem
    }
}

html[dir="rtl"] .case-studies__info__label {
    align-items: center;
    display: flex
}

html[dir="rtl"] .case-studies__info__icon {
    margin-left: 5px;
    max-height: 12px
}

html[dir="rtl"] .case-studies__info__text {
    color: var(--malibu);
    font-size: 1.4rem;
    font-weight: 600
}

html[dir="rtl"] .case-studies__button {
    align-self: center;
    margin-top: 45px
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__button--hide-desktop {
        display: none
    }
}

html[dir="rtl"] .case-studies__button--show-desktop {
    display: none
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__button--show-desktop {
        display: block
    }
}

html[dir="rtl"] .case-studies__video-col {
    align-self: flex-start;
    margin-top: 40px;
    width: 100%
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__video-col {
        margin-right: 50px;
        margin-top: 130px;
        width: 60%
    }
}

html[dir="rtl"] .case-studies__video {
    margin: unset;
    padding: unset;
    width: 100%
}

html[dir="rtl"] .case-studies__video__thumbnails {
    display: flex
}

@media (min-width: 600px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        transform: translateX(-20px)
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .case-studies__video__thumbnails {
        padding-top: 30px
    }
}

html[dir="rtl"] .case-studies__video__thumbnail {
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.2s !important
}

html[dir="rtl"] .case-studies__video__thumbnail:hover {
    border-radius: 5px;
    transform: scale(1.2) !important;
    z-index: 10
}

html[dir="rtl"] .case-studies__video__thumbnail--active {
    border: 1px solid var(--my-white)
}

html[dir="rtl"] .case-studies__video__thumbnail--active html[dir="rtl"] .case-studies__video__thumbnail__overlay {
    opacity: 0
}

html[dir="rtl"] .case-studies__video__thumbnail--active html[dir="rtl"] .case-studies__video__thumbnail__brand {
    opacity: 0
}

html[dir="rtl"] .case-studies__video__thumbnail__overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    transition: all 0.2s !important;
    width: 100%
}

html[dir="rtl"] .case-studies__video__thumbnail__brand {
    max-height: 40px;
    max-width: 80px;
    position: absolute
}

html[dir="rtl"] .case-studies__video__img {
    max-height: 55px;
    max-width: 140px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    transition: all 0.2s !important;
    width: 100% !important
}

html[dir="rtl"] .case-studies__decor-square {
    background-color: var(--blue-ribon);
    height: 70px;
    position: absolute;
    left: calc(65% + 440px);
    top: -70px;
    width: 90px
}

html[dir="rtl"] .case-studies__video__wrapper {
    margin: 0 auto;
    max-width: 1050px;
    padding: 0 20px;
    width: 100%
}

html[dir="rtl"] .case-studies__video__wrapper__iframe {
    background-color: var(--black);
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    transition: all 0.2s ease-in-out;
    z-index: 10
}

html[dir="rtl"] .case-studies__video__wrapper__iframe--scale {
    transform: scale(1.1)
}

html[dir="rtl"] .case-studies__video__wrapper iframe {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 100%
}

html[dir="rtl"] .swiper-container {
    height: 100px;
    margin: unset;
    width: 100%
}

@media (min-width: 1400px) {
    html[dir="rtl"] .swiper-container {
        height: 123px
    }
}

html[dir="rtl"] .swiper-wrapper {
    align-items: center;
    margin-right: -16px;
    padding-right: 30px
}

html[dir="rtl"] .swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    height: unset;
    justify-content: center;
    overflow: hidden;
    text-align: center
}

.logos-section {
    margin-top: 60px;
    padding: 0 15px
}

@media (min-width: 600px) {
    .logos-section {
        margin-bottom: 130px
    }
}

.logos-section__grid {
    align-items: center;
    display: grid;
    grid-column-gap: 35px;
    grid-row-gap: 5px;
    grid-template-columns:repeat(6, 1fr);
    grid-template-rows:auto;
    justify-items: center;
    margin: 0 auto;
    max-width: 1350px
}

@media (min-width: 992px) {
    .logos-section__grid {
        grid-column-gap: unset;
        grid-row-gap: unset;
        grid-template-columns:repeat(8, 1fr);
        grid-template-rows:repeat(6, 1fr)
    }
}

.logos-section__heading {
    align-items: center;
    color: var(--my-white);
    display: flex;
    font-size: 8rem;
    font-weight: 900;
    grid-column-end: 6;
    grid-column-start: 2;
    grid-row-end: 6;
    grid-row-start: 4;
    justify-content: center;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .logos-section__heading {
        grid-column-end: 7;
        grid-column-start: 3;
        grid-row-end: 5;
        grid-row-start: 3
    }
}

.logos-section__heading__text {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.15));
    font-size: 4rem;
    font-weight: 900;
    white-space: nowrap
}

@media (min-width: 600px) {
    .logos-section__heading__text {
        font-size: 6rem
    }
}

@media (min-width: 992px) {
    .logos-section__heading__text {
        font-size: 7rem
    }
}

@media (min-width: 1400px) {
    .logos-section__heading__text {
        font-size: 8rem
    }
}

.logos-section__heading--decor {
    background-image: url("/assets/images/website/common/500/decor-anim.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.logo {
    max-height: 60px
}

.logo--starbucks {
    max-height: 60px
}

.map-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 10px;
    max-width: 1200px;
    padding: 40px 10px;
    direction: ltr
}

.map-section__img {
    height: 78px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    .map-section {
        margin: -30px auto 120px;
        padding: 100px 10px
    }
}

.map-section--background {
    background-image: url("/assets/images/deal_landing/section_3/world_map.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 992px) {
    .map-section--background {
        background-position: center
    }
}

.map-section__top {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .map-section__top {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 80px
    }
}

.map-section__child {
    display: flex
}

@media (min-width: 992px) {
    .map-section__child--markets {
        justify-content: flex-start;
        order: 1;
        width: 40%
    }
}

.map-section__child--influencer-counter {
    margin-top: 40px
}

@media (min-width: 992px) {
    .map-section__child--influencer-counter {
        margin-top: 0;
        order: 2
    }
}

.map-section__child--cities {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px
}

@media (min-width: 992px) {
    .map-section__child--cities {
        order: 3
    }
}

.map-section__city {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 33px 10px 0;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

@media (min-width: 992px) {
    .map-section__city {
        font-size: 1.8rem;
        margin: 10px 33px 10px 0
    }
}

.map-section__city:not(:last-child)::after {
    content: '•';
    display: table;
    line-height: 0;
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%)
}

.map-section__logos {
    align-items: center;
    display: flex;
    justify-content: space-around;
    margin: 0 auto
}

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

.map-section__logo:not(:last-child) {
    margin-right: 50px
}

.map-section__logo:not(:last-child)::after {
    border-right: 2px solid var(--gallery);
    bottom: 25px;
    content: '';
    display: table;
    height: 37px;
    position: absolute;
    right: -25px;
    top: 25%
}

.map-section__logo__label {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    max-width: 160px;
    text-transform: uppercase
}

@media (min-width: 600px) {
    .map-section__logo__label {
        display: block;
        font-size: 1.2rem
    }
}

@media (min-width: 992px) {
    .map-section__logo__label {
        font-size: 1.6rem
    }
}

.card-count {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 25px;
    max-width: 180px
}

@media (min-width: 600px) {
    .card-count {
        margin: 0 35px
    }
}

.card-count__label {
    text-align: center;
    max-width: 120px
}

@media (min-width: 992px) {
    .card-count__label {
        max-width: 180px
    }
}

.card-count__value {
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .card-count__value {
        font-size: 7rem
    }
}

@media (min-width: 1400px) {
    .card-count__value {
        font-size: 8rem
    }
}

.hidden {
    visibility: hidden !important
}

.influencer-counter {
    text-align: center
}

@media (min-width: 992px) {
    .influencer-counter__label {
        margin-left: 5rem
    }
}

.influencer-counter__box {
    display: inline-block;
    margin: 20px 0 50px;
    transform: scale(0.7);
    transform-origin: left;
    width: 140px
}

.influencer-counter__box:nth-of-type(2) {
    width: 50px
}

@media (min-width: 600px) {
    .influencer-counter__box {
        height: 50px;
        transform: unset;
        width: 230px
    }

    .influencer-counter__box:nth-of-type(2) {
        width: 95px
    }

    .influencer-counter__box .counter__card:nth-child(3):nth-child(3) {
        margin-right: 40px
    }
}

.influencer-counter__box .counter__card:nth-child(3):nth-child(3) {
    margin-right: 40px
}

.influencer-counter__box--second {
    width: 135px
}

.influencer-counter__card {
    align-items: center;
    background-color: var(--my-white);
    display: flex;
    font-size: 2.4rem;
    font-weight: 600;
    justify-content: center;
    margin-left: 5px;
    padding: 14px
}

@media (min-width: 600px) {
    .influencer-counter__card {
        font-size: 3rem;
        padding: 17px
    }
}

@media (min-width: 992px) {
    .influencer-counter__card {
        font-size: 5.4rem
    }
}

.influencer-counter__card--shadow {
    box-shadow: inset 0 8px 20px -10px rgba(0, 0, 0, 0.1), inset 0 -8px 20px -10px rgba(0, 0, 0, 0.1), 0 0 30px 0 rgba(0, 0, 0, 0.1)
}

.influencer-counter__card:nth-last-child(3n+1) {
    margin-right: 30px
}

@media (min-width: 992px) {
    .influencer-counter__card:nth-last-child(3n+1) {
        margin-right: 50px
    }
}

.influencer-counter__card:last-child {
    margin-right: unset
}

html[dir="ltr"] .about-us {
    align-items: center;
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    margin: 20px auto 10px;
    max-width: 1200px;
    overflow: initial
}

html[dir="ltr"] .about-us__builder {
    display: none
}

html[dir="ltr"] .about-us__title {
    color: var(--gallery);
    font-size: 5.5rem;
    font-weight: bold;
    margin-bottom: -15px;
    text-align: center;
    text-transform: uppercase
}

html[dir="ltr"] .about-us__content {
    display: flex;
    justify-content: space-between
}

html[dir="ltr"] .about-us__content-box {
    background-color: var(--my-white);
    box-shadow: 0 0 25px -1px #aeaeae;
    color: var(--violent-violet);
    margin: 0 50px;
    min-height: 310px;
    padding: 30px 15px 35px;
    position: relative;
    text-align: center;
    transform: scale(0.9);
    transform-origin: center bottom;
    width: 290px
}

html[dir="ltr"] .about-us__content-box::after {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute
}

html[dir="ltr"] .about-us__content-box:nth-of-type(1)::after {
    background-image: url("/assets/images/website/common/about-us/about-us-stripe.png");
    height: 142px;
    left: -59px;
    top: -40px;
    width: 147px
}

html[dir="ltr"] .about-us__content-box:nth-of-type(2), html[dir="ltr"] .about-us__content-box:nth-of-type(3) {
    display: none
}

html[dir="ltr"] .about-us__content-content {
    display: none;
    flex-direction: column;
    justify-content: space-between
}

html[dir="ltr"] .about-us__content-title {
    min-height: 75px
}

html[dir="ltr"] .about-us__content-quote {
    font-size: 1.5rem;
    margin: 30px 0 35px;
    min-height: 130px
}

html[dir="ltr"] .about-us__content-company {
    font-size: 2.2rem;
    font-weight: bold;
    justify-self: flex-end
}

html[dir="ltr"] .about-us__logos-container {
    display: flex;
    margin-left: 1098px
}

html[dir="ltr"] .about-us__logos-container::after {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
    content: '';
    height: 60px;
    left: 0;
    margin-top: 45px;
    position: absolute;
    width: 100vw;
    z-index: 1
}

html[dir="ltr"] .about-us__logos {
    cursor: pointer;
    display: flex
}

html[dir="ltr"] .about-us__logos:hover .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us__logos--mock {
    cursor: pointer;
    display: flex
}

html[dir="ltr"] .about-us__logo {
    margin: 65px 11px 10px;
    width: 100px
}

html[dir="ltr"] .about-us__logo-img {
    filter: grayscale(1);
    transition: all .3s
}

html[dir="ltr"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='4'] .about-us__content-box .about-us__content-content:nth-of-type(4) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='4'] .about-us__logos-container .about-us__logos:nth-of-type(5) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='5'] .about-us__content-box .about-us__content-content:nth-of-type(5) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='5'] .about-us__logos-container .about-us__logos:nth-of-type(6) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='6'] .about-us__content-box .about-us__content-content:nth-of-type(6) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='6'] .about-us__logos-container .about-us__logos:nth-of-type(7) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='7'] .about-us__content-box .about-us__content-content:nth-of-type(7) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='7'] .about-us__logos-container .about-us__logos:nth-of-type(8) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='8'] .about-us__content-box .about-us__content-content:nth-of-type(8) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='8'] .about-us__logos-container .about-us__logos:nth-of-type(9) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="ltr"] .about-us[data-show='9'] .about-us__content-box .about-us__content-content:nth-of-type(9) {
    display: flex
}

html[dir="ltr"] .about-us[data-show='9'] .about-us__logos-container .about-us__logos:nth-of-type(10) .about-us__logo-img {
    filter: grayscale(0)
}

@media (min-width: 375px) {
    html[dir="ltr"] .about-us__title {
        font-size: 6.5rem
    }
}

@media (min-width: 768px) {
    html[dir="ltr"] .about-us__content-box {
        transform: scale(0.9)
    }

    html[dir="ltr"] .about-us__content-box:nth-of-type(2) {
        display: initial
    }

    html[dir="ltr"] .about-us__content-box:nth-of-t-3ype(2)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-3.png");
        bottom: -60px;
        height: 208px;
        right: -127px;
        width: 194px
    }

    html[dir="ltr"] .about-us__title {
        font-size: 12rem;
        margin-bottom: -30px
    }

    html[dir="ltr"] .about-us__logos-container {
        margin-left: 976px
    }

    html[dir="ltr"] .about-us__logos-container::after {
        background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 77%, #fff 80%)
    }

    html[dir="ltr"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='4'] .about-us__content-box .about-us__content-content:nth-of-type(4) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='4'] .about-us__logos-container .about-us__logos:nth-of-type(5) .about-us__logo-img {
        filter: grayscale(0)
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .about-us__title {
        font-size: 17rem;
        margin-bottom: -45px
    }
}

@media (min-width: 1200px) {
    html[dir="ltr"] .about-us__content-box {
        transform: scale(1)
    }

    html[dir="ltr"] .about-us__content-box:nth-of-type(2)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-2.png");
        bottom: -40px;
        height: 173px;
        left: -55px;
        width: 184px
    }

    html[dir="ltr"] .about-us__content-box:nth-of-type(3) {
        display: initial
    }

    html[dir="ltr"] .about-us__content-box:nth-of-type(3)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-3-cut.png");
        bottom: -60px;
        height: 208px;
        right: -145px;
        width: 194px
    }

    html[dir="ltr"] .about-us__logos-container {
        margin-left: initial
    }

    html[dir="ltr"] .about-us__logos-container::after {
        display: none
    }

    html[dir="ltr"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(1) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(1)
    }

    html[dir="ltr"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(1)
    }

    html[dir="ltr"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
        display: flex
    }

    html[dir="ltr"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="ltr"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
        filter: grayscale(1)
    }
}

html[dir="rtl"] .about-us {
    align-items: center;
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    margin: 20px auto 10px;
    max-width: 1200px;
    overflow: initial
}

html[dir="rtl"] .about-us__builder {
    display: none
}

html[dir="rtl"] .about-us__title {
    color: var(--gallery);
    font-size: 5.5rem;
    font-weight: bold;
    margin-bottom: -15px;
    text-align: center;
    text-transform: uppercase
}

html[dir="rtl"] .about-us__content {
    display: flex;
    justify-content: space-between
}

html[dir="rtl"] .about-us__content-box {
    background-color: var(--my-white);
    box-shadow: 0 0 25px -1px #aeaeae;
    color: var(--violent-violet);
    margin: 0 50px;
    min-height: 310px;
    padding: 30px 15px 35px;
    position: relative;
    text-align: center;
    transform: scale(0.9);
    transform-origin: center bottom;
    width: 290px
}

html[dir="rtl"] .about-us__content-box::after {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute
}

html[dir="rtl"] .about-us__content-box:nth-of-type(1)::after {
    background-image: url("/assets/images/website/common/about-us/about-us-stripe.png");
    height: 142px;
    right: -59px;
    top: -40px;
    width: 147px;
    transform: scaleX(-1)
}

html[dir="rtl"] .about-us__content-box:nth-of-type(2), html[dir="rtl"] .about-us__content-box:nth-of-type(3) {
    display: none
}

html[dir="rtl"] .about-us__content-content {
    display: none;
    flex-direction: column;
    justify-content: space-between
}

html[dir="rtl"] .about-us__content-title {
    min-height: 75px
}

html[dir="rtl"] .about-us__content-quote {
    font-size: 1.5rem;
    margin: 30px 0 35px;
    min-height: 130px
}

html[dir="rtl"] .about-us__content-company {
    font-size: 2.2rem;
    font-weight: bold;
    justify-self: flex-end
}

html[dir="rtl"] .about-us__logos-container {
    display: flex;
    margin-right: 1098px
}

html[dir="rtl"] .about-us__logos-container::after {
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #fff 100%);
    content: '';
    height: 60px;
    right: 0;
    margin-top: 45px;
    position: absolute;
    width: 100vw;
    z-index: 1
}

html[dir="rtl"] .about-us__logos {
    cursor: pointer;
    display: flex
}

html[dir="rtl"] .about-us__logos:hover .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us__logos--mock {
    cursor: pointer;
    display: flex
}

html[dir="rtl"] .about-us__logo {
    margin: 65px 11px 10px;
    width: 100px
}

html[dir="rtl"] .about-us__logo-img {
    filter: grayscale(1);
    transition: all .3s
}

html[dir="rtl"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='4'] .about-us__content-box .about-us__content-content:nth-of-type(4) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='4'] .about-us__logos-container .about-us__logos:nth-of-type(5) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='5'] .about-us__content-box .about-us__content-content:nth-of-type(5) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='5'] .about-us__logos-container .about-us__logos:nth-of-type(6) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='6'] .about-us__content-box .about-us__content-content:nth-of-type(6) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='6'] .about-us__logos-container .about-us__logos:nth-of-type(7) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='7'] .about-us__content-box .about-us__content-content:nth-of-type(7) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='7'] .about-us__logos-container .about-us__logos:nth-of-type(8) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='8'] .about-us__content-box .about-us__content-content:nth-of-type(8) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='8'] .about-us__logos-container .about-us__logos:nth-of-type(9) .about-us__logo-img {
    filter: grayscale(0)
}

html[dir="rtl"] .about-us[data-show='9'] .about-us__content-box .about-us__content-content:nth-of-type(9) {
    display: flex
}

html[dir="rtl"] .about-us[data-show='9'] .about-us__logos-container .about-us__logos:nth-of-type(10) .about-us__logo-img {
    filter: grayscale(0)
}

@media (min-width: 375px) {
    html[dir="rtl"] .about-us__title {
        font-size: 6.5rem
    }
}

@media (min-width: 768px) {
    html[dir="rtl"] .about-us__content-box {
        transform: scale(0.9)
    }

    html[dir="rtl"] .about-us__content-box:nth-of-type(2) {
        display: initial
    }

    html[dir="rtl"] .about-us__content-box:nth-of-t-3ype(2)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-3.png");
        bottom: -60px;
        height: 208px;
        left: -127px;
        width: 194px;
        transform: scaleX(-1)
    }

    html[dir="rtl"] .about-us__title {
        font-size: 12rem;
        margin-bottom: -30px
    }

    html[dir="rtl"] .about-us__logos-container {
        margin-right: 976px
    }

    html[dir="rtl"] .about-us__logos-container::after {
        background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 77%, #fff 80%)
    }

    html[dir="rtl"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='4'] .about-us__content-box .about-us__content-content:nth-of-type(4) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='4'] .about-us__logos-container .about-us__logos:nth-of-type(5) .about-us__logo-img {
        filter: grayscale(0)
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .about-us__title {
        font-size: 17rem;
        margin-bottom: -45px
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .about-us__content-box {
        transform: scale(1)
    }

    html[dir="rtl"] .about-us__content-box:nth-of-type(2)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-2.png");
        bottom: -40px;
        height: 173px;
        right: -55px;
        width: 184px;
        transform: scaleX(-1)
    }

    html[dir="rtl"] .about-us__content-box:nth-of-type(3) {
        display: initial
    }

    html[dir="rtl"] .about-us__content-box:nth-of-type(3)::after {
        background-image: url("/assets/images/website/common/about-us/about-us-stripe-3-cut.png");
        bottom: -60px;
        height: 208px;
        left: -145px;
        width: 194px;
        transform: scaleX(-1)
    }

    html[dir="rtl"] .about-us__logos-container {
        margin-right: initial
    }

    html[dir="rtl"] .about-us__logos-container::after {
        display: none
    }

    html[dir="rtl"] .about-us[data-show='1'] .about-us__content-box .about-us__content-content:nth-of-type(1) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(1) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='1'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(1)
    }

    html[dir="rtl"] .about-us[data-show='2'] .about-us__content-box .about-us__content-content:nth-of-type(2) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(2) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='2'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(1)
    }

    html[dir="rtl"] .about-us[data-show='3'] .about-us__content-box .about-us__content-content:nth-of-type(3) {
        display: flex
    }

    html[dir="rtl"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(3) .about-us__logo-img {
        filter: grayscale(0)
    }

    html[dir="rtl"] .about-us[data-show='3'] .about-us__logos-container .about-us__logos:nth-of-type(4) .about-us__logo-img {
        filter: grayscale(1)
    }
}

.work-with-us-section .button.action-button__button.button--work {
    overflow: initial
}

.work-with-us-section .work-with-us-img {
    left: 0
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10
}

.modal__container {
    background-color: #fff;
    padding: 0 0 5px;
    max-height: 100vh;
    border-radius: 6px;
    overflow-y: auto;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .modal__container {
        padding: 10px 20px 20px 20px
    }
}

.modal__header {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box
}

.modal__close {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 25px
}

.modal__header .modal__close:before {
    content: "\2715"
}

.modal__content {
    margin: 0;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8)
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.modal__btn:focus, .modal__btn:hover {
    transform: scale(1.05)
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff
}

@-webkit-keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    z-index: 25
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.micromodal-slide .modal__container, .micromodal-slide .modal__overlay {
    will-change: transform
}

.yt-video-responsive {
    width: 385px;
    height: 210px
}

@media (min-width: 768px) {
    .yt-video-responsive {
        width: 700px;
        height: 394px
    }
}

@media (min-width: 992px) {
    .yt-video-responsive {
        width: 1050px;
        height: 610px
    }
}

html[dir="ltr"] .self-service {
    margin-top: 10px;
    overflow: visible;
    position: relative
}

html[dir="ltr"] .self-service::before {
    background: var(--gallery) linear-gradient(180deg, var(--gallery), var(--my-white));
    content: '';
    left: 0;
    margin-top: -65px;
    min-height: 290px;
    position: absolute;
    text-align: center;
    transform: skewY(2.5deg) translateY(35px);
    width: 100%;
    z-index: -1
}

html[dir="ltr"] .self-service__content {
    max-width: 50%
}

html[dir="ltr"] .self-service__images {
    height: 380px;
    position: relative;
    transform: scale(0.25);
    width: 440px
}

html[dir="ltr"] .self-service__image {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--photo-shadow);
    max-width: initial;
    overflow: hidden;
    position: absolute
}





@media (min-width: 768px) {
    html[dir="ltr"] .self-service {
        margin-bottom: 120px
    }

    html[dir="ltr"] .self-service::before {
        margin-top: -165px
    }

    html[dir="ltr"] .self-service__images {
        margin-left: 90px;
        transform: scale(0.7);
        width: 350px
    }

    html[dir="ltr"] .self-service__content {
        max-width: 450px
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .self-service {
        margin-bottom: 220px
    }

    html[dir="ltr"] .self-service::before {
        margin-top: -155px
    }

    html[dir="ltr"] .self-service__images {
        margin: 90px -20px 0 0;
        transform: scale(1);
        width: 440px
    }

    html[dir="ltr"] .self-service__image {
        transition: .5s all !important
    }

    html[dir="ltr"] .self-service__image:hover {
        background-position-y: 0;
        transform: scale(1.1) !important;
        z-index: 2
    }

    html[dir="ltr"] .self-service__image--top:hover {
        height: 375px;
        margin-top: 130px
    }

    html[dir="ltr"] .self-service__image--bottom:hover {
        height: 480px;
        margin-top: -40px
    }
}

@media (min-width: 1200px) {
    html[dir="ltr"] .self-service {
        margin: -100px 0 130px
    }

    html[dir="ltr"] .self-service::before {
        margin-top: -205px
    }

    html[dir="ltr"] .self-service::after {
        background-image: url("/assets/images/website/main-page/self-service-stripe.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -90px;
        content: '';
        display: block;
        height: 439px;
        position: absolute;
        right: -200px;
        width: 470px
    }

    html[dir="ltr"] .self-service__images {
        margin: -120px -70px 0 0
    }

    html[dir="ltr"] .self-service__content {
        margin: 0 305px 270px 40px;
        max-width: 510px;
        padding-top: 150px
    }
}

@-moz-document url-prefix('') {
    @media (min-width: 768px) {
        html[dir="ltr"] .self-service::before {
            margin-top: -295px
        }
    }
    @media (min-width: 1200px) {
        html[dir="ltr"] .self-service::before {
            margin-top: -400px
        }
    }
}

html[dir="rtl"] .self-service {
    margin-top: 10px;
    overflow: visible;
    position: relative
}

html[dir="rtl"] .self-service::before {
    background: var(--gallery) linear-gradient(-180deg, var(--gallery), var(--my-white));
    content: '';
    right: 0;
    margin-top: -65px;
    min-height: 290px;
    position: absolute;
    text-align: center;
    transform: skewY(-2.5deg) translateY(35px);
    width: 100%;
    z-index: -1
}

html[dir="rtl"] .self-service__content {
    max-width: 450px
}

html[dir="rtl"] .self-service__images {
    height: 380px;
    position: relative;
    transform: scale(0.35);
    width: 440px
}

html[dir="rtl"] .self-service__image {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--photo-shadow);
    max-width: initial;
    overflow: hidden;
    position: absolute
}



@media (min-width: 768px) {
    html[dir="rtl"] .self-service {
        margin-bottom: 120px
    }

    html[dir="rtl"] .self-service::before {
        margin-top: -165px
    }

    html[dir="rtl"] .self-service__images {
        margin-right: 90px;
        transform: scale(0.7);
        width: 350px
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .self-service {
        margin-bottom: 220px
    }

    html[dir="rtl"] .self-service::before {
        margin-top: -155px
    }

    html[dir="rtl"] .self-service__images {
        margin: 90px 0 0 -20px;
        transform: scale(1);
        width: 440px
    }

    html[dir="rtl"] .self-service__image {
        transition: .5s all !important
    }

    html[dir="rtl"] .self-service__image:hover {
        background-position-y: 0;
        transform: scale(1.1) !important;
        z-index: 2
    }

    html[dir="rtl"] .self-service__image--top:hover {
        height: 375px;
        margin-top: 130px
    }

    html[dir="rtl"] .self-service__image--bottom:hover {
        height: 480px;
        margin-top: -40px
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .self-service {
        margin: -100px 0 130px
    }

    html[dir="rtl"] .self-service::before {
        margin-top: -205px
    }

    html[dir="rtl"] .self-service::after {
        background-image: url("/assets/images/website/main-page/self-service-stripe.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -90px;
        content: '';
        display: block;
        height: 439px;
        position: absolute;
        left: -200px;
        width: 470px;
        transform: scaleX(-1)
    }

    html[dir="rtl"] .self-service__images {
        margin: -120px 0 0 -70px
    }

    html[dir="rtl"] .self-service__content {
        margin: 0 40px 270px 305px;
        max-width: 510px;
        padding-top: 150px
    }
}

@-moz-document url-prefix('') {
    @media (min-width: 768px) {
        html[dir="rtl"] .self-service::before {
            margin-top: -295px
        }
    }
    @media (min-width: 1200px) {
        html[dir="rtl"] .self-service::before {
            margin-top: -400px
        }
    }
}

html[dir="ltr"] .managed-service {
    overflow: visible
}

html[dir="ltr"] .managed-service__content {
    margin-left: 20px;
    max-width: 50%
}

html[dir="ltr"] .managed-service__images {
    height: 290px;
    left: -55px;
    margin-top: -10px;
    position: relative;
    transform: scale(0.4);
    width: 430px
}

html[dir="ltr"] .managed-service__image {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--photo-shadow);
    max-width: initial;
    overflow: hidden;
    position: absolute
}





html[dir="ltr"] .managed-service .section__title {
    max-width: 130px
}
@media (min-width: 768px) {
    html[dir="ltr"] .managed-service {
        margin-bottom: 130px
    }

    html[dir="ltr"] .managed-service__content {
        max-width: 450px;
        margin-right: 160px;
    }

    html[dir="ltr"] .managed-service__images {
        transform: scale(0.7)
    }

    html[dir="ltr"] .managed-service__image {
        transition: .5s all !important
    }

    html[dir="ltr"] .managed-service__image:hover {
        background-position-y: 0;
        transform: scale(1.1) !important;
        z-index: 2
    }

    html[dir="ltr"] .managed-service__image--top:hover {
        height: 300px;
        margin-top: 80px;
        width: 300px
    }

    html[dir="ltr"] .managed-service__image--bottom:hover {
        height: 446px;
        margin-top: -50px
    }

    html[dir="ltr"] .managed-service .section__title {
        max-width: initial
    }
}

@media (min-width: 992px) {
    html[dir="ltr"] .managed-service {
        margin-bottom: 110px
    }

    html[dir="ltr"] .managed-service__content {
        text-align: right
    }

    html[dir="ltr"] .managed-service__images {
        left: 0;
        transform: scale(1)
    }
}

@media (min-width: 1200px) {
    html[dir="ltr"] .managed-service {
        justify-content: flex-end;
        margin-bottom: 190px
    }
}

@media (min-width: 1400px) {
    html[dir="ltr"] .managed-service {

    }

    html[dir="ltr"] .managed-service__content {
        margin-right: 140px;
        max-width: 520px
    }
}

html[dir="rtl"] .managed-service {
    overflow: visible
}

html[dir="rtl"] .managed-service__content {
    margin-right: 20px;
    max-width: 450px
}

html[dir="rtl"] .managed-service__images {
    height: 290px;
    right: -55px;
    margin-top: -10px;
    position: relative;
    transform: scale(0.4);
    width: 430px
}

html[dir="rtl"] .managed-service__image {
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: var(--photo-shadow);
    max-width: initial;
    overflow: hidden;
    position: absolute
}



html[dir="rtl"] .managed-service .section__title {
    max-width: 130px
}

@media (min-width: 768px) {
    html[dir="rtl"] .managed-service {
        margin-bottom: 130px
    }

    html[dir="rtl"] .managed-service__images {
        transform: scale(0.7)
    }

    html[dir="rtl"] .managed-service__image {
        transition: .5s all !important
    }

    html[dir="rtl"] .managed-service__image:hover {
        background-position-y: 0;
        transform: scale(1.1) !important;
        z-index: 2
    }

    html[dir="rtl"] .managed-service__image--top:hover {
        height: 331px;
        margin-top: 80px;
        width: 240px
    }

    html[dir="rtl"] .managed-service__image--bottom:hover {
        height: 446px;
        margin-top: -50px
    }

    html[dir="rtl"] .managed-service .section__title {
        max-width: initial
    }
}

@media (min-width: 992px) {
    html[dir="rtl"] .managed-service {
        margin-bottom: 110px
    }

    html[dir="rtl"] .managed-service__content {
        text-align: left
    }

    html[dir="rtl"] .managed-service__images {
        right: 0;
        transform: scale(1)
    }
}

@media (min-width: 1200px) {
    html[dir="rtl"] .managed-service {
        justify-content: flex-end;
        margin-bottom: 190px
    }
}

@media (min-width: 1400px) {
    html[dir="rtl"] .managed-service {
        padding-left: 310px
    }

    html[dir="rtl"] .managed-service__content {
        margin-left: 140px;
        max-width: 520px
    }
}

html[dir='ltr'] .creators-inspire {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 450px;
    overflow: visible;
    position: relative
}

html[dir='ltr'] .creators-inspire__logo-img {
    height: 78px;
    width: auto
}

html[dir='ltr'] .creators-inspire__pictures {
    height: 759px;
    position: relative;
    right: 180px;
    top: 110px;
    width: 586px;
    background-color: var(--my-white)
}

html[dir='ltr'] .creators-inspire__pictures::before {
    background-image: url("/assets/images/website/main-page/header-stripe-2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 258px;
    position: absolute;
    right: 459px;
    top: -100px;
    width: 255px;
    z-index: 1
}

html[dir='ltr'] .creators-inspire__pictures::after {
    background-image: url("/assets/images/website/main-page/header-stripe-3.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -209px;
    content: '';
    display: block;
    height: 563px;
    position: absolute;
    right: -360px;
    width: 464px;
    z-index: 0
}

html[dir='ltr'] .creators-inspire__picture-element {
    position: absolute;
    opacity: 0;
    transition: 2s all
}

html[dir='ltr'] .creators-inspire__backgrounds {
    height: 810px;
    position: absolute;
    right: 0;
    top: 0;
    width: 680px;
    z-index: -1
}

html[dir='ltr'] .creators-inspire__background {
    filter: blur(2.5px);
    opacity: 0;
    position: absolute;
    right: 0;
    top: -3px;
    transition: 4s all;
    transition-delay: .25s;
    width: 100%
}

html[dir='ltr'] .creators-inspire__animations {
    height: 100%;
    position: absolute;
    right: -200px;
    top: 345px;
    transform: scale(0.38)
}

html[dir='ltr'] .creators-inspire__animations[data-show='1'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(1), html[dir='ltr'] .creators-inspire__animations[data-show='1'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(1) {
    opacity: 1
}

html[dir='ltr'] .creators-inspire__animations[data-show='2'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(2), html[dir='ltr'] .creators-inspire__animations[data-show='2'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(2) {
    opacity: 1
}

html[dir='ltr'] .creators-inspire__animations[data-show='3'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(3), html[dir='ltr'] .creators-inspire__animations[data-show='3'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(3) {
    opacity: 1
}

html[dir='ltr'] .creators-inspire__animations[data-show='4'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(4), html[dir='ltr'] .creators-inspire__animations[data-show='4'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(4) {
    opacity: 1
}

html[dir='ltr'] .creators-inspire::after {
    background-image: url("/assets/images/website/main-page/header-background-2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -610px;
    content: '';
    display: block;
    height: 610px;
    position: absolute;
    right: 0;
    width: 573px;
    z-index: -2
}

html[dir='ltr'] .creators-inspire__content::before {
    background-image: url("/assets/images/website/main-page/header-background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1041px;
    position: absolute;
    right: -130px;
    width: 1028px;
    z-index: -1
}

html[dir='ltr'] .creators-inspire__content-container {
    margin-top: 110px;
    text-align: center
}

html[dir='ltr'] .creators-inspire__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 50px auto 0 auto
}

html[dir='ltr'] .creators-inspire__buttons--span {
    font-size: 10px;
    line-height: 15px
}

html[dir='ltr'] .creators-inspire .button {
    font-size: 1.4rem;
    padding: 6px 5px 8px;
    width: 200px;
    margin: 25px auto 0
}

html[dir='ltr'] .creators-inspire .button:last-child {
    padding: 15px 25px
}

html[dir='ltr'] .creators-inspire__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: -10px
}

html[dir='ltr'] .creators-inspire__logo {
    display: none
}

@media (min-width: 600px) {
    html[dir='ltr'] .creators-inspire__animations {
        top: 280px
    }
}

@media (min-width: 768px) {
    html[dir='ltr'] .creators-inspire {
        margin-bottom: 80px
    }

    html[dir='ltr'] .creators-inspire__title {
        font-size: 4rem
    }

    html[dir='ltr'] .creators-inspire__animations {
        align-self: flex-end;
        height: 870px;
        position: relative;
        right: -65px;
        top: -30px;
        transform: scale(0.8)
    }

    html[dir='ltr'] .creators-inspire__pictures {
        right: 270px
    }

    html[dir='ltr'] .creators-inspire .button {
        min-width: 200px;
        width: 200px
    }
}

@media (min-width: 992px) {
    html[dir='ltr'] .creators-inspire {
        flex-direction: row;
        height: 930px;
        margin-bottom: -200px
    }

    html[dir='ltr'] .creators-inspire__backgrounds {
        right: -355px
    }

    html[dir='ltr'] .creators-inspire__content {
        align-self: start
    }

    html[dir='ltr'] .creators-inspire__content::before {
        right: 358px;
        top: -113px
    }

    html[dir='ltr'] .creators-inspire__title {
        font-size: 3.5rem
    }

    html[dir='ltr'] .creators-inspire__content-container {
        height: 350px;
        margin-top: initial;
        position: absolute;
        right: 430px;
        text-align: initial;
        top: 180px;
        width: 570px
    }

    html[dir='ltr'] .creators-inspire__buttons {
        bottom: -71px;
        margin-top: initial;
        position: absolute
    }

    html[dir='ltr'] .creators-inspire__animations {
        height: 100%;
        position: relative;
        right: -130px;
        top: -190px;
        transform: scale(0.6)
    }

    html[dir='ltr'] .creators-inspire__pictures {
        right: 50px;
        top: 150px
    }

    html[dir='ltr'] .creators-inspire__pictures::before {
        content: none
    }

    html[dir='ltr'] .creators-inspire__logo {
        align-items: center;
        display: flex;
        margin-top: 50px;
        width: 380px
    }

    html[dir='ltr'] .creators-inspire__logo-label {
        background: url("/assets/images/deal_landing/footer/decor_undertext.png");
        -webkit-background-clip: text;
        background-clip: text;
        background-position: center;
        font-size: 2.2rem;
        font-weight: bold;
        margin-left: 20px;
        -webkit-text-fill-color: transparent
    }
}

@media (min-width: 1200px) {
    html[dir='ltr'] .creators-inspire__pictures {
        right: 150px;
        top: 134px
    }

    html[dir='ltr'] .creators-inspire__backgrounds {
        right: -100px
    }
}

@media (min-width: 1400px) {
    html[dir='ltr'] .creators-inspire {
        margin-bottom: -10px
    }

    html[dir='ltr'] .creators-inspire__content {
        position: relative
    }

    html[dir='ltr'] .creators-inspire__content::before {
        left: -821px;
        right: initial;
        top: 0
    }

    html[dir='ltr'] .creators-inspire__content-container {
        height: 373px;
        right: -135px;
        top: 270px
    }

    html[dir='ltr'] .creators-inspire__animations {
        min-width: 920px;
        right: -100px;
        top: -95px;
        transform: scale(0.8)
    }

    html[dir='ltr'] .creators-inspire__pictures {
        right: 10px;
        box-shadow: 0 10px 35px 0 rgba(10, 10, 10, 0.1)
    }

    html[dir='ltr'] .creators-inspire::after {
        bottom: -390px
    }
}

@media (min-width: 1680px) {
    html[dir='ltr'] .creators-inspire__pictures::before {
        content: ''
    }

    html[dir='ltr'] .creators-inspire__backgrounds {
        right: 0
    }
}

@media (min-width: 1920px) {
    html[dir='ltr'] .creators-inspire {
        margin-bottom: 110px
    }

    html[dir='ltr'] .creators-inspire__content::before {
        left: -897px;
        right: initial;
        top: 0
    }

    html[dir='ltr'] .creators-inspire__buttons {
        bottom: -71px;
        left: -7px
    }

    html[dir='ltr'] .creators-inspire__content-container {
        right: -64px
    }

    html[dir='ltr'] .creators-inspire__animations {
        min-width: 1050px;
        top: initial;
        transform: scale(1)
    }

    html[dir='ltr'] .creators-inspire__title {
        font-size: 5rem
    }

    html[dir='ltr'] .creators-inspire__logo {
        margin-top: 30px
    }

    html[dir='ltr'] .creators-inspire__pictures {
        right: -30px
    }

    html[dir='ltr'] .creators-inspire::after {
        bottom: -460px
    }
}

html[dir='rtl'] .creators-inspire {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 450px;
    overflow: visible;
    position: relative
}

html[dir='rtl'] .creators-inspire__logo-img {
    height: 78px;
    width: auto
}

html[dir='rtl'] .creators-inspire__pictures {
    height: 759px;
    position: relative;
    left: 180px;
    top: 110px;
    width: 586px;
    background-color: var(--my-white)
}

html[dir='rtl'] .creators-inspire__pictures::before {
    background-image: url("/assets/images/website/main-page/header-stripe-2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 258px;
    position: absolute;
    left: 459px;
    top: -100px;
    width: 255px;
    z-index: 1;
    transform: scaleX(-1)
}

html[dir='rtl'] .creators-inspire__pictures::after {
    background-image: url("/assets/images/website/main-page/header-stripe-3.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -209px;
    content: '';
    display: block;
    height: 563px;
    position: absolute;
    left: -360px;
    width: 464px;
    z-index: 0;
    transform: scaleX(-1)
}

html[dir='rtl'] .creators-inspire__picture-element {
    position: absolute;
    opacity: 0;
    transition: 2s all
}

html[dir='rtl'] .creators-inspire__backgrounds {
    height: 810px;
    position: absolute;
    left: 0;
    top: 0;
    width: 680px;
    z-index: -1
}

html[dir='rtl'] .creators-inspire__background {
    filter: blur(2.5px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: -3px;
    transition: 4s all;
    transition-delay: .25s;
    width: 100%
}

html[dir='rtl'] .creators-inspire__animations {
    height: 100%;
    position: absolute;
    left: -200px;
    top: 345px;
    transform: scale(0.38)
}

html[dir='rtl'] .creators-inspire__animations[data-show='1'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(1), html[dir='rtl'] .creators-inspire__animations[data-show='1'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(1) {
    opacity: 1
}

html[dir='rtl'] .creators-inspire__animations[data-show='2'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(2), html[dir='rtl'] .creators-inspire__animations[data-show='2'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(2) {
    opacity: 1
}

html[dir='rtl'] .creators-inspire__animations[data-show='3'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(3), html[dir='rtl'] .creators-inspire__animations[data-show='3'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(3) {
    opacity: 1
}

html[dir='rtl'] .creators-inspire__animations[data-show='4'] .creators-inspire__pictures .creators-inspire__picture-element:nth-of-type(4), html[dir='rtl'] .creators-inspire__animations[data-show='4'] .creators-inspire__backgrounds .creators-inspire__background:nth-of-type(4) {
    opacity: 1
}

html[dir='rtl'] .creators-inspire::after {
    background-image: url("/assets/images/website/main-page/header-background-2.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -610px;
    content: '';
    display: block;
    height: 610px;
    position: absolute;
    left: 0;
    width: 573px;
    z-index: -2
}

html[dir='rtl'] .creators-inspire__content::before {
    background-image: url("/assets/images/website/main-page/header-background.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1041px;
    position: absolute;
    left: -130px;
    width: 1028px;
    z-index: -1;
    transform: scaleX(-1)
}

html[dir='rtl'] .creators-inspire__content-container {
    margin-top: 110px;
    text-align: center
}

html[dir='rtl'] .creators-inspire__buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 50px auto 0 auto
}

html[dir='rtl'] .creators-inspire__buttons--span {
    font-size: 10px;
    line-height: 15px
}

html[dir='rtl'] .creators-inspire .button {
    font-size: 1.4rem;
    padding: 6px 5px 8px;
    width: 200px;
    margin: 25px auto 0
}

html[dir='rtl'] .creators-inspire .button:last-child {
    padding: 15px 25px
}

html[dir='rtl'] .creators-inspire__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: -10px
}

html[dir='rtl'] .creators-inspire__logo {
    display: none
}

@media (min-width: 600px) {
    html[dir='rtl'] .creators-inspire__animations {
        top: 280px
    }
}

@media (min-width: 768px) {
    html[dir='rtl'] .creators-inspire {
        margin-bottom: 80px
    }

    html[dir='rtl'] .creators-inspire__title {
        font-size: 4rem
    }

    html[dir='rtl'] .creators-inspire__animations {
        align-self: flex-end;
        height: 870px;
        position: relative;
        left: -65px;
        top: -30px;
        transform: scale(0.8)
    }

    html[dir='rtl'] .creators-inspire__pictures {
        left: 270px
    }

    html[dir='rtl'] .creators-inspire .button {
        min-width: 200px;
        width: 200px
    }
}

@media (min-width: 992px) {
    html[dir='rtl'] .creators-inspire {
        flex-direction: row;
        height: 930px;
        margin-bottom: -200px
    }

    html[dir='rtl'] .creators-inspire__backgrounds {
        left: -355px
    }

    html[dir='rtl'] .creators-inspire__content {
        align-self: start
    }

    html[dir='rtl'] .creators-inspire__content::before {
        left: 358px;
        top: -113px
    }

    html[dir='rtl'] .creators-inspire__title {
        font-size: 3.5rem
    }

    html[dir='rtl'] .creators-inspire__content-container {
        height: 350px;
        margin-top: initial;
        position: absolute;
        left: 430px;
        text-align: initial;
        top: 180px;
        width: 570px
    }

    html[dir='rtl'] .creators-inspire__buttons {
        bottom: -71px;
        margin-top: initial;
        position: absolute
    }

    html[dir='rtl'] .creators-inspire__animations {
        height: 100%;
        position: relative;
        left: -130px;
        top: -190px;
        transform: scale(0.6)
    }

    html[dir='rtl'] .creators-inspire__pictures {
        left: 50px;
        top: 150px
    }

    html[dir='rtl'] .creators-inspire__pictures::before {
        content: none
    }

    html[dir='rtl'] .creators-inspire__logo {
        align-items: center;
        display: flex;
        margin-top: 50px;
        width: 380px
    }

    html[dir='rtl'] .creators-inspire__logo-label {
        background: url("/assets/images/deal_landing/footer/decor_undertext.png");
        -webkit-background-clip: text;
        background-clip: text;
        background-position: center;
        font-size: 2.2rem;
        font-weight: bold;
        margin-right: 20px;
        -webkit-text-fill-color: transparent
    }
}

@media (min-width: 1200px) {
    html[dir='rtl'] .creators-inspire__pictures {
        left: 150px;
        top: 134px
    }

    html[dir='rtl'] .creators-inspire__backgrounds {
        left: -100px
    }
}

@media (min-width: 1400px) {
    html[dir='rtl'] .creators-inspire {
        margin-bottom: -10px
    }

    html[dir='rtl'] .creators-inspire__content {
        position: relative
    }

    html[dir='rtl'] .creators-inspire__content::before {
        right: -821px;
        left: initial;
        top: 0
    }

    html[dir='rtl'] .creators-inspire__content-container {
        height: 373px;
        left: -135px;
        top: 270px
    }

    html[dir='rtl'] .creators-inspire__animations {
        min-width: 920px;
        left: -100px;
        top: -95px;
        transform: scale(0.8)
    }

    html[dir='rtl'] .creators-inspire__pictures {
        left: 10px;
        box-shadow: 0 10px 35px 0 rgba(10, 10, 10, 0.1)
    }

    html[dir='rtl'] .creators-inspire::after {
        bottom: -390px
    }
}

@media (min-width: 1680px) {
    html[dir='rtl'] .creators-inspire__pictures::before {
        content: ''
    }

    html[dir='rtl'] .creators-inspire__backgrounds {
        left: 0
    }
}

@media (min-width: 1920px) {
    html[dir='rtl'] .creators-inspire {
        margin-bottom: 110px
    }

    html[dir='rtl'] .creators-inspire__content::before {
        right: -897px;
        left: initial;
        top: 0
    }

    html[dir='rtl'] .creators-inspire__buttons {
        bottom: -71px;
        right: -7px
    }

    html[dir='rtl'] .creators-inspire__content-container {
        left: -64px
    }

    html[dir='rtl'] .creators-inspire__animations {
        min-width: 1050px;
        top: initial;
        transform: scale(1)
    }

    html[dir='rtl'] .creators-inspire__title {
        font-size: 5rem
    }

    html[dir='rtl'] .creators-inspire__logo {
        margin-top: 30px
    }

    html[dir='rtl'] .creators-inspire__pictures {
        left: -30px
    }

    html[dir='rtl'] .creators-inspire::after {
        bottom: -460px
    }
}

body {
    opacity: 1
}

html[dir="ltr"] .header {
    margin-bottom: -90px;
    position: relative;
    z-index: 10
}

@media (min-width: 600px) {
    html[dir="ltr"] .header__menu-item {
        color: var(--blue-ribon);
        white-space: nowrap
    }

    html[dir="ltr"] .header__menu-item:last-of-type {
        padding-right: 20px
    }
}

html[dir="rtl"] .header {
    margin-bottom: -90px;
    position: relative;
    z-index: 10
}

@media (min-width: 600px) {
    html[dir="rtl"] .header__menu-item:last-of-type {
        padding-left: 20px;
        padding-right: unset;
        white-space: nowrap
    }
}
