
/*!sc*/
:root {
    --white: #ffffff;
    --black: #000000;
    --primaryColor: #ff43a6;
    --paraColor: #473e5f;
    --titlecolor: #0b0223;
    --hpTitleColor: #1f1637;
    --termsTitleColor: #5b5273;
    --partnerParaColor: #8d84a5;
    --contactusParaColor: #797091;
    --hoverPrimary: #ff339e;
    --borderColor: #ebebeb;
    --lightParaColor: #a198b9;
}

/*!sc*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*!sc*/
*:focus, *:active, *:hover {
    outline: none;
}

/*!sc*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/*!sc*/
ul[class] {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*!sc*/
button, .btn {
    cursor: pointer;
}

/*!sc*/
h1, h2, h3, h4, h5, h6, p, span {
    margin: 0;
    font-weight: unset;
}

/*!sc*/
a {
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
b, strong {
    font-family: var(--font-bold);
}

/*!sc*/
.inline-lazy {
    display: inline;
}

/*!sc*/
.main-content {
    min-height: calc(100vh - 297px);
}

/*!sc*/
html[lang='ko'] * {
    word-break: keep-all;
}

/*!sc*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*!sc*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*!sc*/
.arrow-icon {
    position: relative;
}

/*!sc*/
.arrow-icon .arrow {
    display: block !important;
    position: absolute;
    right: -36px;
    top: 4px;
    margin-left: 5px;
    margin-right: 20px;
    height: 12px;
    width: 12px;
    color: var(--paraColor);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*!sc*/
@media screen and (min-width: 768px) {
    .arrow-icon .arrow {
        display: none;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .arrow-icon .arrow {
        margin-right: 6px;
    }
}

/*!sc*/
.arrow-icon .arrow:before {
    background-color: var(--paraColor);
    bottom: 1px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*!sc*/
.arrow-icon .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 5px;
    width: 6px;
}

/*!sc*/
.app-page-dark {
    background: #111111 !important;
    color: #fff;
}

/*!sc*/
.app-page-dark.scroll-up.generic-rule .app-page-dark, .app-page-dark.scroll-down.generic-rule .app-page-dark {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

/*!sc*/
@media (min-width: 1460px) {
    .app-page-dark .container {
        max-width: 1440px;
    }

    .app-page-dark .footer-section.new-footer .container .social-logos + section {
        width: 72% !important;
    }

    .app-page-dark .mb-0 .container {
        max-width: 1440px !important;
    }

    .app-page-dark .game-tiles-video-wrapper .game-video-list {
        -webkit-box-pack: start !important;
        -webkit-justify-content: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
    }
}

/*!sc*/
.app-page-dark.scroll-up .app-page-dark, .app-page-dark.scroll-down .app-page-dark {
    top: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 2px 8px rgba(255, 255, 255, 0.08) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    backdrop-filter: blur(24px) !important;
}

/*!sc*/
.app-page-dark.scroll-up .app-page-dark {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(24px) !important;
    backdrop-filter: blur(24px) !important;
}

/*!sc*/
@media (max-width: 1025px) {
    .app-page-dark.scroll-up .app-page-dark {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
}

/*!sc*/
.app-page-dark.scroll-up .app-page-dark .social-media-section {
    background: rgba(0, 0, 0, 0.4);
}

/*!sc*/
.app-page-dark.scroll-up .app-page-dark .social-media-section .title {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.app-page-dark .footer-section.new-footer .container .social-icons-2 .icon-2 {
    background-image: url(static/images/social-icon-new-dark.png) !important;
}

/*!sc*/
html[lang='en'] body.app-page-dark, html[lang='ko'] body.app-page-dark {
    padding-top: 0 !important;
}

/*!sc*/
.qc-cmp2-persistent-link {
    cursor: pointer;
    position: fixed;
    background-color: #368bd6;
    padding: 5px 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 30px;
    z-index: 2147483640;
    bottom: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*!sc*/
.qc-cmp2-persistent-link img {
    width: 16px;
    height: 17px;
    margin-right: 5px;
}

/*!sc*/
body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: var(--white);
}

/*!sc*/
body:not(.no-padding) {
    padding-top: 87px !important;
}

/*!sc*/
@media (max-width: 767px) {
    body:not(.no-padding) {
        padding-top: 83px !important;
    }
}

/*!sc*/
html[lang='en'] body:not(.no-padding), html[lang='ko'] body:not(.no-padding) {
    padding-top: 74px !important;
}

/*!sc*/
html[lang='en'] .aboutus *, html[lang='en'] .about-us-background *, html[lang='ko'] .aboutus *, html[lang='ko'] .about-us-background * {
    font-family: 'Fredoka', sans-serif;
}

/*!sc*/
html:not([lang='en']) .blog-menu {
    display: none;
}

/*!sc*/
html[lang='ja'] .header-section-light .logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/*!sc*/
html[lang='ja'] .header-section-light .logo svg {
    width: 181px;
    height: 48px;
}

/*!sc*/
html[lang='ko'] .footer-section.new-footer .container .social-logos + section .footer-container .footer-left {
    height: 300px;
}

/*!sc*/
@media (max-width: 767px) {
    html[lang='ko'] .footer-section.new-footer .container .social-logos + section .footer-container .footer-left {
        height: auto;
    }
}

/*!sc*/
html[lang='ko'] .hero-content .btn-wrapper .sign-in, html[lang='ko'] .hero-content .btn-wrapper .go-rogue {
    font-weight: bold;
}

/*!sc*/
html[lang='ko'] .games-tile-section .heading-section {
    max-width: 100%;
}

/*!sc*/
html[lang='ko'] .features-section .feature-list .feature-item:nth-child(2n) .feature-content h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/*!sc*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.flex.perfectCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.flex.hrtlCenter {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
.flex.vrtlCenter {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.flex.flex-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/*!sc*/
.flex.space-btw {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.flex.space-even {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

/*!sc*/
.flex.space-around {
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

/*!sc*/
.flex.column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.flex.start {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

/*!sc*/
.flex.pointer {
    cursor: pointer;
}

/*!sc*/
.container {
    max-width: 1147px;
    width: 100%;
    margin: 0 auto;
}

/*!sc*/
@media (max-width: 1200px) {
    .container {
        padding: 0 12px !important;
    }
}

/*!sc*/
@media (max-width: 1024px) {
    .container {
        padding: 0 16px !important;
    }
}

/*!sc*/
.img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
}

/*!sc*/
.image-fit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*!sc*/
.fs-modal-open, .hamburger-open {
    height: 100vh;
    overflow-y: hidden;
}

/*!sc*/
.read-more {
    color: #ff43a5;
    cursor: pointer;
}

/*!sc*/
.experience-btn * {
    pointer-events: none;
}

/*!sc*/
.ReactModal__Overlay--after-open .ReactModal__Content--after-open {
    opacity: 1 !important;
    -webkit-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

/*!sc*/
.ReactModal__Overlay--before-close .ReactModal__Content--after-open {
    opacity: 0 !important;
    -webkit-transform: translateX(-100px) !important;
    -ms-transform: translateX(-100px) !important;
    transform: translateX(-100px) !important;
}

/*!sc*/
body.IN .social-icon.tiktok {
    display: none;
}

/*!sc*/
body:not(.US) .social-icons-list .social-icon:first-child, body:not(.US) .icon-2.discord {
    display: none !important;
}

/*!sc*/
.already-joined {
    overflow: hidden;
}

/*!sc*/
.already-joined .already-joined-popup {
    display: block !important;
}

/*!sc*/
.scroll-down .header-section-light {
    -webkit-transition: -webkit-transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/*!sc*/
.scroll-up .header-section-light {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

/*!sc*/
body.scroll-disabled {
    overflow: hidden !important;
}

/*!sc*/
@media (min-width: 1025px) {
    .language + .main-content {
        margin-top: 85px;
    }
}

/*!sc*/
@media (max-width: 1024px) {
    .language + .main-content {
        margin-top: 110px;
    }

    .unsupportedlangMsg + .main-content {
        margin-top: 135px;
    }
}

/*!sc*/
body.CA .apps-wrapper .top-games-container .pc-container, body.AU .apps-wrapper .top-games-container .pc-container, body.CH .apps-wrapper .top-games-container .pc-container, body.US .apps-wrapper .top-games-container .pc-container, body.GB .apps-wrapper .top-games-container .pc-container {
    visibility: initial;
}

/*!sc*/
@media screen and (max-width: 767px) {
    body.CA .hero-banner .hero-game-details, body.AU .hero-banner .hero-game-details, body.CH .hero-banner .hero-game-details, body.US .hero-banner .hero-game-details, body.GB .hero-banner .hero-game-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
.IN .tik-tok {
    display: none;
}

/*!sc*/
.blog-menu {
    display: none;
}

/*!sc*/
data-styled.g3[id="sc-global-ifzJYi1"] {
    content: "sc-global-ifzJYi1,"
}

/*!sc*/
.eExRib {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*!sc*/
.eExRib .circle {
    stroke-dasharray: 90;
    stroke-dashoffset: 90;
    stroke-linecap: round;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: animate-stroke 1.5s ease infinite, rotation 1.5s linear infinite;
    animation: animate-stroke 1.5s ease infinite, rotation 1.5s linear infinite;
}

/*!sc*/
.eExRib .circle-2 {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: animate-stroke 1.5s ease-in infinite, rotation2 1.5s linear infinite;
    animation: animate-stroke 1.5s ease-in infinite, rotation2 1.5s linear infinite;
}

/*!sc*/
.eExRib .circle-3 {
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-animation: animate-stroke 1.5s ease-in infinite, rotation3 1.5s linear infinite;
    animation: animate-stroke 1.5s ease-in infinite, rotation3 1.5s linear infinite;
}

/*!sc*/
@-webkit-keyframes animate-stroke {
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -90;
    }
}

/*!sc*/
@keyframes animate-stroke {
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -90;
    }
}

/*!sc*/
@-webkit-keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@keyframes rotation {
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*!sc*/
@-webkit-keyframes rotation2 {
    100% {
        -webkit-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        transform: rotate(340deg);
    }
}

/*!sc*/
@keyframes rotation2 {
    100% {
        -webkit-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        transform: rotate(340deg);
    }
}

/*!sc*/
@-webkit-keyframes rotation3 {
    100% {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }
}

/*!sc*/
@keyframes rotation3 {
    100% {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }
}

/*!sc*/
data-styled.g4[id="style__SvgStyleWrapper-sc-4wcfru-0"] {
    content: "eExRib,"
}

/*!sc*/
.jtllBI {
    position: relative;
}

/*!sc*/
.jtllBI img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

/*!sc*/
data-styled.g12[id="style__PictureStyleWrapper-sc-3zuk8d-0"] {
    content: "jtllBI,"
}

/*!sc*/
.boJwcI .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 24px;
    margin-bottom: 28px;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #eeedf0;
}

/*!sc*/
.boJwcI .footer-container .linkdin-2 {
    background-position: -40px 0px !important;
}

/*!sc*/
.boJwcI .footer-container .snapchat-2 {
    background-position: 0px 0px !important;
}

/*!sc*/
.boJwcI .footer-container .twitter-2 {
    background-position: 32px 0px !important;
}

/*!sc*/
.boJwcI .footer-container .social-icons-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 45px;
    right: 0px;
    width: calc(32px * 3 + 10px * 2);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.boJwcI .footer-container .social-icons-2 .icon-2 {
    background: url(static/images/sprite-image.png);
    background-size: cover;
    width: 32px;
    height: 32px;
}

/*!sc*/
@media screen and (max-width: 1200px) {
    .boJwcI .footer-container .social-icons-2 {
        right: 24px;
    }
}

/*!sc*/
@media screen and (max-width: 768px) {
    .boJwcI .footer-container .social-icons-2 {
        position: unset;
        margin-top: 45px;
    }
}

/*!sc*/
.boJwcI .footer-container .cursor {
    cursor: pointer;
}

/*!sc*/
@media screen and (max-width: 768px) {
    .boJwcI .footer-container {
        padding-bottom: 32px;
        display: block;
    }

    .boJwcI .footer-container .logos-alt {
        margin-top: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: url('static/images/sprite-image.png') 0 0;
        background-size: cover;
        background-position: center;
        width: 112px;
        height: 32px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(261px + 32px);
    min-width: 64%;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left {
        height: auto;
        min-width: 58%;
        padding-left: 24px;
        margin-top: 15px;
    }
}

/*!sc*/
@media screen and (max-width: 850px) {
    .boJwcI .footer-container .footer-left {
        min-width: 46.5%;
    }
}

/*!sc*/
@media screen and (max-width: 768px) {
    .boJwcI .footer-container .footer-left {
        padding-left: 0px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .quater-height {
    height: 22px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .quater-height {
        height: auto;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .quater-height .arrow {
    margin-left: 5px;
    margin-right: 20px;
    height: 12px;
    width: 12px;
    color: var(--paraColor);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*!sc*/
@media screen and (min-width: 768px) {
    .boJwcI .footer-container .footer-left .quater-height .arrow {
        display: none;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .quater-height .arrow {
        margin-right: 6px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .quater-height .arrow:before {
    background-color: var(--paraColor);
    bottom: 1px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*!sc*/
.boJwcI .footer-container .footer-left .quater-height .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 5px;
    width: 6px;
}

/*!sc*/
.boJwcI .footer-container .footer-left .half-height {
    height: 116px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .half-height {
        height: auto;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .full-height {
    height: 270px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .full-height {
        height: auto;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section {
    margin-bottom: 24px;
    width: 168px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap;
    overflow-y: hidden;
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .pink-color {
        color: rgb(255, 51, 158) !important;
    }

    .boJwcI .footer-container .footer-left .section .pink-color::after {
        -webkit-transform: rotate(-135deg) translateY(50%) !important;
        -ms-transform: rotate(-135deg) translateY(50%) !important;
        transform: rotate(-135deg) translateY(50%) !important;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .display-none {
        display: none !important;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section {
        width: 100%;
        overflow-y: unset;
        margin-bottom: 0px;
    }
}

/*!sc*/
@media (max-width: 900px) and (min-width: 740px) {
    .boJwcI .footer-container .footer-left .section:nth-child(4), .boJwcI .footer-container .footer-left .section:nth-child(5), .boJwcI .footer-container .footer-left .section:nth-child(6) {
        display: none !important;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .sub-title-link {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-bottom: 5px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .sub-title-link {
        position: relative;
        background-color: rgb(245, 245, 245);
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in 0s;
        transition: opacity 0.4s ease-in 0s;
        font-size: 14px;
        color: rgb(71, 62, 95);
        margin-bottom: 0px;
        padding: 14px 24px 13px 24px;
        height: 48px;
        left: -24px;
        width: calc(100% + 24px);
        border-radius: 0px;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .sub-title-link {
        width: 100vw;
        position: relative;
        left: -16px;
        background-color: rgb(245, 245, 245);
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in 0s;
        transition: opacity 0.4s ease-in 0s;
        font-size: 14px;
        color: rgb(71, 62, 95);
        margin-bottom: 0px;
        padding: 14px 24px 13px 16px;
        height: 48px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .title-anchor {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .title-anchor {
        width: 100%;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .title {
    font-weight: 600;
    font-size: 14px;
    color: #1f1637;
    margin-bottom: 16px !important;
    line-height: 21px;
    margin-bottom: 4px;
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .title:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #ff6bb9 !important;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .title {
        height: 48px;
        margin-bottom: 0px !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .boJwcI .footer-container .footer-left .section .title:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .title-2 {
    font-weight: 600;
    font-size: 14px;
    color: #1f1637;
    margin-bottom: 16px !important;
    line-height: 21px;
    margin-bottom: 4px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .title-2 {
        cursor: pointer;
        height: 48px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 24px;
        margin-bottom: 0px !important;
        -webkit-box-align: center;
    }

    .boJwcI .footer-container .footer-left .section .title-2::after {
        margin-left: 5px;
        content: '';
        border-style: solid;
        border-color: initial;
        border-image: initial;
        border-width: 0px 1px 1px 0px;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left .section .title-2 {
        padding-right: 10px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #473e5f;
    line-height: 21px;
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .sub-title:hover {
    color: #ff6bb9;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .sub-title-2 {
    font-weight: 400;
    font-size: 14px;
    color: #473e5f;
    line-height: 21px;
}

/*!sc*/
.boJwcI .footer-container .footer-left .section .sub-heading-web {
    font-weight: 600;
    font-size: 14px;
    color: #1f1637;
    line-height: 21px;
}

/*!sc*/
.boJwcI .footer-container .footer-left-ja {
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}

/*!sc*/
@media screen and (min-width: 768px) {
    .boJwcI .footer-container .footer-left-ja .quater-height {
        height: 22px;
    }

    .boJwcI .footer-container .footer-left-ja .quater-height .arrow {
        display: none;
    }

    .boJwcI .footer-container .footer-left-ja .half-height {
        height: 116px;
    }

    .boJwcI .footer-container .footer-left-ja .full-height {
        height: 270px;
    }

    .boJwcI .footer-container .footer-left-ja .section {
        margin-bottom: 24px;
        width: 168px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .boJwcI .footer-container .footer-left-ja .section .title-2 {
        display: block;
    }

    .boJwcI .footer-container .footer-left-ja .section .title-2::after {
        display: none;
    }

    .boJwcI .footer-container .footer-left-ja .section .sub-title-link {
        position: unset;
        background-color: unset;
        padding: 0px;
    }

    .boJwcI .footer-container .footer-left-ja .section .display-none {
        display: block !important;
    }

    .boJwcI .footer-container .footer-left-ja .section .pink-color {
        color: rgb(31, 22, 55);
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-left-ja .section .sub-title-link {
        width: 100vw;
        left: -16px;
        padding-left: 16px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-1 {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover !important;
    background: url('static/images/peep-art.png');
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-2 {
    height: 258px;
    background: url('static/images/peep-art-1.png');
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-common {
    width: 361px;
    border-radius: 12px;
    border: 1px solid rgba(255, 66, 165, 0.1);
    padding: 25px 24px 24px 24px;
    margin: auto;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .boJwcI .footer-container .footer-right .banner-common {
        margin-top: 15px;
        margin-left: 24px;
    }
}

/*!sc*/
@media screen and (max-width: 768px) {
    .boJwcI .footer-container .footer-right .banner-common {
        margin: auto;
        margin-top: 35px;
    }
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-div {
    width: 100%;
    height: 36px;
    border: 1px solid #ff42a5;
    color: #ff42a5;
    border-radius: 6px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-div:hover {
    background: #ff42a5;
    color: #ffffff;
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-div:hover .r-button {
    color: #ffffff;
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    color: #ff42a5;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.boJwcI .footer-container .footer-right .r-input {
    background: #ffffff;
    border: 1px solid #eeedf0;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 4%);
    border-radius: 6px;
    padding: 7.5px 12px;
    margin-bottom: 24px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

/*!sc*/
.boJwcI .footer-container .footer-right .hover-img-1 {
    display: none;
}

/*!sc*/
.boJwcI .footer-container .footer-right .hover-img-2 {
    display: none;
}

/*!sc*/
.boJwcI .footer-container .footer-right .hover-img {
    display: none;
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-2:hover .hover-img-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
    left: -25px;
    bottom: -20px;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-2:hover .hover-img-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    position: relative;
    right: -25px;
    bottom: -21px;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-2:hover .hover-img {
    display: block;
    border-radius: 12px;
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
}

/*!sc*/
.boJwcI .footer-container .footer-right .banner-2:hover .r-input {
    border: 1px solid #ff42a5;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/*!sc*/
@media screen and (max-width: 393px) {
    .boJwcI .footer-container .footer-right .banner-common {
        width: auto;
    }

    .boJwcI .footer-container .footer-right .r-heading {
        font-size: 22px;
    }

    .boJwcI .footer-container .footer-right .r-button {
        font-size: 12px;
    }
}

/*!sc*/
@media screen and (max-width: 346px) {
    .boJwcI .footer-container .footer-right .r-heading {
        font-size: 20px;
    }
}

/*!sc*/
@media screen and (max-width: 323px) {
    .boJwcI .footer-container .footer-right .r-heading {
        font-size: 18px;
    }
}

/*!sc*/
data-styled.g25[id="new-style__FooterHelperStyledNew-sc-10w17x1-0"] {
    content: "boJwcI,"
}

/*!sc*/
.jErPWe .footer-section {
    background: radial-gradient(100% 100% at 50% 0%, rgba(254, 66, 165, 0) 52.6%, rgba(255, 66, 165, 0.05) 100%);
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section {
        padding-top: 35px;
        padding-bottom: 0;
    }
}

/*!sc*/
.jErPWe .footer-section .container {
    padding: 50px 0px 24px 0px;
    margin: 0 auto;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos {
    margin-bottom: 50px;
}

/*!sc*/
@media screen and (max-width: 1092px) {
    .jErPWe .footer-section .container .social-logos {
        margin-bottom: 20px;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .social-logos {
        margin-bottom: 35px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 82%;
}

/*!sc*/
@media (max-width: 1065px) {
    .jErPWe .footer-section .container .social-logos .breadcrumb {
        width: 78%;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .social-logos .breadcrumb {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        width: 100%;
    }
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb .scroller {
    overflow-x: auto;
    margin-top: -4px;
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .social-logos .breadcrumb .scroller {
        width: 100%;
        overflow-x: auto;
        margin-top: 2px;
    }
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb .scroller .breadcrumb-page {
    color: #000000;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .social-logos .breadcrumb ul {
        margin-bottom: 16px;
        height: 23.08px;
    }
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    color: var(--hpTitleColor);
    padding-right: 12px;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li::before {
    content: '>';
    padding-right: 12px;
    color: #5b5273;
    font-weight: 400;
    font-size: 20px;
    padding-left: 0px;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li::before:first-child {
    padding: 0px;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li:last-child {
    color: #797091;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li:first-child a {
    color: var(--hpTitleColor);
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li a {
    font-size: 12px;
    font-weight: 400;
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li a:active, .jErPWe .footer-section .container .social-logos .breadcrumb ul li a:visited {
    color: var(--hpTitleColor);
}

/*!sc*/
.jErPWe .footer-section .container .social-logos .breadcrumb ul li span {
    font-size: 12px;
    font-weight: 400;
}

/*!sc*/
.jErPWe .footer-section .container .footer-logo {
    display: block;
    padding-right: 15px;
}

/*!sc*/
.jErPWe .footer-section .container .footer-logo img {
    width: 32.74px;
    height: 23.74px;
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .footer-logo {
        margin-bottom: 16px;
        min-width: 38px;
    }

    .jErPWe .footer-section .container .footer-logo img {
        width: 32px;
        height: 23.08px;
    }

    .jErPWe .footer-section .container .footer-logo svg {
        width: 66px;
        height: 48px;
    }
}

/*!sc*/
.jErPWe .footer-section .container .footer-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*!sc*/
.jErPWe .footer-section .container .footer-list li {
    margin-bottom: 20px;
    white-space: nowrap;
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section .container .footer-list li {
        white-space: unset;
    }
}

/*!sc*/
.jErPWe .footer-section .container .footer-list li a {
    color: var(--hpTitleColor);
    font-size: 12px;
    line-height: 1.4;
}

/*!sc*/
@media (min-width: 768px) {
    .jErPWe .footer-section .container .footer-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .jErPWe .footer-section .container .footer-list li {
        margin-bottom: 16px;
    }

    .jErPWe .footer-section .container .footer-list li:not(:last-child) {
        margin-right: 24px;
    }

    .jErPWe .footer-section .container .footer-list li a:hover {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #ff6bb9 !important;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .footer-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .jErPWe .footer-section .container .footer-list li {
        margin-bottom: 16px;
    }

    .jErPWe .footer-section .container .footer-list li:not(:last-child) {
        margin-right: 24px;
    }
}

/*!sc*/
@media (max-width: 768px) and (max-width: 415px) {
    .jErPWe .footer-section .container .footer-list li:not(:last-child) {
        margin-right: 16px;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .footer-list li a:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }
}

/*!sc*/
.jErPWe .footer-section .container .footer-list #contact-us-modal {
    cursor: pointer;
    color: var(--hpTitleColor);
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
}

/*!sc*/
.jErPWe .footer-section .container .footer-list #contact-us-modal:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.jErPWe .footer-section .container .copyright {
    color: #8d84a5;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 22px;
}

/*!sc*/
@media (min-width: 768px) {
    .jErPWe .footer-section .container .copyright {
        margin-bottom: 0;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .jErPWe .footer-section .container .copyright {
        width: 70%;
    }
}

/*!sc*/
.jErPWe .footer-section .container .agreement {
    font-size: 13px;
    line-height: 17px;
    color: #8d84a5;
    margin-bottom: 16px;
}

/*!sc*/
.jErPWe .footer-section .container .agreement a {
    color: #0091ff;
}

/*!sc*/
.jErPWe .footer-section .container.footer-pad {
    position: relative;
}

/*!sc*/
@media (max-width: 1200px) and (min-width: 768px) {
    .jErPWe .footer-section .container.footer-pad {
        padding: 50px 24px 24px 24px !important;
        margin: auto;
    }
}

/*!sc*/
@media (max-width: 1200px) {
    .jErPWe .footer-section .container {
        margin-left: 0;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section .container {
        margin-left: 0;
    }
}

/*!sc*/
.jErPWe .footer-section .footer-strip {
    width: 100%;
    background-color: #071036;
    padding: 16px 0 15px 0;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

/*!sc*/
.jErPWe .footer-section .footer-strip .container {
    padding: 0;
}

/*!sc*/
@media (max-width: 1200px) {
    .jErPWe .footer-section .footer-strip .container {
        padding-left: 24px;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section .footer-strip .container {
        padding-left: 0;
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*!sc*/
.jErPWe .footer-section .footer-strip span {
    color: var(--primaryColor);
}

/*!sc*/
.jErPWe .footer-section.new-footer {
    background: linear-gradient(113.21deg, #FFEDF6 0%, #FFEDF6 .01%, #E4F7FF 60.94%, #FCFFED 100%);
}

/*!sc*/
@media (max-width: 996px) {
    .jErPWe .footer-section.new-footer {
        padding-bottom: 100px;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos + section {
        padding: 0;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos + section .footer-container .footer-left .section.full-height {
        border-bottom: 1px solid #F6F2FF;
        padding: 0 24px;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos + section .footer-container .footer-left .section.quater-height {
        padding: 0 24px;
    }

    .jErPWe .footer-section.new-footer .footer-container .footer-left .quater-height .arrow {
        display: none;
    }

    .jErPWe .footer-section.new-footer .footer-container .footer-left .quater-height .arrow-icon .arrow {
        right: 0;
        top: 20px;
    }
}

/*!sc*/
.jErPWe .footer-section.new-footer .container {
    padding-top: 40px;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller {
    margin-bottom: 40px;
    font-family: inherit;
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section.new-footer .container .scroller {
        overflow-x: auto;
        margin-left: 16px !important;
        margin-bottom: 20px;
    }
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding-right: 12px;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li:first-child::before {
    content: none;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li:first-child span {
    color: #0B0223;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li::before {
    content: ">";
    padding-right: 12px;
    color: #5b5273;
    font-weight: 400;
    font-size: 20px;
    padding-left: 0px;
    font-family: Poppins, sans-serif;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li a, .jErPWe .footer-section.new-footer .container .scroller ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0B0223;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .scroller ul li span {
    color: #5B5273;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .footer-container .footer-left .section .title-2, .jErPWe .footer-section.new-footer .container .footer-container .footer-left .section .title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .footer-list li a, .jErPWe .footer-section.new-footer .container .copyright {
    font-size: 14px;
    line-height: 17px;
    color: #473E5F;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .footer-upper-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEEDF0;
    padding-bottom: 0;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal {
    position: relative;
    bottom: unset;
    right: unset;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .language-body {
    position: absolute;
    bottom: 34px;
    right: 0;
    min-width: 183px;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .footer-logo {
    padding-right: 0;
    margin-bottom: 42px;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .footer-logo img {
    width: 104px;
    height: 89px;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos {
    width: 122px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 785px;
    max-width: 78%;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left {
    width: 100%;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section .title-2, .jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section .title {
    font-weight: 500;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section .sub-title {
    color: #0B0223;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section .sub-title:hover {
    color: #FF6BB9;
    -webkit-text-decoration: none;
    text-decoration: none;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section.quater-height {
    margin-bottom: 8px !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-logos + section .footer-container .footer-left .section.quater-height .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0B0223;
    margin-bottom: 0 !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .twitter-2 {
    background-position: -3px -2px !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .youtube {
    background-position: 65px -2px !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .tik-tok {
    background-position: 34px -2px !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .discord {
    background-position: 65px -97px !important;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-icons-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(32px * 3 + 10px * 2);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
.jErPWe .footer-section.new-footer .container .social-icons-2 .icon-2 {
    background: url(static/images/social-icons-new.png);
    background-size: 98px;
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
}

/*!sc*/
@media screen and (max-width: 1200px) {
    .jErPWe .footer-section.new-footer .container .social-icons-2 {
        right: 24px;
    }
}

/*!sc*/
@media screen and (max-width: 768px) {
    .jErPWe .footer-section.new-footer .container .social-icons-2 {
        position: unset;
        margin-top: 45px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section.new-footer .container {
        padding: 0 !important;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 24px;
        margin-bottom: 24px;
        position: relative;
        border: none;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper::after {
        content: "";
        height: 1px;
        width: 90%;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        bottom: 0;
        background: #EEEDF0;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos {
        width: 100%;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 16px;
        margin-bottom: 24px;
        -webkit-align-items: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos .social-icons-2 {
        margin-top: 0;
        width: auto;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos .social-icons-2 .icon-2 {
        width: 32px;
        margin-right: 8px;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos .footer-logo {
        margin-bottom: 0;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos + section {
        background: #fff;
        padding: 0 24px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .jErPWe .footer-section.new-footer .container .footer-upper-wrapper .social-logos + section .footer-container .footer-left .section .sub-title-link {
        width: 100%;
        left: unset;
        background: transparent;
    }

    .jErPWe .footer-section.new-footer .container .footer-list {
        padding-top: 24px;
        padding-left: 16px;
    }

    .jErPWe .footer-section.new-footer .container .footer-list li {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .jErPWe .footer-section.new-footer .container .footer-list li a, .jErPWe .footer-section.new-footer .container .copyright {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal {
        right: unset;
        bottom: unset;
        left: unset;
        padding-left: 16px;
    }

    .jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .language-body {
        left: 16px;
        right: unset;
        bottom: 26px;
    }

    .jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .locale-name {
        text-align: left;
    }

    .jErPWe .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .locale-name .label::before {
        left: 75px;
        top: -6px;
        border-top-left-radius: 22px;
        border-right: none;
        border-left: unset;
        border-top-right-radius: unset;
    }

    .jErPWe .footer-section.new-footer .container .copyright-locale {
        position: relative;
    }

    .jErPWe .footer-section.new-footer .container .copyright-locale .copyright {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        width: 100%;
        color: #473E5F;
        padding: 0 16px;
    }
}

/*!sc*/
.jErPWe .contact-us .modal-body .contact-heading {
    width: 100%;
    margin-bottom: 10px;
}

/*!sc*/
.jErPWe .contact-us .modal-body .contact-heading h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: var(--hpTitleColor);
}

/*!sc*/
.jErPWe .contact-us .modal-body .contact-para {
    font-size: 18px;
    line-height: 150%;
    color: var(--contactusParaColor);
    padding-bottom: 20px;
    max-width: 454px;
}

/*!sc*/
.jErPWe .contact-us .modal-body .contact-para a {
    color: #0397eb;
}

/*!sc*/
.jErPWe .contact-us .modal-body .contact-close-btn {
    background: var(--primaryColor);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 11.5px 24px;
    width: 100%;
    height: 56px;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Poppins', sans-serif;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark {
    position: relative;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark::before {
    content: "";
    position: absolute;
    background: radial-gradient(46.13% 13.64% at 49% 0%, rgba(14, 164, 197, 0.2) 0%, rgba(14, 164, 197, 0) 100%), radial-gradient(11.82% 32.59% at 0% 0%, rgba(123, 76, 255, 0.4) 17.85%, rgba(123, 76, 255, 0) 100%), radial-gradient(16.72% 49.32% at 100% 100%, rgba(14, 164, 197, 0.4) 0%, rgba(14, 164, 197, 0) 100%), #111;
    width: 100%;
    height: 100%;
    top: 0;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark a, .jErPWe .footer-section.app-page-dark .container .footer-list li a, .jErPWe .footer-section.app-page-dark .contact-us {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark a:hover, .jErPWe .footer-section.app-page-dark .container .footer-list li a:hover, .jErPWe .footer-section.app-page-dark .contact-us:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad {
    color: #fff;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .scroller .breadcrumb-page {
    color: #fff !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .scroller span {
    color: rgba(255, 255, 255, 0.5) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height h2, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height h2 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .title-anchor {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title .arrow, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor .arrow, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title .arrow, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .title-anchor .arrow {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title .arrow::before, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor .arrow::before, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title .arrow::before, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .title-anchor .arrow::before {
    background-color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height, .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height {
        border-bottom: none !important;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section.app-page-dark .footer-pad .footer-upper-wrapper::after {
        background: none !important;
    }
}

/*!sc*/
@media (max-width: 996px) {
    .jErPWe .footer-section.app-page-dark .container .footer-upper-wrapper .social-logos + section .footer-container .footer-left .section.full-height {
        border-bottom: none;
    }
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .lang-dropdown-wrapper .footer-list a {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .lang-dropdown-wrapper .language-body {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .lang-dropdown-wrapper .locale-name #locale-select:hover {
    background-color: transparent;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .lang-dropdown-wrapper #locale-select {
    color: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .copyright {
    color: rgba(255, 255, 255, 0.7) !important;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .language-body {
    bottom: 39px;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .language-body .dropdown-list ul li {
    background-color: #292929;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .language-body .dropdown-list ul li:last-child {
    border-bottom: 1px solid #f5f5f5;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .language-body .dropdown-list ul li:hover {
    background-color: #111111;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .language-body .dropdown-list ul li.selected .tick .logo {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .locale-name .btn-focus {
    background-color: #292929;
}

/*!sc*/
.jErPWe .footer-section.app-page-dark .locale-name .btn-focus::before, .jErPWe .footer-section.app-page-dark .locale-name .btn-focus::after {
    display: none;
}

/*!sc*/
@media (max-width: 767px) {
    .jErPWe .footer-section.app-page-dark .new-footer .container .scroller {
        overflow: hidden !important;
    }

    .jErPWe .footer-section.app-page-dark .footer-upper-wrapper .social-logos + section {
        background: #111111 !important;
    }
}

/*!sc*/
data-styled.g28[id="NewFooter__FooterStyle-sc-1y50eqo-0"] {
    content: "jErPWe,"
}

/*!sc*/
.aSeHE {
    background: #f6f2ff;
    border-radius: 8px;
    padding: 0px 8px 0px 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    height: 40px;
}

/*!sc*/
.aSeHE .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #473e5f;
    margin-right: 15px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon {
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 8px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk .title {
    display: none;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk .hover-action {
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk .hover-action img {
    border-radius: 8px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk.youtube .hover-action {
    left: 4px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk.tiktok .hover-action {
    left: 6px;
    top: 6px;
}

/*!sc*/
.aSeHE .social-icons-list .social-icon .social-lnk:hover .hover-action {
    display: block;
}

/*!sc*/
@media (max-width: 1025px) {
    .aSeHE.flex {
        display: none;
    }

    .aSeHE.flex.mobile-layout {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        padding: 0;
        padding-left: 24px;
        -webkit-align-items: baseline;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding: 0 24px;
        width: 100%;
    }

    .aSeHE.flex.mobile-layout .social-icons-list .social-icon {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #dcd5f0;
        padding-bottom: 18px;
        height: auto;
        margin-right: 0;
        position: relative;
        padding-top: 18px;
    }

    .aSeHE.flex.mobile-layout .social-icons-list .social-icon .title {
        display: block;
        margin-left: 12px;
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        color: #ff42a5;
    }

    .aSeHE.flex.mobile-layout .social-icons-list .social-icon svg {
        display: none;
    }

    .aSeHE.flex.mobile-layout .social-icons-list .social-icon .hover-action {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        left: unset;
        top: unset;
        height: 32px;
        width: 32px;
    }

    .aSeHE.flex.mobile-layout .social-icons-list .social-icon .hover-action img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .aSeHE.flex.mobile-layout .social-icons-list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 4px;
        width: 100%;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

/*!sc*/
data-styled.g31[id="SocialMediaIcons__SocialMediaWrapper-sc-2m7lwn-0"] {
    content: "aSeHE,"
}

/*!sc*/
.kfSIzS .app-page-dark {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(24px) !important;
    backdrop-filter: blur(24px) !important;
}

/*!sc*/
@media (max-width: 1024px) {
    .kfSIzS .app-page-dark {
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
    }
}

/*!sc*/
.kfSIzS .app-page-dark .social-media-section {
    background: rgba(0, 0, 0, 0.4);
}

/*!sc*/
.kfSIzS .app-page-dark .social-media-section .title {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
@media (max-width: 767px) {
    .kfSIzS .app-page-dark {
        height: 56px !important;
    }

    .kfSIzS .app-page-dark .container .logo img {
        height: 28px;
        width: 110px;
    }
}

/*!sc*/
@media (max-width: 1025px) {
    .kfSIzS .app-page-dark {
        background: rgba(102, 102, 102, 0.6) !important;
    }

    .kfSIzS .app-page-dark.game-search-header {
        background: #111 !important;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper {
        background: #332A4B;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section {
        background: #332A4B;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section .title {
        color: rgba(255, 255, 255, 0.7);
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon .title {
        color: #fff;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a {
        color: #fff;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow {
        color: #fff;
    }

    .kfSIzS .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow::before {
        background-color: #fff;
    }

    .kfSIzS .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper {
        background: #332A4B;
    }

    .kfSIzS .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .social-media-section {
        background: #332A4B;
    }

    .kfSIzS .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .hamburger-menu-item a, .kfSIzS .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon .title {
        color: #fff;
    }
}

/*!sc*/
.kfSIzS .app-page-dark .header-left-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search {
    position: relative;
}

/*!sc*/
@media (max-width: 767px) {
    .kfSIzS .app-page-dark .header-search {
        display: none !important;
    }
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-eldieg {
    width: 320px;
    position: relative;
    padding: 7px 8px 7px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    height: 40px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-eldieg:focus-within {
    border-color: #ff42a5;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search #search-box {
    font-family: inherit;
    width: 100%;
    padding: 0px 16px;
    border: 0px;
    outline: none;
    background: transparent;
    line-height: 24px;
    color: #fff;
    width: 78%;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search #search-box::-webkit-input-placeholder {
    color: #fff;
    opacity: .8;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search #search-box::-moz-placeholder {
    color: #fff;
    opacity: .8;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search #search-box:-ms-input-placeholder {
    color: #fff;
    opacity: .8;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search #search-box::placeholder {
    color: #fff;
    opacity: .8;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list {
    overflow: auto;
    max-height: 240px;
    width: 100%;
    position: absolute;
    margin: 0px;
    padding: 8px;
    list-style: none;
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    border-top: none;
    margin-top: 40px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list.no-search-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px !important;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list-item {
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list-item:hover {
    background: #ffffff2e;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list-item:hover .sc-play-btn {
    display: block;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-list-item * {
    pointer-events: none;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-game-ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-game-ico .logo-img {
    width: 32px;
    height: 32px;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-button-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: currentcolor;
    font-size: 12px;
    line-height: 18px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-play-btn {
    cursor: pointer;
    background: #ff42a5;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    border-radius: 4px;
    padding: 4px 16px;
    margin-left: auto;
    border: none;
    color: white;
    display: none;
}

/*!sc*/
.kfSIzS .app-page-dark .header-search .sc-clear-btn {
    cursor: pointer;
}

/*!sc*/
.kfSIzS .app-page-dark .mob-search-ico-head {
    cursor: pointer;
    width: 20px;
    height: 24px;
    display: inline-block;
    margin: 20px;
    display: none;
}

/*!sc*/
@media (max-width: 767px) {
    .kfSIzS .app-page-dark .mob-search-ico-head {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

/*!sc*/
.kfSIzS .app-page-dark .mobile-search-overlay {
    overflow: auto;
    z-index: 20;
    position: absolute;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: 0.3s ease-in-out 0s 1 normal none running popupin;
    animation: 0.3s ease-in-out 0s 1 normal none running popupin;
    background: var(--translucent-black-70, rgba(0, 0, 0, 0.7));
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    display: none;
}

/*!sc*/
@media only screen and (max-width: 549px) {
    .kfSIzS .app-page-dark .mobile-search-overlay {
        --grid-items-per-row: 3;
        --grid-vertical-items-per-row: 2;
        --grid-vertical-item-margin: 16px;
    }
}

/*!sc*/
.kfSIzS .app-page-dark .search-head {
    padding: 20px 24px 8px 24px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #000;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    z-index: 20;
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
.kfSIzS .app-page-dark .mobile-search-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 20;
    position: absolute;
    top: 24px;
    right: 20px;
}

/*!sc*/
.kfSIzS .app-page-dark .sc-box {
    margin-top: 40px;
    width: 100%;
    position: relative;
    padding: 7px 8px 7px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

/*!sc*/
.kfSIzS .app-page-dark .sc-box:focus-within {
    border-color: #ff42a5;
}

/*!sc*/
.kfSIzS .app-page-dark .sc-box input {
    font-family: inherit;
    width: 100%;
    padding: 0px 16px;
    border: 0px;
    outline: none;
    background: transparent;
    line-height: 24px;
    color: #fff;
}

/*!sc*/
.kfSIzS .app-page-dark .search-ico {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*!sc*/
.kfSIzS .app-page-dark .clear-txt {
    font-size: 12px;
    line-height: 18px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    color: #fff;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section {
    text-align: center;
    padding: 4px 0px;
    -webkit-animation: 0.3s ease-out 0s 1 normal none running popupin;
    animation: 0.3s ease-out 0s 1 normal none running popupin;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .heading {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    margin-bottom: 16px;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .heading span {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(56, 2, 155, 0), #ff0080, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    font-size: 24px;
    padding-bottom: 12px;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    padding-bottom: 48px;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list li {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: calc(100% / var(--grid-items-per-row) - var(--grid-item-margin));
    margin: 0 calc(var(--grid-item-margin) / 2) var(--grid-item-margin);
    padding: 4px;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list li a {
    color: #fff;
    width: 100%;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 8px;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list li a * {
    pointer-events: none;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list li a img {
    border-radius: 8px;
    height: 84px;
    width: 84px;
    overflow: hidden;
}

/*!sc*/
.kfSIzS .app-page-dark .listing-section .games-list li a .game-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin: 0px;
}

/*!sc*/
@-webkit-keyframes popupin {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

/*!sc*/
@keyframes popupin {
    0% {
        top: 100px;
        opacity: 0;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

/*!sc*/
@-webkit-keyframes popupout {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

/*!sc*/
@keyframes popupout {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 100px;
        opacity: 0;
    }
}

/*!sc*/
.kfSIzS .no-result {
    text-align: center;
    padding: 24px;
}

/*!sc*/
.kfSIzS .no-result h2 {
    font-size: 20px;
    font-weight: 600;
}

/*!sc*/
.kfSIzS .no-result span {
    font-size: 14px;
}

/*!sc*/
.kfSIzS .header-section-light {
    height: 87px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 108px;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.kfSIzS .header-section-light .social-header-links {
    height: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light.new-header {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    height: 70px;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .scheduleDemoBtnRef {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-item a {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .show-experience-btn, .kfSIzS .header-section-light.new-header .header-menu .show-schedule-demo-btn {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .show-experience-bt {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item.active .primary-hover {
    font-weight: 500;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item:hover .primary-hover {
    color: #ed7bb7;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item .external-menu, .kfSIzS .header-section-light.new-header .header-menu .menu-item .primary-hover {
    font-weight: 500;
    color: #ff43a6;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item .external-menu .arrow, .kfSIzS .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow {
    color: #ff43a6;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item .external-menu .arrow::before, .kfSIzS .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow::before {
    background-color: #ff43a6;
    width: 2px !important;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item .external-menu .arrow::after, .kfSIzS .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow::after {
    border-bottom-width: 2px !important;
    border-right-width: 2px !important;
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover {
    color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow {
    color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow::before, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow::before {
    background-color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow::after, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow::after {
    border-color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu .arrow, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover .arrow {
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu .arrow::before, .kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover .arrow::before {
    background-color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.kfSIzS .header-section-light.new-header.app-page-dark .header-menu .menu-item:hover .external-menu .arrow::after {
    border-color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light.new-header .header-menu .menu-item-new a {
    font-family: inherit;
    font-weight: 500;
}

/*!sc*/
.kfSIzS .header-section-light .container {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .container .logo {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .container .logo + div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

/*!sc*/
@media (max-width: 768px) {
    .kfSIzS .header-section-light .logo-alignment {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
}

/*!sc*/
@media (max-width: 768px) {
    .kfSIzS .header-section-light .logo svg {
        height: 48px;
        width: 181px;
    }
}

/*!sc*/
.kfSIzS .header-section-light .bs-logo img {
    height: 60px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu {
    height: 100%;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu a, .kfSIzS .header-section-light .header-menu a:active, .kfSIzS .header-section-light .header-menu a:visited, .kfSIzS .header-section-light .header-menu button {
    color: var(--hpTitleColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item {
    height: 100%;
    padding: 8px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 150%;
    color: var(--hpTitleColor);
    cursor: pointer;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item:hover .primary-hover {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item:hover .external-menu .arrow::before {
    background-color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item:hover .external-menu .arrow::after {
    border-color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item:hover .mega-menu::after {
    border-color: var(--primaryColor);
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item:hover .mega-menu .menu-overlay {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .external-menu {
    position: relative;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .external-menu .arrow:before {
    background-color: var(--lightParaColor);
    bottom: 2px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .external-menu .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 6px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay {
    cursor: default;
    display: none;
    padding: 48px 0;
    color: black;
    left: 0;
    position: absolute;
    top: 87px;
    width: 100vw;
    background: var(--white);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.8);
}

/*!sc*/
@media (min-width: 768px) {
    .kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay {
        max-height: 75vh;
    }

    .kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .menu-overlay-container {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .no-right-section .mega-menu-left-section {
    width: auto;
    max-width: unset;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .gradient-container {
    background: linear-gradient(113.21deg, #ffedf6 0%, #ffedf6 .01%, #e4f7ff 30.94%, #fcffed 42%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section {
    top: 0;
    bottom: 0;
    padding: 0 24px;
    display: inline-block;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .brand-assets {
    font-weight: 600;
    font-size: 12px;
    color: #473e5f;
    text-transform: uppercase;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .logo-assets {
    font-size: 14px;
    color: #473e5f;
    margin: 4px 0;
    height: 54px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn {
    color: var(--primaryColor);
    border: 1px solid;
    background: none;
    border-radius: 4px;
    padding: 4px 25px;
    font-weight: 600;
    font-size: 10px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn:hover {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo {
    border: 1px solid white;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo img {
    width: 64px;
    height: 47px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image {
    max-width: 328px;
    height: auto;
    margin-bottom: 16px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .learn-more {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: var(--primaryColor);
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo, .kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
    border-radius: 11px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img, .kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .get-assets-btn {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay-0 {
    min-height: 440px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu .menu-overlay-1 {
    min-height: 464px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu:after {
    margin-left: 5px;
    content: '';
    border: solid var(--lightParaColor);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item .mega-menu:hover::after {
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item.active .primary-hover {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item.active .mega-menu::after {
    border: solid var(--primaryColor);
    border-width: 0 1px 1px 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new {
    height: 100%;
    padding: 8px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 150%;
    color: var(--primaryColor);
    font-weight: bold;
    cursor: pointer;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new a {
    color: var(--primaryColor);
    font-family: sans-serif;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new a .arrow {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new a .arrow::before {
    background-color: var(--primaryColor) !important;
    width: 2px !important;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new a .arrow::after {
    color: var(--primaryColor);
    border-bottom-width: 2px !important;
    border-right-width: 2px !important;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new:hover .primary-hover {
    color: #ed7bb7;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new:hover .external-menu .arrow::before {
    background-color: #ed7bb7 !important;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new:hover .external-menu .arrow::after {
    color: #ed7bb7;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new:hover .mega-menu::after {
    border-color: var(--primaryColor);
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new:hover .mega-menu .menu-overlay {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .external-menu {
    position: relative;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .external-menu .arrow:before {
    background-color: var(--lightParaColor);
    bottom: 2px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .external-menu .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 6px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay {
    cursor: default;
    display: none;
    padding: 48px 0;
    color: black;
    left: 0;
    position: absolute;
    top: 87px;
    width: 100vw;
    background: var(--white);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.8);
}

/*!sc*/
@media (min-width: 768px) {
    .kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay {
        max-height: 75vh;
    }

    .kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .menu-overlay-container {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .no-right-section .mega-menu-left-section {
    width: auto;
    max-width: unset;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .gradient-container {
    background: linear-gradient(113.21deg, #ffedf6 0%, #ffedf6 .01%, #e4f7ff 30.94%, #fcffed 42%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section {
    top: 0;
    bottom: 0;
    padding: 0 24px;
    display: inline-block;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .brand-assets {
    font-weight: 600;
    font-size: 12px;
    color: #473e5f;
    text-transform: uppercase;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .logo-assets {
    font-size: 14px;
    color: #473e5f;
    margin: 4px 0;
    height: 54px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn {
    color: var(--primaryColor);
    border: 1px solid;
    background: none;
    border-radius: 4px;
    padding: 4px 25px;
    font-weight: 600;
    font-size: 10px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn:hover {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo {
    border: 1px solid white;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo img {
    width: 64px;
    height: 47px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-image {
    max-width: 328px;
    height: auto;
    margin-bottom: 16px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .learn-more {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: var(--primaryColor);
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo, .kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
    border-radius: 11px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img, .kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .get-assets-btn {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay-0 {
    min-height: 440px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay-1 {
    min-height: 464px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu:after {
    margin-left: 5px;
    content: '';
    border: solid var(--lightParaColor);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new .mega-menu:hover::after {
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new.active .primary-hover {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .menu-item-new.active .mega-menu::after {
    border: solid var(--primaryColor);
    border-width: 0 1px 1px 0;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .btn-item {
    width: 0;
    -webkit-transition: width 1s;
    transition: width 1s;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .btn-item .header-link {
    border: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .show-experience-btn, .kfSIzS .header-section-light .header-menu .show-schedule-demo-btn {
    width: 200px;
    margin-left: 34px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .show-experience-btn .header-link, .kfSIzS .header-section-light .header-menu .show-schedule-demo-btn .header-link {
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    border-radius: 6px;
    padding: 11.5px 24px;
}

/*!sc*/
.kfSIzS .header-section-light .header-menu .show-experience-btn .header-link:hover, .kfSIzS .header-section-light .header-menu .show-schedule-demo-btn .header-link:hover {
    border: 1px solid var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .header-link {
    display: block;
    border: 1px solid #1f1637;
    border-radius: 6px;
    padding: 11.5px 24px;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: var(--hpTitleColor);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

/*!sc*/
.kfSIzS .header-section-light .header-link:hover {
    color: white !important;
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}

/*!sc*/
@media (max-width: 767px) {
    .kfSIzS .header-section-light .header-link {
        border-radius: 8px;
        color: white !important;
        background: var(--primaryColor);
        border-color: var(--primaryColor);
    }
}

/*!sc*/
.kfSIzS .header-section-light #humburger-icon {
    display: none;
    width: 24px;
    height: 24px;
}

/*!sc*/
@media (max-width: 1025px) {
    .kfSIzS .header-section-light {
        position: fixed;
        top: 0;
        width: 100%;
        -webkit-transition: top 0.3s;
        transition: top 0.3s;
        padding: 16px 0;
    }

    .kfSIzS .header-section-light .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .kfSIzS .header-section-light .header-menu {
        display: none;
    }

    .kfSIzS .header-section-light #humburger-icon {
        display: inline-block;
        cursor: pointer;
    }

    .kfSIzS .header-section-light .hamburger-menu-wrapper {
        background-color: white;
    }
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 24px;
    z-index: 99;
    left: 100%;
    overflow-y: auto;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .demoBtnHamburger {
    position: fixed;
    bottom: 24px;
    outline: 24px solid #fff;
    background-color: #fff;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-header {
    padding: 16px;
    width: 100%;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-header .hamburger-close-block {
    width: 24px;
    height: 24px;
    background: url("static/images/close.png") -144px 0;
    background-size: cover;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 5px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item {
    position: relative;
    color: var(--hpTitleColor);
    width: 100%;
    background: rgba(255, 255, 255, 0.01);
    padding: 16px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a {
    color: var(--hpTitleColor);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    line-height: 150%;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover {
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover p, .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .brand-assets, .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .logo-assets {
    color: var(--hpTitleColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .company-logo {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu {
    position: relative;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow:before {
    background-color: var(--lightParaColor);
    bottom: 2px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow:after {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    content: '';
    display: inline-block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 4px;
    width: 6px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay {
    cursor: default;
    display: none;
    padding: 48px 0;
    color: black;
    left: 0;
    position: absolute;
    top: 87px;
    width: 100vw;
    background: var(--white);
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.8);
}

/*!sc*/
@media (min-width: 768px) {
    .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay {
        max-height: 75vh;
    }

    .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .menu-overlay-container {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .no-right-section .mega-menu-left-section {
    width: auto;
    max-width: unset;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .gradient-container {
    background: linear-gradient(113.21deg, #ffedf6 0%, #ffedf6 .01%, #e4f7ff 30.94%, #fcffed 42%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    bottom: 0;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section {
    top: 0;
    bottom: 0;
    padding: 0 24px;
    display: inline-block;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .brand-assets {
    font-weight: 600;
    font-size: 12px;
    color: #473e5f;
    text-transform: uppercase;
    line-height: 18px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .logo-assets {
    font-size: 14px;
    color: #473e5f;
    margin: 4px 0;
    height: 54px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn {
    color: var(--primaryColor);
    border: 1px solid;
    background: none;
    border-radius: 4px;
    padding: 4px 25px;
    font-weight: 600;
    font-size: 10px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .get-assets-btn:hover {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo {
    border: 1px solid white;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo img {
    width: 64px;
    height: 47px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image {
    max-width: 328px;
    height: auto;
    margin-bottom: 16px;
    border-radius: 8px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-para {
    width: 328px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .learn-more {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: var(--primaryColor);
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo, .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
    border-radius: 11px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img, .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .get-assets-btn {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay-0 {
    min-height: 440px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay-1 {
    min-height: 464px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu:after {
    margin-left: 5px;
    content: '';
    border: solid var(--lightParaColor);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu:hover::after {
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body {
    margin-left: -24px;
    padding-left: 24px;
    width: 100vw;
    max-height: auto;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container {
    padding: 0 !important;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-left-section {
    padding-right: 30px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-left-section .title {
    margin-top: 16px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section {
    padding: 16px 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(113.21deg, #ffedf6 0%, #ffedf6 .01%, #e4f7ff 60.94%, #fcffed 100%);
    width: auto;
    margin-left: -24px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .company-logo {
    margin-right: 16px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .brand-assets {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 4px 0px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .logo-assets {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin: 4px 0px;
    min-height: 44px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .get-assets-btn {
    color: var(--primaryColor);
    border: 1px solid;
    background: none;
    border-radius: 4px;
    padding: 4px 25px;
    font-weight: 600;
    font-size: 12px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 15px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .get-assets-btn:hover {
    background: var(--primaryColor);
    color: var(--white);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .company-logo {
    border: 1px solid white;
    width: 104px;
    height: 104px;
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .company-logo img {
    width: 64px;
    height: 47px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-para {
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image {
    max-width: 328px;
    height: auto;
    margin-bottom: 16px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    -webkit-transform: translate(3px, 3px);
    -ms-transform: translate(3px, 3px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #ff43a433;
    display: inline-block;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image .nft {
    object-fit: cover;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image:hover {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
    border-radius: 11px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image:hover img {
    border: 0;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .learn-more {
    margin-top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow {
    position: absolute;
    right: 2px;
    top: 6px;
    color: var(--paraColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow:before {
    background-color: var(--paraColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover::after {
    opacity: 1;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .external-menu .arrow::before {
    background-color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .external-menu .arrow::after {
    border-color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .mega-menu::after {
    border-color: var(--primaryColor);
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active .primary-hover, .kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active .header > .text {
    position: relative;
    color: var(--primaryColor);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active::after {
    opacity: 1;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .scheduleDemoBtnRef {
    width: calc(100% - 48px);
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .scheduleDemoBtnRef .hamburger-btn-item {
    height: 56px;
    padding: 11.5px 24px;
    width: 100%;
    border: 0;
    background: var(--primaryColor);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-drop {
    width: 100%;
    margin: auto;
    margin-top: 0;
    padding-bottom: 72px;
}

/*!sc*/
.kfSIzS .header-section-light .hamburger-menu-wrapper .hamburger-menu-drop > li:first-child {
    box-shadow: none !important;
}

/*!sc*/
@media (max-width: 1025px) {
    .kfSIzS .header-section-light {
        background-color: #fff;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper {
        background: #F6F2FF;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: baseline;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-header {
        background-color: #fff;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop {
        margin-bottom: 24px;
        padding-bottom: 0;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop li {
        border-bottom: 1px solid #c9c7cc;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop li a {
        font-size: 22px;
        font-weight: 500;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .social-media-section {
        padding: 0 24px;
        width: 100%;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon {
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px solid #DCD5F0;
        padding-bottom: 24px;
        height: auto;
        margin-right: 0;
        position: relative;
        padding-top: 24px;
    }

    .kfSIzS .header-section-light.new-header .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon .title {
        display: block;
        margin-left: 12px;
        font-weight: 500;
        font-size: 20px;
        line-height: 150%;
        color: #FF42A5;
    }

    .kfSIzS .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header {
        height: 56px;
        background: rgba(0, 0, 0, 0.3) !important;
    }

    .kfSIzS .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header .hamburger-close-block {
        background: url(static/images/close-arrow-white.png);
        background-size: cover;
        background-position: center;
        height: 48px;
    }

    .kfSIzS .header-section-light .bs-logo img {
        height: 44px;
    }
}

/*!sc*/
@media (min-width: 768px) and (max-width: 1025px) {
    .kfSIzS .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header {
        height: 70px;
    }
}

/*!sc*/
.kfSIzS .header-section-light.open-menu.new-header .hamburger-menu-wrapper {
    height: 100vh;
}

/*!sc*/
.kfSIzS .header-section-light.open-menu.new-header .hamburger-menu-wrapper .scheduleDemoBtnRef {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.open-menu .hamburger-menu-wrapper {
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    left: 0;
}

/*!sc*/
.kfSIzS .header-section-light.header-revamp {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    height: 74px;
}

/*!sc*/
.kfSIzS .header-section-light.header-revamp .cta-section.hide {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.header-revamp .notify-section.hide {
    display: none;
}

/*!sc*/
.kfSIzS .header-section-light.header-revamp .notify-section .notify-me {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    padding: 11px 19px;
    margin-top: 0;
}

/*!sc*/
@media (max-width: 996px) {
    .kfSIzS .header-section-light.header-revamp .cta-section, .kfSIzS .header-section-light.header-revamp .notify-section {
        display: none;
    }
}

/*!sc*/
.kfSIzS .scroll-down .header-section-light {
    -webkit-transition: -webkit-transform 0.4s ease-in;
    -webkit-transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/*!sc*/
.kfSIzS .scroll-up .header-section-light {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}

/*!sc*/
.kfSIzS .header-margin-top {
    top: 85px !important;
}

/*!sc*/
@media (max-width: 768px) {
    .kfSIzS .header-margin-top {
        top: 109px !important;
    }
}

/*!sc*/
.kfSIzS .header-margin-top-unsupportedLang {
    top: 85px !important;
}

/*!sc*/
@media (max-width: 768px) {
    .kfSIzS .header-margin-top-unsupportedLang {
        top: 133px !important;
    }
}

/*!sc*/
data-styled.g38[id="HeaderLight__HeaderStyle-sc-1kux33w-0"] {
    content: "kfSIzS,"
}

/*!sc*/
.iDejJJ .modal .modal-body {
    width: 946px;
    height: 716px;
    max-width: unset;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    padding: 0px;
    overflow-y: unset;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body {
        width: 414px;
        height: 864px;
        overflow-y: auto;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    border-radius: 12px;
}

/*!sc*/
@media screen and (min-width: 768px) {
    .iDejJJ .modal .modal-body .form {
        height: 716px;
        max-height: calc(80vh - 20px);
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        padding: 112px 24px 100px 24px;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left, .iDejJJ .modal .modal-body .form .form-right {
    width: 473px;
    height: 716px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left, .iDejJJ .modal .modal-body .form .form-right {
        width: 100%;
        height: auto;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left {
    background: #FFFFFF;
    padding: 80px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left {
        padding: 0px;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .image-wrapper {
    width: 181px;
    height: 48px;
    margin-bottom: 70px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left .image-wrapper {
        position: absolute;
        top: 24px;
        left: 24px;
        margin-bottom: 0px;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .loader {
    position: relative;
    top: -15px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left .loader {
        top: -8px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .thankyou-message {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #1F1637;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-note {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #797091;
    margin-bottom: 24px;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input {
    padding: 13.5px 12px 13.5px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    background: #FFFFFF;
    border: 1px solid #EEEDF0;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    width: 100%;
    margin-bottom: 24px;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input::-webkit-input-placeholder {
    color: #B5ACCD;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input::-moz-placeholder {
    color: #B5ACCD;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:-ms-input-placeholder {
    color: #B5ACCD;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input::placeholder {
    color: #B5ACCD;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:hover {
    border: 1px solid #FF42A5;
    color: black;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:hover::-webkit-input-placeholder {
    color: #000000;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:hover::-moz-placeholder {
    color: #000000;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:hover:-ms-input-placeholder {
    color: #000000;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .email-input:hover::placeholder {
    color: #000000;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .successful-registration {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #398B4D;
    margin-top: 3px;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .successful-registration img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .promotional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left .promotional {
        margin-bottom: 40px;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .promotional .checkbox {
    border: 1px solid #5B5273;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: 2px;
    cursor: pointer;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .promotional .checkbox-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #B5ACCD;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .submit-button {
    min-width: 107px;
    height: 48px;
    background: #E3DFEC;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    border: none;
    color: #B5ACCD;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-left .submit-button {
        width: 100%;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-left .submit-button-active {
    background: #FF42A5;
    color: #FFFFFF;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right {
    overflow: hidden;
    position: relative;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right .slider-cont-l, .iDejJJ .modal .modal-body .form .form-right .slider-cont-r {
    position: absolute;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right .slider-cont-l {
    -webkit-animation: left_animation 10s ease-in-out infinite;
    animation: left_animation 10s ease-in-out infinite;
    height: 100%;
    width: 100%;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right .slider-cont-l .slider-image-1 {
    height: 100%;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-right .slider-cont-l .slider-image-1 {
        padding-left: 100px;
    }
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right .slider-cont-r {
    -webkit-animation: right_animation 10s ease-in-out infinite;
    animation: right_animation 10s ease-in-out infinite;
    height: 100%;
    width: 100%;
}

/*!sc*/
.iDejJJ .modal .modal-body .form .form-right .slider-cont-r .slider-image-2 {
    height: 100%;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-right .slider-cont-r .slider-image-2 {
        padding-left: 100px;
    }
}

/*!sc*/
@-webkit-keyframes left_animation {
    0% {
        left: 0%;
        background-color: #D7D7D7;
    }
    30% {
        left: 0%;
        background-color: #D7D7D7;
    }
    50% {
        left: -100%;
        background-color: #de825e;
    }
    80% {
        left: -100%;
        background-color: #de825e;
    }
    100% {
        left: 0%;
        background-color: #D7D7D7;
    }
}

/*!sc*/
@keyframes left_animation {
    0% {
        left: 0%;
        background-color: #D7D7D7;
    }
    30% {
        left: 0%;
        background-color: #D7D7D7;
    }
    50% {
        left: -100%;
        background-color: #de825e;
    }
    80% {
        left: -100%;
        background-color: #de825e;
    }
    100% {
        left: 0%;
        background-color: #D7D7D7;
    }
}

/*!sc*/
@-webkit-keyframes right_animation {
    0% {
        left: 100%;
        background-color: #D7D7D7;
    }
    30% {
        left: 100%;
        background-color: #D7D7D7;
    }
    50% {
        left: 0%;
        background-color: #de825e;
    }
    80% {
        left: 0%;
        background-color: #de825e;
    }
    100% {
        left: 100%;
        background-color: #D7D7D7;
    }
}

/*!sc*/
@keyframes right_animation {
    0% {
        left: 100%;
        background-color: #D7D7D7;
    }
    30% {
        left: 100%;
        background-color: #D7D7D7;
    }
    50% {
        left: 0%;
        background-color: #de825e;
    }
    80% {
        left: 0%;
        background-color: #de825e;
    }
    100% {
        left: 100%;
        background-color: #D7D7D7;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iDejJJ .modal .modal-body .form .form-right {
        width: 366px;
        height: 284px;
        margin-bottom: 40px;
        border-radius: 8px;
    }
}

/*!sc*/
data-styled.g49[id="pre-register-form__PreRegisterFormStyleWrapper-sc-yrt993-0"] {
    content: "iDejJJ,"
}

/*!sc*/
.gXpCns .popular-games {
    background: rgba(255, 255, 255, 0.1);
    padding-top: 48px;
    padding-bottom: 48px;
    width: 100%;
}

/*!sc*/
.gXpCns .popular-games .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #473E5F;
    margin-bottom: 34px;
    margin-top: -8px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .gXpCns .popular-games .description {
        font-size: 14px;
    }
}

/*!sc*/
.gXpCns .popular-games .popular-games-list {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex: 1 1 39px;
    -ms-flex: 1 1 39px;
    flex: 1 1 39px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2%;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 6px;
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper > div {
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 10px;
    background-color: #111111;
    aspect-ratio: 3/4;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper > div > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 20px;
    left: 10%;
    bottom: -8px;
    background: linear-gradient(270deg, #ff3392 0%, #ff3392 99.48%);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    border-radius: 100px;
    box-sizing: border-box;
    display: none;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper picture {
    display: block;
    line-height: 0;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper .play-btn {
    width: 100%;
    background: var(--primaryColor);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    color: var(--white);
    border-radius: 8px;
    margin-top: 24px;
    border: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 32px;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper .play-btn .btn-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

/*!sc*/
@media (max-width: 767px) {
    .gXpCns .popular-games .popular-games-list .image-wrapper .play-btn {
        height: 28px;
    }

    .gXpCns .popular-games .popular-games-list .image-wrapper .play-btn .btn-text {
        font-size: 12px;
    }
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .image-wrapper .play-btn.play-now {
    display: none;
    z-index: 9;
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .popular-games-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .popular-games-item .image-wrapper::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    background: linear-gradient(270deg, #ff3392, #ff3392) border-box;
    border: 2px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    border-radius: 10px;
    width: calc(100% + 4px);
    height: 102%;
    box-sizing: border-box;
    display: none;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .popular-games-item:hover .image-wrapper::before {
    display: block;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .popular-games-item:hover .image-wrapper .play-now.play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.gXpCns .popular-games .popular-games-list .popular-games-item:hover .image-wrapper::before, .gXpCns .popular-games .popular-games-list .popular-games-item:hover .image-wrapper::after {
    display: block;
}

/*!sc*/
.gXpCns .popular-games .see-more-btn {
    height: 48px;
    margin-top: -2px;
    margin-bottom: 46.5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color: #FF42A5;
    border: 1px solid #FF42A5;
    display: none;
}

/*!sc*/
.gXpCns .popular-games .see-more-btn:hover {
    background-color: #FF42A5;
    color: #FFFFFF;
}

/*!sc*/
@media (max-width: 767px) {
    .gXpCns .popular-games .see-more-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
.gXpCns .popular-games .popular-games-item {
    width: 15%;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .lazyload-container {
    width: 100%;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .lazyload-container .LazyLoad {
    width: 100%;
    height: 100%;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .lazyload-container .LazyLoad img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom .star {
    color: rgba(0, 0, 0, 0.2);
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom .game-info {
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 10px;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom .name {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    -webkit-box-orient: vertical;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom .company {
    font-size: 14px;
    line-height: 150%;
    margin-top: 4px;
    color: #FFFFFF;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .games-item-bottom .name, .gXpCns .popular-games .popular-games-item .games-item-bottom .company {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .moddable-game-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    position: absolute;
    z-index: 2;
    min-height: 28px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 6px 6px 0px 0px;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .moddable-game-label svg {
    margin-right: 10px;
}

/*!sc*/
.gXpCns .popular-games .popular-games-item .moddable-game-label .moddable-game-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff;
}

/*!sc*/
@media screen and (min-width: 768px) {
    .gXpCns .popular-games .popular-games-list.item2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .gXpCns .popular-games .popular-games-list.item2 .popular-games-item {
        width: 350px;
        margin-right: 39px;
    }
}

/*!sc*/
@media screen and (min-width: 953px) {
    .gXpCns .popular-games .popular-games-list :last-child {
        margin-right: 0;
    }
}

/*!sc*/
@media screen and (max-width: 952px) {
    .gXpCns .popular-games .popular-games-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .gXpCns .popular-games .popular-games-list a {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

/*!sc*/
@media (min-width: 768px) and (max-width: 1024px) {
    .gXpCns .popular-games .popular-games-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item {
        width: 23%;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .gXpCns .popular-games .popular-games-list {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 6%;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item {
        margin-bottom: 0px;
        margin-right: 0;
        width: 46%;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item .image-wrapper {
        margin: 0;
        min-width: auto;
        height: auto;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item .image-wrapper > div {
        background: transparent;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item:hover::before {
        display: none;
    }

    .gXpCns .popular-games .popular-games-list .popular-games-item:hover .image-wrapper::after {
        display: none;
    }
}

/*!sc*/
@media screen and (max-width: 420px) {
    .gXpCns .popular-games {
        padding-top: 36px;
    }
}

/*!sc*/
data-styled.g54[id="game-tiles__GamesStyleWrapper-sc-70tud9-0"] {
    content: "gXpCns,"
}

/*!sc*/
.fgHbRj {
    background-size: cover;
    padding: 24px 0;
    padding-bottom: 0px;
}

/*!sc*/
.fgHbRj .header {
    text-align: left;
}

/*!sc*/
.fgHbRj .header .heading {
    display: inline-block;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #ff3392 40%, #ff3392 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    font-weight: 500;
}

/*!sc*/
.fgHbRj .header .heading a {
    color: rgba(255, 255, 255, 0.9);
}

/*!sc*/
.fgHbRj .header .header-clickable {
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-weight: 500;
}

/*!sc*/
.fgHbRj .header .header-clickable .divider {
    margin-top: 4px;
    margin-bottom: 24px;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #665ef4 40%, #7b4cff 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
}

/*!sc*/
.fgHbRj .info {
    margin-top: 8px;
}

/*!sc*/
.fgHbRj .info .name {
    font-weight: 500;
    line-height: 150%;
    font-size: 14px;
    line-height: 150%;
    margin-top: 4px;
    color: #ffffff;
}

/*!sc*/
.fgHbRj .info .desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.fgHbRj .info .name, .fgHbRj .info .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 2.5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .lg-react-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item {
    padding: 0px 0px 24px;
    width: 18%;
    margin-right: 0;
    background: none !important;
    position: relative;
    cursor: pointer;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .hover-effect-border {
    display: none;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .hover-effect p {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #ff42a5;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item:hover .hover-effect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item:hover .hover-effect-border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item:hover .game-video-image::after, .fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item:hover .game-video-image::before {
    display: block;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .game-video-image {
    width: 100%;
    position: relative;
    aspect-ratio: 2/2;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .game-video-image::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 20px;
    left: 10%;
    bottom: -8px;
    background: linear-gradient(270deg, #ff3392 0%, #ff3392 99.48%);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    border-radius: 100px;
    box-sizing: border-box;
    display: none;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .game-video-image::before {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
    height: 100%;
    width: 100%;
    border: 3px solid #ff42a5;
    display: none;
    border: 2px solid transparent;
    background: linear-gradient(45deg, #ff3392, #ff3392) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
}

/*!sc*/
.fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .game-video-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .fgHbRj .game-tiles-video-wrapper .header {
        text-align: center;
    }

    .fgHbRj .game-tiles-video-wrapper .header .heading {
        border-image-source: linear-gradient(270deg, rgba(123, 76, 255, 0) 0%, #ff3392 19.43%, #ff3392 79.89%, rgba(14, 164, 197, 0) 99.48%);
    }

    .fgHbRj .game-tiles-video-wrapper .gallery-list .gallery-item {
        width: 47%;
        padding: 4px 0px;
        margin-right: 8px;
    }

    .fgHbRj .game-tiles-video-wrapper .game-video-list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6%;
    }

    .fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item {
        margin-right: 0;
    }

    .fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item .hover-effect {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/*!sc*/
@media (max-width: 420px) {
    .fgHbRj .game-tiles-video-wrapper .game-video-list .gallery-item {
        width: 94%;
        margin-bottom: 12px;
    }
}

/*!sc*/
data-styled.g55[id="GamesVideoSection__GamesVideoLayout-sc-xsp7k1-0"] {
    content: "fgHbRj,"
}

/*!sc*/
.ejJcEY {
    max-width: 280px;
    width: 100%;
    height: 56px;
    background: #ff42a5;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 0;
    outline: none;
    overflow: hidden;
}

/*!sc*/
.ejJcEY.font-14 span {
    font-size: 14px !important;
}

/*!sc*/
.ejJcEY.btn-play-now * {
    pointer-events: none;
}

/*!sc*/
.ejJcEY:hover {
    background: #ff3392;
}

/*!sc*/
.ejJcEY .btn-text {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 150%;
}

/*!sc*/
@media screen and (max-width: 768px) {
    .ejJcEY {
        height: 40px;
        margin-top: 0;
    }

    .ejJcEY.mob {
        max-width: 100%;
        margin-top: 32px;
        height: 56px;
    }

    .ejJcEY img, .ejJcEY video {
        height: auto;
        max-width: 40px;
    }

    .ejJcEY .btn-text {
        font-weight: 600;
        font-size: 14px !important;
        line-height: 150%;
    }
}

/*!sc*/
@media (max-width: 900px) and (min-width: 600px) {
    .ejJcEY {
        margin: 32px auto 0;
        max-width: 350px !important;
    }
}

/*!sc*/
.ejJcEY .btn-text {
    margin-left: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
}

/*!sc*/
.ejJcEY .logo {
    margin-top: 7px;
}

/*!sc*/
data-styled.g56[id="button__ButtonStyleWrapper-sc-du6c3w-0"] {
    content: "ejJcEY,"
}

/*!sc*/
.hqDZJs {
    width: 56px;
    font-size: 16px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .hqDZJs {
        margin-bottom: 4px;
        font-size: 18px;
        width: 40px;
    }
}

/*!sc*/
data-styled.g57[id="rating__RatingStyled-sc-1gdbwvv-0"] {
    content: "hqDZJs,"
}

/*!sc*/
.gidahW {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

/*!sc*/
.gidahW .read-more-body {
    width: 84%;
    max-width: 640px;
    height: auto;
    background: rgba(50, 50, 50, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 50vh;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*!sc*/
.gidahW .read-more-body .header h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 16px 28px 0px 16px;
}

/*!sc*/
.gidahW .read-more-body .header span {
    position: absolute;
    right: 16px;
    top: 16px;
}

/*!sc*/
.gidahW .read-more-body .body {
    margin: 8px 4px 16px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 12px;
}

/*!sc*/
.gidahW .read-more-body .body a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.gidahW .read-more-body .body::-webkit-scrollbar {
    width: 4px;
}

/*!sc*/
.gidahW .read-more-body .body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/*!sc*/
.gidahW .cursor-pointer {
    cursor: pointer;
}

/*!sc*/
data-styled.g60[id="read-more__ReadMoreStyled-sc-1by2eb-0"] {
    content: "gidahW,"
}

/*!sc*/
.hWKOmp {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

/*!sc*/
.hWKOmp .read-more-body {
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 500px;
    background: rgba(50, 50, 50, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    position: relative;
    margin-top: 50vh;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*!sc*/
.hWKOmp .read-more-body .header h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    margin: 16px 28px 0px 16px;
}

/*!sc*/
.hWKOmp .read-more-body .header span {
    position: absolute;
    right: 16px;
    top: 16px;
}

/*!sc*/
.hWKOmp .read-more-body .body {
    margin: 8px 4px 16px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.6);
    max-height: 50vh;
    overflow-y: scroll;
    padding-right: 12px;
}

/*!sc*/
.hWKOmp .read-more-body .body a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.hWKOmp .read-more-body .body::-webkit-scrollbar {
    width: 4px;
}

/*!sc*/
.hWKOmp .read-more-body .body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

/*!sc*/
.hWKOmp .read-more-body .body .ques {
    background: rgba(102, 102, 102, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}

/*!sc*/
.hWKOmp .read-more-body .body .ques h2 {
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

/*!sc*/
.hWKOmp .read-more-body .body .ques::after {
    margin-left: 5px;
    content: '';
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    right: 16px;
    top: 16px;
}

/*!sc*/
.hWKOmp .read-more-body .body .ques.open::after {
    -webkit-transform: rotate(-135deg) translateY(50%);
    -ms-transform: rotate(-135deg) translateY(50%);
    transform: rotate(-135deg) translateY(50%);
    top: 20px;
}

/*!sc*/
.hWKOmp .read-more-body .body .ques .ans {
    padding: 12px;
    padding-top: 0px;
    margin-top: -12px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .hWKOmp .read-more-body {
        width: 90%;
        margin-top: 50vh !important;
    }
}

/*!sc*/
.hWKOmp .cursor-pointer {
    cursor: pointer;
}

/*!sc*/
data-styled.g61[id="game-faqs__GameFaqsStyled-sc-1gmj2df-0"] {
    content: "hWKOmp,"
}

/*!sc*/
.iiIEXg .hero-banner {
    color: #fff;
    position: relative;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets img {
    height: 100%;
    width: 100%;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 55%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets .banner-assets-devider {
    background: linear-gradient(270deg, #7B4CFF 0%, #0EA4C5 99.48%);
    opacity: 0.4;
    -webkit-filter: blur(24px);
    filter: blur(24px);
    height: 24px;
    position: absolute;
    bottom: 0px;
    width: 100vw;
}

/*!sc*/
.iiIEXg .hero-banner .container {
    position: relative;
    z-index: 2;
}

/*!sc*/
.iiIEXg .hero-banner .hero-game-details {
    position: absolute !important;
    bottom: 52px;
    max-width: 100%;
}

/*!sc*/
.iiIEXg .hero-banner .hero-game-details .btn-wrapper .or-str {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 16px;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets .video-wrapper {
    min-height: 432px;
    height: 100%;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets .video-wrapper.banner-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets .video-wrapper .banner-hero {
    max-width: 100%;
}

/*!sc*/
@media (min-width: 768px) {
    .iiIEXg .hero-banner .banner-assets .video-wrapper .banner-hero {
        width: auto;
    }
}

/*!sc*/
@media (min-width: 1024px) {
    .iiIEXg .hero-banner .banner-assets .video-wrapper .banner-hero.game-unavailable {
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets .video-wrapper .fallback-banner {
    object-fit: cover;
}

/*!sc*/
.iiIEXg .hero-banner .banner-assets video {
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-logo .lazyload-container {
    width: 128px;
    height: 128px;
    overflow: hidden;
    border-radius: 8px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-logo .lazyload-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 95px;
    height: 200%;
    z-index: 2;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translate(-100%, -50%) rotate(45deg);
    -ms-transform: translate(-100%, -50%) rotate(45deg);
    transform: translate(-100%, -50%) rotate(45deg);
    background: #ffffff;
    opacity: 0.5;
    -webkit-filter: blur(25px);
    filter: blur(25px);
    -webkit-animation: fadeInOut 5s infinite;
    animation: fadeInOut 5s infinite;
}

/*!sc*/
@-webkit-keyframes fadeInOut {
    0% {
        left: 0;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: translate(-100%, -50%) rotate(45deg);
        -ms-transform: translate(-100%, -50%) rotate(45deg);
        transform: translate(-100%, -50%) rotate(45deg);
    }
    10% {
        left: 100%;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }
    100% {
        left: 100%;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }
}

/*!sc*/
@keyframes fadeInOut {
    0% {
        left: 0;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: translate(-100%, -50%) rotate(45deg);
        -ms-transform: translate(-100%, -50%) rotate(45deg);
        transform: translate(-100%, -50%) rotate(45deg);
    }
    10% {
        left: 100%;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }
    100% {
        left: 100%;
        -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
        transform-origin: center left;
        -webkit-transform: translate(0, 0) rotate(45deg);
        -ms-transform: translate(0, 0) rotate(45deg);
        transform: translate(0, 0) rotate(45deg);
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-logo img {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    height: 128px;
    width: 128px;
    display: block;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic {
    margin: 24px;
    margin-top: 8px;
    margin-bottom: 0px;
    max-width: 550px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info {
    display: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic #app-not-available {
    display: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .app-name {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 4px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .genre-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .genre-company .hide-partition::before {
    display: none;
}

/*!sc*/
@media screen and (max-width: 450px) {
    .iiIEXg .hero-banner .hero-content .app-info-basic .genre-company {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .genre-company .company {
        margin-bottom: 12px;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .genre-company .genre {
        margin-bottom: 4px;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .genre-company .genre::before {
        display: none;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .company-name {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    margin: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*!sc*/
@media (max-width: 767px) {
    .iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile div {
        margin-bottom: 0;
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 6px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile div span {
        line-height: 100%;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile div {
    font-size: 12px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile div:nth-child(2).genre::before {
    content: '';
    margin-left: 0px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info .action-mobile span {
    font-size: 12px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .company {
    font-size: 14px;
    line-height: 150%;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 2px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .genre {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    color: white;
    font-weight: 500;
    margin-top: 2px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .genre::before {
    content: '|';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .hero-content .app-info-basic .genre {
        white-space: unset;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .en-genre:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .hero-content .app-info-basic .en-genre::after {
        display: none;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info-basic .gener::before {
    content: '|';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .hero-content .app-info-basic .app-name {
        text-align: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info {
    position: absolute;
    right: -16px;
    margin: 24px;
    margin-right: 0px;
    max-width: 436px;
    margin-bottom: 0px;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
    padding-left: 16px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .mobile-info {
    display: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .desc {
    display: block !important;
    margin-top: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .desc a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .dsc-links {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-top: 8px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .dsc-links .faq {
    padding-left: 16px;
    border-left: 1px solid #dddddd59;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .app-info .dsc-links .read-desc {
    border-left: 1px none;
    padding-right: 16px;
    padding-left: 0px;
    margin: 0px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper {
    min-width: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper a.create-gameroom-btn {
    display: none !important;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn {
    padding: 0 12px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn.disabled {
    max-width: 396px;
    height: auto;
    pointer-events: none;
    margin-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 6px;
    border: 1px solid var(--status-alert, #DE5A48);
    background: rgba(222, 90, 72, 0.4);
    padding: 8px 12px;
    margin-bottom: 16px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn.disabled .btn-text {
    text-align: left;
    margin-left: 12px;
    font-weight: normal;
    font-size: 12px !important;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn.disabled svg {
    width: 24px;
    height: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 56px;
    margin-top: 16px;
    padding: 14px 16px;
    min-width: 200px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    position: relative;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.mac-download-btn {
    margin-top: 0px;
    background: linear-gradient(270deg, #7B4CFF 0%, #0EA4C5 99.48%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.mac-download-btn:hover {
    background: linear-gradient(270deg, #7B4CFF 0%, #43d3f3 99.48%);
    color: #fff;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.mac-download-btn .windows-logo {
    display: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.windows-download-btn {
    margin-top: 0px;
    background: linear-gradient(180deg, #159AFF 0%, #15B9FF 100%);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.windows-download-btn:hover {
    background: #52cbff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.windows-download-btn .mac-logo {
    display: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn.windows-download-btn .btn-text::before {
    margin-left: 9px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn .btn-text {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn .btn-text .btn-main-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn .btn-text .btn-sub-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn .btn-text::before {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    left: -24px;
    top: 50%;
    position: absolute;
    height: 30px;
    margin-left: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*!sc*/
@media screen and (max-width: 345px) {
    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn {
        padding: 14px 12px;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-on-pc-message {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 14px;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn {
    height: 56px;
    background: #9d68f4;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    gap: 12px;
    margin-left: 24px;
    margin-top: 24px;
    cursor: pointer;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border: none;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .main-btn-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .sub-btn-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .beta-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 8px;
    gap: 10px;
    height: 18px;
    background: #622cb8;
    border-radius: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .mobile-only {
    display: none;
}

/*!sc*/
@media screen and (max-width: 1024px) {
    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn {
        margin-left: 0;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn {
        height: 40px;
        padding: 0px 16px;
        gap: 8px;
        margin-left: 0;
        margin-top: 8px;
        max-width: 210px;
        min-width: 243px;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .main-btn-text {
        font-size: 12px;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .pc-only {
        display: none;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn .btn-text .mobile-only {
        display: block;
    }
}

/*!sc*/
@media screen and (max-width: 410px) {
    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .create-gameroom-btn {
        min-width: auto;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .pre-api-respsonse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

/*!sc*/
.iiIEXg .hero-banner .loader-wrapper {
    position: relative;
}

/*!sc*/
.iiIEXg .hero-banner .loader-wrapper svg {
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

/*!sc*/
.iiIEXg .hero-banner .loader-wrapper .loader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fill-available;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

/*!sc*/
.iiIEXg .hero-banner .loader-wrapper .loader .loading-text {
    font-size: 14px;
    line-height: 150%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 168px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .loader-wrapper .loader .loading-text {
        display: none;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner .loader-wrapper .loader {
        margin-top: 0;
    }
}

/*!sc*/
.iiIEXg .hero-banner .loader-wrapper .create-room-loader {
    margin-left: 24px;
}

/*!sc*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content {
        -webkit-align-items: flex-end !important;
        -webkit-box-align: flex-end !important;
        -ms-flex-align: flex-end !important;
        align-items: flex-end !important;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-name {
        margin-bottom: 4px !important;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info {
        padding-left: 0;
    }

    .iiIEXg .hero-banner .hero-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .iiIEXg .hero-banner .hero-content .app-info {
        position: static;
        margin: 24px 0;
        max-width: none;
    }
}

/*!sc*/
@media screen and (max-width: 1295px) {
    .iiIEXg .hero-banner .hero-game-details {
        left: 5%;
        width: 95%;
    }
}

/*!sc*/
@media screen and (max-width: 1250px) {
    .iiIEXg .hero-banner .hero-game-details {
        left: 4%;
        width: 96%;
    }
}

/*!sc*/
@media screen and (max-width: 1200px) {
    .iiIEXg .hero-banner .hero-game-details {
        left: 0px;
        bottom: 52px;
    }
}

/*!sc*/
@media screen and (max-width: 950px) {
    .iiIEXg .hero-banner .hero-game-details {
        max-width: 100%;
    }
}

/*!sc*/
@media screen and (min-width: 768px) {
    .iiIEXg .hero-banner .banner-assets.fallback {
        background-image: url(static/images/apps-video-pc.png);
    }
}

/*!sc*/
@media screen and (max-width: 1024px) {
    .iiIEXg .hero-banner .hero-content .category-wrapper:not(.no-sub-cat) + .play-btn-wrapper .btn-play-now {
        margin: 0;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .button-wrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .hero-banner {
        padding-top: calc(100vh - 545px);
    }

    .iiIEXg .hero-banner .hero-content, .iiIEXg .hero-banner .banner-assets {
        display: block;
        height: 100%;
    }

    .iiIEXg .hero-banner .hero-content::before, .iiIEXg .hero-banner .banner-assets::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.66%, rgba(0, 0, 0, 0.6) 65.72%, #000 100%);
    }

    .iiIEXg .hero-banner .hero-game-details {
        left: 0px;
        bottom: 0px;
    }

    .iiIEXg .hero-banner .banner-assets.fallback {
        background-image: url(static/images/apps-video-mob.png);
    }

    .iiIEXg .hero-banner .banner-assets .lazyload-container, .iiIEXg .hero-banner .banner-assets .LazyLoad {
        height: 100%;
    }

    .iiIEXg .hero-banner .hero-content {
        padding-bottom: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .iiIEXg .hero-banner .hero-content .app-logo .lazyload-container {
        margin: 0 auto;
        width: 80px;
        height: 80px;
    }

    .iiIEXg .hero-banner .hero-content .app-logo img {
        width: 123px;
        height: 100%;
    }

    .iiIEXg .hero-banner .hero-content .app-info {
        display: none;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic {
        margin: 0px;
        max-width: 100%;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .mobile-info {
        display: block;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic #app-not-available {
        display: block;
    }

    .iiIEXg .hero-banner .hero-content .app-info-basic .genre-company {
        display: none;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper {
        min-width: auto;
        margin: 0 auto;
        margin-top: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-store-btn {
        background-color: #ff43a6;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 20px;
        font-weight: 600;
        border-radius: 8px;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn {
        min-width: 243px;
        border-top: 0px !important;
    }

    .iiIEXg .hero-banner .loader-wrapper {
        height: 40px;
    }
}

/*!sc*/
@media screen and (max-width: 410px) {
    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn {
        min-width: auto;
        max-width: 210px;
    }

    .iiIEXg .hero-banner .hero-content .play-btn-wrapper .play-btn .logo {
        width: 36px !important;
        height: 36px !important;
    }
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .game-sub-cat {
    margin: 14px 0px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .game-sub-cat a {
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    -webkit-letter-spacing: 0.02em;
    -moz-letter-spacing: 0.02em;
    -ms-letter-spacing: 0.02em;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    margin: 0;
    margin-right: 12px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .game-sub-cat a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info .dsc-links {
    margin-top: 5px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .category-wrapper.no-sub-cat + .play-btn-wrapper {
    margin-top: 16px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-logo .lazyload-container {
    width: 164px;
    height: 164px;
    border-radius: 9px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-logo .lazyload-container img {
    height: 164px;
    width: 164px;
    border: none;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info {
    border-left: none;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info .title {
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info .desc {
    margin-top: 8px;
    line-height: 18px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic {
    margin-top: 0;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .app-name {
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 0;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .genre-company {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .genre-company .ratings {
    line-height: 100%;
    width: auto;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .company {
    font-size: 14px;
    line-height: 100%;
    margin-top: 0;
}

/*!sc*/
.iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .genre {
    line-height: 100%;
    margin: 0;
}

/*!sc*/
@media (max-width: 767px) {
    .iiIEXg .hero-banner.dark-theme-hero-section .game-sub-cat a {
        margin-bottom: 0;
        margin-right: 0;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .game-sub-cat {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 12px;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .play-btn-wrapper {
        margin-top: 0;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .app-name {
        margin-top: 24px;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-info-basic .category-wrapper {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-logo .lazyload-container {
        width: 80px;
        height: 80px;
    }

    .iiIEXg .hero-banner.dark-theme-hero-section .hero-content .app-logo .lazyload-container img {
        height: 100%;
        width: 100%;
    }
}

/*!sc*/
.iiIEXg .hero-banner .hero-content .play-btn-wrapper .download-btn * {
    pointer-events: none;
}

/*!sc*/
.iiIEXg .game-hero-banner {
    height: 74vh;
    min-height: 468px;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .iiIEXg .game-hero-banner {
        height: 74vh;
    }
}

/*!sc*/
.iiIEXg .launch-game-btn {
    background: linear-gradient(270deg, #7B4CFF 0%, #0EA4C5 99.48%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    min-width: 256px;
    display: table-cell;
    padding: 16px;
    min-height: 48px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 219px;
    text-align: center;
    color: #ffffff;
    border: none;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 150%;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

/*!sc*/
.iiIEXg .launch-game-btn:hover {
    background: linear-gradient(270deg, #9C79FF 0%, #0FD4FF 99.48%);
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

/*!sc*/
.iiIEXg .cursor-pointer {
    cursor: pointer;
}

/*!sc*/
.iiIEXg [data-package="com.roblox.client"] .btn-play-wrapper .or-str, .iiIEXg [data-package="com.roblox.client"] .btn-play-wrapper .explore-more-games {
    display: none;
}

/*!sc*/
.iiIEXg .explore-width-auto {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/*!sc*/
.iiIEXg #altranetive-app-warn {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin-bottom: 12px;
}

/*!sc*/
.iiIEXg #altranetive-app-warn .header {
    background: rgba(222, 90, 72, 0.4);
    padding: 10px 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.iiIEXg #altranetive-app-warn .header span {
    padding-left: 8px;
    height: 20px;
}

/*!sc*/
.iiIEXg #altranetive-app-body {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    width: 594px;
    padding: 16px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 12px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

/*!sc*/
.iiIEXg #altranetive-app-body::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(11, 2, 35, 0) 48.42%, rgba(11, 2, 35, 0.56) 77.94%, rgba(11, 2, 35, 0.8) 91%), linear-gradient(180deg, rgba(11, 2, 35, 0) 0%, rgba(11, 2, 35, 0.7) 77.08%, #0B0223 100%);
}

/*!sc*/
.iiIEXg #altranetive-app-body .tile-bg {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .altranetive-app-info {
    z-index: 1;
    width: 100%;
    height: 96px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-title {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 12px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .app-icon {
    height: 76px !important;
    width: 76px !important;
    margin-right: 0px;
    border-radius: 9px;
    border: 1px solid transparent;
    overflow: hidden;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .app-icon img {
    width: 60px !important;
    height: 60px !important;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .app-desc {
    margin: 0px 4px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .app-desc .app-name {
    color: rgba(255, 255, 255, 0.9);
    font-size: 24px;
    font-weight: 600;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .genre-company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .genre-company .ratings {
    min-width: 60px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .genre-company .company {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 400;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .genre-company .genre {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    color: white;
    font-weight: 500;
    margin-top: 2px;
    -webkit-text-decoration: underline;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    padding: 0px 8px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .genre-company .genre::before {
    content: '|';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .play-btn-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: space-around;
    align-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 160px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .play-now {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #FF42A5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 8px 36px;
    font-weight: 600;
    height: 40px;
    width: 160px;
}

/*!sc*/
.iiIEXg #altranetive-app-body .app-info-body .play-now:hover {
    background: #ff3392;
}

/*!sc*/
data-styled.g63[id="hero-banner__HeroBannerStyleWrapper-sc-1r6yzeo-0"] {
    content: "iiIEXg,"
}

/*!sc*/
.cPLohv {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    padding-top: 48px;
    margin-bottom: 0;
    overflow: hidden;
    min-height: 416px;
}

/*!sc*/
.cPLohv .genre-games-description {
    padding-top: 16px;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .genre-games-description {
        padding-top: 0;
    }
}

/*!sc*/
.cPLohv .header {
    text-align: left;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .cPLohv .header {
        margin-bottom: 24px;
    }
}

/*!sc*/
.cPLohv .header .link {
    display: inline-block;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #ff3392 40%, #ff3392 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
}

/*!sc*/
.cPLohv .header .link a {
    color: rgba(255, 255, 255, 0.9);
}

/*!sc*/
.cPLohv .header .header-clickable {
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-weight: 500;
}

/*!sc*/
.cPLohv .header .header-clickable .divider {
    margin-top: 4px;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #665ef4 40%, #7b4cff 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv {
        margin-bottom: 0px;
        min-height: 312px;
    }
}

/*!sc*/
.cPLohv.mb-0 {
    margin-bottom: 0px;
}

/*!sc*/
.cPLohv .sub-cat-img {
    position: absolute;
    top: 56.43px;
    z-index: 1;
    max-height: 382px;
}

/*!sc*/
@media (max-width: 1400px) {
    .cPLohv .sub-cat-img {
        display: none;
    }
}

/*!sc*/
.cPLohv .sub-cat-img-left {
    left: 0px;
}

/*!sc*/
.cPLohv .sub-cat-img-right {
    right: 0px;
}

/*!sc*/
.cPLohv .container {
    position: relative;
    max-width: 1147px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px !important;
    z-index: 2;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container {
        padding-bottom: 48px !important;
    }
}

/*!sc*/
.cPLohv .container .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*!sc*/
.cPLohv .container .header .genre-games-heading {
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
    color: #473e5f;
    margin-top: 75px;
    margin-bottom: 16px;
    display: inline-block;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container .header .genre-games-heading {
        margin-top: 48px;
    }
}

/*!sc*/
.cPLohv .container .header .genre-games-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container .header .genre-games-description {
        font-size: 14px;
    }
}

/*!sc*/
.cPLohv .container .game-sub-cat {
    display: block;
    height: auto;
    overflow: hidden;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-bottom: 20px;
}

/*!sc*/
.cPLohv .container .game-sub-cat a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 6px;
    margin: 12px;
    padding: 7.5px 16px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.8;
}

/*!sc*/
.cPLohv .container .game-sub-cat a.hidden {
    display: none !important;
}

/*!sc*/
.cPLohv .container .game-sub-cat a span {
    width: 100%;
    display: block;
    text-align: center;
}

/*!sc*/
@media (min-width: 768px) {
    .cPLohv .container .game-sub-cat a:hover {
        box-shadow: 0px 9px 14px 0px #ffffff38;
        color: #fff;
    }
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container .game-sub-cat {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
        gap: 16px;
        margin-top: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cPLohv .container .game-sub-cat a {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: calc(50% - 8px);
        height: 40px;
        text-align: center;
        margin: 0;
    }
}

/*!sc*/
@media (max-width: 420px) {
    .cPLohv .container .game-sub-cat a {
        width: 100%;
    }
}

/*!sc*/
.cPLohv .container .show-more-btn-wrapper {
    display: inline-block;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container .show-more-btn-wrapper {
        display: block;
    }

    .cPLohv .container .show-more-btn-wrapper span {
        font-size: 16px !important;
        margin-left: 0px;
    }
}

/*!sc*/
.cPLohv .container .show-more-btn {
    box-shadow: 0px 9px 13px 0px #3653ea54;
    border-radius: 8px;
    -webkit-flex: none;
    -ms-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 219px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    border: none;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/*!sc*/
.cPLohv .container .show-more-btn span {
    font-size: 14px;
    margin-left: 0px;
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container .show-more-btn {
        margin-top: 14px;
        height: 56px;
        width: 100%;
        max-width: 100%;
        border-radius: 8px;
    }

    .cPLohv .container .show-more-btn span {
        font-size: 16px;
    }
}

/*!sc*/
.cPLohv .container .show-more-btn:hover {
    -webkit-transform: translateY(-8px);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/*!sc*/
@media (max-width: 767px) {
    .cPLohv .container button {
        margin: 0 auto;
    }
}

/*!sc*/
data-styled.g64[id="style__FaqContainer-sc-t3exb6-0"] {
    content: "cPLohv,"
}

/*!sc*/
.mZZLf .popular-games {
    box-sizing: border-box;
    margin-top: 36px;
}

/*!sc*/
.mZZLf .popular-games .games-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 32px;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

/*!sc*/
.mZZLf .popular-games .header {
    text-align: left;
}

/*!sc*/
.mZZLf .popular-games .header .link {
    display: inline-block;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #ff3392 40%, #ff3392 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
}

/*!sc*/
@media (max-width: 1024px) {
    .mZZLf .popular-games .header .link {
        margin-top: 20px;
    }
}

/*!sc*/
.mZZLf .popular-games .header .link a {
    color: rgba(255, 255, 255, 0.9);
}

/*!sc*/
.mZZLf .popular-games .header .header-clickable {
    font-size: 20px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-weight: 500;
}

/*!sc*/
.mZZLf .popular-games .header .header-clickable .divider {
    margin-top: 4px;
    margin-bottom: 16px;
    text-align: center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, #665EF4 40%, #7B4CFF 60%, rgba(56, 2, 155, 0));
    border-image-slice: 1;
    width: 100%;
}

/*!sc*/
.mZZLf .popular-games .popular-games-list {
    padding-top: 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-flex: 1 1 39px;
    -ms-flex: 1 1 39px;
    flex: 1 1 39px;
    width: calc(100% + 72px);
}

/*!sc*/
.mZZLf .popular-games .popular-games-list .image-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 268px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

/*!sc*/
@media (max-width: 767px) {
    .mZZLf .popular-games .popular-games-list .image-wrapper {
        height: 228px;
        width: 170px;
    }
}

/*!sc*/
.mZZLf .popular-games .popular-games-list .image-wrapper .play-btn {
    width: 100%;
    background: var(--primaryColor);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    color: var(--white);
    border-radius: 8px;
    margin-top: 24px;
    border: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 32px;
}

/*!sc*/
.mZZLf .popular-games .popular-games-list .image-wrapper .play-btn .btn-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
}

/*!sc*/
@media (max-width: 767px) {
    .mZZLf .popular-games .popular-games-list .image-wrapper .play-btn {
        height: 28px;
    }

    .mZZLf .popular-games .popular-games-list .image-wrapper .play-btn .btn-text {
        font-size: 12px;
    }
}

/*!sc*/
.mZZLf .popular-games .popular-games-item {
    width: calc((100% - 85px) / 8);
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #ff3392, #ff3392) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    border-radius: 10px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    box-sizing: border-box;
    display: none;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item .tag-add-free {
    position: absolute;
    left: -2px;
    top: 16px;
    z-index: 4;
    color: #fff;
    padding: 4px 20px 4px 12px;
    border-radius: 6px 38px 38px 6px;
    border: 1.59px solid #b3d661;
    background: linear-gradient(0deg, #398B4D, #398B4D), linear-gradient(0deg, #B3D661, #B3D661);
}

/*!sc*/
.mZZLf .popular-games .popular-games-item a {
    display: block;
    position: relative;
    padding: 8px;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item a * {
    pointer-events: none;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 20px;
    left: 10%;
    bottom: -6px;
    background: linear-gradient(270deg, #ff3392 0%, #ff3392 99.48%);
    -webkit-filter: blur(8px);
    filter: blur(8px);
    border-radius: 100px;
    box-sizing: border-box;
    display: none;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item:hover a {
    background-color: #111111;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item:hover a::before, .mZZLf .popular-games .popular-games-item:hover a::after {
    display: block;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item:hover::before, .mZZLf .popular-games .popular-games-item:hover::after {
    display: block;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item .image-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 4px;
    aspect-ratio: 1/1;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item .image-wrapper picture {
    display: block;
    line-height: 0;
}

/*!sc*/
.mZZLf .popular-games .popular-games-item .game-info {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #ffffff;
    font-weight: 600;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .mZZLf .popular-games .header {
        text-align: center;
    }

    .mZZLf .popular-games .header .link {
        border-image-source: linear-gradient(270deg, rgba(123, 76, 255, 0) 0%, #ff3392 19.43%, #ff3392 79.89%, rgba(14, 164, 197, 0) 99.48%);
    }

    .mZZLf .popular-games .header .divider {
        margin-top: 4px;
        margin-bottom: 16px;
        text-align: center;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(0.25turn, #665EF4 40%, #7B4CFF 60%, rgba(56, 2, 155, 0));
        border-image-slice: 1;
        width: 100%;
    }

    .mZZLf .popular-games .popular-games-list {
        padding-top: 0px;
    }

    .mZZLf .popular-games .popular-games-list .popular-games-item {
        margin-top: 16px;
    }
}

/*!sc*/
@media (max-width: 1024px) and (min-width: 768px) {
    .mZZLf .popular-games .games-list {
        padding: 0 !important;
    }

    .mZZLf .popular-games .games-list .popular-games-item {
        width: calc((100% - 48px) / 5);
    }
}

/*!sc*/
@media (max-width: 767px) {
    .mZZLf .popular-games {
        margin-top: 0px;
    }

    .mZZLf .popular-games .games-list {
        padding: 0px !important;
        gap: 12px;
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }

    .mZZLf .popular-games .games-list .popular-games-item {
        margin: 0px;
        margin-left: 0;
        width: calc((100% - 12px) / 2);
        margin-top: 12px;
    }

    .mZZLf .popular-games .games-list .popular-games-item::before, .mZZLf .popular-games .games-list .popular-games-item::after {
        display: none;
    }

    .mZZLf .popular-games .games-list .popular-games-item:hover::before, .mZZLf .popular-games .games-list .popular-games-item:hover::after {
        display: none;
    }
}

/*!sc*/
@media (min-width: 520px) and (max-width: 767px) {
    .mZZLf .popular-games .games-list .popular-games-item {
        width: calc((100% - 40px) / 4);
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
    }
}

/*!sc*/
data-styled.g65[id="popular-games__PopularGamesSection-sc-xsoqfs-0"] {
    content: "mZZLf,"
}

/*!sc*/
@media screen and (max-width: 767px) {
    .dmDaqv .apps-wrapper {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

/*!sc*/
.dmDaqv .apps-wrapper button {
    font-family: 'Poppins', sans-serif;
}

/*!sc*/
.dmDaqv .apps-wrapper .app-details .title {
    font-size: 36px;
    line-height: 54px;
    color: #0b0223;
    margin-top: 5px;
}

/*!sc*/
.dmDaqv .apps-wrapper .app-details .description {
    font-size: 16px;
    line-height: 150%;
    color: #473e5f;
    margin-top: 24px;
}

/*!sc*/
.dmDaqv .apps-wrapper .pre-register-btn {
    max-width: 500px;
    width: auto;
}

/*!sc*/
.dmDaqv .apps-wrapper .pre-register-btn .btn-text {
    white-space: nowrap;
    padding: 12px 72.5px;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*!sc*/
.dmDaqv .apps-wrapper .pre-register-btn:hover {
    background: #ff3392;
}

/*!sc*/
@media screen and (max-width: 767px) {
    .dmDaqv .apps-wrapper .divider {
        background: #c4c4c4;
        opacity: 0.2;
        border-radius: 4px;
        height: 1px;
        margin: 0 16px;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .dmDaqv .apps-wrapper .app-details .title {
        font-size: 24px;
        line-height: 36px;
        margin-top: 40px;
    }

    .dmDaqv .apps-wrapper .app-details .description {
        margin-top: 16px;
    }

    .dmDaqv .apps-wrapper .app-details .btn-play-now img {
        max-width: 56px;
    }

    .dmDaqv .apps-wrapper .app-details .btn-play-now .btn-text {
        font-size: 18px !important;
    }

    .dmDaqv .apps-wrapper .app-details .pre-register-btn {
        width: 100%;
    }

    .dmDaqv .apps-wrapper .app-details .pre-register-btn .btn-text {
        padding: 16px 52px;
    }
}

/*!sc*/
.dmDaqv .game-sub-cat {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

/*!sc*/
.dmDaqv .game-sub-cat span {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    float: left;
    margin: 16px 4px;
}

/*!sc*/
.dmDaqv .game-sub-cat a {
    margin: 6px;
    padding: 7.5px 16px;
    color: #473e5f;
    font-weight: 600;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 1.8;
    border: 1px solid #e3dfec;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px !important;
}

/*!sc*/
@media (min-width: 768px) {
    .dmDaqv .game-sub-cat a:hover {
        box-shadow: 0px 9px 14px 0px #00000038;
        color: #000;
    }
}

/*!sc*/
data-styled.g69[id="slug__AppStyleWrapper-sc-xehpa8-0"] {
    content: "dmDaqv,"
}

/*!sc*/
</style>
  <style data-href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap">@font-face {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/fredokaone/v14/k3kUo8kEI-tA1RRcTZGmTmHC.woff) format('woff')
}

@font-face {
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/fredokaone/v14/k3kUo8kEI-tA1RRcTZGmTlHGCaen8wf-.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}