:root {
    --dark-bg: #11111B;
    --violet-main: #672599;
    --pink: #D09BF9;
    --violet-gradient: #6B2DF0;
    --gray: #89888F;
    --white: #ffffff;
}

body {
    margin: 0;
    font-family: 'TT Travels', sans-serif;
    color: #fff;
    background-color: var(--dark-bg);
    position: relative;
    background-size: 100%;
}

a {
    color: unset;
    text-decoration: unset;
}

main {
    overflow: hidden;
    position: relative;
}

.container {
    max-width: 1600px;
    padding: 0 0;
    margin: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.container-inner {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
}

.header-inner, .footer-inner {
    padding-top: 92px;
    padding-bottom: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav.header-nav, nav.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.footer-to-top {
    cursor: pointer;
}

.header-contact-now,
.footer-contact-now {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    transition: .2s;
}

span.header-contact-now-text,
span.footer-contact-now-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.header-contact-now:hover img,
.footer-contact-now:hover img{
    opacity: .8;
    transition: .2s;
}

.header-contact-now img,
.footer-contact-now img {
    opacity: 1;
    transition: .2s;
}

a.header-nav-link,
a.footer-nav-link {
    padding: 14px 8px;
    font-size: 20px;
    position: relative;
}

a.header-nav-link:after,
a.footer-nav-link:after {
    content: ' ';
    display: block;
    width: 0%;
    height: 3px;
    background: linear-gradient(89.8deg, #9A67FF 9.01%, #FFFFFF 152.95%);
    bottom: 0;
    position: absolute;
    left: 0;
    transition: .3s;
}

a.header-nav-link.active:after,
a.header-nav-link:hover:after,
a.footer-nav-link.active:after,
a.footer-nav-link:hover:after{
    width: 100%;
    transition: .3s;
}

.top-section-bg {
    background-image: url("/assets/img/top-section-bg.jpg");
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}

.container-1080 {
    max-width: 1080px;
}

.top-section {
    padding-top: 60px;
    padding-bottom: 180px;
    position: relative;
}

.top-section-title {
    position: relative;
}

.top-section-title-1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.top-section-title-2 {
    font-size: 212px;
    font-weight: 700;
    line-height: 212px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    position: relative;
}

.top-section-title-4 {
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: right;
    margin-top: 24px;
}

.top-section-title-3 {
    font-size: 156px;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.top-section-paragraph {
    margin-top: 60px;
    font-size: 28px;
    line-height: 38.4px;
    letter-spacing: -0.03em;
    text-align: center;
    position: relative;
}

span.paragraph-pink {
    color: var(--pink);
}

.top-section-wrapper {
    position: relative;
}

.top-section-divider, .we-offer-section-divider {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1000;
    bottom: 112px;
    overflow: visible;
}

.top-section-divider img, .we-offer-section-divider img {
    object-position: top;
    width: inherit;
    height: auto;
}

.we-provide-title-block {
    text-align: center;
}

.we-provide-section {
    padding-top: 160px;
    text-align: center;
    padding-bottom: 96px;
}

.we-provide-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 70.4px;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.we-provide-rotate-item {
    font-size: 78px;
    font-weight: 700;
    line-height: 85.8px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    transition: .05s;
    transition-property: font-size;
}

.we-provide-subtitle {
    font-size: 64px;
    font-weight: 300;
    line-height: 70.4px;
    letter-spacing: -0.02em;
    margin-top: 24px;
}

.we-provide-rotate-item.active {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #fff;
    transition: .05s;
    transition-property: font-size;
    font-size: 82px;
}

.swiper-slide.we-provide-slide {
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.circle-outer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-provide-slide-inner {
    position: absolute;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px dashed #FFFFFF; */
    border-radius: 100%;
    background: linear-gradient(137.34deg, rgba(27, 28, 54, 0.16) 23.98%, rgba(112, 113, 122, 0.16) 65.73%);
    /* transform: rotate(-32deg); */
}

.circle-outer img {
    width: inherit;
    height: auto;
    object-fit: contain;
}

.we-provide-slider {
    margin-top: 52px;
    margin-bottom: 84px;
    overflow: hidden;
    padding: 36px 20px;
}

.we-provide-paragraph {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    font-size: 32px;
    margin-bottom: 112px;
}

.swiper-slide.we-provide-slide {
    transform: scale(.9);
    opacity: .6;
    transition: .2s;
}

.swiper-slide.we-provide-slide.swiper-slide-active {
    transform: scale(1.2);
    opacity: 1;
    transition: .2s;
    margin: 0 40px 0 40px!important;
}

.we-provide-slide-inner:before, .we-provide-slide-inner:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
    display: none;
}

.we-provide-slide-inner:after {
    right: unset;
    left: 0px;
}

.we-provide-slide-img {
    /* transform: rotate(32deg); */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-provide-slide-img img {
    width: 100%;
}

.we-provide-slider .swiper-wrapper {
    margin-left: -40px;
}

.slide-dashed-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-dashed-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-slide.we-provide-slide.swiper-slide-active .slide-dashed-circle {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 25s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}

.swiper-slide.we-provide-slide.swiper-slide-active .circle-outer {
    -webkit-animation-name: rotation-revers;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation-revers;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation-revers;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation-revers;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation-revers {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
        transform:rotate(-360deg);}
}
@-moz-keyframes rotation-revers {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
        transform:rotate(-360deg);}
}
@-o-keyframes rotation-revers {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-360deg);
        -o-transform:rotate(-360deg);
        transform:rotate(-360deg);}
}
@keyframes rotation-revers {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(-360deg);
        -moz-transform:rotate(-720deg);
        -o-transform:rotate(-360deg);
        transform:rotate(-360deg);}
}

.section-pink-blur {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.section-pink-blur img {
    width: inherit;
    height: inherit;
    object-position: center;
    object-fit: contain;
}

.we-provide-button, .submit-form-button {
    display: inline-flex;
    font-size: 36px;
    background-image: url('/assets/img/button-sliced-corners.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    transition: .2s;
    cursor: pointer;
}

.we-provide-button:hover, .submit-form-button:hover {
    background-image: url('/assets/img/button-sliced-corners-hover.svg');
    transition: .2s;
}

.we-provide-button-inner, .submit-form-button-inner {
    padding: 40px 120px;
}

.we-offer-section {
    padding-top: 48px;
    padding-bottom: 48px;
    text-align: center;
}

.we-offer-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.03em;
}

.we-offer-icon {
    margin: 40px 0;
}

.we-offer-paragraph {
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: -0.02em;
}

.we-offer-slider {
    padding: 96px 0;
}

.we-offer-slide-inner {
    position: relative;
}

.slide-border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide-border img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: contain;
}

.slide-bg {
    position: relative;
    width: 100%;
    height: 100%;
}


.slide-bg img {
    width: 100%;
    height: 100%;
}

.we-offer-slide-content {
    position: absolute;
    z-index: 100;
    bottom: 0;
    color: #111;
    padding: 44px 24px 28px;
    background-position: -9px 0px;
    width: calc(100% - 8px);
    box-sizing: border-box;
    left: 4px;
    bottom: 8px;
    background: unset;
}

.we-offer-slide-content-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.we-offer-slide-content-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.we-offer-logo-row {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.we-offer-slide-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 32.12px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.we-offer-slide-paragraph {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    height: 110px;
}

.we-offer-logo {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.we-offer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.we-offer-section-wrapper {
    position: relative;
}

.work-with-section, .advertisers-section {
    padding: 132px 0;
    margin-top: 132px;
    padding-top: 0;
}

.work-with-title, .advertisers-title {
    position: relative;
    max-width: 700px;
    margin: auto;
    margin-bottom: 96px;
}

.work-with-title-bg, .advertisers-title-bg, .top-section-title-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.advertisers-title-bg img, .top-section-title-bg img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.work-with-title-bg img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.work-with-title-1, .advertisers-title-1 {
    font-size: 45px;
    line-height: 54px;
    text-align: left;
    text-transform: uppercase;
}

.work-with-title-2 {
    font-size: 90px;
    font-weight: 600;
    line-height: 85px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 52px;
    padding-top: 52px;
    padding-bottom: 36px;
    background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.work-with-title-3 {
    font-size: 45px;
    line-height: 55.8px;
    text-align: right;
    text-transform: uppercase;
}

.tools-slide-inner {
    position: relative;
    /* align-items: stretch; */
    /* align-content: stretch; */
    /* display: flex; */
    /* flex-flow: row wrap; */
    /* justify-content: center; */
}

.tools-slide-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-slide-border img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.tools-slide-heading {
    border-bottom: 3px solid #42424A;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 56px 36px 56px;
    gap: 20px;
}

.tools-slide-heading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tools-slide-heading-text {
    font-size: 36px;
}

.tools-single {
    width: 33.33333%;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
}

.tools-slide-grid-inner {
    display: flex;
    flex-flow: row wrap;
}

.tools-slide-grid {
    padding: 12px;
}

.tools-single-inner {
    position: absolute;
    width: 80%;
    height: 80%;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px dashed #FFFFFF; */
    border-radius: 100%;
    background: linear-gradient(137.34deg, rgba(27, 28, 54, 0.16) 23.98%, rgba(112, 113, 122, 0.16) 65.73%);
    top: 10%;
    left: 10%;
}

.tools-slide-grid.antifraud-grid .tools-single-inner {
    padding: 28px;
}

.tools-single-img {
    width: 100%;
    height: 100%;
}

.tools-single-img img {
    width: inherit;
    height: inherit;
}

.tools-single:hover .circle-outer, .tools-single.active .circle-outer {
    -webkit-animation-name: rotation-revers;
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation-revers;
    -moz-animation-duration: 30s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation-revers;
    -o-animation-duration: 30s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation-revers;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tools-single:hover .slide-dashed-circle, .tools-single.active .slide-dashed-circle {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 25s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.tools-single .circle-outer {
    opacity: 0;
    transition: .2s;
}

.tools-single:hover .circle-outer, .tools-single.active .circle-outer {
    opacity: 1;
    transition: .5s;
    background-image: url(/assets/img/pink-blur.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide.tools-slide {
    height: 100%;
}

.tools-swiper-wrapper {
    align-items: stretch;
}

.antifraud-slide .tools-single {
    width: 50%;
}

.work-with-section-wrapper, .advertisers-section-wrapper {
    position: relative;
}

.section-pink-blur-left {
    position: absolute;
    left: -50%;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.section-pink-blur-left img {
    width: inherit;
    height: inherit;
    object-fit: contain;
}

.conditions-section {
    padding: 78px 0;
    text-align: center;
}

.conditions-section-title, .benefits-section-title {
    font-size: 68px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.03em;
    text-align: center;
}

span.pink-text {
    background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

.conditions-section-icon, .benefits-section-icon {
    margin: 66px 0 48px;
}

.conditions-section-paragraph, .benefits-section-paragraph {
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    margin-bottom: 102px;
}

.planet-bg {
    width: 100%;
    margin: auto;
}

.planet-bg img {
    width: 100%;
}

.planet-bg-section {
    padding: 80px 0 100px;
}

.benefits-section {
    text-align: center;
    position: relative;
    z-index: 2;
}

.benefits-section-wrapper {
    position: relative;
}

.section-pink-blur-top {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
}

.section-pink-blur-top img {
    width: inherit;
    height: inherit;
    object-position: top;
    object-fit: contain;
    position: relative;
    top: -25%;
}

.benefits-grid {
    position: relative;
    margin-bottom: 72px;
    padding-top: 16px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.benefits-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-grid-bg img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.benefits-grid-inner {
    display: flex;
    max-width: 100%;
}

.benefits-grid-column {
    border-right: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    width: 33.33333%;
}

.benefits-grid-inner .benefits-grid-column:last-child {
    border-right: unset;
}

.benefits-grid-column>div {
    border-bottom: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.benefits-grid-column>div:last-child {
    border-bottom: unset;
}

.text-tile {
    flex-direction: column;
    padding: 32px 56px;
    text-align: left;
}

.text-tile-title {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.text-tile-paragraph {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.logo-tile {
    padding: 40px 56px;
}

div.logo-tile {
    justify-content: center;
}

.benefits-grid-title {
    padding: 80px 52px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

div.benefits-grid-title {
    justify-content: center;
}

.container-1240 {
    max-width: 1240px;
}

.benefits-grid-title img {
    width: 14px;
    height: 14px;
    margin: 0 8px;
}

.icons-row-tile {
    display: flex;
    justify-content: space-between;
}

span.icons-block {
    display: inline-flex;
    padding: 20px;
    border-right: 2px solid #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    gap: 6px;
}

.benefits-grid-column>div span.icons-block:last-child {
    border-right: unset;
}

span.icons-block img {
    width: auto;
    height: auto;
    object-fit: none;
    display: inline-flex;
}

span.icons-block.no-gap {
    gap: 0;
}

span.icons-block-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

span.icons-block.no-gap span.icons-block-inner {
    gap: 0;
}

.icons-row-tile.big-padding span.icons-block {
    padding: 36px;
}

.icons-row-tile.big-padding span.icons-block-inner {
    gap: 22px;
}

.grids-divider {
    margin-bottom: 52px;
}

.advertisers-title-2 {
    font-size: 80px;
    font-weight: 600;
    line-height: 85px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 52px;
    padding-bottom: 36px;
}

.advertisers-section {
    margin-top: 198px;
}

.form-section-wrapper {
    text-align: center;
    position: relative;
    margin-bottom: 120px;
}

.form-section-title {
    font-size: 68px;
    font-weight: 600;
    line-height: 80px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 56px;
}

.form-section-paragraph {
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    margin-bottom: 102px;
}

.contact-form-line {
    display: flex;
    flex-direction: column;
    margin-bottom: 92px;
    position: relative;
}

.contact-form-line input {
    background: transparent;
    outline: unset;
    border: unset;
    border-bottom: 2px solid #676767;
    font-size: 48px;
    color: #fff;
    font-family: 'TT TRAVELS', sans-serif;
    padding: 12px 2px;
}

label.form-input-label {
    text-align: left;
    position: absolute;
    font-size: 48px;
    top: 0;
    transition: .2s;
    z-index: -1;
}

.contact-form-line input::placeholder {
    color: transparent;
}

.contact-form-line.active label.form-input-label {
    font-size: 24px;
    top: -32px;
    color: #a3a3a3;
    transition: .2s;
}

.form-row.form-recaptcha-message {
    margin-bottom: 72px;
    margin-top: -32px;
}

.form-row.form-recaptcha-message a {
    text-decoration: underline;
}

.form-section-bg {
    background-image: url(/assets/img/top-section-bg.jpg);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}

.footer-wrapper {
    position: relative;
}

.footer-copyright {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding: 72px;
    border-top: 1px solid #fff;
}

.footer-inner {
    padding-bottom: 72px;
}

.main-pink-blur-bottom {
    position: absolute;
    z-index: -1;
    width: 100vw;
    bottom: -16px;
}

.main-pink-blur-bottom img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.header-mobile-menu-wrapper {
    display: none;
}

.pink-top-mobile-blur {
    display: none;
}

.top-section-title-5, .top-section-title-6 {
    display: none;
}

div.mobile-tile {
    display: none;
}

.benefits-grid-bg-mobile {
    display: none;
}

.mobile-menu {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}

.tools-button-prev,
.we-offer-button-prev,
.we-provide-button-prev  {
    width: 24px;
    height: 24px;
    background-image: url(/assets/img/slider-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    cursor: pointer;
}

.tools-button-next,
.we-offer-button-next,
.we-provide-button-next {
    width: 24px;
    height: 24px;
    background-image: url('/assets/img/slider-right.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.tools-swiper-controls,
.we-offer-swiper-controls,
.we-provide-swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
    position: relative;
    left: 40px;
}

.we-provide-swiper-controls {
    margin-top: 68px;
    gap: 32px;
    left: -4px;
}

.swiper-button-disabled {
    opacity: .5;
}

@media (max-width: 1600px) {
    .header-contact-now img {
        max-width: 220px;
    }

    span.header-contact-now-text {
        font-size: 18px;
    }

    .top-section-title-2 {
        font-size: 200px;
        line-height: 200px;
    }

    .top-section-title-3 {
        font-size: 144px;
        line-height: 120px;
    }

    .top-section-title-1 {
        font-size: 44px;
        line-height: 52px;
    }

    .top-section-title-4 {
        font-size: 44px;
        line-height: 52px;
    }

    .top-section-paragraph {
        font-size: 26px;
    }

    .we-provide-title {
        font-size: 58px;
        line-height: 62px;
    }

    .we-provide-subtitle {
        font-size: 58px;
        line-height: 62px;
    }

    .we-provide-rotate-item {
        font-size: 72px;
        line-height: 80px;
    }

    .we-provide-rotate-item.active {
        font-size: 78px;
    }

    .we-provide-paragraph {
        font-size: 28px;
    }

    .we-provide-button, .submit-form-button {
        font-size: 32px;
    }

    .we-provide-button-inner, .submit-form-button-inner {
        padding: 24px 112px;
    }

    .we-offer-title {
        font-size: 72px;
        line-height: 72px;
    }

    .we-offer-paragraph {
        font-size: 32px;
        line-height: 40px;
    }

    .work-with-title-1, .advertisers-title-1 {
        font-size: 42px;
        line-height: 50px;
    }

    .work-with-title-2 {
        font-size: 84px;
        line-height: 80px;
        padding-left: 48px;
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .tools-slide-heading {
        padding: 52px 52px 32px 52px;
    }

    .tools-slide-heading-text {
        font-size: 32px;
    }

    .tools-slide-heading-icon img {
        max-width: 32px;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 64px;
        line-height: 72px;
    }

    .conditions-section-paragraph, .benefits-section-paragraph {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 92px;
    }

    .planet-bg {
        width: 85%;
    }

    .conditions-section-icon, .benefits-section-icon {
        margin: 60px 0 44px;
    }

    .text-tile {
        padding: 28px 52px;
    }

    .grids-divider img {
        max-width: 84px;
    }

    .advertisers-title-2 {font-size: 76px;line-height: 80px;padding-top: 48px;padding-bottom: 32px;}

    .form-section-title {
        font-size: 64px;
        line-height: 72px;
    }

    .form-section-paragraph {
        font-size: 32px;
        line-height: 40px;
    }

    .contact-form-line {
        margin-bottom: 84px;
    }

    .form-section.container.container-1080 {
        max-width: 960px;
    }

    label.form-input-label {
        font-size: 44px;
    }

    .contact-form-line input {
        font-size: 44px;
    }

    .footer-copyright {
        padding: 60px;
    }

    .footer-to-top img {
        max-width: 96px;
    }
}

@media (max-width: 1440px) {

    nav.header-nav, nav.footer-nav {
        gap: 28px;
    }

    .header-inner, .footer-inner {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .header-logo .header-nav-item img, .footer-logo .footer-nav-item img {
        max-width: 220px;
    }

    .header-contact-now img {
        max-width: 208px;
    }

    .top-section-title-2 {
        font-size: 180px;
        line-height: 180px;
    }

    .top-section-title-1 {
        font-size: 40px;
        line-height: 48px;
    }

    .top-section-title-3 {
        font-size: 132px;
        line-height: 112px;
    }

    .top-section-title-4 {
        font-size: 40px;
        line-height: 48px;
    }

    .top-section-paragraph {}

    .top-section {
        padding-top: 52px;
        padding-bottom: 164px;
    }

    .we-provide-section {
        padding-top: 144px;
        padding-bottom: 88px;
    }

    .we-provide-title {
        font-size: 52px;
        line-height: 56px;
    }

    .we-provide-subtitle {
        font-size: 52px;
        line-height: 56px;
    }

    .we-provide-rotate-item {
        font-size: 68px;
        line-height: 72px;
    }

    .we-provide-rotate-item.active {
        font-size: 74px;
    }

    .we-provide-slider {
        margin-top: 48px;
        margin-bottom: 76px;
    }

    .we-provide-button, .submit-form-button {
        font-size: 28px;
    }

    .we-provide-button-inner {
        padding: 20px 100px;
    }

    .we-provide-paragraph {
        margin-bottom: 100px;
    }

    .we-offer-title {
        font-size: 64px;
        line-height: 64px;
    }

    .we-offer-icon img {
        max-width: 72px;
    }

    .we-offer-icon {
        margin: 36px 0;
    }

    .we-offer-paragraph {
        font-size: 28px;
        line-height: 36px;
    }

    .we-offer-slide-title {
        font-size: 26px;
        line-height: 28px;
        padding: 0 16px;
    }

    .we-offer-slider {
        padding: 80px 0;
    }

    .work-with-section, .advertisers-section {
        margin-top: 116px;
        padding-bottom: 112px;
    }

    .work-with-title-2, .advertisers-title-2 {
        font-size: 68px;
        line-height: 72px;
        padding-left: 44px;
        padding-top: 44px;
        padding-bottom: 28px;
    }

    .work-with-title-3 {
        font-size: 38px;
        line-height: 48px;
    }

    .work-with-section {
        max-width: 960px;
    }

    .conditions-section-title {
        font-size: 60px;
        line-height: 64px;
    }

    .conditions-section-icon {
        margin: 56px 0 40px;
    }

    .conditions-section-paragraph {
        font-size: 28px;
        line-height: 40px;
        max-width: 768px;
        margin: auto;
        margin-bottom: 80px;
    }

    .planet-bg {
        width: 80%;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 60px;
        line-height: 68px;
    }

    .conditions-section-icon, .benefits-section-icon {
        margin: 56px 0 40px;
    }

    .benefits-section-icon img, .benefits-section-icon img {
        max-width: 72px;
    }

    .benefits-section-paragraph {
        font-size: 28px;
        line-height: 36px;
        max-width: 1000px;
        margin: auto;
        margin-bottom: 88px;
    }

    .text-tile-title {
        font-size: 20px;
        line-height: 24px;
    }

    .text-tile-paragraph {
        font-size: 18px;
        line-height: 22px;
    }

    .text-tile {
        padding: 26px 48px;
    }

    .benefits-grid {
        max-width: 1080px;
        margin: auto;
        margin-bottom: 72px;
    }

    .logo-image img {
        max-width: 180px;
    }



    .logo-tile {
        padding: 32px 48px;
    }

    .benefits-grid-title {
        padding: 68px 44px;
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
    }

    span.icons-block-inner img {
        object-fit: contain;
    }

    .grids-divider {
        margin-bottom: 44px;
    }

    .grids-divider img {
        max-width: 76px;
    }

    .work-with-title-1, .advertisers-title-1 {
        font-size: 38px;
        line-height: 44px;
    }

    .form-section-title {
        font-size: 60px;
        line-height: 68px;
    }

    .form-section-paragraph {
        font-size: 28px;
        line-height: 36px;
        max-width: 768px;
        margin: auto;
        margin-bottom: 92px;
    }

    .contact-form-line {
        margin-bottom: 76px;
    }

    label.form-input-label {
        font-size: 40px;
        top: 12px;
    }

    .contact-form-line.active label.form-input-label {
        font-size: 22px;
        top: -28px;
    }

    .submit-form-button-inner {
        padding: 20px 100px;
    }

    .form-section-wrapper {
        margin-bottom: 108px;
    }

    .footer-copyright {
        padding: 52px;
        font-size: 20px;
    }

}

@media (max-width: 1280px) {

    .header-inner.container-inner {
        padding-top: 50px;
        padding-bottom: 64px;
    }

    nav.header-nav, nav.footer-nav {
        gap: 20px;
    }

    a.header-nav-link, a.footer-nav-link {
        padding: 10px 6px;
        font-size: 18px;
    }

    .header-logo .header-nav-item img, .footer-logo .footer-nav-item img {
        max-width: 200px;
    }

    .header-contact-now img {
        max-width: 188px;
    }

    .container-inner {
        padding-bottom: 36px;
        padding-top: 36px;
    }

    span.header-contact-now-text {
        font-size: 16px;
    }

    .top-section-title-2 {
        font-size: 152px;
        line-height: 152px;
    }

    .top-section-title-3 {
        font-size: 120px;
        line-height: 100px;
    }

    .top-section-title-1 {
        font-size: 36px;
        line-height: 44px;
    }

    .top-section-title-4 {
        font-size: 36px;
        line-height: 44px;
    }

    .top-section-paragraph {
        font-size: 24px;
        line-height: 32px;
    }

    .top-section.container.container-1080 {
        padding-bottom: 156px;
    }

    .top-section-bg {
        max-height: 110vh;
        background-position: bottom;
        background-size: cover;
    }

    .top-section-bg img {}

    .we-provide-section {
        padding-top: 120px;
        padding-bottom: 84px;
    }

    .we-provide-title {
        font-size: 48px;
        line-height: 52px;
    }

    .we-provide-subtitle {
        font-size: 48px;
        line-height: 52px;
    }

    .we-provide-rotate-item {
        font-size: 64px;
        line-height: 68px;
    }

    .we-provide-rotate-item.active {
        font-size: 70px;
    }

    .we-provide-paragraph {
        margin-bottom: 88px;
        max-width: 1000px;
        font-size: 26px;
    }

    .we-provide-button-inner {}

    .we-provide-button {
        font-size: 24px;
    }

    .we-offer-title {
        font-size: 56px;
        line-height: 56px;
    }

    .we-offer-icon img {max-width: 64px;}

    .we-offer-paragraph {
        font-size: 26px;
        line-height: 32px;
    }

    .we-offer-slide-content {
        padding: 40px 20px 24px;
    }

    .work-with-section {
        margin-top: 92px;
        max-width: 880px;
        padding-bottom: 96px;
    }

    .work-with-title-1, .advertisers-title-1 {
        font-size: 36px;
        line-height: 40px;
    }

    .work-with-title-3 {
        font-size: 36px;
        line-height: 40px;
    }

    .work-with-title-2, .advertisers-title-2 {
        font-size: 64px;
        line-height: 68px;
        padding-left: 40px;
        padding-top: 44px;
        padding-bottom: 28px;
    }

    .tools-slide-heading-text {
        font-size: 28px;
    }

    .tools-slide-heading-icon img {
        max-width: 28px;
    }

    .tools-slide-heading {
        gap: 16px;
        padding: 48px 52px 28px 52px;
    }

    .conditions-section {
        padding: 64px 0;
    }

    .conditions-section-icon, .benefits-section-icon {
        margin: 52px 0 36px;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 56px;
        line-height: 64px;
    }

    .conditions-section-paragraph {
        font-size: 24px;
        line-height: 32px;
        max-width: 640px;
        margin-bottom: 72px;
    }

    .planet-bg-section {
        padding: 52px 0 72px;
    }

    .benefits-section-icon img, .benefits-section-icon img {
        max-width: 64px;
    }

    .benefits-section-paragraph {
        font-size: 24px;
        line-height: 32px;
        max-width: 768px;
        margin-bottom: 72px;
    }

    .benefits-grid {
        max-width: 960px;
        padding-top: 14px;
        padding-bottom: 1px;
    }

    .logo-tile {
        padding: 32px 32px;
    }

    .benefits-grid-title {
        padding: 68px 36px;
    }

    .text-tile {
        padding: 26px 32px;
    }

    span.icons-block {
        padding: 16px;
    }

    .icons-row-tile.big-padding span.icons-block {
        padding: 20px;
    }

    span.icons-block-inner img {
        max-width: 36px;
    }

    .benefits-grid-title {
        padding: 60px 32px;
    }

    .we-provide-slider {
        padding: 36px 32px;
        margin-bottom: 64px;
    }

    .work-with-section, .advertisers-section {
        padding-bottom: 64px;
    }

    .form-section-title {
        font-size: 56px;
        line-height: 64px;
    }

    .form-section-paragraph {
        font-size: 24px;
        line-height: 32px;
        max-width: 768px;
        margin-bottom: 72px;
    }

    .form-wrapper {
        max-width: 680px;
        margin: auto;
    }

    label.form-input-label {
        font-size: 32px;
        top: 24px;
    }

    .contact-form-line {
        margin-bottom: 64px;
    }

    .contact-form-line input {
        font-size: 40px;
        padding: 10px 2px;
    }

    .contact-form-line.active label.form-input-label {
        top: -24px;
    }

    .submit-form-button-inner {}

    .submit-form-button {
        font-size: 24px;
    }

    .footer-to-top img {
        max-width: 64px;
    }

    .footer-copyright {
        padding: 40px;
        font-size: 18px;
    }

    .we-provide-swiper-controls {
        margin-top: 44px;
        gap: 16px;
        left: -4px;
    }

}

@media (max-width: 1080px) {

    .container-inner {
        padding: 0 24px;
    }

    .header-logo .header-nav-item img, .footer-logo .footer-nav-item img {
        max-width: 172px;
    }

    .header-contact-now img {
        max-width: 160px;
    }

    span.header-contact-now-text {
        font-size: 14px;
    }

    a.header-nav-link, a.footer-nav-link {
        padding: 8px 4px;
        font-size: 16px;
    }

    .top-section-title-1 {
        font-size: 32px;
        line-height: 40px;
    }

    .top-section-title-2 {
        font-size: 120px;
        line-height: 120px;
    }

    .top-section-title-3 {
        font-size: 96px;
        line-height: 88px;
    }

    .top-section-title-4 {
        font-size: 32px;
        line-height: 40px;
    }

    .top-section-paragraph {
        font-size: 21px;
        line-height: 28px;
        text-align: left;
    }

    .we-provide-section {
        padding-top: 96px;
        padding-bottom: 72px;
    }

    .we-provide-title {
        font-size: 44px;
        line-height: 48px;
    }

    .we-provide-subtitle {
        font-size: 44px;
        line-height: 48px;
    }

    .we-provide-rotate-item {
        font-size: 56px;
        line-height: 60px;
    }

    .we-provide-rotate-item.active {
        font-size: 64px;
    }

    .we-provide-slider {
        max-width: 768px;
        margin: auto;
        margin-bottom: 64px;
        margin-top: 48px;
    }

    .we-provide-paragraph {
        margin-bottom: 64px;
        max-width: 768px;
        font-size: 22px;
    }

    .we-offer-title {
        font-size: 48px;
        line-height: 48px;
    }

    .we-offer-icon {
        margin: 28px 0;
    }

    .we-offer-icon img {
        max-width: 56px;
    }

    .we-offer-slide-paragraph {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        height: 88px;
    }

    .we-offer-slider {
        max-width: 768px;
        margin: auto;
    }

    .we-offer-slide-title {
        font-size: 20px;
        line-height: 22px;
        padding: 0 16px;
    }

    .we-offer-slide-content {
        padding: 36px 20px 20px;
    }

    .we-offer-logo {
        width: 56px;
        height: 56px;
    }

    .work-with-section {
        margin-top: 60px;
        max-width: 768px;
    }

    .work-with-title-1, .advertisers-title-1 {
        font-size: 32px;
        line-height: 36px;
    }

    .work-with-title-2, .advertisers-title-2 {
        font-size: 56px;
        line-height: 60px;
        padding-left: 36px;
        padding-top: 32px;
        padding-bottom: 20px;
    }

    .work-with-title-3 {
        font-size: 32px;
        line-height: 36px;
    }

    .work-with-title, .advertisers-title {
        max-width: 600px;
    }

    .tools-slide-heading-text {
        font-size: 24px;
    }

    .tools-slide-heading {
        gap: 16px;
        padding: 40px 40px 20px 40px;
    }

    .tools-slide-heading-icon img {
        max-width: 24px;
    }



    .tools-slide-grid {
        padding: 8px;
    }

    .work-with-section, .advertisers-section {
        padding-bottom: 48px;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 48px;
        line-height: 56px;
    }

    .conditions-section-icon, .benefits-section-icon {
        margin: 44px 0 28px;
    }

    .conditions-section-icon img {
        max-width: 48px;
    }

    .conditions-section-paragraph {
        font-size: 20px;
        line-height: 28px;
        max-width: 554px;
        margin-bottom: 58px;
    }

    .we-provide-button {
        font-size: 20px;
    }

    .we-provide-button-inner {
        padding: 16px 80px;
    }

    .planet-bg-section {
        padding: 32px 0 56px;
    }

    .benefits-section-icon img, .benefits-section-icon img {
        max-width: 56px;
    }

    .benefits-section-paragraph {
        font-size: 20px;
        line-height: 28px;
        max-width: 640px;
        margin-bottom: 64px;
    }

    .benefits-grid {
        max-width: 768px;
        margin-bottom: 44px;
    }

    .text-tile {
        padding: 16px 20px;
    }

    .text-tile-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .text-tile-paragraph {
        font-size: 16px;
        line-height: 20px;
    }

    .logo-tile {
        padding: 16px 20px;
    }

    .logo-image img {
        max-width: 156px;
    }

    .benefits-grid-title {
        padding: 68px 20px;
        font-size: 22px;
        line-height: 28px;
    }

    span.icons-block-inner img {
        max-width: 22px;
    }

    span.icons-block-inner {
        gap: 4px;
    }

    .icons-row-tile.big-padding span.icons-block-inner {
        gap: 16px;
    }

    .grids-divider {
        margin-bottom: 28px;
    }

    .grids-divider img {
        max-width: 60px;
    }

    .form-section-title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 36px;
    }

    .form-section-paragraph {
        font-size: 20px;
        line-height: 28px;
        max-width: 640px;
        margin-bottom: 56px;
    }

    .form-wrapper {
        max-width: 640px;
    }

    .contact-form-line {
        margin-bottom: 44px;
    }

    label.form-input-label {
        font-size: 28px;
        top: 4px;
    }

    .contact-form-line input {
        font-size: 28px;
        padding: 4px 2px;
    }

    .contact-form-line.active label.form-input-label {
        top: -18px;
        font-size: 16px;
        left: 2px;
    }

    .form-row.form-recaptcha-message {
        margin-top: -14px;
        margin-bottom: 56px;
    }

    .form-row.form-recaptcha-message p {
        font-size: 14px;
        padding: 0 56px;
        line-height: 20px;
    }

    .submit-form-button-inner {
        padding: 16px 80px;
        font-size: 20px;
    }

    .footer-to-top img {
        max-width: 44px;
    }

    .footer-inner {
        padding-bottom: 20px;
    }

    .footer-copyright {
        padding: 24px;
        font-size: 16px;
    }

}

@media (max-width: 980px) {
    nav.header-nav, nav.footer-nav {
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .header-mobile-menu {
        display: block;
        width: 26px;
        height: 2px;
        background: #fff;
        position: relative;
        cursor: pointer;
    }
    header nav.header-nav {
        display: none;
    }

    header .header-contact-now {
        display: none;
    }

    .header-mobile-menu:before, .header-mobile-menu:after {
        content: ' ';
        position: absolute;
        width: 100%;
        right: 0;
        top: -7px;
        height: 2px;
        background: #fff;
    }

    .header-mobile-menu:before {
        width: 17px;
    }

    .header-mobile-menu:after {
        top: unset;
        bottom: -7px;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: var(--dark-bg);
        z-index: 10000000;
        background-image: url(/assets/img/top-section-bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        transition: .3s;
    }

    .mobile-menu.opened {
        left: 0;
        transition: .3s;
    }

    .mobile-menu-inner {
        padding: 48px 32px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        box-sizing: border-box;
        position: relative;
    }

    .mobile-menu nav.header-nav {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        gap: 16px;
    }

    .mobile-menu a.header-nav-link {
        font-size: 32px;
    }

    .mobile-menu a.header-nav-link:hover {
        background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text;
        color: rgba(0, 0, 0, 0);
    }

    .mobile-menu-close {
        display: block;
        position: absolute;
        right: 32px;
        top: 48px;
        width: 24px;
        height: 2px;
        /* background: #fff; */
        padding: 12px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .mobile-menu-close:before, .mobile-menu-close:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: rotate(45deg);
        left: 0;
    }

    .mobile-menu-close:after {
        transform: rotate(-45deg);
    }

    .header-mobile-menu-wrapper {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

}

@media (max-width: 768px) {

    .header-inner.container-inner {
        padding-top: 32px;
    }

    .top-section-bg {
        background-image: url(/assets/img/mobile-top-bg-ww.jpg);
        background-size: contain;
        background-position: top;
    }

    .pink-top-mobile-blur {
        display: block;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top;
        z-index: -1;
    }

    .pink-top-mobile-blur img {
        width: 100%;
    }

    .top-section {
        padding-top: 35vh;
        background: linear-gradient(180deg, rgba(17, 17, 27, 0) 0%, #11111B 100%);
        padding-bottom: 88px;
    }

    .top-section-title-bg {
        display: none;
    }

    .top-section-title-1 {
        display: none;
    }

    .top-section-title-2 {
        text-align: right;
        font-size: 80px;
        line-height: 80px;
        display: inline-block;
    }

    .top-section-title-3 {
        text-align: right;
        font-size: 80px;
        line-height: 80px;
    }

    .top-section-title-4 {
        display: none;
    }

    .top-section-title-2:before {
        content: ' ';
        position: absolute;
        background-image: url(/assets/img/desco-title-stars.svg);
        display: block;
        width: 85px;
        height: 32px;
        background-repeat: no-repeat;
        left: -100px;
        top: 50%;
        transform: translateY(-50%);
    }

    .top-section-title {
        text-align: right;
        padding: 0 24px;
    }

    .top-section-paragraph {
        text-align: right;
        font-size: 18px;
        line-height: 24px;
        padding: 0 24px;
    }

    .top-section-divider, .we-offer-section-divider {
        display: none;
    }

    .top-section-paragraph:before, .top-section-paragraph:after {
        content: ' ';
        position: absolute;
        width: 100%;
        background-image: url('/assets/img/top-section-paragraph-divider.svg');
        display: block;
        height: 80px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: -66%;
    }

    .top-section .container-inner {
        padding: 0;
    }

    .top-section-paragraph:after {
        top: unset;
        bottom: -66%;
    }

    .top-section.container.container-1080 {
        padding-bottom: 72px;
    }

    .top-section-title-5 {
        display: block;
        font-size: 24px;
        line-height: 48px;
        letter-spacing: -0.02em;
        text-align: right;
    }

    .top-section-title-6 {
        display: block;
        font-size: 24px;
        font-weight: 700;
        line-height: 29.14px;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        background: linear-gradient(257.98deg, #6B2DF0 -3.16%, #D09BF9 67.31%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: rgba(0, 0, 0, 0);
        background-clip: text;
        color: rgba(0, 0, 0, 0);
        position: relative;
    }

    .top-section-title-6:before {
        content: ' ';
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        background-image: url('/assets/img/top-section-mobile-star.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
        bottom: 0;
    }

    .we-provide-section.container {
        padding-top: 54px;
        padding-bottom: 56px;
    }

    .we-provide-title {font-size: 36px;line-height: 36px;margin-bottom: 16px;}

    .we-provide-title-block {
        text-align: left;
    }

    .we-provide-subtitle {
        font-size: 36px;
        line-height: 36px;
        margin-top: 12px;
    }

    .we-provide-rotate-item {
        font-size: 44px;
        line-height: 48px;
    }

    .we-provide-rotate-item.active {
        font-size: 52px;
    }

    .we-provide-slider {
        margin-bottom: 52px;
        margin-top: 44px;
    }

    .we-provide-paragraph {
        margin-bottom: 52px;
        font-size: 20px;
        max-width: 600px;
    }

    .we-provide-button-inner {
        padding: 14px 72px;
    }

    .we-provide-button {
        font-size: 16px;
    }

    .we-offer-title {
        font-size: 40px;
        line-height: 40px;
    }

    .we-offer-icon {
        margin: 20px 0;
    }

    .we-offer-icon img {
        max-width: 48px;
    }

    .we-offer-paragraph {
        font-size: 20px;
        line-height: 24px;
    }

    .we-offer-slide-content {
        padding: 64px 20px 48px;
    }

    .we-offer-slide-title {
        font-size: 20px;
        line-height: 24px;
        padding: 0px 52px;
    }

    .we-offer-slide-paragraph {
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        height: 88px;
    }

    .we-offer-logo {
        width: 64px;
        height: 64px;
    }

    .we-offer-slider {
        padding: 64px 0;
    }

    .we-offer-section {
        padding-bottom: 0px;
    }

    .work-with-section {
        margin-top: 52px;
    }

    .work-with-title-1, .advertisers-title-1 {
        font-size: 28px;
        line-height: 32px;
    }

    .work-with-title-3 {
        font-size: 28px;
        line-height: 32px;
    }

    .work-with-title-2, .advertisers-title-2 {
        font-size: 48px;
        line-height: 52px;
        padding-left: 32px;
        padding-top: 32px;
        padding-bottom: 4px;
    }

    .conditions-section {
        padding: 44px 0;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 40px;
        line-height: 48px;
    }

    .conditions-section-icon, .benefits-section-icon {
        margin: 28px 0 20px;
    }

    .conditions-section-icon img {
        max-width: 44px;
    }

    .conditions-section-paragraph {
        font-size: 18px;
        line-height: 24px;
        max-width: 500px;
        margin-bottom: 52px;
    }

    .benefits-section-icon img, .benefits-section-icon img {
        max-width: 48px;
    }

    .benefits-grid {
        max-width: 410px;
    }

    .benefits-grid-inner {
        flex-direction: column;
    }

    .benefits-grid-column {
        width: 100%;
        border-right: unset;
    }

    .icons-row-tile.top-icons-tile {
        display: none;
    }

    div.mobile-tile {
        display: flex;
    }

    div.mobile-tile span.icons-block {
        min-height: 64px;
    }

    .benefits-grid-title {
        padding: 67px 20px;
        font-size: 28px;
        line-height: 28px;
    }

    .benefits-grid-bg {
        display: none;
    }

    .benefits-grid-bg-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: flex;
        align-items: center;
    }

    .benefits-grid-bg-mobile img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    div.logo-tile {
        display: none;
    }

    .benefits-grid-inner .benefits-grid-column:not(:last-child)>div:last-child {
        border-bottom: 2px solid #fff;
    }

    .icons-row-tile.big-padding:not(.mobile-tile) {
        display: none;
    }

    .text-tile-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 19px;
        font-weight: 400;
    }

    .text-tile-paragraph {
        font-size: 18px;
        line-height: 21px;
    }

    .text-tile {
        padding: 26px 20px;
    }


}

@media (max-width: 700px) {
    .we-offer-slider, .tools-slider {
        max-width: 390px;
        padding: 64px 80px 32px 0;
    }
}

@media (max-width: 600px) {
    .top-section-title-2 {
        font-size: 48px;
        line-height: 73px;
    }

    .top-section-title-3 {
        font-size: 48px;
        line-height: 48px;
    }

    .top-section-title-5 {
        line-height: 36px;
    }

    .top-section-paragraph {
    }

    .top-section-paragraph:before {
        top: -50%;
    }

    .top-section-paragraph:after {
        bottom: -50%;
    }

    .top-section-title-6:before {
        width: 44px;
        height: 44px;
    }

    .we-provide-section.container {
        padding-top: 24px;
        padding-bottom: 44px;
    }

    .we-provide-title {
        font-size: 40px;
        line-height: 40px;
    }

    .we-provide-subtitle {
        font-size: 44px;
        line-height: 48px;
    }

    .we-provide-rotate-item.active {
        font-size: 40px;
    }

    .we-provide-rotate-item {
        font-size: 38px;
        line-height: 40px;
    }

    .container-inner {
        padding: 0 20px;
    }

    .we-offer-title {
        font-size: 32px;
        line-height: 36px;
    }

    .we-offer-slide-content {
        padding: 52px 16px 32px;
    }

    .we-offer-slide-title {
        padding: 0px 16px;
    }

    .work-with-title-1 {
        font-size: 24px;
        line-height: 28px;
    }

    .work-with-title-3 {
        font-size: 24px;
        line-height: 28px;
    }

    .work-with-title-2, .advertisers-title-2 {
        font-size: 40px;
        line-height: 44px;
        padding-left: 20px;
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .work-with-title {
        margin-bottom: 24px;
    }

    .tools-slide-heading {}

    .tools-slide-heading-text {
        font-size: 20px;
    }

    .conditions-section-title, .benefits-section-title {
        font-size: 32px;
        line-height: 36px;
    }

    .benefits-section-title {
        padding: 0 16px;
    }

    .advertisers-title {
        margin-bottom: 64px;
        padding: 0 20px;
    }

    .form-section-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 36px;
    }

    .we-provide-slider {
        margin-bottom: 32px;
        margin-top: 32px;
        padding: 36px 100px 36px 112px;
    }

    .form-section-bg {
        background-position: top;
        background-size: cover;
    }

    .footer-inner.container-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    nav.footer-nav {
        flex-flow: row wrap;
        gap: 0;
        padding: 24px 0;
    }

    a.footer-nav-link {
        display: inline-flex;
        width: 50%;
        box-sizing: border-box;
        padding: 8px 0;
    }

    .footer-to-top {
        display: none;
    }

    .main-pink-blur-bottom {
        bottom: -2%;
        width: 150vw;
        left: -25vw;
    }

    .swiper-slide.we-provide-slide.swiper-slide-active {
        margin: 0 32px 0 32px !important;
    }

    .we-provide-section .container-inner {
        padding: 0;
    }

    .we-provide-title-block {
        padding: 0 20px;
    }

    .we-provide-paragraph {
        padding: 0 20px;
    }

    .advertisers-section .container-inner {
        padding-left: 0px;
        padding-right: 0px;
    }


}

@media (max-width: 500px) {

}
