/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: "Aptos";
    font-weight: 400;
    src: local("Aptos"),
    url("../fonts/Aptos.eot") format("opentype"),
    url("../fonts/Aptos.ttf") format("ttf"),
    url("../fonts/Aptos.woff") format("woff"),
    url("../fonts/Aptos.woff2") format("woff2");
}

@font-face {
    font-family: "Aptos";
    font-weight: 700;
    src: local("Aptos"),
    url("../fonts/Aptos-Bold.eot") format("opentype"),
    url("../fonts/Aptos-Bold.ttf") format("ttf"),
    url("../fonts/Aptos-Bold.woff") format("woff"),
    url("../fonts/Aptos-Bold.woff2") format("woff2");
}


* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Aptos";
}

.terms__header .header__container{
    padding: 35px 15px 35px;
}

.terms__header .header__top {
    padding-bottom: 0;
}

.terms__header {
    background: url(../images/header_bg.webp) no-repeat 0 0 / 100%;
}

.header__content h1 {
    color: #FFF;
    text-align: center;
    font-family: Aptos;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 72.2px */
    text-transform: uppercase;
}

@media (max-width: 3500px) {
    /* header {
        background: url("../images/headerBg.webp") no-repeat center center/ 120%;
        background-size: cover; 
    } */

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 237px;
        margin: 0 auto;
    }

    .header__content h1{
        font-size:74px;
    }
}
@media (max-width: 3200px) {
    /* header {
        background: url("../images/headerBg.webp") no-repeat center center/ 120%;
        background-size: cover; 
    } */
    .header__content h1{
        font-size:60px;
    }
}

@media (max-width: 3000px) {
    /* header {
        background: url("../images/headerBg.webp") no-repeat center center/ 119%;
        background-size: cover; 
    } */
    .header__content h1{
        font-size:60px;
    }
}
@media (max-width: 1950px) {
    /* header {
        background: url("../images/headerBg.webp") no-repeat 0 0 / 100%;
        background-size: cover; 
    } */

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 237px;
        margin: 0 auto;
    }

    .header__content h1 {
        color: #FFF;
        text-align: center;
        font-family: Aptos;
        font-size: 76px;
        font-style: normal;
        font-weight: 400;
        line-height: 95%; /* 72.2px */
        text-transform: uppercase;
    }
}

.page-default {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-default main {
    flex-grow: 1;
}

.main__header{
    height: 60vh;
}

/* .page-default header {
    background: url("../images/headerBg.webp") no-repeat 0 0 / 100%;
    background-size: cover; 
} */

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  object-fit: cover;
  z-index: -1;
}

.header__container {
  position: relative;
  z-index: 2;
}

.page-default header {
  background: none;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 84px;
}

.header__nav {
    display: flex;
}

.header__nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    margin-left: 44px;
}

.header__nav a.active {
    color: #008AE6;
}

.header__content {
    max-width: 1219px;
    margin: 0 auto;
}

.what-is-container {
    max-width: 1215px;
    padding: 60px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.what-is-right {
    background: url("../images/text-card-1.png") no-repeat 0 0 / 100%;
    padding: 31px 45px;
    max-width: 580px;
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
    position: relative;
    border-radius: 20px;
    height: 292px;
}

.what-is-right a {
    color: #2525D6;
    text-decoration: none;
}

.what-is-left {
    background: url("../images/what-is-omg.png") no-repeat 0 0 / 100%;
    padding: 21px 36px 36px 36px;
    border-radius: 20px;
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-is-left img {
    width: 100%;
    display: block;
    max-width: 215px;
}

.what-is-container h2 {
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 62.7px */
    text-transform: uppercase;
    background: linear-gradient(185deg, #FFF 10.37%, rgba(255, 255, 255, 0.00) 89.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 274px;
}


.verticals-container {
    max-width: 1215px;
    padding: 85px 15px 41px;
    margin: 0 auto;
}

.verticals-container h2 {
    text-align: center;
    font-family: Aptos;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 32px;
}

.our-assets-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;

}

.our-assets-block {
    background: url("../images/assets-1.png") no-repeat 0 0, url("../images/assets-2.png") no-repeat 100% 100%,
    url("../images/assets-media.webp") no-repeat 0 0 / 100%,
    radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    padding: 51px 20px;
    border-radius: 30px;
}

.our-assets-block h4 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 58.8px */
    padding-bottom: 8px;
}

.our-assets-block p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    padding-bottom: 39px;
    max-width: 840px;
    margin: 0 auto;
}

.our-assets-block .btn-wrapper {
    display: flex;
    justify-content: center;
}

.our-assets-block .btn {
    text-decoration: none;
    border-radius: 16px;
    background: #FFF;
    color: #202020;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    width: 223px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
}


.our-assets-block .btn:hover {
    background: transparent;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.2);
    color: #fff;
}

/*.our-assets-block .btn::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -11px;*/
/*    right: -11px;*/
/*    bottom: -11px;*/
/*    left: -11px;*/
/*    display: block;*/
/*    background: rgba(255, 255, 255, 0.2);*/
/*    background-clip: padding-box;*/
/*    z-index: 0;*/
/*    border-radius: 16px;*/
/*}*/

.our-assets-block-list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.our-assets-block-item {
    width: 32%;
    background: url("../images/item.svg") no-repeat 0 0  / 100%;
    border-radius: 16px;
    padding: 48px 24px 24px;
    height: 292px;
}

.our-assets-block-item:nth-of-type(1) {
    background: url("../images/in-house.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item:nth-of-type(2) {
    background: url("../images/owned-and-operated.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item:nth-of-type(3) {
    background: url("../images/external.png") no-repeat 98% 10px / 26%, url("../images/item.svg") no-repeat 0 0  / 100%;
}

.our-assets-block-item h3 {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
}

.our-assets-block-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.owned {
    background: url("../images/owned-pattern.png") no-repeat 0 100%, url("../images/i-mac.webp") no-repeat 100% 100%, url("../images/owned-bg.webp") no-repeat 0 0 / cover;
}

.owned-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 74px 15px;
}

.owned-container h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 91.2px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 96.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 600px;
    padding-bottom: 41px;
}

.owned-container p {
    max-width: 450px;
    padding-bottom: 40px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
}

footer {
    background: #191919;
}

.footer-container {
    max-width: 1545px;
    padding: 35px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.rights {
    color: #BEBEBE;
    padding-top: 11px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}

.footer-nav {
    display: flex;
}

.footer-nav a {
    color: #FFF;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 1px;
    margin-left: 44px;
}

.footer-social {
    display: flex;
}

.footer-social a {
    text-decoration: none;
    display: flex;
    margin-left: 20px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 36px;
}

.footer-nav-privacy {
    display: flex;
    padding-left: 40px;
}

.footer-nav-privacy a {
    color: #BEBEBE;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-left: 46px;
}

.page-default .header__container {
    padding: 35px 15px 35px;
}

.page-default .header__top {
    padding-bottom: 0;
}

.contact__us__container {
    max-width: 1230px;
    padding: 47px 15px 107px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.contact__us__left h2 {
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 32px;
}

.contact__us__left {
    max-width: 500px;
}

.contact__us__right {
    max-width: 663px;
}

.contact__us__right img {
    width: 100%;
    display: block;
}

.form-group input {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    padding: 6px 12px;
    width: 100%;
    height: 40px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    color: #202020;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    display: block;
    margin-bottom: 4px;
}

.form-group label span {
    color: #D63928;
    margin-left: 4px;
}

.form-group textarea {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    height: 74px;
    resize: none;
    padding: 4px 12px;
    width: 100%;
    margin-bottom: 32px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

::-moz-placeholder { /* Firefox 19+ */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

:-ms-input-placeholder { /* IE 10+ */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

:-moz-placeholder { /* Firefox 18- */
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.form-wrapper .btn {
    border-radius: 16px;
    padding: 11px;
    background: #0075E9;
    width: 248px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
    text-transform: uppercase;
    position: relative;
    border: none;
    cursor: pointer;
}

.form-wrapper .btn:hover {
    background: #0061AD;
}

.form-wrapper .btn::before {
    content: '';
    position: absolute;
    top: -11px;
    right: -11px;
    bottom: -11px;
    left: -11px;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 129, 255, 0.2) 50%);
    background-clip: padding-box;
    z-index: -1;
    border-radius: 16px;
}

.form-group .error {
    color: red;
    display: block;
    font-size: 14px;
    margin: 5px 0;
}

.page-publishers {
    background: url("../images/pattern-publishers.png");
}

.publishers-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;
}

.publishers-banner {
    border-radius: 30px;
    overflow: hidden;
    padding-top: 75px;
    padding-left: 42px;
    padding-bottom: 40px;
    background: url("../images/conveer.webp") no-repeat 0 0 / 100%;
}

.publishers-banner h2 {
    background: linear-gradient(180deg, #FFF 0%, rgba(0, 11, 28, 0.00) 111.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.publishers-banner p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 42px */
}

.competitive-container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 47px 15px;
}

.competitive-container h2 {
    color: #202020;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 52.5px */
}

.competitive-heading {
    display: flex;
    align-items: center;
}

.competitive-heading img {
    flex-shrink: 0;
    margin-right: 10px;
}

.competitive-heading h4 {
    color: #202020;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
}

.competitive-list {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}

.competitive-item p {
    color: #202020;
    padding-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.competitive-item {
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #C2D4DF;
    background: #FFF;
    max-width: 380px;
    margin-bottom: 30px;
}

.competitive-list:nth-of-type(1) .competitive-item:nth-of-type(2n) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.competitive-list:nth-of-type(2) .competitive-item:nth-of-type(1),
.competitive-list:nth-of-type(2) .competitive-item:nth-of-type(3) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.competitive-list:nth-of-type(3) .competitive-item:nth-of-type(2n) {
    border-radius: 29px;
    background: #FFF;
    box-shadow: 0 24px 54px 0 rgba(3, 93, 165, 0.26);
}

.products-and-services {

}

.products-and-services-container {
    max-width: 1215px;
    padding: 52px 15px;
    margin: 0 auto;
}

.products-and-services-container:nth-of-type(2) h2 {
    text-align: left;
}

.products-and-services-container h2 {
    text-align: center;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 43px;
}

.benefits {
    background: url(../images/pattern.png), url("../images/benefits-bg.webp") no-repeat 0 0 / cover;
}

.benefits-container {
    max-width: 1215px;
    padding: 74px 15px 81px;
    margin: 0 auto;
}

.benefits-container h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%; /* 91.2px */
    text-transform: uppercase;
    background: linear-gradient(178deg, #FFF 1.41%, rgba(255, 255, 255, 0.00) 83.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.benefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 27px;
}

.benefits-item h4 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    padding-bottom: 10px;
}

.benefits-item p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.benefits-item:nth-of-type(1),
.benefits-item:nth-of-type(2),
.benefits-item:nth-of-type(3) {
    width: 32%;
    padding: 27px 26px 0 19px;
    margin-bottom: 26px;
}

.benefits-item:nth-of-type(1) {
    border-radius: 30px;
    background: url("../images/benefits-icon-1.png") no-repeat center 100% / 64%, #D6EBFF;
    min-height: 368px;
}

.benefits-item:nth-of-type(2) {
    border-radius: 30px;
    background: url("../images/benefits-icon-2.png") no-repeat 100% 100%, linear-gradient(180deg, #5DABEA 0%, #093867 100%);
}

.benefits-item:nth-of-type(3) {
    border-radius: 30px;
    background: url("../images/benefits-icon-3.png") no-repeat 100% 100%, linear-gradient(244deg, #0A54CD 1.43%, #ADC5E7 63.37%, #AFC8E7 83.71%);
}

.benefits-item:nth-of-type(4),
.benefits-item:nth-of-type(5) {
    width: 49%;
    padding: 56px 38px;
}

.benefits-item:nth-of-type(4) {

}

.benefits-item:nth-of-type(1) h4 {
    color: #202020;
}

.benefits-item:nth-of-type(1) p {
    color: #202020;
}

.benefits-item:nth-of-type(2) h4 {
    background: linear-gradient(180deg, #FFF 22.62%, #D4D1D1 145.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefits-item:nth-of-type(2) p {
    color: #fff;
}

.benefits-item:nth-of-type(3) h4 {
    background: linear-gradient(180deg, #FFF 22.62%, #D4D1D1 145.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.benefits-item:nth-of-type(3) p {
    color: #fff;
}

.benefits-item:nth-of-type(4) {
    border-radius: 30px;
    background: url("../images/benefits-icon-4.png") no-repeat 99% center, #013A71;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits-item:nth-of-type(4) > div {
    max-width: 305px;
}

.benefits-item:nth-of-type(5) {
    border-radius: 30px;
    background: url(../images/benefits-icon-5.png) no-repeat 100% center, #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.benefits-item:nth-of-type(5) > div {
    max-width: 333px;
}

.benefits-item:nth-of-type(4) h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
}

.benefits-item:nth-of-type(4) p {
    color: #FFF;
}

.benefits-item:nth-of-type(5) h4 {
    color: #202020;
}

.benefits-item:nth-of-type(5) p {
    color: #202020;
}

.traffic-channels-list {
    display: flex;
    justify-content: space-between;
    margin-top: -280px;
}

.traffic-channels-item {
    border-radius: 38px;
    background: linear-gradient(180deg, #005FAB 0%, #10A2F1 100%);
    padding: 18px 11px;
    max-width: 217px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.traffic-channels-item img {
    width: 139px;
    display: block;
}

.traffic-channels-item h4 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 18.9px */
    padding-bottom: 5px;
}

.traffic-channels-item p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    padding-bottom: 30px;
}

.channels-banner {
    background: url("../images/chanels-banner.webp");
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 40px;
    min-height: 407px;
    max-width: 1134px;
    margin: 0 auto;
}

.channels-banner h3 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%; /* 58.8px */
}

.cpa-list {
    display: flex;
    align-items: center;
}

.cpa-list:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.cpa-heading {
    max-width: 326px;
}

.cpa-heading h4 {
    color: #202020;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.cpa-heading h4 span {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    display: block;
}

.cpa-heading p {
    color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    padding-top: 9px;
    letter-spacing: 1px;
}

.cpa-item img {
    width: 70px;
    display: block;
}

.cpa-list:nth-of-type(1) .cpa-item.uncapped {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-1.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(1) .cpa-item.precision {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-2.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(1) .cpa-item.custom {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-3.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}


.cpa-list:nth-of-type(2) .cpa-item.sales {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-4.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 32px 0 0px;
}

.cpa-list:nth-of-type(2) .cpa-item.guaranteed {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-5.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 30px 0 0px;
}

.cpa-list:nth-of-type(2) .cpa-item.comprehensive {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-6.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 14px 0 0px;
}


.cpa-list:nth-of-type(3) .cpa-item.call {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-7.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(3) .cpa-item.live-call {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-8.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}

.cpa-list:nth-of-type(3) .cpa-item.goal-bassed {
    max-width: 289px;
    width: 100%;
    background: url("../images/cpa-9.png") no-repeat 0 0 / 100%;
    min-height: 288px;
    padding: 16px 0 0 54px;
}


.cpa-item h5 {
    color: #202020;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
}

.cpa-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.verticals-list {
    display: flex;
    justify-content: space-between;
    gap: 19px;
}

.verticals-list-left{
    display: flex;
    gap: 19px;
    align-items: center;
}

.verticals-list-right{
    display: flex;
    gap: 19px;
    align-items: center;
    flex-direction: column;
}

.verticals-item {
    max-width: 578px;
    border-radius: 30px;
}



.verticals-list-left {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 448px;
  gap: 19px;
  justify-content: start;
  overflow-x: auto;
  padding-bottom: 10px;
}


.verticals-item {
  perspective: 1000px;
  width: 100%;
  max-width: 578px;
  min-height: 364px;
  border-radius: 30px;
  position: relative;
}

.verticals-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 30px;
}

.verticals-item:hover .verticals-item-inner {
  transform: rotateY(180deg);
}

.verticals-item-front,
.verticals-item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 364px;
}

.verticals-item-front {
  color: #fff;
  background-size: contain, auto;
  padding: 23px 32px;
}

.verticals-item-life-insurance{
    background: url("../images/insurance.png") no-repeat center bottom,
              linear-gradient(258deg, #040D19 21.38%, #0C7CDE 100.39%);
    display: flex;
    justify-content: flex-start;
}

.verticals-item-back {
  color: #fff;
  transform: rotateY(180deg);
  padding: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #FFF;
  background: #44819A;
}

.verticals-item-back-health-insurance{
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #062B4F;
}

.back__wrapper{
    display: flex;
    gap: 18px;
}

.back__list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: start;
}

.back__list__item{
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: Aptos;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.back__list__item img{
    width: 70px;
    height: 70px;
}


.verticals-item-book {
    border-radius: 30px;
    background: url("../images/financial.png") no-repeat 100% 100%, linear-gradient(180deg, #568FE5 0%, #30427F 100%);;
    background-size: 170px, 180px;
    background-position: center bottom, center;
    display: flex;
    color: #fff;
    padding: 15px 62px;
    min-height: 175px;
    min-width: 250px;
}

.verticals-item-auto {
    color: #fff;
    padding: 15px 62px;
    min-height: 175px;
    min-width: 250px;
    background: url("../images/legal.png") no-repeat 0 0, linear-gradient(180deg, #C6D2FF 0%, #6A84DD 100%);
    background-position: center bottom, center;
    background-size: 148px, 153px;
}

.verticals-item-health-insurance {
    color: #fff;
    border-radius: 30px;
    background: url("../images/home.png") no-repeat 0 100%, linear-gradient(258deg, #040D19 21.38%, #0C7CDE 100.39%);
    background-size: contain, auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    min-height: 364px;
    min-width: 448px;
}

.verticals-item-health-insurance p {
    padding-left: 15px;
}

.verticals-item h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    padding-bottom: 10px;
}

.verticals-item p {
    font-family: Aptos;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
}

.verticals,
.verticals-container,
.verticals-list,
.verticals-list-left,
.verticals-item {
  overflow: visible;
}




.work__title{
    text-align: center;
    font-family: Aptos;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 79.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.work__list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(228px, 1fr));
    gap: 11px;
}

.work__list__item{
    height: 100%;
    background: #fff;
    border-radius: 30px;
    min-height: 364px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.work__list__item p{
    color: #fff;
    font-family: Aptos;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
}

.work__list__item span{
    color: #fff;
    font-family: Aptos;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.work__list__item:first-child{
    background: #D6EBFF;
}

.work__list__item:nth-child(2){
    background: linear-gradient(162deg, #59D0FF 6.12%, #2392A8 84.55%);
}

.work__list__item:nth-child(3){
    background: linear-gradient(244deg, #0A54CD 1.43%, #ADC5E7 63.37%, #AFC8E7 83.71%);
}

.work__list__item:nth-child(4){
    background: linear-gradient(180deg, #5DABEA 0%, #093867 100%);
}

.work__list__item:last-child{
    background: linear-gradient(148deg, #8BDCFA 4.57%, #002851 91.85%);
}

.work__list__item:first-child p, .work__list__item:first-child span{
    color: #202020;
}

.our-clients-container {
    padding: 245px 15px 20px;
    margin: 0 auto;
}

.header__nav__hamburger {
    display: none;
}

.header__nav__mob {
    display: none;
    backdrop-filter: blur(32px);
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.10);
    padding: 50px 44px;
}

.header__nav__mob.active {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 97px;
    z-index: 1110;
}

.header__nav__mob a {
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.35px;
    margin-bottom: 50px;
    text-decoration: none;
    display: block;
}

.header__nav__hamburger .cross {
    display: none;
}

.header__nav__hamburger.active .cross {
    display: block;
}

.header__nav__hamburger.active .hamburger {
    display: none;
}

.header__nav__mob a:hover {
    color: #0266B1;
}

.header__nav__mob a:last-child {
    margin: 0;
}

.our-clients {
    background: url("../images/pattern.png");
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    z-index: 2;
}

.our-clients-list {

}

.our-clients-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 15px 100px;
    display: flex;
    justify-content: space-between;
    scrollbar-width: none;
}

.our-clients.active {

}

.our-clients-left {
    max-width: 491px;
    overflow: hidden;
}

.our-clients-left {

}

.slick-dots li button:before{
    font-size:15px;
    color: #c9e0ffcc;
    opacity: 1 !important;
}

.slick-dots li.slick-active button:before{
    color: #035da5;
}

.slick-dots{
    display: flex;
    justify-content: flex-start;
    width:auto;
    flex-direction: column;
    bottom:41px;
}

.slick-list{
    padding-left:50px;
}

.background-box {
    width: 100%;
    max-width: 491px;
    height: 300px;
    border-radius: 30px;
    background: rgba(201, 224, 255, 0.80);
    position: fixed;
    top: calc(50% - 205px);
    transition: opacity .4s;
    visibility: visible;
    z-index: -1;
    display: none;
}

.our-clients.active .background-box {
    display: block;
}

.our-clients-right {
    max-width: 477px;
}

.our-clients h2 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 100.8px */
    text-transform: uppercase;
    background: linear-gradient(180deg, #035DA5 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 31px;
}

.our-clients-right p {
    color: #202020;
    font-family: Aptos;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1px;
}

.our-clients p span {
    font-weight: 700;
}

.our-clients.active .our-clients-right {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    position: sticky;
    top: 0;
    width: 100%;
}

.our-clients-item {
    border-radius: 30px;
    padding: 20px;
    height: 280px;
}

.slider_wrap * {
    box-sizing: border-box;
}

.slider_wrap .slick-track {
    display: flex !important;
    flex-direction: column;
    gap: 30px; 
}

.slider_wrap .slick-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
}

.slider_wrap .our-clients-item {
    border-radius: 30px;
    padding: 20px;
}



.our-clients-item h5 {
    color: #202020;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    padding-bottom: 12px;
}

.our-clients-item p {
    color: #202020;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

section {
    position: relative;
    z-index: 200;
}

.pt {
    margin: 0 auto;
    padding: 50px 15px;
    max-width: 1200px;
}

.pt p, .pt li {
    color: #202020;
    font-family: Aptos;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

.pt strong {
    font-weight: 700;
}

.pt section {
    padding-bottom: 20px;
}

.pt h2 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pt h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pt h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}

.pt b {
    font-weight: bold;
}

.our-client-list-mob{
    display: none;
}

@media (max-width: 1700px) {
    .header__container {
        max-width: 1545px;
        padding: 35px 100px 100px;
        margin: 0 auto;
    }
}

@media (max-width: 1368px) {
    .contact__us__right {
        margin-left: 20px;
    }

    .footer-nav a {
        margin-left: 20px;
    }

    .owned {
        background: url("../images/owned-pattern.png") no-repeat 0 100%, url("../images/i-mac.webp") no-repeat 100% 100% / 53%, url("../images/owned-bg.webp") no-repeat 0 0 / cover;
    }
}

@media (max-width: 1280px) {
    .our-clients-left {
        display: flex;
        align-items: center;
    }

    .our-clients.active {
        height: auto;
    }

    .our-clients-list {
        padding: 0;
    }

    .our-clients.active .our-clients-right {
        position: static;
        height: auto;
    }

    .our-clients.active .background-box {
        display: none;
    }

    /* header {
        background: url(../images/headerBg.webp) no-repeat center 0% / 100%;
        background-size: cover; 
    } */
}


@media (max-width: 1200px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .fooer-left {
        margin-bottom: 29px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-nav-privacy {
        padding-left: 0;
        padding-bottom: 20px;
    }

    .footer-nav-privacy a {
        margin: 0 23px;
    }

    .footer-social a {
        margin: 0 10px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav a {
        margin: 4px;
    }

    .header__nav a {
        margin-left: 22px;
    }

    .competitive-item {
        max-width: 330px;
    }

    .traffic-channels-item {
        max-width: 188px;
    }

    .our-assets-block {
        background: url("../images/assets-1.png") no-repeat 0 0, url("../images/assets-2.png") no-repeat 100% 100%,
        url("../images/assets-media.webp") no-repeat 0 0 / 200%,
        radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    }
}

@media (max-width: 1100px) {
    .our-assets-block-item h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .our-assets-block-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .what-is-container h2 {
        font-size: 46px;
    }

    .what-is-left img {
        width: 100%;
        display: block;
        max-width: 165px;
    }

    .what-is-container {
        flex-direction: column;
        align-items: center;
    }

    .what-is-left {
        margin-bottom: 10px;
        height: 280px;
    }
}

@media (max-width: 1230px) {
  .verticals-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .verticals-list-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 100%;
    align-items: center;
  }

  .verticals-list-right {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex: 1 1 100%;
    justify-content: center;
  }

  .verticals-item {
    width: 100%;
    max-width: 500px;
    min-width: unset;
  }

  .verticals-item-inner {
    overflow: visible;
  }

  .verticals-item-front,
  .verticals-item-back {
    overflow: visible;
  }

  .verticals-item-health-insurance,
  .verticals-item-life-insurance,
  .verticals-item-book,
  .verticals-item-auto {
    background-size: cover, auto;
    background-position: center bottom, center;
  }

  .back__wrapper {
    justify-content: center;
  }
}

@media (max-width: 1000px) {
  .verticals-item-inner {
    transform: none !important;
    transition: none !important;
  }

  .verticals-item:hover .verticals-item-inner {
    transform: none !important;
  }

  .verticals-item-front {
    display: none !important;
  }

  .verticals-item-back {
    transform: none !important;
    backface-visibility: visible !important;
    border-radius: 30px;
    border: 1px solid #FFF;
  }

  .verticals-item {
    perspective: none;
  }

  .verticals-list {
    flex-direction: column;
    gap: 30px;
  }

  .verticals-list-left,
  .verticals-list-right {
    gap: 14px;
  }

  .verticals-item-health-insurance,
  .verticals-item-life-insurance {
    background-size: cover, auto;
    background-position: center bottom, center;
    min-width: none;
    max-width: none;
  }

  .verticals-item-book,
  .verticals-item-auto{
    background-size: cover, auto;
    background-position: center bottom, center;
    max-width: 250px;
    padding: 15px 33px;
  }

  .back__title{
    display: block !important;
    font-family: Aptos;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .verticals-item-book,
  .verticals-item-auto{
    max-width: 193px;
  }

  .back__wrapper{
    gap: 8px
  }

   .verticals-item-back{
        padding: 7px;
   }
   .back__list__item{
    gap:8px;
    font-size: 18px;
   }

   .back__list__item img {
        width: 60px;
        height: 60px;
    }

    .verticals-list-right{
        flex-direction: column;
    }
}


@media (max-width: 1024px) {
    .our-client-list-desc{
        display: none;
    }

    .our-client-list-mob{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* header {
        background: url(../images/background-alt.webp) no-repeat center 0% / 100%;
        background-size: cover; 
    } */

    .what-is-left {
        height: 240px;
    }

    .what-is-left img {
        max-width: 140px;
    }

    .what-is-right {
        padding: 18px 18px 45px;
        font-size: 18px;
        line-height: 24px;
    }

    .our-clients-right, .our-clients-list {
        width: 100%;
        max-width: 100%;
    }

    .our-clients-item {
        max-width: 395px;
        padding: 20px;
        border-radius: 30px;
        background: rgba(201, 224, 255, 0.80);
        margin-bottom: 20px;
    }

    .our-clients-list {
        align-items: center;
        padding-top: 30px;
    }

    .our-clients-left {
        max-width: 100%;
    }

    .our-clients-container {
        flex-direction: column-reverse;
        padding-top: 30px;
    }

    /* .verticals-item {
        padding: 20px;
    }

    .verticals-item-health-insurance, .verticals-item-book {
        flex-direction: column;
        justify-content: flex-start;
    }

    .verticals-item-health-insurance {
        min-height: 213px;
        height: auto;
    }

    .verticals-item-health-insurance p {
        padding-left: 0;
    }

    .verticals-container {
        padding: 40px 15px 41px;
    }

    .verticals-container h2 {
        padding-bottom: 31px;
    }

    .verticals-list {
        flex-direction: column;
        align-items: center;
    }

    .verticals-item-life-insurance {
        padding-bottom: 208px;
    }

    .verticals-item-auto {
        padding-bottom: 238px;
    }

    .verticals-item-book {
        padding-bottom: 132px;
    } */

    .cpa-heading {
        max-width: 100%;
        text-align: center;
        padding-bottom: 51px;
        padding-top: 25px;
    }

    .products-and-services-container:nth-of-type(2) h2 {
        text-align: center;

    }

    .cpa-list, .cpa-list:nth-of-type(2n) {
        flex-direction: column;
    }

    .our-assets-block-list {
        flex-direction: column;
        align-items: center;
    }

    .our-assets-block-item {
        height: 292px;
        width: 100%;
        max-width: 388px;
    }

    .our-assets-block-item h3 {
        font-size: 30px;
        line-height: normal;
    }

    .our-assets-block-item p {
        font-size: 16px;
        line-height: 150%;
    }

    .owned {
        background: url(../images/owned-pattern.png) no-repeat 0 100%, url(../images/i-mac.webp) no-repeat 100% 100% / 49%, url(../images/owned-bg.webp) no-repeat 0 0 / cover;
    }

    .competitive-item {
        max-width: 300px;
    }

    .publishers-banner {
        background: url(../images/conveer.webp) no-repeat 0 0 / 123%;
    }

    .contact__us__left h2, .header__content h1,
    .our-clients h2 {
        font-size: 66px;
        text-align: center;
    }

    .publishers-banner h2, .benefits-container h2, .products-and-services-container h2,
    .owned-container h2, .verticals-container h2 {
        font-size: 66px;
    }

    .contact__us__container {
        flex-direction: column;
        padding-bottom: 64px;
    }

    .contact__us__left, .contact__us__right {
        width: 100%;
        max-width: 100%;
    }

    .contact__us__right {
        margin-left: 0;
        margin-top: 38px;
    }

    .form-wrapper .btn {
        width: 100%;
    }

    .header__nav {
        display: none;
    }

    .header__top .logo {
        width: 190px;
        display: block;
    }

    .header__top .logo img {
        width: 100%;
        display: block;
    }

    .page-default .header__container {
        padding: 20px;
    }

    .header__nav__hamburger {
        display: block;
        cursor: pointer;
    }

    .traffic-channels-list {
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: -984px;
    }

    .traffic-channels-item {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 10px;
        margin-bottom: 35px;
    }

    .traffic-channels-item h4 {
        text-align: left;
    }

    .traffic-channels-item p {
        text-align: left;
    }

    .channels-banner {
        min-height: 1100px;
        border-radius: 40px;
        background: linear-gradient(180deg, #1860A6 0%, #092540 100%);
    }

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 48%;
        margin: 0 auto;
    }

    /* header {
        background: url(../images/headerBgMob.webp) no-repeat center 0% / 114%;
    } */

}

@media (max-width: 992px) {
    .competitive-list {
        flex-wrap: wrap;
    }

    .competitive-item {
        width: 48%;
        max-width: inherit;
    }

    .publishers-banner {
        padding-top: 35px;
    }
}


@media (max-width: 900px) {
    .header__container {
        max-width: 1545px;
        padding: 35px 15px 42%;
        margin: 0 auto;
    }
    .owned-container h2 {
        max-width: 100%;
    }

    .owned-container p {
        max-width: 100%;
    }

    .owned-container {
        padding-bottom: 538px;
    }

    .owned {
        background: url(../images/owned-pattern.png) no-repeat 0 100%, url(../images/i-mac.webp) no-repeat center 90% / 65%, url(../images/owned-bg.webp) no-repeat 0 0 / cover;
    }
}

@media (max-width: 768px) {
    /* header{
        background: url("../images/headerBgMob.webp") no-repeat 0 100% / 100%;
        background-size: cover; 
    } */
    .header__container {
        max-width: 1545px;
        padding: 35px 15px 65%;
        margin: 0 auto;
    }
    .competitive-item {
        width: 100%;
    }

    .header__top {
        padding-bottom: 17px;
    }

    .publishers-banner {
        background: url("../images/conveer-mob.webp") no-repeat 0 0 / cover;
        min-height: 609px;
        padding: 39px 12px 0;
    }

    .publishers-banner .btn-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .publishers-banner .btn-wrapper a {
        width: 68px;
        height: 68px;
        display: block;
    }

    .publishers-banner .btn-wrapper svg {
        width: 68px;
        height: 68px;
    }

    .publishers-banner h2 {
        font-size: 55px;
    }

    .publishers-container {
        padding-bottom: 0;
    }

    .benefits-item:nth-of-type(1), .benefits-item:nth-of-type(2), .benefits-item:nth-of-type(3) {
        width: 100%;
        min-height: 368px;
    }

    .benefits-item:nth-of-type(4), .benefits-item:nth-of-type(5) {
        width: 100%;
        min-height: 368px;
    }

    .benefits-item:nth-of-type(4) {
        margin-bottom: 26px;
    }

    .benefits-item:nth-of-type(4), .benefits-item:nth-of-type(5) {
        padding: 27px 19px;
        flex-direction: column;
        align-items: flex-start;
        background-position: 99% 100%;
    }

    .channels-banner {
        min-height: 1161px;
    }

    .our-assets-block {
        padding-top: 64px;
        padding-bottom: 64px;
        background: url(../images/assets-1.png) no-repeat center 0 / 50%, url(../images/assets-2.png) no-repeat center 100% / 50%, radial-gradient(100.86% 50% at 50% 50%, #2B96FF 0%, #093B71 100%);
    }

    .our-assets-block p {
        font-size: 18px;
    }

    .our-assets-block h4 {
        padding-bottom: 43px;
    }
}

@media (max-width: 500px) {
    .what-is-right {
        background: url("../images/text-card-mob.png") no-repeat 0 0 / 100%;
        max-width: 395px;
    }

    .what-is-left {
        background: url("../images/what-is-omg-mob.png") no-repeat 0 0 / 100%;
        height: 173px;
    }

    .owned-container {
        padding-bottom: 330px;
    }

    /* header {
        background: url(../images/headerBgMob.webp) no-repeat 0 0% / 100%;
        background-size: cover; 
    } */

    .header__container {
        max-width: 1545px;
        padding: 35px 15px 96%;
        margin: 0 auto;
    }

    .header__content h1 {
        font-size: 50px;
    }

    .verticals-item-health-insurance {
        padding-bottom: 81px;
    }

    .what-is-container {
        padding-top: 10px;
    }

    .products-and-services-container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__top {
        padding-bottom: 55px;
    }
}

@media (max-width: 450px) {
    .contact__us__container {
        padding-top: 10px;
    }

    .contact__us__left h2 {
        padding-bottom: 10px;
    }

    .form-group textarea {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .cpa-heading {
        padding-top: 100px;
    }

    .contact__us__left h2 {
        font-size: 60px;
    }

    .traffic-channels-list {
        flex-direction: column;
        padding-left: 12px;
        padding-right: 12px;
        margin-top: -1147px;
    }

    .channels-banner {
        min-height: 1311px;
    }

    .verticals-item-auto {
        padding: 12px 12px 20px;
    }

    .verticals-item:nth-of-type(2) h3 {
        letter-spacing: -1.6px;
    }

}
@media (max-width: 395px) {
    .cpa-heading {
        padding-top: 68px;
    }
}

@media (max-width: 380px) {
    .what-is-right {
        line-height: 19px;
    }
    .cpa-heading {
        padding-top: 68px;
    }
}


.contact_form {
  max-width: 907px;
  margin: 56px auto 0;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #91a4d5;
  background: #fff;
}
@media (min-width: 992px) {
  .contact_form {
    padding: 30px 45px;
  }
}
.contact_form .contact_form__text {
  margin-bottom: 4px;
  display: block;
  color: #0b0e38;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.contact_form .contact_form__item {
  margin-top: 18px;
}
.contact_form .contact_form__label {
  margin-bottom: 4px;
  display: block;
  color: #0b0e38;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.contact_form .contact_form__label span {
  color: #d63928;
}
.contact_form .contact_form__input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #0b0e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact_form .error {
  margin: 4px 0 0;
  color: #d63928;
  font-size: 12px;
  line-height: 14px;
}
.contact_form .contact_form__textarea {
  resize: none;
  width: 100%;
  height: 74px;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.contact_form .btn-wrap {
  margin: 18px 0 0;
  text-align: center;
}
@media (max-width: 575px) {
.contact_form .btn {
    width: 100%;
  }
}

.contact_form .agreement {
  display: flex;
  font-family: "Nokora", sans-serif;
} 
.contact_form .agreement .agreement__checkbox {
  margin: 8px 16px 0 8px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/checkbox.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.contact_form .agreement .agreement__checkbox:checked {
  background-image: url("../images/checkbox-checked.svg");
}
.success_message {
  margin-top: 56px;
  padding: 60px 20px 261px;
  border: 1px solid #91a4d5;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .success_message {
    margin: 0;
    padding: 102px 48px 210px;
  }
}
.success_message .success_message__icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.success_message .success_message__title {
  margin: 31px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 992px) {
  .success_message .success_message__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.success_message .success_message__text {
  max-width: 495px;
  margin: 0 auto;
}

.ss-content {
  border-radius: 16px !important;
}
.ss-content .ss-list .ss-option {
  padding: 16px 20px;
  transition: all 250ms ease-out;
}
.ss-content .ss-list .ss-option:hover {
  background-color: #e0efff !important;
}
.ss-content .ss-list .ss-option.ss-selected {
  background-color: #e0efff !important;
}
.ss-content .ss-list .ss-option .offers_select__option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #01132e;
}

.ss-content .ss-list .ss-option .offers_select__option::before {
  width: 22px;
  height: 22px;
}

.contact_form .select_request {
  width: 100%;
  padding: 8px 12px 8px 12px;
}
.contact_form .select_request .ss-placeholder {
  padding: 0;
}
.contact_form .select_request.ss-main .ss-values {
  overflow: hidden;
}
.contact_form .select_request.ss-main .ss-values .ss-single {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ss-content.select_request {
  padding: 8px 12px 8px 17px;
  margin-top: 4px !important;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 6px !important;
}
.ss-content.select_request .ss-list .ss-option {
  padding: 2px 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:hover {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:last-child {
  margin-bottom: 0;
}
.ss-content.select_request .ss-list .ss-option::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/radio.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ss-content.select_request .ss-list .ss-option.ss-selected {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option.ss-selected::before {
  background-image: url("../images/radio-checked.svg");
}

.ss-content .ss-search {
    display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 12px;
  border: none;
  transition: all 250ms ease-out;
}
.btn--small {
  font-family: "Nokora", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 18px;
  line-height: 100%;
  background-color: #0b0e38;
  min-width: 227px;
  cursor: pointer;
}
.btn--small:hover {
  background-color: #0071da;
  color: #ffffff;
}
.btn--small:active {
  background-color: #0091da !important;
  color: #ffffff !important;
}