* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    background: #0A1536;
    color: #FBFBF0;
}

h1,
h2,
h3,
h4 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.4;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

p,
ul {
    list-style: none;
    line-height: 1.5;
}

.site-width {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin: auto;
}

.t-center {
    text-align: center;
}

.ptb80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mt32 {
    margin-top: 32px;
}

.pt24 {
    padding-top: 24px;
}

.pt12 {
    padding-top: 12px;
}

.pst-rel {
    position: relative;
}

.blue-sec {
    background: #0000FA;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.blue-sec::before {
    content: "";
    background: url(/images/vector-leaf.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 21%;
    height: 18rem;
    position: absolute;
    left: -30px;
}

.blue-sec::after {
    content: "";
    background: url(/images/Vector-cbf.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 21%;
    height: 18rem;
    position: absolute;
    right: 0px;
    top: 0;
}

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

.spc_btw {
    justify-content: space-between;
}

.gap80 {
    gap: 80px;
}

.gap40 {
    gap: 40px;
}

.mx740 {
    max-width: 740px;
    margin: auto;
}

.mx590 {
    max-width: 590px;
    margin: auto;
}

.whtish {
    background: #fff;
    color: #0A1536;
}

.grn-sec {
    background: #008F6B;
    color: #E7EEED;
    overflow: hidden;
}

.ylwish {
    background-color: #B57A17;
    color: #fff;
}

.pink {
    background-color: #D83887;
    color: #fff;
}

.lgt-pink {
    background-color: #E55E3D;
    color: #fff;

}

/* header  */
header {
    padding: 32px 0;
    /* position:sticky;*/
    top: 0;
    z-index: 9999;
    color: #fff;
}

.logo-sec {
    gap: 34px;
}

.btn a {
    background-color: #D83887;
    color: #fff;
    border-radius: 200px;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
}

.flex.cbf-sec {
    align-items: flex-start !important;
}

.menu>ul>li>a {
    font-family: Inter;
}

/* banner */
.banner {
    background-image: url(../../../../../images/banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 25px;
    height: 560px;
    margin-top: 20px;
}

.banner div:nth-child(1) {
    flex: 1 1 70%;
    padding: 5.6rem 0 5.6rem 3rem;
}

.banner div:nth-child(2) {
    flex: 1 1 30%;
    display: flex;
    justify-content: flex-end;
    padding-right: 3rem;
    height: 100%;
    position: relative;
}

.banner div:nth-child(2) img {
    position: absolute;
    bottom: 0;
    max-width: 430px;
    z-index: 999;
}

/* .banner img {
    position: absolute;
    right: 40px;
    bottom: 0;
    max-width: 390px;
} */

.banner h1 {
    /* font-size: 122.718px; */
    font-size: clamp(2rem, -1.75rem + 10.4167vw, 7.625rem);
    color: #fff;
    font-weight: 900;
    line-height: 83%;
}

.banner p {
    /* font-size: 47.504px; */
    font-size: clamp(1rem, -1.2143rem + 4.6131vw, 2.9375rem);
    font-weight: 900;
    line-height: 120%;
    /* letter-spacing: -1.425px; */
    color: #fff;
    margin-top: 30px;
}

/* .bn-txt {
    max-width: 800px;
    padding: 138px 0 138px 80px;
} */

/* banner */
.thr-colm {
    /* max-width: 1174px; */
    margin-left: auto;
    margin-right: auto;
    align-items: unset;
    gap: 32px;
    margin-top: 24px;
}

.thr-colm .colm {
    border-radius: 24px;
    padding: 32px;
    flex: 1;
}

.thr-colm .colm p {
    /* font-weight: 700; */
    padding-top: 24px;
}

.grn-sec .flex {
    padding: 0 82px;
    position: relative;
    z-index: 2;
}

.wht-line {
    border: 1px solid #E9EAEB;
    margin: 80px 0;
    position: relative;
    z-index: 2;
}

.numb {
    max-width: 270px;
}


.b-li li {
    padding-top: 12px;
}

.colm .sec {
    margin-top: 40px;
}

.colm .sec p {
    color: #000;
    padding-top: 8px;
}

.grn-txt h4 {
    color: #008F6B;
}

.yellow-txt h4 {
    color: #F7D949;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 24px;
}

.grn-txt {
    border-left: 4px solid #008F6B;
    padding-left: 16px;
}

.yellow-txt {
    border-left: 4px solid #F7D949;
    padding-left: 16px;
}

.cbf-sec {
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.cbf-sec h4 {
    padding-bottom: 12px;
    color: #F7D949;
}

.cbf-sec p {
    display: flex;
    align-items: flex-end;
}

.cbf-sec p b {
    font-size: 20px;
    font-weight: 800;
}

.wtm .col {
    flex: 1;
}


.cta-sec .mid {
    background: #fff;
    color: #000;
    padding: 80px 40px;
    border-radius: 24px;
}

footer {
    padding-top: 22px;
    padding-bottom: 22px;

}

.ftr-logo {
    max-width: 160px;
}

.ftr-links a {
    color: #fff;
    text-decoration: none;
    padding-left: 24px;
}

.cbf-vector {
    position: absolute;
    right: -24px;
    top: -90px;
    max-width: 400px;
    z-index: -1;
}

.cbf-vector1 {
    position: absolute;
    right: -75px;
    top: -80px;
    max-width: 400px;
}

.leaf-vector {
    position: absolute;
    top: -60px;
    left: -60px;
    max-width: 280px;
}

.q-vector {
    position: absolute;
    max-width: 400px;
    left: -200px;
    bottom: -60px;
    z-index: -1;
}

.grn-leaf-vector {
    position: absolute;
    bottom: 0;
    right: -70px;
    max-width: 500px;
}

.q-leaf-vector {
    position: absolute;
    top: 13px;
    left: -120px;
}

.wsua .colm:first-child {
    flex: 1 40%;
}

.wsua .colm:last-child {
    flex: 1 60%;
}

.breadcrumb {
    gap: 4px;
}

li.mod-breadcrumbs__item.breadcrumb-item {
    position: relative;
}

ul.mod-breadcrumbs.breadcrumb {
    display: flex;
    list-style: none;
    gap: 26px;
    justify-content: center;
    margin-left: 0px !important;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

#eb .eb-headers,
.eb-entry-meta.text-muted,
li.mod-breadcrumbs__divider.float-start,
li.mod-breadcrumbs__item.breadcrumb-item.active::after {
    display: none !important;
}

li.mod-breadcrumbs__item.breadcrumb-item:after {
    content: '';
    background-image: url(/images/svg/btn-arw-rgt18.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    top: -5px;
    right: -21px;
}

@media(max-width:992px) {
    .site-width {
        padding-left: 50px;
        padding-right: 50px;
    }

    .ptb80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wht-line {
        margin: 40px 0;
    }

    .flex,
    .thr-colm,
    .grn-sec .flex {
        flex-direction: column;
    }

    .flx-rvs {
        flex-direction: column-reverse !important;
    }

    header .flex {
        flex-direction: row;
    }

    .grn-sec .flex {
        padding: 0;
    }

    .flex.thr-colm {
        margin-top: 40px;
    }

    .q-vector {
        display: none;
    }

    header .btn {
        display: none;
    }

    .banner {
        flex-direction: column;
    }

    .banner div:nth-child(1) {
        padding: 2.6rem 0 0.6rem 0rem;
    }

    .banner div:nth-child(2) img {
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner p {
        margin-top: 12px;
        font-size: 18px;
    }

    footer .site-width>div {
        align-items: self-start;
        gap: 2rem;
    }

    footer .ftr-links {
        align-items: flex-start;
        gap: 18px;
    }

    footer .ftr-links a {
        padding: 0;
    }

    .bp-con {
        align-items: self-start;
    }

    .blue-sec::before {
        left: -14%;
        top: 12%;
    }

    .blue-sec::after {
        width: 40%;
        right: -20%;
        top: -6%;
    }

    .cbf-vector {
        display: none;
    }

    .mt80 {
        margin-top: 40px;
    }

    .thr-colm .colm p {
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .site-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 18px;
    }

    .gap80 {
        gap: 40px;
    }

    .numb {
        max-width: 90px;
    }

    .cta-sec .mid {
        padding: 40px;
    }

    .banner div:nth-child(2) img {
        max-width: 310px;
    }

    .blue-sec::after {
        right: -75%;
        width: 100%;
    }

    header {
        padding: 12px 0;
    }

}

@media (max-width:576px) {
    .blue-sec::before {
        left: -17%;
        top: 14%;
        width: 29%;
    }

    .blue-sec::after {
        right: -57%;
    }

    .banner div:nth-child(2) img {
        max-width: 300px;
    }
}

.colm.pink h4 {
    color: #E7EEED;
}

/*ks*/
.home-main-title {
    color: #FFF;
    font-family: "Reckless Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    text-align: center;
}

.hmt-sub-text {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;
}

:root {
    --peek: 9%;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 36px 0;
    height: 100%;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    max-width: 100%;
    padding: 0 var(--peek);
    box-sizing: content-box;
    margin: 0 auto;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    height: 520px;
    transition: transform .35s ease, box-shadow .35s ease;
    background: #222;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.swiper-slide-active {
    transform: scale(1.04);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
    .swiper-slide {
        height: 420px;
    }
}

@media (max-width: 520px) {
    .swiper-slide {
        height: 320px;
    }
}

.home_slider-area {
    padding-top: 64px;
    padding-bottom: 80px;
}

.swiper-wrapper {
    padding-left: 8.5%;
}

.home_hero-area {
    padding-top: 48px;
}

.topleft-grd-overlay {
    border-radius: 521px;
    background: #F7D949;
    filter: blur(300px);
    position: absolute;
    left: -80px;
    top: -25px;
    height: 521px;
    width: 521px;
    z-index: -1;
}

.middleright-grd-overlay {
    border-radius: 521px;
    background: #D83887;
    filter: blur(300px);
    position: absolute;
    right: -80px;
    top: 67rem;
    width: 521px;
    height: 521px;
    z-index: -1;
}

.willi-box {
    padding: 24px 0 40px;
}

.willi-box h2 {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.willi-box p {
    padding-top: 20px;
    padding-bottom: 0;
}

.flex.thr-colm h4 {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
}

#mod-custom112 h2 {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.mt64 {
    margin-top: 64px;
}

.mb64 {
    margin-bottom: 64px;
}

.numbrgame {
    color: #FFF;
    text-align: center;
    font-family: "Reckless Neue";
    font-size: 200px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    letter-spacing: -6px;
    flex: 0 0 477px;
}

.whtish h2 {
    color: #0A1536;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.gap64 {
    gap: 64px;
}

.whtish .sec.pink-txt {
    margin-top: 32px;
}

.sec.pink-txt h4 {
    color: #D83887;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sec.blue-txt h4 {
    color: #E55E3D;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sec.blue-txt {
    border-left: 4px solid #E55E3D;
    padding-left: 16px;
}

.sec.blue-txt,
.sec.grn-txt {
    margin-top: 24px;
}

.sec.grn-txt h4 {
    color: #B57A17;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.sec.grn-txt {
    border-left: 4px solid #B57A17;
    padding-left: 16px;
}

.sec.pink-txt {
    border-left: 4px solid #D83887;
    padding-left: 16px;
}

.howcihelp-overlay-bottom {
    border-radius: 521px;
    background: #B57A17;
    filter: blur(300px);
    position: absolute;
    right: -121px;
    bottom: -235px;
    width: 521px;
    height: 521px;
    z-index: -1;
}

.howcihelp-overlay {
    border-radius: 521px;
    background: #E55E3D;
    filter: blur(300px);
    position: absolute;
    left: -291px;
    top: 398px;
    width: 521px;
    height: 521px;
    z-index: -1;
}

.howcihelp {
    position: relative;
    overflow: hidden;
}

.whythismatter h2 {
    color: #FBFBF0;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.mid-ctabx {
    padding: 80px 65px;
    justify-content: center;
    align-items: center;
    gap: 142px;
    display: flex;
    border-radius: 32px;
    background: #FBFBF0;
    color: #000;
}

.mxwpkd-row h2 {
    color: rgba(0, 0, 0, 0.9);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.mxwpkd-row .btn a {
    display: inline-block;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.cbf-section h2 {
    color: #FBFBF0;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}

.cbf-section .sec.pink-txt h4,
.cbf-section .sec.blue-txt h4 {
    color: #F7D949;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 0;
    padding-bottom: 20px;
}

.cbf-section .sec.blue-txt,
.cbf-section .sec.pink-txt {
    padding: 0;
    border: 0;
    margin-top: 0;
}

.cbf-sec p {
    gap: 4px;
}

.cbf-sec p b {
    color: #FFF;
    text-align: center;
    font-family: "Reckless Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}

.mxw678px {
    max-width: 678px;
    margin: auto;
}

.pinkoverlayfor-cbf {
    border-radius: 521px;
    background: #D83887;
    filter: blur(300px);
    position: absolute;
    left: -370px;
    bottom: -63px;
    width: 521px;
    height: 521px;
    z-index: -1;
}

.cbf-section,
.pos-rel {
    position: relative;
}

.yellowoverlayfor-cbf {
    border-radius: 381px;
    background: #F7D949;
    filter: blur(150px);
    position: absolute;
    right: -215px;
    top: 40px;
    width: 381px;
    height: 381px;
    z-index: -1;
}

.body-wrap {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.howcihelp h3 {
    font-size: 24px;
    line-height: 24px;
    color: #E7EEED;
}

.ptb80.howcihelp .txt p {
    padding-top: 24px;
}

.howcihelp .txt ul.pt12 {
    list-style: disc;
    padding-left: 18px;
    padding-top: 15px;
}

.howcihelp .txt p b {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 24px;
    display: block;
}

.b-li li {
    padding-top: 0;
}

.b-li li:not(li:first-child) {
    padding-top: 12px;
}

.home_slider-area.stage {
    max-width: 1696px;
    margin-left: auto;
    margin-right: auto;
}

.mxwpkd-row-img img {
    max-width: 100%;
}

.mxwpkd-row-img {
    flex: 0 0 412px;
}

.main-breadcrumb {
    display: flex;
    padding: 40px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #D83887;
}

.page-title {
    color: #FBFBF0;
    font-family: "Reckless Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.breadcrumb-inner {
    max-width: 1024px;
}

.itemid-105 .mx1076 {
    max-width: 1024px;
}

.breadcrumb li,
.breadcrumb li a {
    color: #FBFBF0;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

/*5.18*/
.am-section-one h2 {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.mt40 {
    margin-top: 40px;
}

.mt24 {
    margin-top: 24px;
}

.clr1 {
    color: #F7D949;
}

.clr2 {
    color: #E55E3D;
}

.clr3 {
    color: #D83887;
}

.amsoc-right img {
    border-radius: 24px;
}

.flex1 {
    flex: 1;
}

.am-section-two {
    background: #fff;
    color: #0A1536;
}

.ptb64 {
    padding-top: 64px;
    padding-bottom: 64px;
}

.gap96 {
    gap: 96px;
}

.am-h2 {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.gradiant-overlays {
    display: none;
}

.itemid-101 .gradiant-overlays {
    display: block;
}

.amsoc-right {
    position: relative;
}

.roundshape {
    width: 171px;
    height: 171px;
    background: #fff;
    border-radius: 100%;
    border: 32px solid #0a1536;
    position: absolute;
    left: -32px;
    bottom: -32px;
}

.gap40 {
    gap: 40px;
}

.pt32 {
    padding-top: 32px;
}

.amsth-ss2 {
    margin-top: 52px;
    margin-bottom: 52px;
}

.gap24 {
    gap: 24px;
}

.amsth-ss2ct-col img {
    display: block;
    border-radius: 12px;
}

.amsth-ss2ct-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.amsth-ss2ct-wrap {
    align-items: flex-end;
}

:root {
    --c-pink: #D83887;
    --c-orange: #E55E3D;
    --c-yellow: #F7D949;
    --c-gold: #B57A17;
    --c-white: #FBFBF0;
    --clr-txt-def: #0A1536;
}

.bg-pink {
    background: var(--c-pink);
}

.bg-orange {
    background: var(--c-orange);
}

.bg-yellow {
    background: var(--c-yellow);
    color: var(--clr-txt-def);
}

.bg-gold {
    background: var(--c-gold);
}

.bg-white {
    background: var(--c-white);
    color: var(--clr-txt-def);
}

.pt20 {
    padding-top: 20px;
}

.amsfr-whatIbelieve {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 32px;
}

.amsfr-whatIbelieve-col {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
}

.amsfr-whatIbelieve-col h3 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.amsfr-header {
    max-width: 1000px;
}

.mxw550px {
    max-width: 550px;
    margin: auto;
}

.widt-am img {
    border-radius: 24px;
}

.plr32 {
    padding-left: 32px;
    padding-right: 32px;
}

.ctasap-content {
    max-width: 424px;
    margin: auto;
    text-align: center;
}

.cta-sap-box {
    border-radius: 32px;
}

.ctasap-content h2 {
    color: rgba(0, 0, 0, 0.90);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}

.global-btn {
    display: inline-flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 64px;
    text-decoration: none;
}

.text-white {
    color: var(--c-white);
}

.mt54 {
    margin-top: 54px;
}

.ctovl-topleft {
    width: 438px;
    height: 438px;
    position: absolute;
    left: -86px;
    top: -275px;
    border-radius: 100%;
    filter: blur(100px);
}

.ctovl-bottomleft {
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    width: 421px;
    height: 421px;
    left: -255px;
    bottom: -167px;
}

.ctovl-topright {
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    width: 372px;
    height: 372px;
    right: -178px;
    top: -47px;
}

.ctovl-bottomright {
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    width: 359px;
    height: 359px;
    right: 0;
    bottom: -267px;
}

.cta-sap-box {
    position: relative;
    overflow: hidden;
}

.ctasap-content {
    position: relative;
    z-index: 1;
}

.global-btn:hover {
    background: var(--clr-txt-def);
}

.amso-overlay-right {
    width: 345px;
    height: 345px;
    position: absolute;
    right: -36px;
    top: 135px;
    border-radius: 345px;
    background: #F7D949;
    filter: blur(150px);
    z-index: -1;
}

.amso-overlay-left {
    width: 346px;
    height: 346px;
    position: absolute;
    left: -158px;
    bottom: -137px;
    border-radius: 346px;
    background: #E55E3D;
    filter: blur(175px);
    z-index: -1;
}

.frrt-overlay-right {
    width: 460px;
    height: 460px;
    position: absolute;
    right: -281px;
    top: 173px;
    border-radius: 460px;
    background: #D83887;
    filter: blur(250px);
    z-index: -1;
}

.frrt-overlay-left {
    width: 460px;
    height: 460px;
    position: absolute;
    left: -104px;
    bottom: 128px;
    border-radius: 460px;
    background: #F7D949;
    filter: blur(300px);
    z-index: -1;
}

.wib-overlay-right {
    width: 340px;
    height: 340px;
    position: absolute;
    right: -135px;
    bottom: -152px;
    border-radius: 340px;
    background: var(--Orange, #E55E3D);
    filter: blur(200px);
    z-index: -1;
}

.swiper-slide img {
    border-radius: 24px;
}

.txt-center {
    text-align: center;
}

.plr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.ptb24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.def-h2 {
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}

.max-w-1280 {
    max-width: 1280px;
    margin: auto;
    padding: 0 40px;
}

.max-w-1082 {
    max-width: 1082px;
    margin: auto;
}

.fg-h4 {
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.pt32.set-serve {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 24px;
}

.widt-am .wtm .col {
    flex: initial;
}

.widt-am .wtm {
    display: flex;
    justify-content: space-between;
}

.services-section-one .amso-overlay-left {
    width: 217px;
    height: 217px;
    left: -29px;
    top: -64px;
    filter: blur(150px);
    background: #F7D949;
}

.services-section-one .amso-overlay-right {
    width: 288px;
    height: 288px;
    right: -109px;
    bottom: -177px;
    border-radius: 288px;
    background: #E55E3D;
    filter: blur(150px);
    top: auto;
}

.services-section-two .amso-overlay-left {
    width: 266px;
    height: 266px;
    left: -53px;
    bottom: -106px;
    border-radius: 266px;
    background: #D83887;
    filter: blur(150px);
}

ul.def-ul {
    list-style: disc;
    padding-left: 20px;
    line-height: 24px;
}

.services-section-three .amso-overlay-right {
    width: 266px;
    height: 266px;
    right: -63px;
    bottom: -106px;
    border-radius: 266px;
    background: #E55E3D;
    filter: blur(150px);
    top: auto;
}

.services-section-four .amso-overlay-left {
    width: 266px;
    height: 266px;
    left: -133px;
    top: -138px;
    border-radius: 266px;
    background: #F7D949;
    filter: blur(150px);
}

.amso-overlay-right {
    width: 266px;
    height: 266px;
    right: -53px;
    bottom: -162px;
    border-radius: 266px;
    background: #D83887;
    filter: blur(150px);
    top: auto;
}

.services-etrp .col {
    flex: unset;
}

.services-etrp .col img {
    margin-left: auto;
    margin-right: 0;
    display: block;
    padding: 32px;
    box-sizing: content-box;
}

picture {
    display: block;
}

.br24 {
    border-radius: 24px;
}

.bg-white p {
    color: #0A1536;
}

.bg-white h2 {
    color: #0A1536;
}

.rpc-boxes ul {
    list-style: disc;
    padding-left: 20px;
    font-weight: 600;
}

.rpc-ify .wtm .col {
    flex: unset;
}

.faq-overlay-1 {
    width: 288px;
    height: 288px;
    position: absolute;
    right: -109px;
    bottom: -88px;
    border-radius: 288px;
    background: #E55E3D;
    filter: blur(150px);
    z-index: -1;
}

.faq-overlay-2 {
    width: 288px;
    height: 288px;
    position: absolute;
    left: -58px;
    bottom: -175px;
    border-radius: 288px;
    background: #D83887;
    filter: blur(150px);
    z-index: -1;
}

.faq-overlay-3 {
    width: 288px;
    height: 288px;
    position: absolute;
    right: -64px;
    bottom: -215px;
    border-radius: 288px;
    background: #F7D949;
    filter: blur(150px);
    z-index: -1;
}

.faq-overlay-4 {
    width: 288px;
    height: 288px;
    position: absolute;
    left: -92px;
    top: 32px;
    border-radius: 288px;
    background: #E55E3D;
    filter: blur(150px);
    z-index: -1;
}

.accordion-item-body-content ul {
    list-style: disc;
    margin-left: 18px;
    margin-top: 12px;
}

.accordion-item-body-content ul li:not(li:last-child) {
    line-height: 24px;
    margin-bottom: 4px;
}
@media (min-width:1400px) {

    .body-wrap,
    .faq-pg-wrap {
        max-width: 1696px;
        margin-left: auto;
        margin-right: auto;
        overflow: initial;
    }

    .howcihelp {
        overflow: inherit;
    }
}

@media (min-width:1550px) {
    .swiper-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .mobile-menu-trigger {
        margin-left: 12px !important;
    }

    .swiper-wrapper {
        padding-left: 20%;
    }
}

@media (max-width:835px) {
    .mid-ctabx {
        padding: 24px;
        flex-direction: column;
        gap: 64px;
        border-radius: 18px;
    }

    .mxwpkd-row-img img {
        max-width: 100%;
    }

    .topleft-grd-overlay {
        border-radius: 265px;
        filter: blur(150px);
        left: -169px;
        top: -35px;
        height: 265px;
        width: 265px;
    }

    .middleright-grd-overlay {
        border-radius: 336px;
        filter: blur(150px);
        right: -292px;
        top: 65rem;
        width: 336px;
        height: 336px;
    }

    .howcihelp-overlay {
        border-radius: 430px;
        filter: blur(150px);
        left: -291px;
        top: 36rem;
        width: 430px;
        height: 430px;
    }

    .howcihelp-overlay-bottom {
        border-radius: 385px;
        filter: blur(150px);
        right: -166px;
        bottom: 519px;
        width: 385px;
        height: 385px;
    }

    .pinkoverlayfor-cbf {
        border-radius: 233px;
        filter: blur(150px);
        left: -192px;
        bottom: auto;
        width: 233px;
        height: 233px;
        top: 155px;
    }

    .yellowoverlayfor-cbf {
        border-radius: 381px;
        filter: blur(150px);
        right: -179px;
        top: 120px;
        width: 304px;
        height: 304px;
    }

    body.site {
        max-width: 100%;
        width: 100%;
    }

    header.header .site-width {
        padding: 0 12px;
    }

    .home_slider-area {
        padding-top: 52px;
        padding-bottom: 40px;
    }

    .home_hero-area {
        padding-top: 40px;
    }

    /*n*/
    .home-main-title {
        font-size: 40px;
        line-height: 49px;
        padding: 0 60px;
    }

    .willi-box h2 {
        font-size: 32px;
        line-height: 39px;
    }

    body {
        /*font-size: 14px;*/
        /*line-height: 20px;*/
    }

    .flex.thr-colm {
        margin-top: 24px;
        gap: 24px;
    }

    .thr-colm .colm {
        border-radius: 18px;
        padding: 20px;
        flex: 1;
    }

    .thr-colm .colm p {
        padding-top: 24px;
    }

    .section2-home {
        margin-bottom: 40px;
    }

    #mod-custom112 h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .howcihelp .flex {
        flex-direction: column !important;
        gap: 35px;
    }

    .numbrgame {
        font-size: 80px;
        line-height: 100%;
        letter-spacing: -2.4px;
        flex: 1;
    }

    .wht-line.mt64.mb64 {
        margin-bottom: 40px;
    }

    .howcihelp .flex {
        margin-top: 45px;
    }

    .howcihelp h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }

    .howcihelp .pt12 {
        padding-top: 24px;
    }

    .whtish.ptb80 {
        padding: 80px 0;
    }

    .whtish h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .sec.pink-txt h4,
    .sec.blue-txt h4,
    .sec.grn-txt h4 {
        font-size: 24px;
    }

    .whythismatter h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .whythismatter p.pt24 {
        padding-top: 32px;
    }

    .whythismatter .wtm {
        gap: 52px;
    }

    .pt-80.pb-40.cbf-section {
        padding-top: 40px;
    }

    .cbf-section .sec.blue-txt,
    .cbf-section .sec.pink-txt {
        max-width: 268px;
        margin: auto;
    }

    .cbf-sec p {
        line-height: 20px;
        margin: 4px 0;
    }

    .cbf-section .bp-con {
        gap: 40px;
    }

    .mid-ctabx .btn a {
        font-size: 16px;
        line-height: 20px;
        padding: 12px 18px;
    }

    footer .flex.spc_btw {
        padding: 3px 0 3px;
        gap: 42px;
    }

    .mxwpkd-row-img {
        flex: 1;
    }

    /*abt*/
    .main-breadcrumb {
        padding: 40px 24px;
    }

    .page-title {
        font-size: 40px;
        line-height: 49px;
        text-align: center;
    }

    .breadcrumb-inner .site-width {
        padding: 0;
    }

    .header-menu .d-dnone {
        width: 100%;
        flex: 1;
    }

    header .d-dnone .flex {
        width: 100%;
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

    header .head-flex.spc_btw>.logo {
        width: 100%;
        text-align: center;
        border-bottom: 0.5px solid rgba(251, 251, 240, 0.20);
        padding: 10px 0;
        margin-bottom: 12px;
    }

    .am-section-one h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .amsoc-right img {
        border-radius: 24px;
        width: 100%;
        height: 100%;
    }

    .roundshape {
        width: 140px;
        height: 140px;
        border: 24px solid #0a1536;
        left: -20px;
        bottom: -40px;
    }

    .amsoc-right img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 1;
    }

    .amso-overlay-right {
        width: 176px;
        height: 176px;
        right: -125px;
        top: auto;
        bottom: 0;
        filter: blur(100px);
    }

    .amso-overlay-left {
        width: 230px;
        height: 230px;
        left: -144px;
        bottom: auto;
        top: 255px;
    }

    .am-h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .am-section-two {
        padding: 40px 0;
    }

    .amstw-content {
        gap: 24px;
    }

    .amsth-ss1c-right:nth-child(2) .pt32 {
        padding-top: 0;
    }

    .amsth-ss1-content {
        gap: 24px;
    }

    .amsth-ss2ct-wrap {
        flex-direction: row;
        gap: 12px;
    }

    .amsth-ss2ct-col img {
        width: 100%;
        height: 100%;
    }

    .amsth-ss2ct-col {
        flex: 1;
        gap: 12px;
    }

    .am-section-three,
    .am-section-four {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .amsfr-whatIbelieve {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }

    .amsfr-whatIbelieve-col h3 {
        font-size: 18px;
        line-height: 19px;
    }

    .widt-am img,
    .colm.pst-rel img {
        max-width: 100%;
        height: 100%;
    }

    header {
        padding-top: 0;
    }

    .amso-content {
        gap: 32px;
    }

    .whythismatter.widt-am .wtm {
        gap: 32px;
    }

    .cta-sap-box.ptb80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .global-btn {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .ctovl-topleft {
        width: 221px;
        height: 221px;
        left: -83px;
        top: -102px;
    }

    .ctovl-bottomleft {
        width: 195px;
        height: 195px;
        left: -62px;
        bottom: -71px;
    }

    .ctovl-topright {
        width: 214px;
        height: 214px;
        right: -88px;
        top: -65px;
    }

    .ctovl-bottomright {
        width: 204px;
        height: 204px;
        right: -78px;
        bottom: -124px;
    }

    .frrt-overlay-right {
        width: 256px;
        height: 256px;
        right: -128px;
        top: 168px;
        filter: blur(200px);
    }

    .frrt-overlay-left {
        width: 314px;
        height: 314px;
        left: -237px;
        bottom: 295px;
        filter: blur(100px);
    }

    .wib-overlay-right {
        width: 340px;
        height: 340px;
        right: -220px;
        bottom: auto;
        top: 120px;
    }

    .itemid-102 .pinkoverlayfor-cbf {
        left: -140px;
        bottom: -86px;
        top: auto;
        filter: blur(200px);
    }

    .amsthss2img1 img {
        aspect-ratio: 157 / 161;
        object-fit: cover;
    }

    .amsthss2img2 img {
        aspect-ratio: 157 / 226;
        object-fit: cover;
    }

    .amsthss2img4 img {
        aspect-ratio: 157 / 244;
        object-fit: cover;
    }

    .amsthss2img3 img {
        aspect-ratio: 157 / 91;
        object-fit: cover;
    }

    .amsth-ss1-content.flex.flx-center.gap40 {
        gap: 24px;
    }

    .services-section-one img,
    .services-section-two img,
    .services-section-three img,
    .services-section-four img {
        width: 100%;
        height: 100%;
    }

    .max-w-1280 {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .def-h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .strip-devider {
        padding: 24px 20px;
    }

    .fg-h4 {
        font-size: 20px;
    }

    .pt32.set-serve {
        font-size: 18px;
        line-height: 19px;
    }

    .services-section-two .sec h4,
    .services-section-three .sec h4 {
        padding-bottom: 8px;
        font-size: 18px;
        line-height: 19px;
    }

    .gap-sm-32 {
        gap: 32px !important;
    }

    .services-section-three .flex {
        flex-direction: column-reverse;
    }

    .services-section-four .sec h4 {
        font-size: 20px;
    }

    .services-etrp .col img {
        box-sizing: border-box;
    }

    .services-etrp .col h2 {
        padding-bottom: 8px;
    }

    .services-section-two .amsoc-right img,
    .services-section-three .amsoc-left img,
    .services-section-four .amsoc-right img {
        aspect-ratio: unset;
        border-radius: 0;
    }

    .rpc-ify .wtm .col img {
        max-width: 100%;
        height: 100%;
    }

    .itemid-106 .com-content-article__body {
        overflow: hidden;
    }

    .faq-overlay-1 {
        right: -185px;
        bottom: -26px;
    }

    .faq-overlay-2 {
        left: -144px;
    }

    .faq-overlay-3 {
        right: -264px;
    }

    .faq-overlay-4 {
        width: 211px;
        height: 211px;
        left: -119px;
        top: 51px;
    }

    /* 27-10-2025 added css  */
    .itemid-117 .cbf-section .sec.blue-txt,
    .itemid-117 .cbf-section .sec.pink-txt {
        max-width: 100%;
        margin: 0;
    }
}