: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;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus,*:active,*:hover {
    outline: none;
}


html,body {
    margin: 0;
    padding: 0;
    width: 100%;
}


ul[class] {
    list-style: none;
    padding: 0;
    margin: 0;
}


button,.btn {
    cursor: pointer;
}


h1,h2,h3,h4,h5,h6,p,span {
    margin: 0;
    font-weight: unset;
}


a {
    text-decoration: none;
}

.inline-lazy {
    display: inline;
}


.main-content {
    min-height: calc(100vh - 297px);
}


html[lang='ko'] * {
    word-break: keep-all;
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.arrow-icon {
    position: relative;
}


.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);
    transform: rotate(-90deg);
}


@media screen and (min-width: 768px) {
    .arrow-icon .arrow {
        display:none;
    }
}


@media screen and (max-width: 767px) {
    .arrow-icon .arrow {
        margin-right:6px;
    }
}


.arrow-icon .arrow:before {
    background-color: var(--paraColor);
    bottom: 1px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.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;
}


.app-page-dark {
    background: radial-gradient(46.13% 13.64% at 49% 0%, rgb(14 28 197 / 20%) 0%, rgba(14, 164, 197, 0) 100%), radial-gradient(11.82% 32.59% at 0% 0%, rgb(212 76 255 / 40%) 17.85%, rgba(123, 76, 255, 0) 100%), radial-gradient(16.72% 49.32% at 100% 100%, rgb(109 203 223 / 40%) 0%, rgba(14, 164, 197, 0) 100%), #d98beb;
    color: #fff;
}


.app-page-dark.scroll-up.generic-rule .app-page-dark,.app-page-dark.scroll-down.generic-rule .app-page-dark {
    backdrop-filter: none!important;
}


@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 {
        justify-content: start!important;
    }
}


.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;
    backdrop-filter: blur(24px)!important;
}


.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);
    backdrop-filter: blur(24px)!important;
}


@media (max-width: 1025px) {
    .app-page-dark.scroll-up .app-page-dark {
        backdrop-filter:none!important;
    }
}


.app-page-dark.scroll-up .app-page-dark .social-media-section {
    background: rgba(0,0,0,0.4);
}


.app-page-dark.scroll-up .app-page-dark .social-media-section .title {
    color: rgba(255,255,255,0.7);
}


.qc-cmp2-persistent-link {
    cursor: pointer;
    position: fixed;
    background-color: #368bd6;
    padding: 5px 15px;
    color: #fff;
    display: flex;
    text-decoration: none;
    align-items: center;
    max-height: 30px;
    z-index: 2147483640;
    bottom: 0;
    right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.qc-cmp2-persistent-link img {
    width: 16px;
    height: 17px;
    margin-right: 5px;
}


.qc-cmp2-main button * {
    pointer-events: none;
}


@media (max-width: 767px) {
    .css-ev1fav.css-ev1fav .qc-usp-ui-content .qc-usp-main-messaging {
        padding:15px 15px 15px 0!important;
    }

    .css-ev1fav.css-ev1fav .qc-usp-ui-content .qc-usp-title {
        padding-right: 40px!important;
        line-height: 1.3!important;
    }

    .css-ev1fav.css-ev1fav .qc-usp-close-icon {
        background-size: 50%!important;
    }

    .qc-cmp-cleanslate p {
        line-height: 1.3!important;
    }

    .css-ev1fav.css-ev1fav {
        width: 90%!important;
    }
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5Z11lFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}


@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}


body {
    font-family: 'Poppins',sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    background-color: var(--white);
}


body:not(.no-padding) {
    padding-top: 74px!important;
}


html[lang='en'] body:not(.no-padding),html[lang='ko'] body:not(.no-padding) {
    padding-top: 74px!important;
}


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;
}


html:not([lang='en']) .blog-menu {
    display: none;
}


html[lang='ja'] .header-section-light .logo {
    width: fit-content;
}


html[lang='ja'] .header-section-light .logo svg {
    width: 181px;
    height: 48px;
}


html[lang='ko'] .footer-section.new-footer .container .social-logos+section .footer-container .footer-left {
    height: 300px;
}


@media (max-width: 767px) {
    html[lang='ko'] .footer-section.new-footer .container .social-logos+section .footer-container .footer-left {
        height:auto;
    }
}


html[lang='ko'] .hero-content .btn-wrapper .sign-in,html[lang='ko'] .hero-content .btn-wrapper .go-rogue {
    font-weight: bold;
}


html[lang='ko'] .games-tile-section .heading-section {
    max-width: 100%;
}


html[lang='ko'] .features-section .feature-list .feature-item:nth-child(2n) .feature-content h2 {
    display: flex;
    flex-direction: column-reverse;
}


.flex {
    display: flex;
}


.flex.perfectCenter {
    justify-content: center;
    align-items: center;
}


.flex.hrtlCenter {
    justify-content: center;
}


.flex.vrtlCenter {
    align-items: center;
}


.flex.flex-end {
    justify-content: flex-end;
}


.flex.space-btw {
    justify-content: space-between;
}


.flex.space-even {
    justify-content: space-evenly;
}


.flex.space-around {
    justify-content: space-around;
}


.flex.column {
    flex-direction: column;
}


.flex.start {
    align-items: flex-start;
}


.flex.pointer {
    cursor: pointer;
}


.container {
    max-width: 1280px!important;
    width: 100%;
    margin: 0 auto;
}


@media (max-width: 1200px) {
    .container {
        padding:0 12px!important;
    }
}


@media (max-width: 1024px) {
    .container {
        padding:0 16px!important;
    }
}


.img-responsive {
    max-width: 100%;
    width: auto;
    height: auto;
}


.image-fit {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.fs-modal-open,.hamburger-open {
    height: 100vh;
    overflow-y: hidden;
}


.read-more {
    color: #ff43a5;
    cursor: pointer;
}


.experience-btn * {
    pointer-events: none;
}


.ReactModal__Overlay--after-open .ReactModal__Content--after-open {
    opacity: 1!important;
    transform: translateX(0px)!important;
}


.ReactModal__Overlay--before-close .ReactModal__Content--after-open {
    opacity: 0!important;
    transform: translateX(-100px)!important;
}


body.IN .social-icon.tiktok {
    display: none;
}


body:not(.US) .social-icons-list .social-icon:first-child,body:not(.US) .icon-2.discord {
    display: none!important;
}


.already-joined {
    overflow: hidden;
}


.already-joined .already-joined-popup {
    display: block!important;
}


.snakplanet-container {
    margin-top: -75px;
}


.scroll-down .header-section-light {
    transition: transform 0.4s ease-in;
    transform: translate3d(0, -100%, 0);
}


.scroll-up .header-section-light {
    transform: none;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.08);
}


body.scroll-disabled {
    overflow: hidden!important;
}


@media (min-width: 1025px) {
    .language+.main-content {
        margin-top:85px;
    }
}


@media (max-width: 1024px) {
    .language+.main-content {
        margin-top:110px;
    }

    .unsupportedlangMsg+.main-content {
        margin-top: 135px;
    }
}


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;
}


@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:flex;
    }
}


.IN .tik-tok {
    display: none;
}

.fpSLhY .footer-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 24px;
    margin-bottom: 28px;
    justify-content: space-between!important;
    border-bottom: 1px solid #eeedf0;
}


.fpSLhY .footer-container .linkdin-2 {
    background-position: -40px 0px!important;
}


.fpSLhY .footer-container .snapchat-2 {
    background-position: 0px 0px!important;
}


.fpSLhY .footer-container .twitter-2 {
    background-position: 32px 0px!important;
}


.fpSLhY .footer-container .social-icons-2 {
    display: flex;
    position: absolute;
    top: 45px;
    right: 0px;
    width: calc(32px * 3 + 10px * 2);
    justify-content: space-between;
}


.fpSLhY .footer-container .social-icons-2 .icon-2 {
    background-size: cover;
    width: 32px;
    height: 32px;
}


@media screen and (max-width: 1200px) {
    .fpSLhY .footer-container .social-icons-2 {
        right:24px;
    }
}


@media screen and (max-width: 768px) {
    .fpSLhY .footer-container .social-icons-2 {
        position:unset;
        margin-top: 45px;
    }
}


.fpSLhY .footer-container .cursor {
    cursor: pointer;
}


@media screen and (max-width: 768px) {
    .fpSLhY .footer-container {
        padding-bottom:32px;
        display: block;
    }

    .fpSLhY .footer-container .logos-alt {
        margin-top: 35px;
        display: flex;
        width: 112px;
        height: 32px;
        justify-content: space-between;
    }
}


.fpSLhY .footer-container .footer-left {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: calc(261px + 32px);
    min-width: 64%;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left {
        height:auto;
        min-width: 58%;
        padding-left: 24px;
        margin-top: 15px;
    }
}


@media screen and (max-width: 850px) {
    .fpSLhY .footer-container .footer-left {
        min-width:46.5%;
    }
}


@media screen and (max-width: 768px) {
    .fpSLhY .footer-container .footer-left {
        padding-left:0px;
    }
}


.fpSLhY .footer-container .footer-left .quater-height {
    height: 22px;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .quater-height {
        height:auto;
    }
}


.fpSLhY .footer-container .footer-left .quater-height .arrow {
    margin-left: 5px;
    margin-right: 20px;
    height: 12px;
    width: 12px;
    color: var(--paraColor);
    transform: rotate(-90deg);
}


@media screen and (min-width: 768px) {
    .fpSLhY .footer-container .footer-left .quater-height .arrow {
        display:none;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .quater-height .arrow {
        margin-right:6px;
    }
}


.fpSLhY .footer-container .footer-left .quater-height .arrow:before {
    background-color: var(--paraColor);
    bottom: 1px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.fpSLhY .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;
}


.fpSLhY .footer-container .footer-left .half-height {
    height: 116px;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .half-height {
        height:auto;
    }
}


.fpSLhY .footer-container .footer-left .full-height {
    height: 270px;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .full-height {
        height:auto;
    }
}


.fpSLhY .footer-container .footer-left .section {
    margin-bottom: 24px;
    width: 168px;
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    overflow-y: hidden;
}


.fpSLhY .footer-container .footer-left .section .justify-content-between {
    justify-content: space-between;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .pink-color {
        color:rgb(255,51,158)!important;
    }

    .fpSLhY .footer-container .footer-left .section .pink-color::after {
        transform: rotate(-135deg) translateY(50%)!important;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .display-none {
        display:none!important;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section {
        width:100%;
        overflow-y: unset;
        margin-bottom: 0px;
    }
}


@media (max-width: 900px) and (min-width:740px) {
    .fpSLhY .footer-container .footer-left .section:nth-child(4),.fpSLhY .footer-container .footer-left .section:nth-child(5),.fpSLhY .footer-container .footer-left .section:nth-child(6) {
        display:none!important;
    }
}


.fpSLhY .footer-container .footer-left .section .sub-title-link {
    width: min-content;
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .sub-title-link {
        position:relative;
        background-color: rgb(245,245,245);
        opacity: 1;
        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;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .sub-title-link {
        width:100vw;
        position: relative;
        left: -16px;
        background-color: rgb(245,245,245);
        opacity: 1;
        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;
    }
}


.fpSLhY .footer-container .footer-left .section .title-anchor {
    width: min-content;
    white-space: nowrap;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .title-anchor {
        width:100%;
    }
}


.fpSLhY .footer-container .footer-left .section .title {
    font-weight: 600;
    font-size: 14px;
    color: #1f1637;
    margin-bottom: 16px!important;
    line-height: 21px;
    margin-bottom: 4px;
}


.fpSLhY .footer-container .footer-left .section .title:hover {
    text-decoration: none;
    color: #ff6bb9!important;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .title {
        height:48px;
        margin-bottom: 0px!important;
        -webkit-box-align: center;
        align-items: center;
        display: flex;
    }

    .fpSLhY .footer-container .footer-left .section .title:hover {
        text-decoration: none;
    }
}


.fpSLhY .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;
    font-family: 'poppins',sans-serif!important;
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .title-2 {
        cursor:pointer;
        height: 48px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-right: 24px;
        margin-bottom: 0px!important;
        -webkit-box-align: center;
    }

    .fpSLhY .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;
        transform: rotate(45deg) translateY(-50%);
        transition: all 0.2s ease-in-out 0s;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left .section .title-2 {
        padding-right:10px;
    }
}


.fpSLhY .footer-container .footer-left .section .sub-title {
    font-weight: 400;
    font-size: 14px;
    color: #473e5f;
    line-height: 21px;
    font-family: 'poppins',sans-serif!important;
}


.fpSLhY .footer-container .footer-left .section .sub-title:hover {
    color: #ff6bb9;
    text-decoration: none;
}


.fpSLhY .footer-container .footer-left .section .sub-title-2 {
    font-weight: 400;
    font-size: 14px;
    color: #473e5f;
    line-height: 21px;
}


.fpSLhY .footer-container .footer-left .section .sub-heading-web {
    font-weight: 600;
    font-size: 14px;
    color: #1f1637;
    line-height: 21px;
}


.fpSLhY .footer-container .footer-left-ja {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}


@media screen and (min-width: 768px) {
    .fpSLhY .footer-container .footer-left-ja .quater-height {
        height:22px;
    }

    .fpSLhY .footer-container .footer-left-ja .quater-height .arrow {
        display: none;
    }

    .fpSLhY .footer-container .footer-left-ja .half-height {
        height: 116px;
    }

    .fpSLhY .footer-container .footer-left-ja .full-height {
        height: 270px;
    }

    .fpSLhY .footer-container .footer-left-ja .section {
        margin-bottom: 24px;
        width: 168px;
        display: flex;
        flex-direction: column;
        white-space: nowrap;
        overflow-y: hidden;
    }

    .fpSLhY .footer-container .footer-left-ja .section .title-2 {
        display: block;
    }

    .fpSLhY .footer-container .footer-left-ja .section .title-2::after {
        display: none;
    }

    .fpSLhY .footer-container .footer-left-ja .section .sub-title-link {
        position: unset;
        background-color: unset;
        padding: 0px;
    }

    .fpSLhY .footer-container .footer-left-ja .section .display-none {
        display: block!important;
    }

    .fpSLhY .footer-container .footer-left-ja .section .pink-color {
        color: rgb(31,22,55);
    }

    .fpSLhY .footer-container .footer-left-ja .section:lang(ja) {
        width: 140px;
    }
}


@media screen and (max-width: 767px) {
    .fpSLhY .footer-container .footer-left-ja .section .sub-title-link {
        width:100vw;
        left: -16px;
        padding-left: 16px;
    }
}

.fpSLhY .footer-container .footer-right .r-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}


.fpSLhY .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: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out 0s;
}


.fpSLhY .footer-container .footer-right .r-div:hover {
    background: #ff42a5;
    color: #ffffff;
}


.fpSLhY .footer-container .footer-right .r-div:hover .r-button {
    color: #ffffff;
}


.fpSLhY .footer-container .footer-right .r-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    color: #ff42a5;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fpSLhY .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%;
}


.fpSLhY .footer-container .footer-right .hover-img-1 {
    display: none;
}


.fpSLhY .footer-container .footer-right .hover-img-2 {
    display: none;
}


.fpSLhY .footer-container .footer-right .hover-img {
    display: none;
}






@media screen and (max-width: 393px) {

    .fpSLhY .footer-container .footer-right .r-heading {
        font-size: 22px;
    }

    .fpSLhY .footer-container .footer-right .r-button {
        font-size: 12px;
    }
}


@media screen and (max-width: 346px) {
    .fpSLhY .footer-container .footer-right .r-heading {
        font-size:20px;
    }
}


@media screen and (max-width: 323px) {
    .fpSLhY .footer-container .footer-right .r-heading {
        font-size:18px;
    }
}

.cdEkrk .footer-section {
    background: radial-gradient(100% 100% at 50% 0%, rgba(254,66,165,0) 52.6%, rgba(255,66,165,0.05) 100%);
}


@media (max-width: 767px) {
    .cdEkrk .footer-section {
        padding-top:35px;
        padding-bottom: 0;
    }
}


.cdEkrk .footer-section .container {
    padding: 50px 0px 24px 0px;
    margin: 0 auto;
}


.cdEkrk .footer-section .container .social-logos {
    margin-bottom: 50px;
}


@media screen and (max-width: 1092px) {
    .cdEkrk .footer-section .container .social-logos {
        margin-bottom:20px;
    }
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .social-logos {
        margin-bottom:35px;
        flex-direction: column;
        align-items: flex-start;
    }
}


.cdEkrk .footer-section .container .social-logos .breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 82%;
}


@media (max-width: 1065px) {
    .cdEkrk .footer-section .container .social-logos .breadcrumb {
        width:78%;
    }
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .social-logos .breadcrumb {
        align-items:flex-start;
        width: 100%;
    }
}


.cdEkrk .footer-section .container .social-logos .breadcrumb .scroller {
    overflow-x: auto;
    margin-top: -4px;
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .social-logos .breadcrumb .scroller {
        width:100%;
        overflow-x: auto;
        margin-top: 2px;
    }
}


.cdEkrk .footer-section .container .social-logos .breadcrumb .scroller .breadcrumb-page {
    color: #000000;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul {
    display: inline-flex;
    height: auto;
    align-items: center;
    list-style: none;
    width: max-content;
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .social-logos .breadcrumb ul {
        margin-bottom:16px;
        height: 23.08px;
    }
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li {
    display: flex;
    align-items: center;
    height: auto;
    color: var(--hpTitleColor);
    padding-right: 12px;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li::before {
    content: '>';
    padding-right: 12px;
    color: #5b5273;
    font-weight: 400;
    font-size: 20px;
    padding-left: 0px;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li::before:first-child {
    padding: 0px;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li:last-child {
    color: #797091;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li:first-child a {
    color: var(--hpTitleColor);
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li a {
    font-size: 12px;
    font-weight: 400;
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li a:active,.cdEkrk .footer-section .container .social-logos .breadcrumb ul li a:visited {
    color: var(--hpTitleColor);
}


.cdEkrk .footer-section .container .social-logos .breadcrumb ul li span {
    font-size: 12px;
    font-weight: 400;
}


.cdEkrk .footer-section .container .footer-logo {
    display: block;
    padding-right: 15px;
}


.cdEkrk .footer-section .container .footer-logo img {
    width: 32.74px;
    height: 23.74px;
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .footer-logo {
        margin-bottom:16px;
        min-width: 38px;
    }

    .cdEkrk .footer-section .container .footer-logo img {
        width: 32px;
        height: 23.08px;
    }

    .cdEkrk .footer-section .container .footer-logo svg {
        width: 66px;
        height: 48px;
    }
}


.cdEkrk .footer-section .container .footer-list {
    flex-wrap: wrap;
}


.cdEkrk .footer-section .container .footer-list li {
    margin-bottom: 20px;
    white-space: nowrap;
}


@media (max-width: 767px) {
    .cdEkrk .footer-section .container .footer-list li {
        white-space:unset;
    }
}


.cdEkrk .footer-section .container .footer-list li a {
    color: var(--hpTitleColor);
    font-size: 12px;
    line-height: 1.4;
    font-family: 'poppins',sans-serif!important;
}


@media (min-width: 768px) {
    .cdEkrk .footer-section .container .footer-list {
        display:flex;
    }

    .cdEkrk .footer-section .container .footer-list li {
        margin-bottom: 16px;
    }

    .cdEkrk .footer-section .container .footer-list li:not(:last-child) {
        margin-right: 24px;
    }

    .cdEkrk .footer-section .container .footer-list li a:hover {
        text-decoration: none;
        color: #ff6bb9!important;
    }
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .footer-list {
        display:flex;
        justify-content: left;
    }

    .cdEkrk .footer-section .container .footer-list li {
        margin-bottom: 16px;
    }

    .cdEkrk .footer-section .container .footer-list li:not(:last-child) {
        margin-right: 24px;
    }
}


@media (max-width: 768px) and (max-width: 415px) {
    .cdEkrk .footer-section .container .footer-list li:not(:last-child) {
        margin-right:16px;
    }
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .footer-list li a:hover {
        text-decoration:underline;
    }
}


.cdEkrk .footer-section .container .footer-list #contact-us-modal {
    cursor: pointer;
    color: var(--hpTitleColor);
    font-size: 12px;
    line-height: 1.4;
    margin-top: 3px;
}


.cdEkrk .footer-section .container .footer-list #contact-us-modal:hover {
    text-decoration: underline;
}


.cdEkrk .footer-section .container .copyright {
    color: #8d84a5;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 22px;
}


@media (min-width: 768px) {
    .cdEkrk .footer-section .container .copyright {
        margin-bottom:0;
    }
}


@media (max-width: 768px) {
    .cdEkrk .footer-section .container .copyright {
        width:70%;
    }
}


.cdEkrk .footer-section .container .agreement {
    font-size: 13px;
    line-height: 17px;
    color: #8d84a5;
    margin-bottom: 16px;
}


.cdEkrk .footer-section .container .agreement a {
    color: #0091ff;
}


.cdEkrk .footer-section .container.footer-pad {
    position: relative;
}


@media (max-width: 1200px) and (min-width: 768px) {
    .cdEkrk .footer-section .container.footer-pad {
        padding:50px 24px 24px 24px!important;
        margin: auto;
    }
}


@media (max-width: 1200px) {
    .cdEkrk .footer-section .container {
        margin-left:0;
    }
}


@media (max-width: 767px) {
    .cdEkrk .footer-section .container {
        margin-left:0;
    }
}


.cdEkrk .footer-section .footer-strip {
    width: 100%;
    background-color: #071036;
    padding: 16px 0 15px 0;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}


.cdEkrk .footer-section .footer-strip .container {
    padding: 0;
}


@media (max-width: 1200px) {
    .cdEkrk .footer-section .footer-strip .container {
        padding-left:24px;
    }
}


@media (max-width: 767px) {
    .cdEkrk .footer-section .footer-strip .container {
        padding-left:0;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.cdEkrk .footer-section .footer-strip span {
    color: var(--primaryColor);
}


.cdEkrk .footer-section.new-footer {
    background: linear-gradient(113.21deg, #FFEDF6 0%, #FFEDF6 .01%, #E4F7FF 60.94%, #FCFFED 100%);
}


@media (max-width: 996px) {
    .cdEkrk .footer-section.new-footer {
        padding-bottom:100px;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos+section {
        padding: 0;
    }

    .cdEkrk .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;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos+section .footer-container .footer-left .section.quater-height {
        padding: 0 24px;
    }

    .cdEkrk .footer-section.new-footer .footer-container .footer-left .quater-height .arrow {
        display: none;
    }

    .cdEkrk .footer-section.new-footer .footer-container .footer-left .quater-height .arrow-icon .arrow {
        right: 0;
        top: 20px;
    }
}


.cdEkrk .footer-section.new-footer .container {
    padding-top: 40px;
}


.cdEkrk .footer-section.new-footer .container .scroller {
    margin-bottom: 40px;
    font-family: inherit;
}


@media (max-width: 767px) {
    .cdEkrk .footer-section.new-footer .container .scroller {
        overflow-x:auto;
        margin-left: 16px!important;
        margin-bottom: 20px;
    }
}


.cdEkrk .footer-section.new-footer .container .scroller ul {
    display: inline-flex;
    height: auto;
    align-items: center;
    list-style: none;
    width: max-content;
}


.cdEkrk .footer-section.new-footer .container .scroller ul li {
    display: flex;
    align-items: center;
    height: auto;
    padding-right: 12px;
}


.cdEkrk .footer-section.new-footer .container .scroller ul li:first-child::before {
    content: none;
}


.cdEkrk .footer-section.new-footer .container .scroller ul li:first-child span {
    color: #0B0223;
}


.cdEkrk .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;
}


.cdEkrk .footer-section.new-footer .container .scroller ul li a,.cdEkrk .footer-section.new-footer .container .scroller ul li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #0B0223;
    font-family: 'poppins',sans-serif!important;
}


.cdEkrk .footer-section.new-footer .container .scroller ul li span {
    color: #5B5273;
}


.cdEkrk .footer-section.new-footer .container .footer-container .footer-left .section .title-2,.cdEkrk .footer-section.new-footer .container .footer-container .footer-left .section .title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}


.cdEkrk .footer-section.new-footer .container .footer-list li a,.cdEkrk .footer-section.new-footer .container .copyright {
    font-size: 14px;
    line-height: 17px;
    color: #473E5F;
    font-family: 'poppins',sans-serif!important;
}


.cdEkrk .footer-section.new-footer .container .footer-upper-wrapper {
    justify-content: space-between;
    flex-direction: row;
    max-width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #EEEDF0;
    padding-bottom: 0;
}


.cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper {
    justify-content: space-between;
}


.cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal {
    position: relative;
    bottom: unset;
    right: unset;
}


.cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .language-body {
    position: absolute;
    bottom: 34px;
    right: 0;
    min-width: 183px;
}


.cdEkrk .footer-section.new-footer .container .footer-logo {
    padding-right: 0;
    margin-bottom: 42px;
}


.cdEkrk .footer-section.new-footer .container .footer-logo img {
    width: 104px;
    height: 89px;
}


.cdEkrk .footer-section.new-footer .container .social-logos {
    width: 122px;
    justify-content: flex-start;
    margin-bottom: 0;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section {
    display: flex;
    width: 785px;
    max-width: 78%;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container {
    flex-direction: row;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left {
    width: 100%;
    align-items: flex-start;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left .section .title-2,.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left .section .title {
    font-weight: 500;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left .section .sub-title {
    color: #0B0223;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left .section .sub-title:hover {
    color: #FF6BB9;
    text-decoration: none;
}


.cdEkrk .footer-section.new-footer .container .social-logos+section .footer-container .footer-left .section.quater-height {
    margin-bottom: 8px!important;
}


.cdEkrk .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;
    font-family: 'poppins',sans-serif!important;
}


.cdEkrk .footer-section.new-footer .container .twitter-2 {
    background-position: -3px -2px!important;
}


.cdEkrk .footer-section.new-footer .container .youtube {
    background-position: 65px -2px!important;
}


.cdEkrk .footer-section.new-footer .container .tik-tok {
    background-position: 34px -2px!important;
}


.cdEkrk .footer-section.new-footer .container .discord {
    background-position: 65px -97px!important;
}


.cdEkrk .footer-section.new-footer .container .social-icons-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: calc(32px * 3 + 10px * 2);
    justify-content: center;
}


.cdEkrk .footer-section.new-footer .container .social-icons-2 .icon-2 {
    background-size: 98px;
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
}


@media screen and (max-width: 1200px) {
    .cdEkrk .footer-section.new-footer .container .social-icons-2 {
        right:24px;
    }
}


@media screen and (max-width: 768px) {
    .cdEkrk .footer-section.new-footer .container .social-icons-2 {
        position:unset;
        margin-top: 45px;
        justify-content: center;
    }
}


@media (max-width: 767px) {
    .cdEkrk .footer-section.new-footer .container {
        padding:0!important;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper {
        flex-direction: column;
        padding-bottom: 24px;
        margin-bottom: 24px;
        position: relative;
        border: none;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper::after {
        content: "";
        height: 1px;
        width: 90%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 0;
        background: #EEEDF0;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos {
        width: 100%;
        flex-direction: row;
        padding: 0 16px;
        margin-bottom: 24px;
        align-items: end;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos .social-icons-2 {
        margin-top: 0;
        width: auto;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos .social-icons-2 .icon-2 {
        width: 32px;
        margin-right: 8px;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos .footer-logo {
        margin-bottom: 0;
    }

    .cdEkrk .footer-section.new-footer .container .footer-upper-wrapper .social-logos+section {
        background: #fff;
        padding: 0 24px;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .cdEkrk .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;
    }

    .cdEkrk .footer-section.new-footer .container .footer-list {
        padding-top: 24px;
        padding-left: 16px;
    }

    .cdEkrk .footer-section.new-footer .container .footer-list li {
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .cdEkrk .footer-section.new-footer .container .footer-list li a,.cdEkrk .footer-section.new-footer .container .copyright {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper {
        flex-direction: column-reverse;
    }

    .cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal {
        right: unset;
        bottom: unset;
        left: unset;
        padding-left: 16px;
    }

    .cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .language-body {
        left: 16px;
        right: unset;
        bottom: 26px;
    }

    .cdEkrk .footer-section.new-footer .container .lang-dropdown-wrapper .language-modal .locale-name {
        text-align: left;
    }

    .cdEkrk .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;
    }

    .cdEkrk .footer-section.new-footer .container .copyright-locale {
        position: relative;
    }

    .cdEkrk .footer-section.new-footer .container .copyright-locale .copyright {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        width: 100%;
        color: #473E5F;
        padding: 0 16px;
    }
}


.cdEkrk .contact-us .modal-body .contact-heading {
    width: 100%;
    margin-bottom: 10px;
}


.cdEkrk .contact-us .modal-body .contact-heading h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: var(--hpTitleColor);
}


.cdEkrk .contact-us .modal-body .contact-para {
    font-size: 18px;
    line-height: 150%;
    color: var(--contactusParaColor);
    padding-bottom: 20px;
    max-width: 454px;
}


.cdEkrk .contact-us .modal-body .contact-para a {
    color: #0397eb;
}


.cdEkrk .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;
}


.cdEkrk .concent-msg {
    width: 100%;
    background: #000;
    text-align: center;
}


.cdEkrk .concent-msg p {
    color: #fff;
    padding: 8px 0;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0;
}


.cdEkrk .footer-section.app-page-dark {
    position: relative;
}


.cdEkrk .footer-section.app-page-dark::before {
    content: "";
    position: absolute;
    background: radial-gradient(46.13% 13.64% at 49% 0%, rgb(14 28 197 / 20%) 0%, rgba(14, 164, 197, 0) 100%), radial-gradient(11.82% 32.59% at 0% 0%, rgb(212 76 255 / 40%) 17.85%, rgba(123, 76, 255, 0) 100%), radial-gradient(16.72% 49.32% at 100% 100%, rgb(109 203 223 / 40%) 0%, rgba(14, 164, 197, 0) 100%), #dc8bef;
    width: 100%;
    height: 100%;
    top: 0;
}


.cdEkrk .footer-section.app-page-dark a,.cdEkrk .footer-section.app-page-dark .container .footer-list li a,.cdEkrk .footer-section.app-page-dark .contact-us {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark a:hover,.cdEkrk .footer-section.app-page-dark .container .footer-list li a:hover,.cdEkrk .footer-section.app-page-dark .contact-us:hover {
    color: rgba(255,255,255,0.7)!important;
    text-decoration: underline!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad {
    color: #fff;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .scroller .breadcrumb-page {
    color: #fff!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .scroller span {
    color: rgba(255,255,255,0.5)!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper {
    border-bottom: 1px solid rgba(255,255,255,0.2)!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height h2,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height h2 {
    color: rgba(255,255,255,0.8)!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .title-anchor {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title .arrow,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor .arrow,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title .arrow,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .title-anchor .arrow {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .sub-title .arrow::before,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height .title-anchor .arrow::before,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height .sub-title .arrow::before,.cdEkrk .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;
}


@media (max-width: 767px) {
    .cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .full-height,.cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper .quater-height {
        border-bottom:none!important;
    }
}


@media (max-width: 767px) {
    .cdEkrk .footer-section.app-page-dark .footer-pad .footer-upper-wrapper::after {
        background:none!important;
    }
}


@media (max-width: 996px) {
    .cdEkrk .footer-section.app-page-dark .container .footer-upper-wrapper .social-logos+section .footer-container .footer-left .section.full-height {
        border-bottom:none;
    }
}


.cdEkrk .footer-section.app-page-dark .lang-dropdown-wrapper .footer-list a {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark .lang-dropdown-wrapper .language-body {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark .lang-dropdown-wrapper .locale-name #locale-select:hover {
    background-color: transparent;
}


.cdEkrk .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;
}


.cdEkrk .footer-section.app-page-dark .copyright {
    color: rgba(255,255,255,0.7)!important;
}


.cdEkrk .footer-section.app-page-dark .language-body {
    bottom: 39px;
}


.cdEkrk .footer-section.app-page-dark .language-body .dropdown-list ul li {
    background-color: #292929;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
}


.cdEkrk .footer-section.app-page-dark .language-body .dropdown-list ul li:last-child {
    border-bottom: 1px solid #f5f5f5;
}


.cdEkrk .footer-section.app-page-dark .language-body .dropdown-list ul li:hover {
    background-color: #111111;
}


.cdEkrk .footer-section.app-page-dark .language-body .dropdown-list ul li.selected .tick .logo {
    filter: grayscale(1);
}


.cdEkrk .footer-section.app-page-dark .locale-name .btn-focus {
    background-color: #292929;
}


.cdEkrk .footer-section.app-page-dark .locale-name .btn-focus::before,.cdEkrk .footer-section.app-page-dark .locale-name .btn-focus::after {
    display: none;
}


@media (max-width: 767px) {
    .cdEkrk .footer-section.app-page-dark .new-footer .container .scroller {
        overflow:hidden!important;
    }

    .cdEkrk .footer-section.app-page-dark .footer-upper-wrapper .social-logos+section {
        background: #111111!important;
    }
}

.jlHGOk .app-page-dark {
    position: absolute;
    top: 0;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(24px)!important;
}


@media (max-width: 1024px) {
    .jlHGOk .app-page-dark {
        backdrop-filter:none!important;
    }

    .cate-content{
        display:none!important;
    }
}

@media (min-width: 1024px){
    .hamburger-block{
        display:none;
    }
}


.jlHGOk .app-page-dark .social-media-section {
    background: rgba(0,0,0,0.4);
}


.jlHGOk .app-page-dark .social-media-section .title {
    color: rgba(255,255,255,0.7);
}


@media (max-width: 767px) {
    .jlHGOk .app-page-dark {
        height:56px!important;
    }

    .jlHGOk .app-page-dark .container .logo img {
        height: 40px;
        width: 170px;
    }
}


@media (max-width: 1025px) {
    .jlHGOk .app-page-dark.game-search-header {
        background: #111!important;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper {
        background: #332A4B;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section {
        background: #332A4B;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section .title {
        color: rgba(255,255,255,0.7);
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon .title {
        color: #fff;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a {
        color: #fff;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow {
        color: #fff;
    }

    .jlHGOk .app-page-dark.open-menu.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow::before {
        background-color: #fff;
    }

    .jlHGOk .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper {
        background: #332A4B;
    }

    .jlHGOk .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .social-media-section {
        background: #332A4B;
    }

    .jlHGOk .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .hamburger-menu-item a,.jlHGOk .app-page-dark.new-header.header-section-light .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon .title {
        color: #fff;
    }
}


.jlHGOk .app-page-dark .header-left-section {
    display: flex;
    align-items: center;
    gap: 20px;
}


.jlHGOk .app-page-dark .header-search {
    position: relative;
}


@media (max-width: 767px) {
    .jlHGOk .app-page-dark .header-search {
        display:none!important;
    }

    .search-content{
        width: 260px!important;
    }
}


@media screen and (min-width: 1024px) {
    #menu-content{
        display:none!important;
    }
    #menu-bg{
        display:none!important;
    }
}

.search-content {
    width: 320px;
    position: relative;
    padding: 7px 8px 7px 12px;
    display: flex;
    -webkit-box-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;
}


.search-content:focus-within {
    border-color: #ff42a5;
}

#search-box{
    font-family: inherit;
    padding: 0 16px;
    border: 0;
    outline: none;
    background: transparent;
    line-height: 24px;
    color: rgb(255, 255, 255);
    width: 78%;
}

#search-box-mobile{
    font-family: inherit;
    padding: 0 16px;
    border: 0;
    outline: none;
    background: transparent;
    line-height: 24px;
    color: rgb(255, 255, 255);
    width: 78%;
}

#search-box::placeholder {
    color: #fff;
    opacity: .8;
}


.jlHGOk .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;
    backdrop-filter: blur(12px);
    border-radius: 8px;
    border-top: none;
    margin-top: 40px;
}


.jlHGOk .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;
}


.jlHGOk .app-page-dark .header-search .sc-list::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 4px;
}


.jlHGOk .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;
}


.jlHGOk .app-page-dark .header-search .sc-list.no-search-result {
    display: flex;
    flex-direction: column;
    font-size: 14px!important;
}


.jlHGOk .app-page-dark .header-search .sc-list-item {
    padding: 8px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
}


.jlHGOk .app-page-dark .header-search .sc-list-item:hover {
    background: #ffffff2e;
}


.jlHGOk .app-page-dark .header-search .sc-list-item:hover .sc-play-btn {
    display: block;
}


.jlHGOk .app-page-dark .header-search .sc-list-item * {
    pointer-events: none;
}


.jlHGOk .app-page-dark .header-search .sc-game-ico {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}


.jlHGOk .app-page-dark .header-search .sc-game-ico .logo-img {
    width: 32px;
    height: 32px;
}


.jlHGOk .app-page-dark .header-search .sc-button-txt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: currentcolor;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
}


.jlHGOk .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;
}


.jlHGOk .app-page-dark .header-search .sc-clear-btn {
    cursor: pointer;
}


.jlHGOk .app-page-dark .mob-search-ico-head {
    cursor: pointer;
    width: 20px;
    height: 24px;
    display: inline-block;
    margin: 20px;
    display: none;
}


@media (max-width: 767px) {
    .jlHGOk .app-page-dark .mob-search-ico-head {
        display:inline-flex;
    }
}


.jlHGOk .app-page-dark .mobile-search-overlay {
    overflow: auto;
    z-index: 20;
    position: absolute;
    inset: 0px;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    animation: 0.3s ease-in-out 0s 1 normal none running popupin;
    background: #000;
    backdrop-filter: blur(60px);
    display: none;
}


@media only screen and (max-width: 549px) {
    .jlHGOk .app-page-dark .mobile-search-overlay {
        --grid-items-per-row:3;
        --grid-vertical-items-per-row: 2;
        --grid-vertical-item-margin: 16px;
    }
}


.jlHGOk .app-page-dark .search-head {
    padding: 20px 24px 8px 24px;
    position: sticky;
    top: 0px;
    background: #000;
    backdrop-filter: blur(60px);
    z-index: 20;
    display: block;
    justify-content: center;
}


.jlHGOk .app-page-dark .mobile-search-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 20;
    position: absolute;
    top: 24px;
    right: 20px;
}


.jlHGOk .app-page-dark .sc-box {
    margin-top: 40px;
    width: 100%;
    position: relative;
    padding: 7px 8px 7px 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
}


.jlHGOk .app-page-dark .sc-box:focus-within {
    border-color: #ff42a5;
}


.jlHGOk .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;
}


.jlHGOk .app-page-dark .search-ico {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline-block;
}


.jlHGOk .app-page-dark .clear-txt {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    margin: 0px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: auto;
    color: #fff;
}


.jlHGOk .app-page-dark .listing-section {
    text-align: center;
    padding: 4px 0px;
    animation: 0.3s ease-out 0s 1 normal none running popupin;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .app-page-dark .listing-section .games-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16px;
    padding-bottom: 48px;
}


.jlHGOk .app-page-dark .listing-section .games-list li {
    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;
}


.jlHGOk .app-page-dark .listing-section .games-list li a {
    color: #fff;
    width: 100%;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    padding: 8px;
    border-radius: 8px;
}


.jlHGOk .app-page-dark .listing-section .games-list li a * {
    pointer-events: none;
}


.jlHGOk .app-page-dark .listing-section .games-list li a img {
    border-radius: 8px;
    height: 84px;
    width: 84px;
    overflow: hidden;
}


.jlHGOk .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;
    letter-spacing: 0px;
    margin: 0px;
}


@keyframes popupin {
    0% {
        top: 100px;
        opacity: 0;
    }

    100% {
        top: 0px;
        opacity: 1;
    }
}


@keyframes popupout {
    0% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: 100px;
        opacity: 0;
    }
}


.jlHGOk .no-result {
    text-align: center;
    padding: 24px;
}


.jlHGOk .no-result h2 {
    font-size: 20px;
    font-weight: 600;
}


.jlHGOk .no-result span {
    font-size: 14px;
}


.jlHGOk .header-section-light {
    height: 87px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 108px;
    display: flex;
}


.jlHGOk .header-section-light .social-header-links {
    height: 100%;
    align-items: center;
}


.jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .scheduleDemoBtnRef {
    display: none;
}


.jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-item a {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-item a .arrow {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light.new-header .header-menu .show-experience-btn,.jlHGOk .header-section-light.new-header .header-menu .show-schedule-demo-btn {
    display: none;
}


.jlHGOk .header-section-light.new-header .show-experience-bt {
    display: none;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item.active .primary-hover {
    font-weight: 500;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item:hover .primary-hover {
    color: #ed7bb7;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item .external-menu,.jlHGOk .header-section-light.new-header .header-menu .menu-item .primary-hover {
    font-weight: 500;
    color: #ff43a6;
    font-family: 'poppins',sans-serif!important;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item .external-menu .arrow,.jlHGOk .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow {
    color: #ff43a6;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item .external-menu .arrow::before,.jlHGOk .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow::before {
    background-color: #ff43a6;
    width: 2px!important;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item .external-menu .arrow::after,.jlHGOk .header-section-light.new-header .header-menu .menu-item .primary-hover .arrow::after {
    border-bottom-width: 2px!important;
    border-right-width: 2px!important;
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover {
    color: rgba(255,255,255,0.7);
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover {
    color: #fff;
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow {
    color: #fff;
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow::before,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow::before {
    background-color: #fff;
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu:hover .arrow::after,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover:hover .arrow::after {
    border-color: #fff;
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu .arrow,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover .arrow {
    color: rgba(255,255,255,0.7);
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .external-menu .arrow::before,.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item .primary-hover .arrow::before {
    background-color: rgba(255,255,255,0.7);
}


.jlHGOk .header-section-light.new-header.app-page-dark .header-menu .menu-item:hover .external-menu .arrow::after {
    border-color: #fff;
}


.jlHGOk .header-section-light.new-header .header-menu .menu-item-new a {
    font-family: 'poppins',sans-serif;
    font-weight: 500;
}


.jlHGOk .header-section-light .container {
    align-items: center;
}


.jlHGOk .header-section-light .container .logo {
    height: 100%;
    display: flex;
    align-items: center;
}


.jlHGOk .header-section-light .container .logo+div {
    display: flex;
    height: 100%;
}


@media (max-width: 768px) {
    .jlHGOk .header-section-light .logo-alignment {
        justify-content:center!important;
    }
}


@media (max-width: 768px) {
    .jlHGOk .header-section-light .logo svg {
        height:48px;
        width: 181px;
    }
}


.jlHGOk .header-section-light .bs-logo img {
    height: 60px;
}


.jlHGOk .header-section-light .header-menu {
    height: 100%;
}


.jlHGOk .header-section-light .header-menu a,.jlHGOk .header-section-light .header-menu a:active,.jlHGOk .header-section-light .header-menu a:visited,.jlHGOk .header-section-light .header-menu button {
    color: var(--hpTitleColor);
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item:hover .primary-hover {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item:hover .external-menu .arrow::before {
    background-color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item:hover .external-menu .arrow::after {
    border-color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item:hover .mega-menu::after {
    border-color: var(--primaryColor);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .header-menu .menu-item:hover .mega-menu .menu-overlay {
    display: block;
    animation: fadeIn 0.3s;
}


.jlHGOk .header-section-light .header-menu .menu-item .external-menu {
    position: relative;
}


.jlHGOk .header-section-light .header-menu .menu-item .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}


.jlHGOk .header-section-light .header-menu .menu-item .external-menu .arrow:before {
    background-color: var(--lightParaColor);
    bottom: 2px;
    content: '';
    height: 9px;
    position: absolute;
    right: 2px;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.jlHGOk .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;
}


.jlHGOk .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);
}


@media (min-width: 768px) {
    .jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay {
        max-height:75vh;
    }

    .jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .menu-overlay-container {
        align-items: flex-start;
    }
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .container {
    display: flex;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .no-right-section .mega-menu-left-section {
    width: auto;
    max-width: unset;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}


.jlHGOk .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;
}


.jlHGOk .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;
    scrollbar-width: none;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: flex;
    flex-direction: row;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .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;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}


.jlHGOk .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);
}


.jlHGOk .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: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    transition: 0.3s ease;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo img {
    width: 64px;
    height: 47px;
}


.jlHGOk .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;
}


.jlHGOk .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;
    transition: 0.3s ease;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}


.jlHGOk .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;
}


.jlHGOk .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: flex;
    align-items: center;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo,.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img,.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    text-decoration: underline;
}


.jlHGOk .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);
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay-0 {
    min-height: 440px;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu .menu-overlay-1 {
    min-height: 464px;
}


.jlHGOk .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;
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    transition: 0.2s ease-in-out;
}


.jlHGOk .header-section-light .header-menu .menu-item .mega-menu:hover::after {
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .header-menu .menu-item.active .primary-hover {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item.active .mega-menu::after {
    border: solid var(--primaryColor);
    border-width: 0 1px 1px 0;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item-new a {
    color: var(--primaryColor);
    font-family: sans-serif;
}


.jlHGOk .header-section-light .header-menu .menu-item-new a .arrow {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item-new a .arrow::before {
    background-color: var(--primaryColor)!important;
    width: 2px!important;
}


.jlHGOk .header-section-light .header-menu .menu-item-new a .arrow::after {
    color: var(--primaryColor);
    border-bottom-width: 2px!important;
    border-right-width: 2px!important;
}


.jlHGOk .header-section-light .header-menu .menu-item-new:hover .primary-hover {
    color: #ed7bb7;
}


.jlHGOk .header-section-light .header-menu .menu-item-new:hover .external-menu .arrow::before {
    background-color: #ed7bb7!important;
}


.jlHGOk .header-section-light .header-menu .menu-item-new:hover .external-menu .arrow::after {
    color: #ed7bb7;
}


.jlHGOk .header-section-light .header-menu .menu-item-new:hover .mega-menu::after {
    border-color: var(--primaryColor);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .header-menu .menu-item-new:hover .mega-menu .menu-overlay {
    display: block;
    animation: fadeIn 0.3s;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .external-menu {
    position: relative;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}


.jlHGOk .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;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.jlHGOk .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;
}


.jlHGOk .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);
}


@media (min-width: 768px) {
    .jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay {
        max-height:75vh;
    }

    .jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .menu-overlay-container {
        align-items: flex-start;
    }
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .container {
    display: flex;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .no-right-section .mega-menu-left-section {
    width: auto;
    max-width: unset;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}


.jlHGOk .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;
}


.jlHGOk .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;
    scrollbar-width: none;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: flex;
    flex-direction: row;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .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;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}


.jlHGOk .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);
}


.jlHGOk .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: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    transition: 0.3s ease;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .row .company-logo img {
    width: 64px;
    height: 47px;
}


.jlHGOk .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;
}


.jlHGOk .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;
    transition: 0.3s ease;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}


.jlHGOk .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;
}


.jlHGOk .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: flex;
    align-items: center;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo,.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img,.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    text-decoration: underline;
}


.jlHGOk .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);
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay-0 {
    min-height: 440px;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu .menu-overlay-1 {
    min-height: 464px;
}


.jlHGOk .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;
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    transition: 0.2s ease-in-out;
}


.jlHGOk .header-section-light .header-menu .menu-item-new .mega-menu:hover::after {
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .header-menu .menu-item-new.active .primary-hover {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .header-menu .menu-item-new.active .mega-menu::after {
    border: solid var(--primaryColor);
    border-width: 0 1px 1px 0;
}


.jlHGOk .header-section-light .header-menu .btn-item {
    width: 0;
    transition: width 1s;
}


.jlHGOk .header-section-light .header-menu .btn-item .header-link {
    border: none;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}


.jlHGOk .header-section-light .header-menu .show-experience-btn,.jlHGOk .header-section-light .header-menu .show-schedule-demo-btn {
    width: 200px;
    margin-left: 34px;
}


.jlHGOk .header-section-light .header-menu .show-experience-btn .header-link,.jlHGOk .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;
}


.jlHGOk .header-section-light .header-menu .show-experience-btn .header-link:hover,.jlHGOk .header-section-light .header-menu .show-schedule-demo-btn .header-link:hover {
    border: 1px solid var(--primaryColor);
}


.jlHGOk .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%;
    transition: all 0.4s ease-in-out 0s;
}


.jlHGOk .header-section-light .header-link:hover {
    color: white!important;
    background: var(--primaryColor);
    border-color: var(--primaryColor);
}


@media (max-width: 767px) {
    .jlHGOk .header-section-light .header-link {
        border-radius:8px;
        color: white!important;
        background: var(--primaryColor);
        border-color: var(--primaryColor);
    }
}


.jlHGOk .header-section-light #humburger-icon {
    display: none;
    width: 24px;
    height: 24px;
}


@media (max-width: 1025px) {
    .jlHGOk .header-section-light {
        position:fixed;
        top: 0;
        width: 100%;
        transition: top 0.3s;
        padding: 16px 0;
    }

    .jlHGOk .header-section-light .container {
        justify-content: space-between;
        align-items: center;
    }

    .jlHGOk .header-section-light .header-menu {
        display: none;
    }

    .jlHGOk .header-section-light #humburger-icon {
        display: inline-block;
        cursor: pointer;
    }

    .jlHGOk .header-section-light .hamburger-menu-wrapper {
        background-color: white;
    }
}


.jlHGOk .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;
    transition: left 0.5s;
    display: flex;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .demoBtnHamburger {
    position: fixed;
    bottom: 24px;
    outline: 24px solid #fff;
    background-color: #fff;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-header {
    padding: 16px;
    width: 100%;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-header .hamburger-close-block {
    width: 24px;
    height: 24px;
    position: relative;
    top: 0;
    right: 5px;
}


.jlHGOk .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;
    justify-content: flex-start;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a {
    color: var(--hpTitleColor);
    display: flex;
    width: 100%;
    align-items: flex-start;
    line-height: 150%;
    font-family: 'poppins',sans-serif!important;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover {
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover p,.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .brand-assets,.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .logo-assets {
    color: var(--hpTitleColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item a:hover .company-logo {
    outline-offset: -3px;
    outline: 3px solid var(--primaryColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu {
    position: relative;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow {
    margin-left: 5px;
    height: 12px;
    width: 12px;
    color: var(--lightParaColor);
    transform: rotate(-90deg);
    position: absolute;
    right: -15px;
    top: 5px;
}


.jlHGOk .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;
    transform-origin: bottom;
    width: 1px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.jlHGOk .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;
}


.jlHGOk .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);
}


@media (min-width: 768px) {
    .jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay {
        max-height:75vh;
    }

    .jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .menu-overlay-container {
        align-items: flex-start;
    }
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .container {
    display: flex;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-left-section {
    width: 67%;
}


.jlHGOk .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;
}


.jlHGOk .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;
    scrollbar-width: none;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .row {
    display: flex;
    flex-direction: row;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .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;
    letter-spacing: 0.05em;
    display: inline-block;
    height: auto;
    line-height: 15px;
}


.jlHGOk .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);
}


.jlHGOk .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: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    transition: 0.3s ease;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .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;
    transition: 0.3s ease;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ff43a433;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section .menu-image img.news {
    object-fit: contain;
}


.jlHGOk .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;
}


.jlHGOk .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: flex;
    align-items: center;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo,.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .company-logo img,.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .menu-image img {
    border: 0;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section:hover .learn-more {
    text-decoration: underline;
}


.jlHGOk .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);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay .mega-menu-right-section::-webkit-scrollbar {
    display: none;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay-0 {
    min-height: 440px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu .menu-overlay-1 {
    min-height: 464px;
}


.jlHGOk .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;
    transform: rotate(45deg) translateY(-50%);
    bottom: 0;
    position: relative;
    transition: 0.2s ease-in-out;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .mega-menu:hover::after {
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body {
    margin-left: -24px;
    padding-left: 24px;
    width: 100vw;
    max-height: 100%;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container {
    padding: 0!important;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-left-section {
    padding-right: 30px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-left-section .title {
    margin-top: 16px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section {
    padding: 16px 24px;
    flex-direction: column;
    background: linear-gradient(113.21deg, #ffedf6 0%, #ffedf6 .01%, #e4f7ff 60.94%, #fcffed 100%);
    width: auto;
    margin-left: -24px;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row {
    display: flex;
    flex-direction: row;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .row .company-logo {
    margin-right: 16px;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .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;
    letter-spacing: 0.05em;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
}


.jlHGOk .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);
}


.jlHGOk .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: flex;
    justify-content: center;
    align-items: center;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .company-logo img {
    width: 64px;
    height: 47px;
}


.jlHGOk .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;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image img {
    width: calc(100% - 6px);
    transform: translate(3px, 3px);
    height: 100%;
    max-height: 200px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #ff43a433;
    display: inline-block;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image .nft {
    object-fit: cover;
}


.jlHGOk .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;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .body .container .mega-menu-right-section .menu-image:hover img {
    border: 0;
}


.jlHGOk .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);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu {
    justify-content: space-between;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow {
    position: absolute;
    right: 2px;
    top: 6px;
    color: var(--paraColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item .external-menu .arrow:before {
    background-color: var(--paraColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover::after {
    opacity: 1;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .external-menu .arrow::before {
    background-color: var(--primaryColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .external-menu .arrow::after {
    border-color: var(--primaryColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item:hover .mega-menu::after {
    border-color: var(--primaryColor);
    transform: rotate(-135deg) translateY(50%);
    bottom: -3px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active .primary-hover,.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active .header>.text {
    position: relative;
    color: var(--primaryColor);
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-item.active::after {
    opacity: 1;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .scheduleDemoBtnRef {
    width: calc(100% - 48px);
}


.jlHGOk .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%;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-drop {
    width: 100%;
    margin: auto;
    margin-top: 0;
    padding-bottom: 72px;
}


.jlHGOk .header-section-light .hamburger-menu-wrapper .hamburger-menu-drop>li:first-child {
    box-shadow: none!important;
}


@media (max-width: 1025px) {

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper {
        background: #F6F2FF;
        justify-content: flex-start;
        align-items: baseline;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-header {
        background-color: #fff;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop {
        margin-bottom: 24px;
        padding-bottom: 0;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop li {
        border-bottom: 1px solid #c9c7cc;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .hamburger-menu-drop li a {
        font-size: 22px;
        font-weight: 500;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .social-media-section {
        padding: 0 24px;
        width: 100%;
    }

    .jlHGOk .header-section-light.new-header .hamburger-menu-wrapper .social-media-section .social-icons-list .social-icon {
        width: 100%;
        justify-content: flex-start;
        border-bottom: 1px solid #DCD5F0;
        padding-bottom: 24px;
        height: auto;
        margin-right: 0;
        position: relative;
        padding-top: 24px;
    }

    .jlHGOk .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;
    }

    .jlHGOk .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header {
        height: 56px;
        background: rgba(0,0,0,0.3)!important;
    }

    .jlHGOk .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header .hamburger-close-block {
        background-size: cover;
        background-position: center;
        height: 48px;
    }

    .jlHGOk .header-section-light .bs-logo img {
        height: 44px;
    }
}


@media (min-width: 768px) and (max-width: 1025px) {
    .jlHGOk .header-section-light.new-header.app-page-dark .hamburger-menu-wrapper .hamburger-header {
        height:70px;
    }
}


.jlHGOk .header-section-light.open-menu.new-header .hamburger-menu-wrapper {
    height: 100vh;
}


.jlHGOk .header-section-light.open-menu.new-header .hamburger-menu-wrapper .scheduleDemoBtnRef {
    display: none;
}


.jlHGOk .header-section-light.open-menu .hamburger-menu-wrapper {
    transition: left 0.5s;
    left: 0;
}


.jlHGOk .header-section-light.header-revamp {
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.04);
    backdrop-filter: blur(12.5px);
    height: 74px;
}


.jlHGOk .header-section-light.header-revamp .cta-section.hide {
    display: none;
}


.jlHGOk .header-section-light.header-revamp .notify-section.hide {
    display: none;
}


.jlHGOk .header-section-light.header-revamp .notify-section .notify-me {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    padding: 11px 19px;
    margin-top: 0;
}


@media (max-width: 996px) {
    .jlHGOk .header-section-light.header-revamp .cta-section,.jlHGOk .header-section-light.header-revamp .notify-section {
        display:none;
    }
}


.jlHGOk .scroll-down .header-section-light {
    transition: transform 0.4s ease-in;
    transform: translate3d(0, -100%, 0);
}


.jlHGOk .scroll-up .header-section-light {
    transform: none;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.08);
}


.jlHGOk .header-margin-top {
    top: 85px!important;
}


@media (max-width: 768px) {
    .jlHGOk .header-margin-top {
        top:109px!important;
    }
}


.jlHGOk .header-margin-top-unsupportedLang {
    top: 85px!important;
}


@media (max-width: 768px) {
    .jlHGOk .header-margin-top-unsupportedLang {
        top:133px!important;
    }
}



.jpnIca {
    background: rgba(255,255,255,0.10);
    padding: 60px 0;
}


.jpnIca .container {
    align-items: center;
    gap: 40px;
}


.jpnIca .container .news-content {
    width: 680px;
    gap: 8px;
}


.jpnIca .container .news-content .news-title {
    color: #FFF!important;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}


.jpnIca .container .news-content .desc {
    color: #FFF;
    font-size: 16px;
    line-height: 150%;
}


.jpnIca .container .newsletter-form {
    flex: 1;
    gap: 12px;
    position: relative;
}


.jpnIca .container .newsletter-form >.flex {
    flex: 1;
    gap: 12px;
    position: relative;
}


.jpnIca .container .newsletter-form .newsletter-input {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #FFF;
    width: 402px;
    height: 48px;
    padding: 12px;
}


.jpnIca .container .newsletter-form .submit-btn {
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.10);
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 12px 32px;
    border: none;
    background: #FF42A5;
}


.jpnIca .container .newsletter-form .submit-btn:not([disabled]) {
    background: #FF0096;
    pointer-events: unset;
}


.jpnIca .container .newsletter-form .submit-btn:hover {
    background: #FF0096!important;
}


.jpnIca .container .newsletter-form .error-msg {
    position: absolute;
    bottom: -22px;
    color: #F33621;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    opacity: .8;
    left: 100px;
}


.jpnIca .container .newsletter-form .error-msg.hide {
    display: none!important;
}


.jpnIca .container .newsletter-form .thank-you {
    position: absolute;
    bottom: -22px;
    left: 240px;
    color: #67C3BB;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    opacity: .8;
}


@media (max-width: 767px) {
    .jpnIca {
        padding:30px 16px;
    }

    .jpnIca .container {
        flex-direction: column;
    }

    .jpnIca .container .news-content,.jpnIca .container .newsletter-form {
        max-width: 100%;
    }

    .jpnIca .container .news-content .news-title {
        font-size: 24px;
        text-align: center;
    }

    .jpnIca .container .news-content .desc {
        font-size: 14px;
        text-align: center;
    }

    .jpnIca .container .newsletter-form {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 24px;
    }

    .jpnIca .container .newsletter-form .form-data {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 24px;
    }

    .jpnIca .container .newsletter-form .form-data .email-field {
        width: 100%;
    }

    .jpnIca .container .newsletter-form .newsletter-input {
        width: 100%;
    }

    .jpnIca .container .newsletter-form .submit-btn {
        max-width: 210px;
    }

    .jpnIca .container .newsletter-form .error-msg {
        bottom: unset;
        font-size: 10px;
        left: 0;
        right: 0;
        top: 50px;
    }

    .jpnIca .container .newsletter-form .thank-you {
        bottom: unset;
        left: 0;
        font-size: 10px;
        left: 0;
        right: 0;
        top: 50px;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .jpnIca {
        padding:60px 16px;
    }

    .jpnIca .container {
        flex-direction: column;
    }

    .jpnIca .container .news-content,.jpnIca .container .newsletter-form {
        width: 100%;
    }

    .jpnIca .container .news-content .email-field,.jpnIca .container .newsletter-form .email-field {
        width: calc(100% - 155px);
    }

    .jpnIca .container .news-content .newsletter-input,.jpnIca .container .newsletter-form .newsletter-input {
        width: 100%;
    }
}

.cate-content .menu-list {
    gap: 1px;
    overflow: hidden;
    width: auto;
    justify-content: center;
}


.cate-content .menu-list .menu-item {
    display: flex;
}


.cate-content .menu-list .menu-item .menu-link {
    background: rgba(255,255,255,0.30);
    padding: 8px 16px;
    color: rgba(255,255,255,0.70);
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}


.cate-content .menu-list .menu-item .menu-link:hover {
    color: #fff;
}


.cate-content .menu-list .menu-item.active .menu-link {
    background: #FF42A5;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    pointer-events: none;
}


.cate-content .menu-list .menu-item:first-child .menu-link {
    border-radius: 8px 0 0 8px;
}


.cate-content .menu-list .menu-item:last-child .menu-link {
    border-radius: 0 8px 8px 0;
}


@media (max-width: 767px) {
    .cate-content {
        margin-bottom:20px;
    }

    .cate-content .menu-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 16px;
        overflow-x: scroll;
        overflow: auto;
        justify-content: flex-start;
        gap: 1px;
    }

    .cate-content .menu-list::-webkit-scrollbar {
        display: none!important;
    }

    .cate-content .menu-list .menu-item {
        min-width: fit-content;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: rgb(156,162,183);
        position: relative;
    }

    .cate-content .menu-list .menu-item .menu-link {
        padding: 8px 12px;
    }

    .cate-content .menu-list .menu-item:first-child .menu-link,.cate-content .menu-list .menu-item:last-child .menu-link {
        border-radius: 0;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .cate-content .menu-list .menu-item .menu-link {
        padding:8px 14px;
        font-size: 13px;
    }
}


.hbXKxc .feature-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
}


.hbXKxc .feature-container .feature-title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}


.hbXKxc .feature-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}


.hbXKxc .feature-container .feature-hero-section {
    display: flex;
    width: 100%;
    gap: 24px;
}


.hbXKxc .feature-container .feature-hero-section .hero-blog {
    position: relative;
    width: 880px;
    max-width: 100%;
    transition: border 0.3s ease;
}


.hbXKxc .feature-container .feature-hero-section .hero-blog a {
    border: 1px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
}


.hbXKxc .feature-container .feature-hero-section .hero-blog a:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


.hbXKxc .feature-container .feature-hero-section .hero-blog .hero-img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    height: auto;
    aspect-ratio: 16/9;
}


.hbXKxc .feature-container .feature-hero-section .hero-blog .hero-img img {
    border-radius: 0 10px 10px 10px;
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-img {
        height:auto;
        display: flex;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-blog .hero-label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 8px;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 0px 8px 8px 0;
    background: #4c4789;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}


.hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer {
    width: 100%;
    display: flex;
    padding: 16px;
    flex-direction: column;
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer .hero-label {
        margin-left:10px;
        margin-bottom: 0px;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer .hero-blog-title {
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}


@media (max-width: 767px) and (min-width:426px) {
    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer .hero-blog-title {
        width:100%;
    }
}


@media (max-width: 425px) {
    .hbXKxc .feature-container .feature-hero-section .hero-blog {
        width:290px;
        width: 100%;
        height: 260px;
    }
}


@media (max-width: 767px) and (min-width:426px) {
    .hbXKxc .feature-container .feature-hero-section .hero-blog {
        height:380px;
        width: 100%;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    list-style-type: none;
    width: 368px;
    height: 100%;
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    aspect-ratio: 16/9;
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img img {
    border-radius: 0 10px 10px 10px;
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img .heroside-blog-label {
    padding: 4px 8px;
    border-radius: 0 8px 8px 0;
    background: #4c4789;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}


@media (max-width: 425px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img {
        width:130px;
        height: 100%;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv {
    flex-direction: column;
    width: 100%;
    padding: 12px;
}


@media (max-width: 425px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv .heroside-blog-label {
        margin-left:0px;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv .heroside-blog-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


@media (max-width: 425px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv .heroside-blog-title {
        padding:0px;
        font-size: 14px;
    }
}


@media (max-width: 425px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv {
        position:relative;
        margin-top: 0px;
        gap: 4px;
        padding: 8px 12px;
    }
}


.hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container {
        flex-direction:row;
        width: 100%;
        height: auto;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a {
        align-items: flex-start;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img {
        height: auto;
        width: 128px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img img {
        border-radius: 10px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv {
        flex: 1;
    }
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-hero-section .hero-side-section {
        flex-direction:column;
        width: 100%;
        gap: 16px;
    }
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-hero-section {
        flex-direction:column;
        height: 100%;
    }
}


.hbXKxc .feature-container .feature-sub-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    list-style-type: none;
    justify-content: space-between;
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    width: 298px;
    max-width: 24%;
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container .feature-blog-img {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container .feature-blog-img img {
    border-radius: 10px 10px 10px 0px;
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container .feature-blog-img .feature-blog-label {
    padding: 4px 8px;
    border-radius: 0 8px 8px 0px;
    background: #4c4789;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    left: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-sub-section .feature-blog-container .feature-blog-img {
        width:128px;
        height: auto;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container .feature-blog-img img {
        border-radius: 10px;
    }
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container .blog-sub-container {
    width: 100%;
    padding: 12px;
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container .blog-sub-container .feature-blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-sub-section .feature-blog-container .blog-sub-container .feature-blog-title {
        padding:0px;
        font-size: 14px;
    }
}


.hbXKxc .feature-container .feature-sub-section .feature-blog-container:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-sub-section .feature-blog-container {
        flex-direction:row;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    .hbXKxc .feature-container .feature-sub-section {
        flex-direction:column;
        gap: 16px;
    }
}


@media (max-width: 767px) {
    .hbXKxc .feature-container {
        padding:0;
        gap: 16px;
    }

    .hbXKxc .feature-container .feature-title {
        font-size: 24px;
    }

    .hbXKxc .feature-container .feature-hero-section {
        gap: 16px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-blog {
        height: auto;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-label {
        left: 8px;
        bottom: 8px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer {
        padding: 4px;
        overflow: hidden;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-blog .hero-blog-subcontainer .hero-blog-title {
        font-size: 16px;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a {
        flex-direction: row;
        align-items: flex-start;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .feature-blog-img {
        overflow: visible;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .feature-blog-img .feature-blog-label {
        left: 138px;
        bottom: unset;
        top: 4px;
        width: 100px;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container {
        margin-top: 0;
        padding: 8px 12px;
        flex: 1;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container .feature-blog-label {
        border-radius: 8px;
        background: rgba(255,255,255,0.30);
        padding: 4px 8px;
        color: rgba(255,255,255,0.80);
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container .feature-blog-title {
        margin-top: 4px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a {
        flex-direction: row;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a .heroside-blog-img .heroside-blog-label {
        left: 138px;
        bottom: unset;
        top: 4px;
        width: 100px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a .heroside-subdiv {
        margin-top: 0;
        padding: 8px 12px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a .heroside-subdiv .heroside-blog-label.mob-visible {
        border-radius: 8px;
        background: rgba(255,255,255,0.30);
        color: rgba(255,255,255,0.80);
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
        padding: 4px 8px;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container a .heroside-subdiv .heroside-blog-title {
        margin-top: 4px;
    }
}


@media (max-width: 1024px) {
    .hbXKxc .pc-visible {
        display:none!important;
    }
}


@media (min-width: 1025px) {
    .hbXKxc .mob-visible {
        display:none!important;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .hbXKxc .feature-container .feature-hero-section {
        flex-direction:column;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-blog {
        width: 100%;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section {
        flex-direction: row;
        width: 100%;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-blog-img .heroside-blog-label.pc-visible {
        display: block!important;
    }

    .hbXKxc .feature-container .feature-hero-section .hero-side-section .heroside-blog-container .heroside-subdiv .heroside-blog-label.mob-visible {
        display: none!important;
    }

    .hbXKxc .feature-container .feature-sub-section {
        flex-direction: column;
        gap: 16px;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a {
        flex-direction: row;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .feature-blog-img {
        width: 130px;
        height: 80px;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container {
        flex: 1;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container .feature-blog-label {
        border-radius: 8px;
        background: rgba(255,255,255,0.30);
        padding: 4px 8px;
        color: rgba(255,255,255,0.80);
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
    }

    .hbXKxc .feature-container .feature-sub-section .feature-blog-container a .blog-sub-container .feature-blog-title {
        margin-top: 4px;
    }
}


.hlPCZF .latest-conatainer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    overflow: hidden;
    padding: 40px 0px 40px 0px;
}


@media (max-width: 767px) {
    .hlPCZF .latest-conatainer {
        padding-bottom:0;
        gap: 16px;
    }
}


.hlPCZF .latest-conatainer img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}


.hlPCZF .latest-conatainer .latest-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hlPCZF .latest-conatainer .latest-head .latestblog-heading {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}


@media (max-width: 767px) {
    .hlPCZF .latest-conatainer .latest-head .latestblog-heading {
        font-size:24px;
    }
}


.hlPCZF .latest-conatainer .latest-head .view-btn {
    display: flex;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 6px;
    background: #ff42a5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}


.hlPCZF .latest-conatainer .latest-head .view-btn:hover {
    background: #FF0096;
}


.hlPCZF .latest-conatainer .latest-blog-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: unset;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}


@media (max-width: 767px) {
    .hlPCZF .latest-conatainer .latest-blog-container {
        overflow-x:auto;
        width: auto;
        white-space: nowrap;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hlPCZF .latest-conatainer .latest-blog-container::-webkit-scrollbar {
        display: none;
    }
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div {
    display: flex;
    flex-direction: column;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    width: 298px;
    max-width: 24%;
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .latest-blog-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16/9;
}


@media (max-width: 767px) {
    .hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div {
        width: 98%;
        max-width: 100%;
        display: inline-block;
        /* white-space: nowrap; */
        /* margin-right: 16px; */
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .latest-blog-img {
        width: auto;
        border-radius: 10px;
        height: auto;
        display: flex;
        overflow: hidden;
    }
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .latest-blog-label {
    display: flex;
    justify-content: space-between;
    padding: 12px 12px 8px 12px;
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .latest-blog-label .blog-label {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .latest-blog-label .blog-date {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div .blog-title {
    padding: 0px 12px;
    overflow: hidden;
    margin-bottom: 12px;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}


.hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (min-width: 768px) and (max-width:1024px) {
    .hlPCZF .latest-conatainer .latest-blog-container {
        display:flex;
        flex-wrap: wrap;
    }

    .hlPCZF .latest-conatainer .latest-blog-container .latest-blog-div {
        width: calc(50% - 12px);
    }
}

.jGLYNf .category-container {
    padding: 40px 0px 40px 0px;
    display: flex;
    gap: 24px;
}


.jGLYNf .category-container .category-list {
    gap: 24px;
}


.jGLYNf .category-container .category-blog-div {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: calc(33% - 24px);
    gap: 24px;
}


.jGLYNf .category-container .category-blog-div .blog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.jGLYNf .category-container .category-blog-div .blog-head .blog-heading {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


@media (max-width: 425px) {
    .jGLYNf .category-container .category-blog-div .blog-head blog-heading {
        font-size:12px;
    }
}


.jGLYNf .category-container .category-blog-div .blog-head .view-btn {
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 32px;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 6px;
    background: #ff42a5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
}


.jGLYNf .category-container .category-blog-div .blog-head .view-btn:hover {
    background: #FF0096;
}


.jGLYNf .category-container .category-blog-div .category-blog {
    height: auto;
    display: flex;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
}


.jGLYNf .category-container .category-blog-div .category-blog .category-img {
    width: 160px;
    aspect-ratio: 16/9;
    border-radius: 10px;
}


.jGLYNf .category-container .category-blog-div .category-blog .category-blog-subdiv {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    flex: 1 0 0;
}


.jGLYNf .category-container .category-blog-div .category-blog .category-blog-subdiv .blog-label {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: rgba(255,255,255,0.3);
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.jGLYNf .category-container .category-blog-div .category-blog .category-blog-subdiv .blog-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    word-break: break-all;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    margin-top: 1rem;
}


.jGLYNf .category-container .category-blog-div .category-blog:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (max-width: 767px) {
    .jGLYNf .category-container .category-blog-div {
        width:100%;
        gap: 16px;
    }

    .jGLYNf .category-container .category-blog-div .category-blog a {
        align-items: flex-start;
    }

    .jGLYNf .category-container .category-blog-div .blog-head .blog-heading {
        font-size: 24px;
    }

    .jGLYNf .category-container .category-blog-div .category-blog .category-img {
        width: 128px;
    }
}


.jGLYNf .category-container .divider {
    width: 1px;
    height: 608px;
    border-radius: 0px;
    background: rgba(255,255,255,0.3);
}


@media (max-width: 767px) {
    .jGLYNf .category-container .divider {
        width:100%;
        height: 2px;
    }
}


@media (max-width: 767px) {
    .jGLYNf .category-container {
        flex-direction:column;
        gap: 16px;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .jGLYNf .category-container {
        flex-direction:column;
    }

    .jGLYNf .category-container .category-blog-div {
        width: 100%;
    }

    .jGLYNf .category-container .divider {
        width: 100%;
        height: 1px;
    }
}

.kHElPa .trending-container {
    padding: 40px 0px 40px 0px;
    display: flex;
    gap: 24px;
    flex-direction: column;
}


.kHElPa .trending-container h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
}


.kHElPa .trending-container .trending-top-section {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog {
    display: flex;
    width: 50%;
    height: auto;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    position: relative;
    flex-direction: column;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog a {
    height: 100%;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog .trending-img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    position: relative;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog .trending-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 0px;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog .trending-img .trending-blog-label {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    padding: 4px 8px;
    border-radius: 0 8px 8px 0px;
    background: #4c4789;
    position: absolute;
    left: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-top-section .trending-top-blog .trending-img {
        height:auto;
    }
}


.kHElPa .trending-container .trending-top-section .trending-top-blog .trending-sub-div {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.kHElPa .trending-container .trending-top-section .trending-top-blog .trending-sub-div .trending-blog-title {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
}


@media (max-width: 767px) and (min-width:426px) {
    .kHElPa .trending-container .trending-top-section .trending-top-blog .trending-sub-div .trending-blog-title {
        font-size:16px;
    }
}


.kHElPa .trending-container .trending-top-section .trending-top-blog:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (max-width: 425px) {
    .kHElPa .trending-container .trending-top-section .trending-top-blog {
        width:100%;
    }
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-top-section .trending-top-blog {
        height:auto;
    }
}


@media (max-width: 425px) {
    .kHElPa .trending-container .trending-top-section {
        flex-direction:column;
    }
}


.kHElPa .trending-container .trending-blog-list {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.kHElPa .trending-container .trending-blog-list .trending-blog {
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
    width: 25%;
}


.kHElPa .trending-container .trending-blog-list .trending-blog a {
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}


.kHElPa .trending-container .trending-blog-list .trending-blog a:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


.kHElPa .trending-container .trending-blog-list .trending-blog .blog-img {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
}


.kHElPa .trending-container .trending-blog-list .trending-blog .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 0px;
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-blog-list .trending-blog .blog-img {
        width:128px;
        height: 100%;
    }
}


.kHElPa .trending-container .trending-blog-list .trending-blog .blog-label {
    padding: 4px 8px;
    border-radius: 0 8px 8px 0px;
    background: #4c4789;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    left: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-blog-list .trending-blog .blog-label {
        margin-left:0px;
        margin-bottom: 0px;
    }
}


.kHElPa .trending-container .trending-blog-list .trending-blog .blog-sub-div {
    width: 100%;
    padding: 12px;
}


.kHElPa .trending-container .trending-blog-list .trending-blog .blog-sub-div .blog-title {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 17px;
    font-weight: bold;
    line-height: 150%;
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-blog-list .trending-blog .blog-sub-div .blog-title {
        padding:0px;
        font-size: 14px;
    }
}


@media (max-width: 425px) {
    .kHElPa .trending-container .trending-blog-list .trending-blog .blog-sub-div {
        margin-top:10px;
        position: relative;
        padding: 8px 12px;
    }
}


@media (max-width: 767px) and (min-width:426px) {
    .kHElPa .trending-container .trending-blog-list .trending-blog .blog-sub-div {
        position:relative;
        margin-top: 0px;
        gap: 4px;
        padding: 8px 12px;
    }
}


@media (max-width: 767px) {
    .kHElPa .trending-container .trending-blog-list {
        flex-direction:column;
    }
}


@media (min-width: 1025px) {
    .kHElPa .mob-visible {
        display:none!important;
    }
}


@media (max-width: 1024px) {
    .kHElPa .pc-visible {
        display:none!important;
    }
}


@media (max-width: 767px) {
    .kHElPa .trending-container {
        padding:0;
        gap: 16px;
    }

    .kHElPa .trending-container h2 {
        font-size: 24px;
    }

    .kHElPa .trending-container .trending-top-section {
        gap: 16px;
    }

    .kHElPa .trending-container .trending-top-section .trending-top-blog .trending-sub-div {
        padding: 12px;
    }

    .kHElPa .trending-container .trending-top-section .trending-top-blog .trending-sub-div .trending-blog-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        align-self: stretch;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog {
        width: 100%;
        height: auto;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a {
        flex-direction: row;
        align-items: flex-start;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-img {
        overflow: visible;
        height: auto;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-img img {
        border-radius: 10px;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-label {
        left: unset;
        bottom: unset;
        top: unset;
        width: auto;
        position: relative;
        border-radius: 8px;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-sub-div {
        flex: 1;
        margin-top: 0;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-sub-div .blog-title {
        margin-top: 4px;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .kHElPa .trending-container .trending-blog-list {
        flex-direction:column;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog {
        width: 100%;
        flex-direction: row;
        height: auto;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a {
        flex-direction: row;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-img {
        height: 80px;
        width: 130px;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-sub-div {
        flex: 1;
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-sub-div .blog-label {
        position: relative;
        left: unset;
        bottom: unset;
        background: rgba(255,255,255,0.30);
    }

    .kHElPa .trending-container .trending-blog-list .trending-blog a .blog-sub-div .blog-title {
        margin-top: 4px;
    }
}

.cbTOMc:last-child .roundup-container {
    padding: 40px 0px 40px 0px;
}


.cbTOMc .roundup-container {
    padding: 40px 0px 0 0px;
    display: flex;
    gap: 24px;
    flex-direction: column;
}


.cbTOMc .roundup-container a {
    color: #fff;
}


.cbTOMc .roundup-container .roundup-top-section {
    display: flex;
    justify-content: space-between;
}


.cbTOMc .roundup-container .roundup-top-section .roundup-heading {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
}


@media (max-width: 425px) {
    .cbTOMc .roundup-container .roundup-top-section .roundup-heading {
        font-size:24px;
    }
}


.cbTOMc .roundup-container .roundup-top-section .view-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 6px;
    background: #ff42a5;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    width: 80px;
    height: 32px;
}


.cbTOMc .roundup-container .roundup-top-section .view-btn:hover {
    background: #FF0096;
}


.cbTOMc .roundup-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 10px 0px;
}


.cbTOMc .roundup-container .roundup-blog-section {
    display: flex;
    list-style-type: none;
    gap: 24px;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 626px;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog a {
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    height: 100%;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog a:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-img {
    width: 100%;
    aspect-ratio: 16/11.5;
    position: relative;
    border-radius: 10px;
}


@media (max-width: 425px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-img {
        height:auto;
    }
}


@media (max-width: 768px) and (min-width:426px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-img {
        height:auto;
    }
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-label {
    padding: 4px 8px;
    border-radius: 0 8px 8px 0px;
    background: #4c4789;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-subdiv {
    width: 100%;
    padding: 12px;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-subdiv .roundup-left-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}


@media (max-width: 768px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog .roundup-left-subdiv .roundup-left-title {
        font-size:14px;
    }
}


@media (max-width: 768px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog {
        width:100%;
        height: 100%;
    }
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list {
    width: 50%;
    gap: 24px;
    display: flex;
    flex-wrap: wrap;
    column-gap: unset;
    justify-content: space-between;
    flex: 1;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    transition: border 0.3s ease;
    border-radius: 10px;
    width: 298px;
    max-width: 48%;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-img {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    border-radius: 10px;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-label {
    padding: 4px 8px;
    border-radius: 0 8px 8px 0px;
    background: #4c4789;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    position: absolute;
    left: 0;
    bottom: 0;
}


@media (max-width: 767px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-img {
        width:128px;
        height: auto;
    }
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-subdiv {
    width: 100%;
    padding: 8px;
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-subdiv .roundup-right-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
}


@media (max-width: 768px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog .roundup-right-subdiv .roundup-right-title {
        padding:0;
        margin-top: 1rem;
        font-size: 17px;
    }
}


.cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog:hover {
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


@media (max-width: 767px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog {
        flex-direction:row;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}


@media (max-width: 769px) {
    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list {
        width:100%;
    }
}


@media (max-width: 767px) {
    .cbTOMc .roundup-container .roundup-blog-section {
        flex-direction:column;
        gap: 16px;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a {
        flex-direction: row;
        align-items: flex-start;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-img {
        overflow: visible;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-img img {
        border-radius: 10px;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-label {
        left: unset;
        bottom: unset;
        top: unset;
        position: relative;
        border-radius: 8px;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-subdiv {
        flex: 1;
        margin-top: 0;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-title {
        margin-top: 4px;
    }
}


@media (max-width: 1024px) {
    .cbTOMc .roundup-container .pc-visible {
        display:none!important;
    }
}


@media (min-width: 1025px) {
    .cbTOMc .roundup-container .mob-visible {
        display:none!important;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .cbTOMc .roundup-container .roundup-blog-section {
        flex-direction:column;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-left-blog {
        width: 100%;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog {
        flex-direction: row;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a {
        flex-direction: row;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-img {
        height: auto;
        width: 130px;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-subdiv {
        flex: 1;
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-subdiv .roundup-right-label {
        position: relative;
        left: unset;
        bottom: unset;
        background: rgba(255,255,255,0.30);
    }

    .cbTOMc .roundup-container .roundup-blog-section .roundup-right-list .roundup-right-blog a .roundup-right-subdiv .roundup-right-title {
        margin-top: 4px;
    }
}

.kdIaFE .schedule-a-demo-parent .schedule-parent {
    font-family: 'Poppins',sans-serif!important;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0px 8px 24px rgba(0,0,0,0.08);
    border-radius: 12px;
    max-width: 540px;
    width: 100%;
    position: relative;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent {
    width: 100%;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent>header,.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent>div {
    margin-bottom: 24px;
    width: 100%;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .demo-header {
    width: auto;
    margin-left: auto;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .demo-header .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: var(--primaryColor);
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .demo-header .demo-close-icon {
    cursor: pointer;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .h2 {
    display: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .h1 {
    display: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .h2 {
    display: block;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .input-field {
    display: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .success-container {
    display: block;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .scheduleDemo-submit {
    display: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent.submitted-message .demo-header {
    margin-bottom: 10px;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hbspt-form {
    max-height: calc(80vh - 20px);
    overflow-y: auto;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: var(--primaryColor);
    display: block;
    position: absolute;
    top: 24px;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form .hs_error_rollup {
    display: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field {
    width: 100%;
    margin-bottom: 15px;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field label {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--paraColor);
    opacity: 0.8;
    margin-bottom: 4px;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-input {
    width: 100%;
    height: 51px;
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.04);
    border-radius: 4px;
    padding: 12px;
    font-size: 18px;
    line-height: 150%;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-input::placeholder {
    color: #5b5273;
    opacity: 0.4;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-input:focus {
    border: 1px solid #ff43a6;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field input[type='text'] {
    -webkit-appearance: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field select {
    cursor: pointer;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-error-msgs .hs-error-msg {
    margin-top: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #ff402f;
    text-transform: none;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-error-msgs.err .error-text {
    display: block;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-form-field .hs-error-msgs.err svg {
    top: 18%!important;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .legal-consent-container {
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    color: black;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .legal-consent-container a {
    color: #18a0fb;
}


.kdIaFE .schedule-a-demo-parent .schedule-parent .demo-parent .hs-button {
    border: 0;
    outline: none;
    width: 100%;
    padding: 11.5px 24px;
    background: #ff43a6;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
}


@media (max-width: 500px) {
    .kdIaFE .schedule-a-demo-parent .schedule-parent {
        padding:16px;
    }
}


.kdIaFE .schedule-a-demo-parent .submitted-message {
    width: 100%;
    margin-bottom: 0!important;
}


.kdIaFE .schedule-a-demo-parent .submitted-message p:first-child {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: var(--primaryColor);
    position: absolute;
    top: 24px;
}


.kdIaFE .schedule-a-demo-parent .submitted-message p:last-child {
    font-size: 18px;
    line-height: 150%;
    color: #473e5f;
    opacity: 0.6;
    margin-bottom: 20px;
}


.kdIaFE .next-level {
    max-width: 1147px;
    margin: auto;
    background: linear-gradient(113.21deg, #FFEDF6 0%, #FFEDF6 .01%, #E4F7FF 60.94%, #FCFFED 100%);
    background-size: cover;
    padding: 41px 48px 40px;
    box-shadow: inset 0px 1px 0px #f5f5f5;
    border-radius: 12px;
}


.kdIaFE .next-level .container .next-level-content {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: var(--paraColor);
    max-width: 600px;
    width: 100%;
}


.kdIaFE .next-level .container .next-level-content p.highlight {
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    color: #332a4b;
}


.kdIaFE .next-level .container .next-level-content p.highlight_2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 150%;
    color: #1F1637;
}


@media screen and (max-width: 767px) {
    .kdIaFE .next-level .container .next-level-content p.highlight_2 {
        font-size:24px;
    }
}


.kdIaFE .next-level .container .next-level-content p.highlited_para {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
}


@media screen and (max-width: 767px) {
    .kdIaFE .next-level .container .next-level-content p.highlited_para {
        font-size:16px;
    }
}


@media (max-width: 767px) {
    .kdIaFE .next-level .container .next-level-content {
        text-align:center;
    }
}


.kdIaFE .next-level .container .align-center {
    max-width: 100%;
    text-align: center;
}


.kdIaFE .next-level .container .fixed-demo-btn {
    max-width: 280px!important;
    border-radius: 8px!important;
    height: 56px!important;
}


.kdIaFE .next-level .container .fixed-demo-btn button {
    width: auto!important;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef {
    width: 100%;
    max-width: 382px;
    background: #ff43a6;
    border-radius: 8px;
    align-items: center;
    overflow: hidden;
    border: none;
    justify-content: center;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .scheduleDemoBtnRefLogo {
    width: 60px;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .scheduleDemoBtnRefLogo img {
    margin-right: 0px;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .fixed-demo-logo {
    width: auto;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .fixed-demo-logo img {
    margin-right: 8px!important;
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .next-level-btn {
    width: auto;
    height: 56px;
    padding: 12px 24px 12px 0px;
    background: #ff43a6;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    border: 0;
    font-size: 18px;
    line-height: 150%;
    transition: transform 0.3s ease-in-out,-webkit-transform 0.3s ease-in-out;
    font-family: 'Poppins','sans-serif';
}


.kdIaFE .next-level .container .scheduleDemoBtnRef .next-level-btn:hover {
    transform: translateY(-5px);
}


.kdIaFE .next-level .container .btn-wrapper .experience-btn {
    width: fit-content;
    height: 56px;
    background: #ff42a5;
    padding: 0 24px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: all 0.4s ease-in-out 0s;
    margin-left: 24px;
}


.kdIaFE .next-level .container .btn-wrapper .experience-btn:hover {
    transform: translate(0px, -3px);
}


.kdIaFE .next-level .container .btn-wrapper .experience-btn .btn-text {
    margin-left: 16px;
    white-space: nowrap;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .kdIaFE .next-level .container .btn-wrapper .experience-btn {
        padding:0 48px;
    }
}


@media (min-width: 1024px) {
    .kdIaFE .next-level .container .btn-wrapper .experience-btn {
        padding:0 63.5px;
    }
}


@media (max-width: 767px) {
    .kdIaFE .next-level .container .btn-wrapper {
        width:100%;
    }

    .kdIaFE .next-level .container .btn-wrapper .experience-btn {
        width: 100%;
        margin-left: 0px;
        justify-content: center;
    }
}


@media (max-width: 767px) {
    .kdIaFE .next-level {
        background:linear-gradient(113.21deg, #FFEDF6 0%, #FFEDF6 .01%, #E4F7FF 60.94%, #FCFFED 100%);
        background-size: cover;
        padding: 41px 0px 24px;
        padding-top: 33px;
        border-radius: 0px;
    }

    .kdIaFE .next-level .container {
        flex-direction: column;
    }

    .kdIaFE .next-level .container .title {
        margin-bottom: 32px;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
    }

    .kdIaFE .next-level .container .title span {
        font-size: 24px;
        line-height: 31.2px;
    }

    .kdIaFE .next-level .container .btn-wrapper {
        margin-top: 32px;
    }
}


.kdIaFE body {
    background: #000;
}


.kdIaFE .header-section-light.new-header {
    backdrop-filter: blur(60px)!important;
    box-shadow: none!important;
    border: none!important;
    height: 74px!important;
}


@media (min-width: 768px) {
    .kdIaFE .header-left-section+div {
        display:flex;
        height: 100%;
    }

    .kdIaFE .header-section-light .header-menu .menu-item .mega-menu .menu-overlay {
        top: 74px!important;
    }
}


.kdIaFE .container {
    max-width: 1280px!important;
}


@media (min-width: 1200px) and (max-width: 1320px) {
    .kdIaFE .footer-section.app-page-dark .container {
        padding:40px 16px 0;
    }
}


@media (min-width: 1025px) and (max-width: 1320px) {
    .kdIaFE .container {
        padding:0 16px;
    }
}


.kdIaFE .blog-wrapper {
    background: #f1b9f1;
    position: relative;
}


.kdIaFE .blog-wrapper .blog {
    padding-top: 20px;
}


.kdIaFE .blog-wrapper .blog .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 140%;
    color: #1f1637;
}


.kdIaFE .blog-wrapper .blog .header {
    font-size: 18px;
    line-height: 150%;
    color: #473e5f;
}


.kdIaFE .blog-wrapper .blog .duration {
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    color: #ff42a5;
}


.kdIaFE .blog-wrapper .blog .team {
    font-size: 12px;
    line-height: 150%;
    color: #473e5f;
}


.kdIaFE .blog-wrapper .blog .bottom-section {
    margin-top: 12px;
}


.kdIaFE .blog-wrapper .blog .bottom-section .header {
    font-weight: 600;
    color: #ff43a6;
}


.kdIaFE .blog-wrapper .blog .bottom-content {
    margin-top: 8px;
}


.kdIaFE .blog-wrapper .blog .main-blog img {
    border-radius: 12px;
}


.kdIaFE .blog-wrapper .blog .main-blog .left-section {
    max-width: 754px;
    width: 100%;
}


.kdIaFE .blog-wrapper .blog .main-blog .right-section {
    padding: 8px 24px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 400px;
}


.kdIaFE .blog-wrapper .blog .main-blog .right-section .header {
    margin-top: 8px;
}


.kdIaFE .blog-wrapper .blog .blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 63px 0 40px;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item {
    width: 100%;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    height: 280px;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: 30%;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item .blog-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item .header {
    font-weight: 600;
    margin-top: 16px;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item .duration {
    padding: 24px 16px 16px;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item .card-header {
    position: relative;
    display: flex;
    justify-content: center;
}


.kdIaFE .blog-wrapper .blog .blog-list .blog-list-item .card-header .wave-img {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 52px;
    width: 100%;
}


@media only screen and (max-width: 1200px) {
    .kdIaFE .blog-wrapper .blog .blog-list {
        grid-template-columns:1fr 1fr;
    }

    .kdIaFE .blog-wrapper .blog .main-blog img {
        max-width: 100%;
        height: auto;
    }
}


@media only screen and (max-width: 767px) {
    .kdIaFE .blog-wrapper .blog .blog-list {
        grid-template-columns:1fr;
    }

    .kdIaFE .blog-wrapper .blog .main-blog {
        flex-direction: column;
    }

    .kdIaFE .blog-wrapper .blog .main-blog .right-section {
        width: 100%;
        padding: 0;
        margin-top: 16px;
    }

    .kdIaFE .blog-wrapper .blog .bottom-content {
        margin-top: 12px;
    }
}


.kdIaFE .blog-wrapper .blog .see-more-blogs {
    width: max-content;
    margin: auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--primaryColor);
    text-align: center;
    margin-bottom: 80px;
}


@media screen and (max-width: 767px) {
    .kdIaFE .blog-wrapper .blog .see-more-blogs {
        margin-bottom:40px;
    }
}


.kdIaFE .blog-wrapper .blog .see-more-blogs:hover {
    text-decoration: underline;
}


.kdIaFE .blog-wrapper .blog .see-more-blogs span {
    cursor: pointer;
}


.kdIaFE .blog-wrapper .lazyload-container {
    height: 100%;
    min-height: 187px;
    width: 100%;
}


.kdIaFE .blog-wrapper .design-elements .design-element {
    position: absolute;
    z-index: -1;
}


.kdIaFE .blog-wrapper .design-elements .design-elem1 {
    right: 0;
    top: 65px;
}


.kdIaFE .blog-wrapper .design-elements .design-elem2 {
    top: 470px;
}


.kdIaFE .blog-wrapper .design-elements .design-elem3 {
    right: 0;
    top: 450px;
}


@media only screen and (max-width: 767px) {
    .kdIaFE .blog-wrapper .design-elements {
        display:none;
    }
}


@media (max-width: 767px) {
    .kdIaFE .blog-wrapper .blog {
        padding-top:0;
    }

    .kdIaFE .video-list-wrapper .container {
        padding: 0!important;
    }
}

.search-icon{
    display:flex;
}

#menu-content{
    transition-property: transform;
    transition-duration: .5s;
    position: fixed;
    z-index: 10000;
    background: radial-gradient(46.13% 13.64% at 49% 0%, rgb(14 28 197 / 20%) 0%, rgba(14, 164, 197, 0) 100%), radial-gradient(11.82% 32.59% at 0% 0%, rgb(212 76 255 / 40%) 17.85%, rgba(123, 76, 255, 0) 100%), radial-gradient(16.72% 49.32% at 100% 100%, rgb(109 203 223 / 40%) 0%, rgba(14, 164, 197, 0) 100%), #d98beb;
    color: #fff;
    width: 300px;
    height: 100%;
    top: 0;
    right: -300px;
}

#menu-bg{
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: #4d4c4dc7;
    opacity: 1;
    z-index: 1001;
}

.menu-click{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: .5rem auto;
}


.menu-close-icon{
    margin: 1rem auto;
}
.menu-close{
    display:flex;
    margin: .5rem auto;
}


.dWqHFK .title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 1rem;
}

.WiWaL {
    padding: 40px 0;
}


.WiWaL .container {
    gap: 24px;
}


.WiWaL .container .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 8px 8px 0px;
    background: #4C4789;
    padding: 4px 8px;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}


.WiWaL .container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.WiWaL .container .one-slide-left {
    max-width: 624px;
}


.WiWaL .container .one-slide-left a {
    border: 1px solid transparent;
    overflow: hidden;
}


.WiWaL .container .one-slide-left a:hover {
    border-radius: 12px;
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.10);
}


.WiWaL .container .one-slide-left .slide-img {
    width: 624px;
    aspect-ratio: 16/9;
    position: relative;
}


.WiWaL .container .one-slide-left .slide-img img {
    border-radius: 12px;
}


.WiWaL .container .one-slide-left .title {
    margin: 16px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
}


.WiWaL .container .right-slide-multiple {
    flex: 1;
}


.WiWaL .container .right-slide-multiple .slide-list {
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item {
    width: calc(50% - 18px);
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item a {
    border: 1px solid transparent;
    overflow: hidden;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item a:hover {
    border-radius: 12px;
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.30);
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item .tag.mob-visible {
    display: none;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item .slide-image {
    aspect-ratio: 16/9;
    position: relative;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item .slide-image .tag {
    bottom: 0;
    left: 0;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item .slide-image img {
    border-radius: 12px;
}


.WiWaL .container .right-slide-multiple .slide-list .slide-item .title {
    margin: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}

@media (max-width: 767px) {
    /*.WiWaL {*/
    /*    padding:20px 16px;*/
    /*}*/

    .WiWaL .container {
        gap: 16px;
        flex-direction: column;
    }

    .WiWaL .container .one-slide-left {
        max-width: 100%;
    }

    .WiWaL .container .one-slide-left .slide-img {
        max-width: 100%;
        height: auto;
    }

    .WiWaL .container .one-slide-left .title {
        margin: 12px;
        font-size: 16px;
    }

    .WiWaL .container .right-slide-multiple .slide-list {
        flex-direction: column;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item {
        width: 100%;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a {
        flex-direction: row;
        align-items: flex-start;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .slide-image {
        width: 128px;
        height: auto;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .tag.pc-visible {
        display: none;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .tag-title {
        flex: 1;
        padding: 8px 12px;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .tag-title .title {
        font-size: 14px;
        margin: 0;
        margin-top: 4px;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .tag-title .tag.mob-visible {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
        width: auto;
        display: flex;
        align-items: center;
        margin-left: 0;
        background: transparent;
        padding: 0;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item a .tag-title .tag.mob-visible span {
        display: inline-block;
        border-radius: 8px;
        background: #4C4789;
        padding: 4px 8px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .WiWaL {
        padding:24px 0;
    }

    .WiWaL .container {
        flex-direction: column;
    }

    .WiWaL .container .one-slide-left {
        max-width: 100%;
    }

    .WiWaL .container .one-slide-left .slide-img {
        width: 100%;
        height: auto;
    }

    .WiWaL .container .one-slide-left .title {
        margin: 8px;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item .slide-image {
        height: auto;
    }

    .WiWaL .container .right-slide-multiple .slide-list .slide-item .title {
        gap: 8px;
    }
}

.eHoSpt {
    border: 1px solid transparent;
    margin: .5rem auto;
}


.eHoSpt:hover {
    border-radius: 12px;
    border: 1px solid #FF3392;
    background: rgba(255,255,255,0.30);
}


.eHoSpt a {
    width: 100%;
}


.eHoSpt .blog-img {
    width: 296px;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
}


.eHoSpt .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.eHoSpt .content {
    flex: 1;
    padding: 16px 24px;
    position: relative;
    width: calc(100% - 303px);
    overflow: hidden;
}


.eHoSpt .content .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}


.eHoSpt .content .desc {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.eHoSpt .content .details {
    position: absolute;
    bottom: 16px;
    left: 24px;
    right: 24px;
    justify-content: space-between;
    align-items: center;
}


.eHoSpt .content .details .category {
    border-radius: 8px;
    background: rgba(255,255,255,0.30);
    padding: 4px 8px;
    color: rgba(255,255,255,0.80);
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}


.eHoSpt .content .details .date {
    color: #FFF;
    font-size: 12px;
    line-height: 150%;
}


@media (max-width: 767px) {
    .eHoSpt a {
        align-items:flex-start;
    }

    .eHoSpt .blog-img {
        width: 128px;
        height: auto;
    }

    .eHoSpt .content {
        padding: 4px 12px;
    }

    .eHoSpt .content .title {
        font-size: 14px;
        margin-bottom: 4px;
        -webkit-line-clamp: 2;
    }

    .eHoSpt .content .details {
        bottom: unset;
        left: unset;
        right: unset;
        position: relative;
        margin-top: 4px;
    }

    .eHoSpt .content .details .date {
        font-size: 9px;
    }
}


@media (min-width: 768px) and (max-width:1024px) {
    .eHoSpt .blog-img {
        height:130px;
        width: 130px;
    }

    .eHoSpt .content {
        padding: 48px 12px 8px;
    }

    .eHoSpt .content .details {
        bottom: unset;
        top: 10px;
        left: 12px;
    }
}

.detail-bg-img img{
    filter: blur(6px);
}

.detail-main-content{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.detail-main-btn{
    width:100%;
    text-align:center;
}

.detail-main-btn img{
    margin:auto;
    width:30% !important;
    border-radius: 12px;
}

.detail-main-btn button{
    padding: .5rem 1rem;
    margin-top: .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 14px;
    background: #ef0c0c;
    color: #fff;
    border: none;
    outline: none;
}

@media screen and (min-width: 768px) {
    .detail-main-btn button{
        padding: .5rem 1rem!important;
        margin-top: 1rem!important;
        font-size: 2rem!important;
    }

    .detail-main-btn img{
        width:25%!important;
    }
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper {
        flex-direction: column;
    }
}

.cCmeyd .blog-wrapper .container-wrapper{
    gap: 40px;
    margin-top:1rem;
}

.cCmeyd .blog-wrapper .container-wrapper .left-section-layer {
    width: 940px;
    max-width: 100%;
}

.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    margin:1rem auto;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .sub-title {
    color: rgba(255,255,255,0.8);
    font-size: 24px;
    line-height: 150%;
    margin: 12px 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer {
    gap: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .author-date {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 150%;
    align-items: center;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .author-date .date {
    font-size: 12px;
    position: relative;
    padding-left: 12px;
    margin-left: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .author-date .date::after {
    content: "";
    position: absolute;
    left: 0;
    background: rgba(255,255,255,0.3);
    height: 16px;
    width: 1px;
    top: 3px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list {
    gap: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .fb-icon {
    display: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-item:nth-child(2) {
    border-radius: 4px;
    background: linear-gradient(45deg, #FFC107 9.15%, #F44336 50.57%, #9C27B0 90.03%);
    display: flex;
    align-items: center;
    justify-content: center;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-item.copy-to-clipboard {
    cursor: pointer;
    position: relative;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-item.copy-to-clipboard span {
    width: 84px!important;
    left: -25px!important;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-item.copy-to-clipboard span {
        top:28px;
        left: -16px;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-item.copy-to-clipboard span::before {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid rgba(255,255,255,0.1);
        bottom: 23px;
        left: 20px;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-link {
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-link:hover svg {
    border: 1px solid #FF42A5;
    border-radius: 4px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .social-share-layer .social-share-list .social-share-link:hover span {
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.9);
    position: absolute;
    padding: 4px 6px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    top: -34px;
    width: 130px;
    display: block!important;
    left: -50px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .tags-category {
    margin: 24px 0;
    gap: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .tags-category .tags-link {
    border-radius: 8px;
    background: rgba(255,255,255,0.3);
    padding: 4px 8px;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .banner-image {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    max-width: 100%;
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .banner-image * {
    max-height: 100%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .banner-image img {
    height: auto;
    width: 100%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .try-now-btn .btn-play-now {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    height: auto!important;
    padding: 12px 20px!important;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .try-now-btn .btn-play-now .cta-btn-text {
    font-size: 13px;
    margin-left: 0px!important;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta {
    position: relative;
    border: 1px solid var(--borderColor);
    border-radius: 12px;
    padding: 16px;
    min-width: 540px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: max-content;
    margin-bottom: 16px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn {
    width: auto;
    height: 56px;
    background: #ff42a5;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: all 0.4s ease-in-out 0s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 20px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn *,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn * {
    pointer-events: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn:hover,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn:hover {
    transform: translate(0px, -3px);
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn .logo,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn .logo {
    width: 44px;
    height: 44px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn .btn-text,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn .btn-text {
    margin-left: 16px;
    white-space: nowrap;
    position: relative;
    text-align: left;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn {
    background: linear-gradient(180deg, #159AFF 0%, #15B9FF 100%);
    width: auto;
    min-width: 200px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn .btn-text {
    padding-left: 0px;
    margin-left: 20px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn .btn-text::before {
    content: '';
    border-right: 1px solid rgba(255,255,255,0.5);
    left: -16px;
    top: 0;
    position: absolute;
    height: 86%;
    margin: 4px;
    margin-right: 40px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .seperator {
    border-right: 1px solid var(--borderColor);
    height: 55px;
    margin: 16px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar {
    max-width: 345px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    width: auto;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .icon {
    width: 56px;
    height: 56px;
    border-radius: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    width: auto;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc .game-name {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    max-width: 277px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc .dev-name {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    font-weight: 400;
    max-width: 277px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta {
        flex-direction:column-reverse;
        width: 100%;
        min-width: 0;
        height: auto;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .play-btn,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .download-btn {
        margin-top: 16px;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .seperator {
        display: none;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar {
        flex-direction: column;
        width: auto;
        height: auto;
        min-width: 127px;
        min-height: 113px;
        align-items: center;
        text-align: center;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc {
        margin-left: 0;
        padding-top: 16px;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc .game-name,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .play-cta .game-avatar .desc .dev-name {
        overflow: visible;
        white-space: normal;
        text-overflow: unset;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content a {
    color: #FF42A5;
    font-size: 16px;
    line-height: 150%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .video-iframe {
    padding: 0 16px;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .video-iframe {
        padding:0;
        aspect-ratio: 9/16;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content img {
    height: auto;
    max-width: 100%!important;
    max-height: 100%!important;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .play-browser-btn img {
    max-width: 35px!important;
    max-height: 35px!important;
    display: inline-block;
    margin-right: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ul,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ol {
    padding-left: 40px;
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ul li,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ol li {
    margin-bottom: 12px;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ul,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content>ol {
        padding-left:12px;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content ul br,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content ol br {
    display: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content ul br+br,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content ol br+br {
    display: block;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content h2 {
    margin-bottom: 18px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content h3 {
    margin-bottom: 16px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content h4 {
    margin-bottom: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table {
    margin-bottom: 48px;
    border-collapse: collapse;
    width: 100%;
}


@media (max-width: 996px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table {
        max-width:100%;
        font-size: 14px;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr:first-child {
    border-bottom: 1px solid rgba(255,255,255,0.7);
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td {
    color: #fff;
    padding: 12px 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td:last-child {
    text-align: right;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td:last-child p {
    text-align: right;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td b {
    font-size: 20px;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td b {
        font-size:14px;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td span {
    font-size: 16px;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td span {
        font-size:14px;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td:first-child {
    text-align: left;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table tr td:not(:first-child):not(:last-child) {
    text-align: center;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table colgroup+tbody tr {
    border-bottom: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table colgroup+tbody tr td:first-child,.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table colgroup+tbody tr td:last-child {
    text-align: center;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content table p {
    margin-bottom: 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content ul {
    margin: 1em;
    list-style-type: disc;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    counter-reset: section;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles li {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FF42A5;
    margin: 0;
    width: 48%;
    display: flex;
    position: relative;
    padding-left: 40px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 0.5px solid rgba(255,255,255,0.3);
    margin-right: 4%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles li a {
    color: inherit;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles li:nth-child(2n) {
    margin-right: 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    color: #FF42A5;
    width: 31px;
    height: 32px;
    border: 1px solid #FF42A5;
    left: 0;
    text-align: center;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .listicles.w-full li {
    width: 100%;
    margin-right: 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .highlights {
    flex-direction: column;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .highlights h2 {
    background: #28304c;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    padding: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .highlights ul {
    margin: 24px 0 0;
    list-style: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .highlights ul li {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255,255,255,0.7);
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .highlights ul li::after {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container {
    background: #473e5f;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    min-height: 84px;
    padding: 15px 32px;
    border-radius: 8px;
    width: 100%;
    display: flex!important;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container p {
    margin: 24px 0px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    width: 50%;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container .subscribe-submit {
    border: 0px;
    outline: none;
    min-width: 200px;
    height: 44px;
    padding: 11.5px 24px;
    background: var(--primaryColor);
    box-shadow: rgba(0,0,0,0.1) 0px 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container .subscribe-submit:hover {
    background: #ff0096!important;
}


@media (max-width: 767px) {
    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container {
        flex-direction:column;
        padding: 24px;
    }

    .cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .subscription-box .subscription-container p {
        text-align: center;
        width: 100%;
    }
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .table-of-contents {
    background: rgba(255,255,255,0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .table-of-contents h2 {
    margin-bottom: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .table-of-contents ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .content .table-of-contents ul li {
    color: #FF42A5;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    margin: 0;
    list-style: none;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .related-articles {
    padding: 24px;
    background: rgba(255,255,255,0.1);
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .related-articles .title {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .related-articles .related-articles-list {
    gap: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .left-section-layer .related-articles .related-articles-list .related-article-item .related-link {
    color: #FF42A5;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
}

.cCmeyd .blog-wrapper .container-wrapper .right-section-layer {
    flex: 1;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #fff;
    padding: 16px;
    margin: 24px 0px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .game {
    display: flex;
    gap: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .game .game-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .game .game-name {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .game .game-corp {
    overflow: hidden;
    color: rgba(255,255,255,0.8);
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .btn-play-now {
    margin-top: 16px!important;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .btn-play-now {
    max-width: none;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .play-in-browser .btn-play-now .logo {
    width: 40px!important;
    height: 40px!important;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer {
    /*width: 298px;*/
    position: sticky;
    top: 16px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item {
    margin-bottom: 24px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item a {
    border: 1px solid transparent;
    /*transform: .3s ease-in;*/
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item a:hover {
    border-radius: 12px;
    border:  1px solid #FF3392;
    background: rgba(255,255,255,0.3);
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .trending-img {
    height: auto;
    aspect-ratio: 16/9;
    position: relative;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .trending-img .lazyload-container {
    min-height: auto;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .trending-img .lazyload-container div {
    height: 100%;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .trending-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .trending-img figcaption {
    position: absolute;
    border-radius: 0 8px 8px 0px;
    background: #4C4789;
    bottom: 7px;
    left: 0;
    padding: 4px 8px;
    color:#fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    z-index: 1;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .title {
    color:  #fff;
    padding: 12px;
    margin-bottom: 0;
}


.cCmeyd .blog-wrapper .container-wrapper .right-section-layer .trending-layer .trending-list .trending-item .title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.position-relative{
    position:relative;
}


.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    z-index: 1000;
    /*height: 5rem;*/
    /*width: 5rem;*/
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display: flex;
    background: linear-gradient(270deg, rgb(226 18 239) 0%, rgb(220 104 221) 100%);
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: large;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.back_to_top img {
    width: 65%;
    height: 65%;
}

.desc{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}


@media screen and (min-width: 768px) {
    .desc-btn{
        display:none!important;
    }
}

.desc-btn{
    border: solid 1px #e774f3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #eb2ee4;
    font-size: 1.5rem;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    #description_view{
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:12;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
}