.mainPage .hero {
    position: relative;
    padding: calc(150px + 76px) 0 235px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--background-secondary) 0%, #000 85%, #000 100%);
}

.mainPage .hero .h2 {
    margin: 0 0 25px;
    max-width: 580px;
}

.mainPage .hero p {
    margin: 25px 0 60px;
}

.mainPage .hero__net {
    position: absolute;
    bottom: 0;
    transform: scale(1.5) translateY(25%);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.mainPage .hero .container {
    position: relative;
}

.mainPage .sections .h3 {
    margin: 0;
    color: #fff;
}

.identity {
    position: relative;
}

.identity .h3 {
    padding-top: 115px;
    position: relative;
    margin: 0 auto;
}

.identity .h3::before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background-color: var(--secondary);
    position: absolute;
    top: calc(115px + 25px);
    right: calc(100% + 30px);
}

.identity__net {
    position: absolute;
    top: 100%;
    transform: scale(4);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.identity__description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.identity__description p {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 46px auto 49px;
    width: 100%;
}

.identity > ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.identity > ul > li {
    max-width: 500px;
    padding: 55px 67px 55px 36px;
    width: calc(50% - 27px);
    border-style: solid;
    border-color: var(--secondary);
    border-width: 1px 0 0 1px;
    position: relative;
}

.identity > ul > li::before,
.identity > ul > li::after,
.identity__decoration {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--secondary);
}

.identity > ul > li::before {
    bottom: 0;
    left: 0;
    width: calc(100% - 130px);
    height: 1px;
}

.identity > ul > li::after {
    height: calc(100% - 130px);
    width: 1px;
    top: 0;
    right: 0;
}

.identity__decoration {
    bottom: 0;
    left: calc(100% - 130px);
    width: calc(130px * sqrt(2));
    height: 1px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
}

.identity__figure {
    display: block;
    position: absolute;
    height: auto;
}

.identity__figure--1 {
    width: 250px;
    top: 50px;
    right: -75px;
}

.identity__figure--2 {
    width: 250px;
    top: calc(50% - 300px);
    right: calc(100% + 100px);
}

.identity .h4 {
    margin: 26px 0 0;
}

.identity > ul > li > img {
    display: block;
    width: 150px;
}

.identity > ul > li > p {
    margin: 26px 0 31px;
}

.mainPage .stats {
    list-style: none;
    margin: 173px auto 220px;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 0;
}

.mainPage .stats li {
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    display: inline-flex;
    vertical-align: top;
    text-align: left;
    min-width: 290px;
    width: calc(33.3333% - 15px);
    height: 218px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px 25px 30px;
}

.mainPage .stats li:nth-of-type(2) {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

.mainPage .stats li strong {
    margin-bottom: 10px;
}

.spend__gamepad {
    position: absolute;
    top: 50px;
    right: calc(50% - 750px);
    width: 300px;
    height: auto;
    display: block;
    z-index: 2;
}

.spend__description {
    line-height: 1.5;
    letter-spacing: -0.5px;
    width: 480px;
    max-width: 100%;
}

.spend__description p {
    margin: 0;
}

.spend__summary {
    text-align: center;
}

.spend__figure {
    position: absolute;
    display: block;
    height: auto;
}

.spend__figure--1 {
    width: 200px;
    bottom: 100%;
    left: -100px;
}

.spend__figure--2 {
    width: 250px;
    right: -250px;
    top: calc(50% + 50px);
    transform: translate(100%, -50%);
}

.stats__figure--1 {
    width: 117px;
    height: 77px;
    top: 0px;
    left: -10px;
}

.stats__figure--2 {
    width: 323px;
    height: 114px;
    top: -10px;
    right: -10px;
}

.spend__summary strong {
    font-family: 'Orbitron', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    font-optical-sizing: auto;
    font-weight: 700;
    white-space: nowrap;
    font-size: 9.3rem;
    line-height: 1.2;
    text-shadow: 0 0 25px #fff;
}

.spend__summary p {
    width: 265px;
    margin: 5px auto 20px;
}

.spend__source {
    font-size: 1.5rem;
    line-height: 1.53;
    color: var(--secondary);
}

.mainPage .usersPrivacy {
    position: relative;
    text-align: center;
    padding: 120px 0;
}

.mainPage .usersPrivacy .container {
    position: relative;
    padding-top: calc(110px + 55px);
}

.mainPage .usersPrivacy__net {
    position: absolute;
    bottom: 0;
    transform: scale(1.5) translateY(25%);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.mainPage .usersPrivacy .h3 {
    margin: 0;
    margin-top: 45px;
}

@media screen and (min-width: 768px) {
    .mainPage .usersPrivacy .h3 {
        margin: 0;
    }
}

.mainPage .usersPrivacy ul {
    margin: 45px 0 0;
}

.mainPage .usersPrivacy__figure {
    position: absolute;
    display: block;
    height: auto;
}

.mainPage .usersPrivacy__figure--1 {
    width: 200px;
    height: auto;
    left: calc(100% - 50px);
    top: 40px
}

.mainPage .usersPrivacy__figure--2 {
    top: 80%;
    left: calc(100% - 100px);
    width: 200px;
}

.contactHero {
    padding: calc(100px + 76px) 0 150px;
}

.contactHero .h3 {
    margin: 0;
}

.contactHero__content {
    position: relative;
    width: 492px;
    max-width: 100%;
}

.contactHero__content > p {
    margin: 22.5px 0 45px;
    line-height: 1.5;
}

.contactHero__background {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 1000px;
    height: auto;
    pointer-events: none;
}

.contactHero__decoration {
    position: absolute;
    display: block;
    height: auto;
    z-index: 1;
}

.contactHero__decoration--1 {
    width: 200px;
    top: -40px;
    right: 85%;
}

.contactHero__decoration--2 {
    top: 80%;
    width: 400px;
    right: 70%;
}

.contactHero input[type="email"] {
    margin-top: 20px;
}

.contactHero textarea {
    margin-top: 20px;
}


.contactHero .checkbox {
    margin: 20px 0;
}

.contactHero .form {
    position: relative;
    z-index: 2;
}

.contactBanner {
    position: relative;
    overflow: hidden;
    padding: 93px 0 132px;
}

.contactBanner__background {
    position: absolute;
    z-index: 1;
    top: calc(-57px + 2px);
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 300px);
    height: auto;
    object-fit: contain;
    object-position: 0 50%;
}

.contactBanner__email {
    color: var(--primary);
}

.contactBanner .h3 {
    padding-top: 0;
    margin: 0;
}

.contactBanner p {
    margin: 37px 0 40px;
}

.contactBanner .container {
    position: relative;
}

.contactBanner .container::before,
.contactBanner .container::after,
.contactBanner::before,
.contactBanner__border,
.contactBanner__decoration--desktop > span {
    content: '';
    z-index: 2;
    display: block;
    position: absolute;
    background-color: var(--secondary);
}

.contactBanner::before {
    height: 1px;
    width: 500dvw;
    top: calc(93px - 57px + 2px);
    left: calc(50% - (1078px / 2) - 120px);
}

.contactBanner__content {
    position: relative;
    z-index: 2;
}

.contactBanner .container::before {
    bottom: -92px;
    left: 0;
    width: 50%;
    height: 1px;
}

.contactBanner .container::after {
    left: -120px;
    top: -54px;
    height: calc(100% - 54px + 80px);
    width: 1px;
}

.contactBanner__border {
    height: 1px;
    width: calc(120px * sqrt(2));
    transform: rotate(45deg);
    transform-origin: 0 0;
    bottom: 28px;
    left: -120px;
}

.contactBanner__decoration--desktop {
    position: absolute;
    bottom: -92px;
    right: 0;
    height: 40px;
}

.contactBanner__decoration--desktop > span {
    width: 50px;
    height: 1px;
    bottom: 0;
    transform: rotate(-55deg);
    transform-origin: 0 0;
}

.contactBanner__decoration--desktop > span:nth-of-type(1) {
    right: calc(0 * 15px);
}
.contactBanner__decoration--desktop > span:nth-of-type(2) {
    right: calc(1 * 15px);
}
.contactBanner__decoration--desktop > span:nth-of-type(3) {
    right: calc(2 * 15px);
}
.contactBanner__decoration--desktop > span:nth-of-type(4) {
    right: calc(3 * 15px);
}

.contactPage .corporateDetails {
    text-align: center;
    padding: 0 0 110px 0;
    position: relative;
    overflow: hidden;
}

.contactPage corporateDetails p {
    margin: 0;
}

.contactPage .corporateDetails__decoration {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 440px;
    width: auto;
    transform: translate(50%, 50%);
}

.aboutPage .hero {
    position: relative;
    padding: calc(150px + 76px) 0 0;
    overflow: hidden;
}

.aboutPage .hero .h3 {
    margin: 0 0 25px;
    max-width: 580px;
}

.aboutPage .hero p {
    margin: 25px 0 60px;
    max-width: 340px;
}

.aboutPage .hero .container {
    position: relative;
    padding-bottom: 50px;
}

.aboutPage .companyDescription .container {
    padding-top: 100px;
    padding-bottom: 155px;
}

.aboutPage .companyDescription {
    text-align: center;
    padding-top: 88px;
}

.aboutPage .companyDescription .h3 {
    max-width: 616px;
    margin: 0 auto;
}

.aboutPage .companyDescription p {
    max-width: 720px;
    margin: 48px auto 0;
}

.aboutPage .companyDescription__decoration {
    display: block;
    position: absolute;
    height: auto;
}

.aboutPage .companyDescription__decoration--figure {
    width: 300px;
    top: 15%;
    right: 90%;
}

.aboutPage .companyDescription__decoration--mouse {
    width: 300px;
    top: 50%;
    transform: translateY(-50%);
    left: 90%;
}

.aboutPage .stats {
    text-align: center;
    position: relative;
}

.aboutPage .stats__net {
    position: absolute;
    top: 70%;
    transform: scale(1.5) translateY(25%);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.aboutPage .stats .h3 {
    margin: 0;
}

.aboutPage .meet .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 110px;
}

.aboutPage .meet__person {
    width: 345px;
    height: 450px;
    border-width: 0 1px 1px 0;
    border-color: var(--secondary);
    border-style: solid;
    padding: 35px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

.aboutPage .meet__person figcaption {
    margin: 40px 0 0;
}

.aboutPage .meet__person::before,
.aboutPage .meet__person::after,
.aboutPage .meet__decoration {
    content: '';
    display: block;
    position: absolute;
    background-color: var(--secondary);
}
.aboutPage .meet__person::before {
    height: 1px;
    width: calc(100% - 90px);
    right: 0;
    top: 0;
}
.aboutPage .meet__person::after {
    width: 1px;
    height: calc(100% - 61px);
    bottom: 0;
    left: 0;
}
.aboutPage .meet__decoration {
    transform: rotate(-34deg);
    transform-origin: 100% 100%;
    right: calc(100% - 90px);
    width: 108px;
    height: 1px;
    top: 0;
}

.aboutPage .meet__content {
    width: 523px;
    max-width: calc(100% - 375px);
    margin-left: 30px;
}

.aboutPage .meet__content p {
    margin: -20px 0 64px;
}

.aboutPage .partnersDescription {
    text-align: center;
    border-top: 1px solid var(--secondary);
    padding: 110px 0 80px;
}

.aboutPage .partnersDescription .container {
    position: relative;
}

.aboutPage .partnersDescription .h3 {
    margin: 0 auto 56px;
    max-width: 650px;
}

.aboutPage .partnersDescription p {
    margin: 0 auto;
    max-width: 568px;
}

.aboutPage .partnersDescription__decoration {
    position: absolute;
    top: -25px;
    right: 45px;
    pointer-events: none;
    width: 220px;
}

.aboutPage .footerSections {
    padding-top: calc(87px - 38px);
}

.productPage .hero {
    position: relative;
    padding: calc(150px + 76px) 0 200px;
    overflow: hidden;
}

.productPage .hero .h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    max-width: 580px;
}

.productPage .hero p {
    margin: 60px 0 34px;
    max-width: 500px;
}

.productPage .hero .container {
    position: relative;
}

.productPage .hero__net {
    position: absolute;
    bottom: 0;
    transform: scale(1.5) translateY(25%);
    left: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.productPage .features {
    text-align: center;
}

.productPage .features .container {
    padding-top: calc(95px + 55px);
    padding-bottom: calc(126px + 9px);
}

.productPage .features .h3 {
    margin: 0;
}

.productPage .features ul {
    margin: 75px 0 70px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.productPage .features ul li {
    display: block;
    padding: 0 30px 40px;
    width: calc(33.3333% - 16px);
    text-align: left;
    border: 1px solid var(--secondary);
    position: relative;
}

.productPage .features ul li:last-child::before,
.productPage .features ul li:last-child::after,
.productPage .features__itemDecoration {
    content: '';
    display: block;
    background-color: var(--secondary);
    position: absolute;
}

.productPage .features ul li::before {
    height: calc(100% - 55px);
    width: 1px;
    top: 0;
    right: 0;
}

.productPage .features ul li::after {
    width: calc(100% - 55px);
    height: 1px;
    left: 0;
    bottom: 0;
}

.productPage .features__itemDecoration {
    bottom: 0;
    left: calc(100% - 55px);
    width: calc(55px * sqrt(2));
    height: 1px;
    transform-origin: 0 0;
    transform: rotate(-45deg);
}

.productPage .features ul li:last-child {
    border-right-width: 0;
    border-bottom-width: 0;
}

.productPage .features ul li img {
    height: 140px;
    display: block;
    width: 155px;
    object-fit: contain;
    object-position: 50% 50%;
}

.productPage .features ul li .h5 {
    min-height: 71px;
    margin: 0 0 17px;
    position: relative;
}

.productPage .features ul li .h5 div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.productPage .features ul li p {
    margin: 0;
}

.productPage .features__figure {
    position: absolute;
    display: block;
    height: auto;
}

.productPage .features__figure--1 {
    right: 92%;
    top: 70px;
    width: 250px;
}

.productPage .features__figure--2 {
    bottom: 45px;
    left: calc(100% - 100px);
    width: 200px;
}

.productPage .stats .h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.productPage .gamingSegmentExamples {
    padding-bottom: 150px;
}

.productPage .gamingSegmentExamples .decoratedBlock {
    position: relative;
    padding: 60px 50px;
}

.productPage .gamingSegmentExamples__icon {
    width: 340px;
    max-width: calc(50% - 100px);
    height: auto;
    display: block;
    position: absolute;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.productPage .gamingSegmentExamples__content {
    padding-left: 50%;
}

.productPage .gamingSegmentExamples__content .h4 {
    margin: 0;
}

.productPage .gamingSegmentExamples__content ul {
    padding: 0;
    margin: 20px 0 25px;
}

.productPage .gamingSegmentExamples .h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.productPage .gamingSegmentExamples .container {
    position: relative;
}

.productPage .gamingSegmentExamples .container > p {
    margin: 48px auto 70px;
    max-width: 734px;
    text-align: center;
}

.productPage--audienceData .customSegments {
    text-align: center;
}

.productPage--audienceData .customSegments .h3 {
    padding-top: calc(55px + 128px);
}

.productPage--audienceData .customSegments ul {
    margin-top: 60px;
    padding-bottom: 120px;
}

.productPage--audienceData .customSegments p {
    max-width: 520px;
    margin: 0 auto 86px;
}

.productPage--audienceData .customSegments .h5 {
    margin: 0;
}

.productPage .customSegments .decoratedSection {
    margin-top: 120px;
    padding-top: 170px;
}

.productPage .customSegments__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 561px;
}

.productPage .customSegments__content p {
    text-align: center;
    margin: 0 0 47px;
}

.productPage .customSegments__figure {
    position: absolute;
    display: block;
    height: auto;
    left: 100%;
    top: 70px;
    width: 250px;
}

.productPage .dataCollect {
    text-align: center;
    position: relative;
}

.productPage .dataCollect__figure {
    position: absolute;
    top: 100%;
    right: -50px;
    width: 150px;
    height: auto;
    display: block;
}

.productPage--audienceData .dataCollect {
    margin-bottom: 150px;
}

.productPage--gamingAudiences .dataCollect .h3 {
    margin: 0;
}

.productPage .dataCollect p {
    margin: 100px auto 45px;
}

.productPage--audienceData .dataCollect p {
    max-width: 544px;
}

.productPage .stats {
    position: relative;
}

.productPage .stats__figure {
    position: absolute;
    top: 72%;
    left: 0;
    transform: translateX(-55%);
    width: 325px;
    height: auto;
    display: block;
}

.productPage--audienceData .contactForm .button {
    margin-bottom: 150px;
}

.productPage .usersPrivacy .container {
    position: relative;
}

.productPage .usersPrivacy__figure {
    position: absolute;
    display: block;
    height: auto;
}

.productPage .partnersDescription {
    text-align: center;
    padding: 110px 0 80px;
}

.productPage .partnersDescription .container {
    position: relative;
}

.productPage .partnersDescription .h3 {
    margin: 0 auto 56px;
    max-width: 650px;
}

.productPage .partnersDescription p {
    margin: 0 auto;
    max-width: 568px;
}

.productPage .partnersDescription__decoration {
    position: absolute;
    top: -25px;
    right: 45px;
    pointer-events: none;
    width: 220px;
}

.productPage .usersPrivacy__figure--1 {
    top: 65%;
    left: calc(100% - 150px);
    width: 400px;
}

.productPage--audienceData .usersPrivacy__figure--2 {
    width: 300px;
    height: auto;
    right: calc(100% + 50px);
    top: 0;
}

.productPage .usersPrivacy .h3 {
    text-align: center;
    padding: 145px 0 0;
    margin: 0;
}

.productPage .usersPrivacy ul {
    margin: 50px auto 125px;
}

.blog {
    padding: calc(100px + 76px) 0 100px;
}

.blog .h2 {
    margin: 0 0 60px;
}

.postExcerpt {
    position: relative;
}

.postExcerpt--big {
    margin-bottom: 110px;
}

.postExcerpt--small {
    margin-bottom: 50px;
}

.postExcerpt--relatedFirst {
    border: 1px solid var(--secondary);
}
.postExcerpt--relatedFirst .decoratedBlock__decoration {
    display: none;
}

.postExcerpt .decoratedBlock {
    position: relative;
}

.postExcerpt__icon {
    display: block;
}
.postExcerpt--small .postExcerpt__icon {
    width: 220px;
    height: 195px;
    margin-bottom: 40px;
    position: relative;
}
.postExcerpt--big .postExcerpt__icon {
    width: 270px;
    height: 240px;
    max-width: calc(40% - 100px);
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.postExcerpt__icon img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

.postExcerpt__date {
    margin: 0 0 16px;
    color: var(--secondary);
    font-size: 1.9rem;
    line-height: 1.5;
}

.postExcerpt__content {
    padding: 0 0 20px 40%;
}

.postExcerpt__content .h4 {
    margin: 0;
}
.postExcerpt .h4 a {
    text-decoration: none;
    color: inherit;
}

.postExcerpt__post {
    margin: 25px 0 40px;
}

.postExcerpt__content ul {
    padding: 0;
    margin: 20px 0 25px;
}
.postExcerpt .h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.postsList {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
}

.postFooter {
    display: block;
    padding: 50px 0;
}

.postFooter .h2 {
    margin: 0 auto 50px;
    text-align: center;
}

.postsPagination {
    margin: 50px auto 0;
    text-align: center;
    padding: 0;
}
.postsPagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 13px;
    font-size: 0;
}
.postsPagination a {
    text-decoration: none;
    display: block;
    width: 57px;
    height: 57px;
    font-family: 'Orbitron', sans-serif;
}
.postsPagination__number {
    border: 1px solid var(--secondary);
    color: rgba(255, 44, 253, 0.5);
    background-color: transparent;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    transition-property: color, background-color;
    line-height: 55px;
    font-size: 2.8rem;
}
.postsPagination__number--active,
.postsPagination__number:hover {
    color: var(--tertiary);
    background-color: var(--secondary);
}
.postsPagination > li:first-child {
    margin-left: 0;
}
.postsPagination > li:last-child {
    margin-right: 0;
}
.postsPagination__arrow {
    font-size: 0;
    padding: 8.5px 0 0;
}
.postsPagination__arrow svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.postsPagination__arrow svg path {
    fill: var(--secondary)
}
.postsPagination__arrow--previous svg {
    width: 32px;
    height: 38px;
}
.postsPagination__arrow--next svg {
    width: 31px;
    height: 38px;
}
.postsPagination__arrow--disabled {
    opacity: .5;
    pointer-events: none;
}
.postHeader {
    padding: calc(92px + 67px) 0 100px;
    min-height: calc(330px + 92px);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.postHeader .header__decoration--medium {
    top: 50%;
}

.postHeader h2 {
    margin: 26px 0;
    letter-spacing: 1px;
}

.postHeader .meta {
    font-size: 2.5rem;
    line-height: 1.2;
    color: var(--secondary);
    margin: 0;
    font-weight: 500;
}

.post {
    background-color: #fff;
    color: #000;
    padding: 80px 0 100px;
    position: relative;
}

.post .container {
    width: 747px;
}

.optOut .h3 {
    position: relative;
}

.optOut .h3 > span {
    position: absolute;
    left: 0;
    top: -76px;
}

.optOut .container > p,
.optOut .container > section > p {
    text-align: justify;
}

.optOut__pixel {
    display: block;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
}

.form--optOut .input {
    width: 100%;
    max-width: 450px;
}

.form--optOut div button {
    margin-top: 15px;
}

.form--optOut label {
    display: inline-block;
    margin-bottom: 8px;
}

.form.form--optOut .form__success,
.optOutStatus--in {
    color: #008000;
}

.optOutStatus {
    font-weight: 700;
}

.optOutStatus--out {
    color: var(--error);
}

.contactBanner__content .form {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contactBanner__content .form {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contactBanner__content .form .checkbox {
    margin: 20px 0;
}

.privacyPage .hero {
    position: relative;
    padding: calc(63px + 76px) 0 0;
    overflow: hidden;
}

.privacyPage__figure {
    position: absolute;
    height: auto;
    display: none;
}

.privacyPage__figure--1 {
    width: 200px;
    height: auto;
    left: 5%;
    top: 150px;
}


.privacyPage .hero .h3 {
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.privacyPage .hero p {
    margin: 25px 0 60px;
    max-width: 340px;
}

.privacyPage .hero .container {
    position: relative;
    padding-bottom: 50px;
}

.privacyPage .usersPrivacy .container {
    position: relative;
}

.privacyPage .usersPrivacy__figure,
.privacyPage .corporateDetails__figure {
    position: absolute;
    display: block;
    height: auto;
}

.privacyPage .usersPrivacy__figure--1 {
    top: 65%;
    left: calc(100% - 150px);
    width: 400px;
}

.privacyPage .corporateDetails__figure--1 {
    top: 0%;
    left: calc(100% - 150px);
    width: 400px;
    display: none;
}

.privacyPage .corporateDetails__figure--2 {
    top: -35%;
    left: calc(100% - 230px);
    width: 200px;
    display: none;
}

.privacyPage .usersPrivacy .h3 {
    text-align: center;
    padding: 145px 0 0;
    margin: 0;
}

.privacyPage .usersPrivacy ul {
    margin: 50px auto 125px;
}

.privacyPage .corporateDetails .detailsLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 25px;
    margin: 100px 0;
    padding: 0;
}

.privacyPage .detailsLinks__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.privacyPage .detailsLinks__item > a {
    color: #fff;
    text-decoration: underline;
    transition: all .2s ease-in-out;
}

.privacyPage .detailsLinks__item > img {
    opacity: 0;
    transition: all .2s ease-in-out;
}

.privacyPage .detailsLinks__item:hover a {
    color: var(--primary);
}

.privacyPage .detailsLinks__item:hover img {
    opacity: 1;
}

.privacyPage .corporateDetails .container {
    position: relative;
}

.privacyPage .contactBanner__content {
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .privacyPage .hero .h3 {
        max-width: 580px;
        text-align: left;
        margin: 0 0 25px;
    }

    .privacyPage .hero {
        padding: calc(150px + 76px) 0 120px 0;
    }
}

@media screen and (min-width: 1100px) {
    .productPage--audienceData .features ul li .h5 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 1100px) {
    .contactBanner .container {
        width: calc(100% - 100px);
    }
    .contactBanner__background {
        width: calc(100% + 900px);
    }
    .contactBanner .h3 br {
        display: none;
    }
}

@media screen and (max-width: 1099px) {
    .productPage .features ul li .h5 {
        min-height: 0;
    }
    .productPage .features ul li .h5 div {
        position: static;
    }
    .postHeader .header__decoration--small {
        top: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .spend__description {
        margin-right: 15px;
    }
    .spend__summary {
        margin-left: 15px;
    }
    .aboutPage .meet__content {
        margin-left: 15px;
        max-width: calc(100% - 360px);
    }
    .aboutPage .meet__content p {
        margin-bottom: 30px;
    }
    .blog .h2 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media screen and (max-width: 991px) {
    .mainPage .hero {
        padding: calc(76px + 63px) 0 63px;
        text-align: center;
    }
    .mainPage .hero__net {
        display: none;
    }
    .mainPage .hero .h2 {
        margin: 0 auto;
    }
    .mainPage .hero .h2 span {
        color: inherit;
    }
    .mainPage .sections .h3 br {
        display: none;
    }
    .identity .h3::before,
    .identity__net {
        display: none;
    }
    .identity > ul > li {
        width: calc(50% - 15px);
    }
    .spend__summary strong {
        font-size: 7rem;
    }
    .mainPage .usersPrivacy__net,
    .mainPage .usersPrivacy__figure {
        display: none;
    }
    .aboutPage .hero {
        padding-top: calc(63px + 76px);
        text-align: center;
    }
    .aboutPage .hero p {
        margin-left: auto;
        margin-right: auto;
    }
    .aboutPage .hero .h3 {
        margin: 0 auto;
    }
    .aboutPage .hero .h3 span {
        color: inherit;
    }
    .aboutPage .partnersDescription {
        padding-top: 66px;
        padding-bottom: 92px;
    }
    .aboutPage .partnersDescription .h3 {
        margin-bottom: 30px;
    }
    .aboutPage .partnersDescription__decoration {
        display: none;
    }
    .aboutPage .companyDescription {
        padding-top: 0;
    }
    .aboutPage .companyDescription .container {
        padding-top: 140px;
        padding-bottom: 140px;
    }
    .aboutPage .companyDescription__decoration {
        display: none;
    }
    .productPage .hero {
        padding-top: calc(63px + 76px);
        text-align: center;
    }
    .productPage .hero p {
        margin-left: auto;
        margin-right: auto;
    }
    .productPage .hero .h3 {
        margin: 0 auto;
    }
    .productPage .hero__net {
        display: none;
    }
    .productPage .hero .h3 span {
        color: inherit;
    }
    .productPage .features ul li {
        padding: 0 15px 15px;
    }
    .productPage .gamingSegmentExamples .decoratedBlock {
        padding-left: 25px;
        padding-right: 25px;
    }
    .productPage .gamingSegmentExamples__icon {
        max-width: calc(40% - 50px);
        left: 20%;
    }
    .productPage .gamingSegmentExamples__content {
        padding-left: 40%;
    }
    .productPage .partnersDescription {
        padding-top: 66px;
        padding-bottom: 92px;
    }
    .productPage .partnersDescription .h3 {
        margin-bottom: 30px;
    }
    .productPage .partnersDescription__decoration {
        display: none;
    }
    .productPage .usersPrivacy .h3 br {
        display: none;
    }
    .productPage .usersPrivacy__figure {
        display: none;
    }
    .blog .h2 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .postExcerpt--small {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 25px);
    }
    .postExcerpt--small:nth-child(odd) {
        margin-right: 25px;
    }
    .postExcerpt--small:nth-child(even) {
        margin-left: 25px;
    }
    .postExcerpt--big .decoratedBlock {
        padding: 60px 50px;
    }
    .postExcerpt--small .decoratedBlock,
    .postExcerpt--relatedFirst {
        padding: 30px 30px 80px;
    }
    .postExcerpt--small .h4 {
        margin: 20px 0;
    }

    .privacyPage__figure,
    .privacyPage .corporateDetails__figure--1,
    .privacyPage .corporateDetails__figure--2 {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mainPage .hero {
        padding-top: 113px;
    }
    .mainPage .sections .h3 {
        padding-top: 67px;
    }
    .identity > ul {
        display: block;
    }
    .identity > ul > li {
        width: 100%;
        margin: 0 auto 45px;
    }
    .identity .h3 {
        max-width: 500px;
    }
    .identity__description {
        display: block;
    }
    .identity__description p {
        margin: 27px auto 57px;
        width: 100%;
        max-width: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .identity__figure {
        display: none;
    }
    .mainPage .stats {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .spend__description {
        margin: 40px auto;
    }
    .spend__summary {
        margin: 0 auto;
    }
    .spend__summary strong {
        font-size: 5rem;
    }
    .spend__gamepad,
    .spend__figure {
        display: none;
    }
    .mainPage .spend .h3 {
        padding-top: 0;
    }
    .mainPage .usersPrivacy {
        padding-top: 0;
    }
    .mainPage .usersPrivacy .container {
        padding-top: 55px;
    }
    .contactHero {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .contactHero__background {
        position: static;
        transform: none;
        width: 100%;
        transform: scale(1.2);
        transform-origin: 50% 50%;
        pointer-events: auto;
    }
    .contactHero .h3,
    .contactHero__content > p {
        text-align: center;
    }
    .contactHero__content > p {
        margin-bottom: 0;
    }
    .contactHero__decoration,
    .corporateDetails__decoration {
        display: none;
    }
    .contactHero__content {
        margin: 0 auto;
    }
    .contactBanner__decoration--desktop,
    .contactBanner::before {
        display: none;
    }
    .contactBanner .h3 {
        padding-top: 0;
    }
    .contactBanner .container::before {
        left: -15px;
        bottom: -90px;
        width: calc(100% - 104px);
    }
    .contactBanner__border {
        transform: rotate(-45deg);
        bottom: -92px;
        right: -50px;
        left: auto;
    }
    .contactBanner {
        padding-top: 0;
        padding-bottom: 90px;
        background-color: var(--background-tertiary);
        border-top: 1px solid var(--secondary);
    }
    .contactBanner .container {
        width: 100%;
    }
    .contactBanner__background {
        position: static;
        height: 261px;
        width: calc(100% + 30px);
        transform: translateX(-15px);
        margin-bottom: 56px;
        object-position: 50% 50%;
        object-fit: cover;
    }
    .contactBanner p {
        margin: 30px 0;
    }
    .contactBanner p br {
        display: none;
    }
    .corporateDetails {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .aboutPage .stats {
        padding-top: 50px;
    }
    .aboutPage .stats__net {
        display: none;
    }
    .aboutPage .meet .container {
        display: block;
        width: 500px;
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .aboutPage .meet__person {
        margin: 40px 0;
        width: 100%;
        height: auto;
    }
    .aboutPage .meet__person svg {
        height: auto;
        display: block;
        max-width: 100%;
    }
    .aboutPage .meet__content {
        max-width: 100%;
        margin: 0;
    }
    .aboutPage .meet__content p {
        margin-top: 0;
        margin-bottom: 36px;
    }
    .aboutPage .meet .decoratedTitle > div:nth-child(2) {
        padding-top: 180px;
    }
    .aboutPage .footerSections {
        padding-top: 0;
    }
    .productPage .hero {
        padding-bottom: 76px;
    }
    .productPage .features__figure {
        display: none;
    }
    .productPage .features .container {
        padding-top: calc(62px + 55px);
        padding-bottom: calc(72px + 55px);
    }
    .productPage .features ul {
        display: block;
        margin: 45px 0 40px;
    }
    .productPage .features ul li {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }
    .productPage .features ul li {
        margin-bottom: 30px;
        padding: 15px 20px 30px;
    }
    .productPage .features ul li:last-child {
        margin-bottom: 0;
    }
    .productPage .stats .decoratedTitle > div:nth-child(2) > span {
        bottom: -25px;
    }
    .productPage .gamingSegmentExamples {
        padding-bottom: 80px;
    }
    .productPage .gamingSegmentExamples .decoratedBlock {
        padding: 30px 35px 75px;
    }
    .productPage .gamingSegmentExamples__icon {
        width: 100%;
        max-width: 340px;
        margin: 0 auto 40px;
        position: static;
        transform: none;
    }
    .productPage .gamingSegmentExamples__content {
        padding: 0;
    }
    .productPage .gamingSegmentExamples__content ul {
        margin-top: 40px;
    }
    .productPage .customSegments {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .productPage .customSegments__figure {
        display: none;
    }
    .productPage .customSegments__content {
        padding-bottom: 50px;
    }
    .productPage .customSegments .decoratedSection {
        padding-top: 100px;
    }
    .productPage .stats__figure {
        display: none;
    }
    .productPage .dataCollect {
        margin-left: auto;
        margin-right: auto;
        max-width: calc(400px + 2 * 15px);
        text-align: left;
    }
    .productPage .dataCollect__figure {
        display: none;
    }
    .productPage .dataCollect p {
        margin: 30px 0 40px;
    }
    .productPage .dataCollect p br {
        display: none;
    }
    .productPage--audienceData .contactForm .button {
        margin-bottom: 90px;
    }
    .productPage--gamingAudiences .contactForm .h3 > div {
        width: 100%;
    }
    .productPage .usersPrivacy {
        padding-top: 0;
    }
    .productPage .usersPrivacy .h3 {
        padding-top: 0;
    }
    .productPage .usersPrivacy .container {
        padding-top: 100px;
    }
    .productPage .usersPrivacy ul {
        margin: 45px auto 110px;
    }
    .blog {
        padding-top: calc(76px + 63px);
    }
    .blog .h2 {
        margin-bottom: 45px;
    }
    .post {
        padding-top: 55px;
        padding-bottom: 80px;
    }
    .postHeader {
        padding: calc(30px + 76px) 0 66px;
        min-height: 0;
    }
    .postHeader h2 {
        margin: 40px 0;
    }
    .postExcerpt--big {
        margin-bottom: 70px;
    }
    .postExcerpt .decoratedBlock,
    .postExcerpt--relatedFirst {
        padding: 30px 20px 50px;
    }
    .postExcerpt--big .postExcerpt__icon {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto 30px;
        max-width: 100%;
    }
    .postExcerpt__content {
        padding-left: 20px;
    }
    .postExcerpt--small {
        display: block;
        margin-bottom: 33px;
    }
    .postExcerpt--small .postExcerpt__icon {
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
    }
    .postsPagination li {
        margin: 6px;
    }
    .postsPagination a {
        width: 42px;
        height: 42px;
    }
    .postsPagination__number {
        line-height: 42px;
        font-size: 2.6rem;
    }
    .postsPagination__arrow {
        padding-top: 2px;
    }
    .postsPagination__arrow svg {
        transform-origin: 50% 50%;
        transform: scale(0.8);
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .aboutPage .meet__person {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .aboutPage .meet__person figcaption {
        text-align: left;
        margin: 0 0 0 17px;
    }
}

@media screen and (max-width: 479px) {
    .mainPage .hero {
        text-align: left;
    }
    .mainPage .hero .h2 {
        text-align: center;
    }
    .mainPage .hero p {
        max-width: 290px;
    }
    .mainPage .stats li:nth-of-type(2) {
        margin-left: auto;
        margin-right: auto;
    }
    .aboutPage .hero {
        text-align: left;
    }
    .aboutPage .hero .h3 {
        text-align: center;
    }
    .aboutPage .hero p {
        max-width: 290px;
    }
    .productPage .hero {
        text-align: left;
    }
    .productPage .hero .h3 {
        text-align: center;
    }
    .productPage .hero p {
        max-width: 290px;
    }
    .productPage .gamingSegmentExamples .h3 {
        padding-left: 15px;
        padding-right: 15px;
    }

}