a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

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:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, textarea {
    box-sizing: border-box
}

body {
    background: #000;
    font-family: Outfit, sans-serif;
    overflow-x: hidden
}

.inside, body {
    position: relative
}

.inside {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 50px;
    width: 100%
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

.title-section {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 59px
}

.title-section.center {
    text-align: center
}

.link {
    color: #db2455;
    display: block;
    font-size: 19px;
    height: 28px;
    padding-right: 20px;
    position: relative;
    text-decoration: none
}

#top-apps {
    display: none;
}

.link:before {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/arrow.c2e0d69a.png) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 6px
}

.link.no-arrow {
    padding-right: 0
}

.link.no-arrow:before {
    display: none
}

.cta {
    background: #db2455;
    border: 1px solid #db2455;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 12px 20px;
    text-decoration: none
}

.cta:hover {
    background: transparent;
    color: #db2455;
    transition: all .6s ease
}

.transparent-cta {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    padding: 12px 20px;
    text-decoration: none
}

.transparent-cta:hover {
    background: #fff;
    color: #000;
    transition: all .6s ease
}

.lightbox-layer {
    background: rgba(0, 0, 0, .8);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.lightbox-layer.display {
    animation-duration: .6s;
    animation-name: opacityAnimation;
    display: block
}

@media only screen and (max-width: 1025px) {
    .title-section {
        font-size: 28px;
        line-height: 49px
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

#header {
    align-items: center;
    background: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 50px;
    position: relative;
    width: 100%;
    z-index: 2
}

#header #logo {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/logo.e2803900.png) no-repeat 50%;
    background-size: cover;
    display: block;
    height: 41px;
    overflow: hidden;
    width: 130px
}

#header #logo span {
    left: -200%;
    position: absolute
}

#header .navigation {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

#header .navigation .nav-item {
    font-size: 16px;
    line-height: 20px;
    margin-left: 36px
}

#header .navigation .nav-item .nav-link {
    color: #fff;
    text-decoration: none
}

#header .navigation .nav-item .nav-link.bigger {
    color: #db2455;
    font-size: 19px;
    line-height: 20px
}

#header .navigation .nav-item .nav-link.uppercase {
    text-transform: uppercase
}

#header .navigation .nav-item .nav-cta {
    background: #db2455;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 19px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase
}

#homepage {
    overflow: hidden;
    padding-top: 56.25%
}

#homepage .section {
    background: #000;
    position: relative
}

#homepage #solutions-for-gaming {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 0;
    justify-content: center;
    left: 0;
    padding-bottom: 56.25%;
    position: fixed;
    top: 0;
    width: 100%
}

#homepage #solutions-for-gaming:before {
    background: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

#homepage #solutions-for-gaming .cover-video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#homepage #solutions-for-gaming .inside {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

#homepage #solutions-for-gaming .anim-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 58px;
    max-width: 530px;
    opacity: 0
}

#homepage #solutions-for-gaming .anim-title.show {
    opacity: 1;
    transition: opacity 1.4s ease
}

#homepage #solutions-for-gaming .anim-top-title {
    color: #fff;
    display: block;
    font-size: 18px;
    letter-spacing: .2em;
    line-height: 28px;
    margin-bottom: 24px;
    opacity: 0;
    text-transform: uppercase
}

#homepage #solutions-for-gaming .anim-top-title.show {
    opacity: 1;
    transition: opacity .8s ease
}

#homepage #solutions-for-gaming .ctas-flex {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

#homepage #solutions-for-gaming .ctas-flex.slide .slide-ctas-container {
    top: 0;
    transition: top .8s ease
}

#homepage #solutions-for-gaming .ctas-flex .slide-ctas-container {
    position: relative;
    top: 100%
}

#homepage #solutions-for-gaming .ctas-flex .round-cta {
    border-radius: 8px;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 16px;
    padding: 14px 52px;
    text-decoration: none
}

#homepage #solutions-for-gaming .ctas-flex .round-cta.pink {
    background: #db2455;
    border: 1px solid #db2455;
    color: #fff
}

#homepage #solutions-for-gaming .ctas-flex .round-cta.transparent {
    background: transparent;
    border: 1px solid #fff;
    color: #fff
}

#homepage #solutions-for-gaming #section-nav {
    align-items: flex-start;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    right: 40px;
    top: 200px;
    z-index: 3
}

#homepage #solutions-for-gaming #section-nav .section-nav-item {
    margin: 17px 0;
    width: 100%
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor {
    color: hsla(0, 0%, 100%, .3);
    display: block;
    font-size: 16px;
    height: 100%;
    line-height: 26px;
    padding-right: 100px;
    position: relative;
    text-align: right;
    text-decoration: none;
    width: 100%
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor:after {
    background: hsla(0, 0%, 100%, .3);
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor span {
    opacity: 0
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor:hover:after {
    height: 4px;
    transition: all .6s ease;
    width: 82px
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor:hover span {
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor.active:after {
    background: #fff;
    height: 4px;
    transition: all .6s ease;
    width: 82px
}

#homepage #solutions-for-gaming #section-nav .section-nav-item .section-anchor.active span {
    color: #fff;
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #top-publishers {
    padding: 80px 0
}

#homepage #top-publishers.section-on .title-section {
    opacity: 1;
    top: 0
}

#homepage #top-publishers .title-section {
    margin-bottom: 68px;
    opacity: 0;
    position: relative;
    top: 50px;
    transition: all .8s ease
}

#homepage #top-publishers .build-slider {
    margin-bottom: 60px;
    opacity: 0
}

#homepage #top-publishers .build-slider.slick-initialized {
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #top-publishers .build-slider .slick-slide {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 70px;
    justify-content: center;
    margin: 0 15px;
    width: 270px
}

#homepage #top-publishers .under-slider {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 18px;
    justify-content: center;
    line-height: 28px;
    padding: 40px 0;
    text-align: center
}

#homepage #top-publishers .under-slider a {
    margin-left: 5px
}

#homepage #user-cases {
    padding: 80px 0;
    position: relative
}

#homepage #user-cases.section-on .title-section {
    opacity: 1;
    top: 0
}

#homepage #user-cases .inside {
    position: static
}

#homepage #user-cases .title-section {
    margin-bottom: 82px;
    opacity: 0;
    position: relative;
    top: 50px;
    transition: all .8s ease
}

#homepage #user-cases .relative-container {
    position: relative
}

#homepage #user-cases .relative-container.slide-l-r .best-container {
    left: 0;
    transition: all .8s ease
}

#homepage #user-cases .relative-container.show-text .best-container .best-left .best-content, #homepage #user-cases .relative-container.show-text .best-container .best-left .best-title {
    opacity: 1;
    top: 0;
    transition: all 1.2s ease
}

#homepage #user-cases .relative-container.show-text .best-container .best-right .right-img-container {
    top: 0;
    transition: top 1.2s ease
}

#homepage #user-cases .relative-container.show-cta .best-right:before {
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #user-cases .relative-container.open-lightbox .video-container {
    animation-duration: .6s;
    animation-name: opacityAnimation;
    visibility: visible
}

#homepage #user-cases .best-container {
    cursor: pointer;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 24px;
    min-height: 376px;
    position: relative;
    text-decoration: none
}

#homepage #user-cases .best-container:hover .best-left .best-hover {
    opacity: 1;
    transition: opacity .8s ease
}

#homepage #user-cases .best-container:hover .best-right .right-img-container .bkg-img {
    transform: scale(1.2)
}

#homepage #user-cases .best-container .best-left {
    align-items: center;
    background: #141414;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

#homepage #user-cases .best-container .best-left .best-title {
    color: #db2455;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 8px;
    opacity: 0;
    position: relative;
    text-transform: uppercase;
    top: 50px
}

#homepage #user-cases .best-container .best-left .best-content {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    opacity: 0;
    padding: 0 120px;
    position: relative;
    text-align: center;
    top: 50px
}

#homepage #user-cases .best-container .best-left .best-hover {
    align-items: flex-start;
    background: #141414;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 53px 44px 0;
    position: absolute;
    top: 0;
    width: 100%
}

#homepage #user-cases .best-container .best-left .best-hover .hover-title {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px
}

#homepage #user-cases .best-container .best-left .best-hover .hover-text {
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 24px
}

#homepage #user-cases .best-container .best-right {
    background: #141414;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
    position: relative
}

#homepage #user-cases .best-container .best-right:before {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/play.952376a8.png) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 80px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    z-index: 2
}

#homepage #user-cases .best-container .best-right .right-img-container {
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%
}

#homepage #user-cases .best-container .best-right .right-img-container .bkg-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .6s ease;
    width: 100%
}

#homepage #user-cases .video-container {
    height: 0;
    left: 0;
    padding-bottom: 56.25%;
    position: absolute;
    transform: translateY(-50%);
    visibility: hidden;
    width: 100%;
    z-index: 6
}

#homepage #user-cases .video-container iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#homepage #user-cases .close-lightbox {
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    height: 30px;
    left: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px
}

#homepage #user-cases .close-lightbox:before {
    transform: translate(-50%, -50%) rotate(45deg)
}

#homepage #user-cases .close-lightbox:after, #homepage #user-cases .close-lightbox:before {
    background: #db2455;
    border-radius: 4px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%
}

#homepage #user-cases .close-lightbox:after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

#homepage #top-charts {
    background: #141414 url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/market-bkg-2.5b4750fe.jpg) no-repeat top;
    background-size: cover;
    padding: 80px 0;
    position: relative
}

#homepage #top-charts.section-on .title-section {
    opacity: 1;
    top: 0
}

#homepage #top-charts .title-section {
    margin-bottom: 54px;
    opacity: 0;
    position: relative;
    top: 50px;
    transition: all .8s ease
}

#homepage #top-charts .sign-up {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: center;
    line-height: 28px;
    margin-bottom: 48px;
    position: relative;
    width: 100%
}

#homepage #top-charts .sign-up .link {
    display: inline-block
}

#homepage #top-charts .social {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0
}

#homepage #top-charts .social li {
    height: 24px;
    margin-left: 16px;
    width: 24px
}

#homepage #top-charts .social li a {
    display: block;
    height: 100%;
    width: 100%
}

#homepage #top-charts .social li a.facebook {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/facebook.aba7c673.png) no-repeat 50%;
    background-size: cover
}

#homepage #top-charts .social li a.twitter {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/twitter.d7de72e0.png) no-repeat 50%;
    background-size: cover
}

#homepage #top-charts .social li a.linkedin {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/linkedin.687cc1ae.png) no-repeat 50%;
    background-size: cover
}

#homepage #top-charts .grid {
    display: grid;
    gap: 16px;
    grid-template-columns:repeat(2, 1fr)
}

#homepage #top-charts .full-block {
    background: rgba(0, 0, 0, .6);
    border-radius: 16px;
    padding: 16px 0 47px
}

#homepage #top-charts .full-block.margin-btm {
    margin-bottom: 16px
}

#homepage #top-charts .full-block .add-infos {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    justify-content: space-between;
    line-height: 28px;
    padding: 0 24px
}

#homepage #top-charts .full-block .row {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

#homepage #top-charts .full-block .row .nbr {
    font-size: 16px;
    margin-right: 22px
}

#homepage #top-charts .full-block .filters-top {
    border-bottom: 1px solid #575757;
    display: grid;
    grid-template-columns:1fr 100px
}

#homepage #top-charts .full-block .filters-top .filters {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    padding: 0 10px
}

#homepage #top-charts .full-block .filters-top .filters.two {
    grid-template-columns:repeat(2, 1fr);
    padding-right: 80px
}

#homepage #top-charts .full-block .filters-top .filters.no-padding {
    padding: 0 10px
}

#homepage #top-charts .full-block .filters-top .filters li {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 16px;
    position: relative
}

#homepage #top-charts .full-block .filters-top .filters li:after {
    background: #db2455;
    bottom: 0;
    content: "";
    height: 4px;
    left: 16px;
    opacity: 0;
    position: absolute;
    right: 16px
}

#homepage #top-charts .full-block .filters-top .filters li.active-filter {
    font-weight: 700
}

#homepage #top-charts .full-block .filters-top .filters li.active-filter:after {
    opacity: 1
}

#homepage #top-charts .full-block .filters-result .result-list {
    color: #fff;
    padding: 0 24px
}

#homepage #top-charts .full-block .filters-result .result-list li {
    border-bottom: 1px solid #575757;
    display: grid;
    grid-template-columns:50px 1fr 30px;
    padding: 24px 0
}

#homepage #top-charts .full-block .filters-result .result-list li.double {
    grid-template-columns:1fr 30px;
    padding: 12px 0
}

#homepage #top-charts .full-block .filters-result .result-list li .rank {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    justify-content: center
}

#homepage #top-charts .full-block .filters-result .result-list li .game {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

#homepage #top-charts .full-block .filters-result .result-list li .game .game-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    height: 34px;
    margin-right: 8px;
    width: 34px
}

#homepage #top-charts .full-block .filters-result .result-list li .position {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    position: relative
}

#homepage #top-charts .full-block .filters-result .result-list li .position:before {
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

#homepage #top-charts .full-block .filters-result .result-list li .position.down {
    color: #db2455;
    font-size: 18px;
    font-weight: 600
}

#homepage #top-charts .full-block .filters-result .result-list li .position.down:before {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/down.914b7b8b.png) no-repeat top;
    background-size: cover;
    height: 7px;
    width: 10px
}

#homepage #top-charts .full-block .filters-result .result-list li .position.up {
    color: #42a887;
    font-size: 16px
}

#homepage #top-charts .full-block .filters-result .result-list li .position.up:before {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/up.15cf3612.png) no-repeat top;
    background-size: cover;
    height: 7px;
    width: 8px
}

#homepage #top-charts .full-block .last-day {
    align-items: center;
    color: #c58af9;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    line-height: 28px;
    text-transform: uppercase
}

#homepage #top-charts .full-block .link {
    margin: 29px auto 0;
    text-align: center
}

#homepage #top-charts .under-chart {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 66px
}

#homepage #top-charts .under-chart span {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 42px
}

#homepage #insights {
    background: #141414;
    padding: 100px 0 250px 40px
}

#homepage #insights.fixed {
    position: fixed;
    top: 0;
    width: 100%
}

#homepage #insights.section-on .title-section {
    opacity: 1;
    top: 0
}

#homepage #insights .title-section {
    margin-bottom: 66px;
    opacity: 0;
    position: relative;
    top: 50px;
    transition: all .8s ease
}

#homepage #insights .insights-slider {
    opacity: 0
}

#homepage #insights .insights-slider.slick-initialized {
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #insights .insights-slider .media-slide.has-video .media {
    position: relative
}

#homepage #insights .insights-slider .media-slide.has-video .media:before {
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/play.952376a8.png) no-repeat 50%;
    background-size: cover;
    content: "";
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px
}

#homepage #insights .insights-slider .slick-slide {
    margin-right: 36px;
    width: 409px
}

#homepage #insights .insights-slider .slide {
    border: 1px solid transparent;
    border-radius: 24px;
    text-decoration: none
}

#homepage #insights .insights-slider .slide:hover {
    border: 1px solid #db2455;
    transition: border .6s ease
}

#homepage #insights .insights-slider .slide:hover .media-container .media {
    transform: scale(1.2)
}

#homepage #insights .insights-slider .slide .slide-category {
    color: #bfbfbf;
    display: block;
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 12px
}

#homepage #insights .insights-slider .slide .slide-title {
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 32px
}

#homepage #insights .insights-slider .figcaption {
    align-items: center;
    background: #000;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: flex;
    flex-direction: column;
    height: 301px;
    justify-content: flex-start;
    padding: 53px 62px 0;
    text-align: center
}

#homepage #insights .insights-slider .media-container {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    height: 244px;
    overflow: hidden;
    position: relative
}

#homepage #insights .insights-slider .media-container .media {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .6s ease;
    width: 100%
}

#homepage #insights .insights-slider .slick-arrow {
    appearance: none;
    background: url(https://static-cms.aa-cdn.net/wp-content/uploads/2022/07/slider-arrow.b965404a.png) no-repeat 50%;
    background-size: cover;
    border: none;
    border-radius: 50%;
    bottom: -110px;
    cursor: pointer;
    font-size: 0;
    height: 48px;
    padding: 0;
    position: absolute;
    width: 48px
}

#homepage #insights .insights-slider .slick-next {
    left: calc(50% + 40px)
}

#homepage #insights .insights-slider .slick-prev {
    left: calc(50% - 40px);
    transform: rotate(180deg)
}

#homepage #gaming-customers-stories {
    padding: 88px 0 155px
}

#homepage #gaming-customers-stories .quote-slider {
    opacity: 0
}

#homepage #gaming-customers-stories .quote-slider.slick-initialized {
    opacity: 1;
    transition: opacity .6s ease
}

#homepage #gaming-customers-stories .quote-slider .quote .q-text {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin: 32px 0
}

#homepage #gaming-customers-stories .quote-slider .quote .q-author {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px
}

#homepage #gaming-customers-stories .quote-slider .quote .q-more {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 8px
}

#homepage #gaming-customers-stories .quote-slider .quote .cta {
    display: inline-block;
    margin-top: 46px
}

#homepage #gaming-customers-stories .quote-slider .slick-dots {
    bottom: -52px;
    display: flex;
    flex-direction: row;
    position: relative
}

#homepage #gaming-customers-stories .quote-slider .slick-dots li {
    margin-right: 14px
}

#homepage #gaming-customers-stories .quote-slider .slick-dots li.slick-active button {
    background: #db2455
}

#homepage #gaming-customers-stories .quote-slider .slick-dots li button {
    appearance: none;
    background: #fff;
    border: 1px solid #db2455;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 16px;
    padding: 0;
    width: 16px
}

#homepage #get-started-for-free {
    background: #141414;
    padding: 80px 0 92px
}

#homepage #get-started-for-free .inside {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#homepage #get-started-for-free a {
    color: #db2455;
    text-decoration: none
}

#homepage #get-started-for-free.section-on .title {
    opacity: 1;
    top: 0
}

#homepage #get-started-for-free .title {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
    line-height: 42px;
    margin-bottom: 46px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 50px;
    transition: all .8s ease
}

@media only screen and (max-width: 1025px) {
    #homepage #solutions-for-gaming .anim-title {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 28px;
        max-width: 100%
    }

    #homepage #solutions-for-gaming .anim-top-title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px
    }

    #homepage #solutions-for-gaming .ctas-flex {
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 60px;
        justify-content: flex-start;
        position: relative
    }

    #homepage #solutions-for-gaming .ctas-flex .round-cta {
        border-radius: 8px;
        font-size: 16px;
        line-height: 21px;
        margin: 0 16px 20px 0;
        padding: 14px 52px
    }

    #homepage #user-cases .relative-container {
        position: relative
    }

    #homepage #user-cases .best-container .best-left .best-title {
        font-size: 16px;
        line-height: 32px
    }

    #homepage #user-cases .best-container .best-left .best-content {
        font-size: 20px;
        line-height: 30px;
        padding: 0 50px
    }

    #homepage #user-cases .best-container .best-left .best-hover {
        padding: 20px
    }

    #homepage #user-cases .best-container .best-left .best-hover .hover-title {
        font-size: 18px;
        line-height: 22px
    }

    #homepage #user-cases .best-container .best-left .best-hover .hover-text {
        font-size: 14px;
        line-height: 20px
    }

    #homepage #top-charts .sign-up {
        margin-bottom: 70px
    }

    #homepage #top-charts .social {
        top: calc(100% + 17px)
    }
}

@media only screen and (max-width: 700px) {
    #homepage #solutions-for-gaming .inside {
        justify-content: flex-end;
        margin-top: 50px
    }

    #homepage #solutions-for-gaming .anim-title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 0
    }

    #homepage #solutions-for-gaming .anim-top-title {
        margin-bottom: 8px
    }

    #homepage #solutions-for-gaming .ctas-flex {
        display: none
    }
}

@media only screen and (max-width: 860px) {
    #homepage #top-charts .inside {
        padding: 0
    }

    #homepage #top-charts .grid {
        grid-template-columns:repeat(1, 1fr)
    }

    #homepage #top-charts .full-block .filters-top .filters li {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 5px
    }

    #homepage #top-charts .full-block .filters-top .filters li:after {
        left: 5px;
        right: 5px
    }

    #homepage #top-charts .sign-up, #homepage #top-charts .title-section, #homepage #top-charts .under-chart {
        padding: 0 50px
    }

    #homepage #top-charts .sign-up .social {
        right: 50px
    }

    #homepage #gaming-customers-stories .quote-slider .quote .q-text, #homepage #get-started-for-free .title {
        font-size: 26px;
        line-height: 32px
    }
}

@media only screen and (max-width: 641px) {
    #homepage #user-cases .best-container {
        grid-template-columns:repeat(1, 1fr)
    }

    #homepage #user-cases .best-container .best-left {
        min-height: 230px
    }

    #homepage #user-cases .best-container .best-left, #homepage #user-cases .best-container .best-left .best-hover {
        border-bottom-left-radius: 0;
        border-top-right-radius: 24px
    }

    #homepage #user-cases .best-container .best-right {
        height: 0;
        padding-bottom: 56.25%
    }

    #homepage #user-cases .best-container .best-right, #homepage #user-cases .best-container .best-right .right-img-container {
        border-bottom-left-radius: 24px;
        border-top-right-radius: 0
    }

    #homepage #insights {
        padding: 100px 0 80px 40px
    }

    #homepage #insights .insights-slider .slick-arrow {
        bottom: 40px
    }

    #homepage #insights .insights-slider .slick-slide {
        margin-right: 25px;
        width: 280px
    }

    #homepage #insights .insights-slider .figcaption {
        height: auto;
        min-height: 200px;
        padding: 30px 20px
    }

    #homepage #insights .insights-slider .media-container {
        height: 200px
    }

    #homepage #insights .insights-slider .slick-arrow {
        height: 38px;
        width: 38px
    }
}