.homeBannerWrap {
    display: block;
    height: 85vh;
    max-height: 714px;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.homeBannerWrap .backgroundImage {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #221e59;
    border-radius: 0 0 128px 128px;
    overflow: hidden;
}

.homeBannerWrap .backgroundImage img {
    display: block;
    width: 100%;
    max-height: 100%;
    mix-blend-mode: overlay;
    opacity: 0.3;
}

.homeBannerWrap .bannerContent {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 106px;
}

.homeBannerWrap .bannerContent h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 70px;
    color: #fff;
}
.briefCardWrapper .header .headerText {
    margin: 0;
    font-size: 20px !important;
    color: #323232;
}
.homeBannerWrap .bannerContent h1 span,.homeBannerWrap .bannerContent h1 span h4 span b {
    font-weight: 700;
}

.homeBannerWrap .bannerContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #eaebf2;
    margin-top: 0px;
}

.homeBannerWrap .bannerContent .btn {
    display: inline-block;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 36px;
    padding: 13px 24px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #221e59;
    margin-top: 48px;
}

.homeBannerWrap .bannerContent .btn.btnCallRequest {
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 36px;
    background: #0000;
    color: #fff;
    margin-left: 16px;
}

.savingTag {
    display: inline-block;
    border-radius: 12px;
    padding: 4px 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 8px;
    color: #fff;
}

.savingTag.green {
    background: #3e9f6c;
}

.savingTag.red {
    background: #ed1f1f;
}

.savingsWrap {
    display: block;
    width: 100%;
    min-width: 401px;
    background: #fff;
    border: 1px solid #eaebf2;
    box-shadow: 0 4px 16px #221e5921;
    border-radius: 16px;
    margin-bottom: 24px;
}

.savingsWrap .header {
    padding: 24px;
    font-weight: 600;
    font-size: 20px;
}

.savingsWrap .eachUpfrontData {
    display: inline-flex;
    width: 100%;
    padding: 0 24px 24px;
}

.savingsWrap .eachUpfrontData .iconImg {
    background-color: #36c3fc;
    border-radius: 4px;
    margin-top: 5px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.savingsWrap .eachUpfrontData .bglightingIcon {
    background-color: #36c3fc;
}

.savingsWrap .eachUpfrontData .bgwaterDropIcon {
    background-color: #eea61f;
}

.savingsWrap .eachUpfrontData .bgdocumentsIcon {
    background-color: #ff8f68;
}

.savingsWrap .eachUpfrontData .bgmultipleUsersIcon {
    background-color: #7a3dfd;
}

.savingsWrap .cardText {
    padding-left: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #808191;
}

.briefCardWrapper {
    background: #fff;
    border-radius: 16px;
    color: #000;
    box-shadow: 0 4px 16px #221e5921;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 25px;
    width: 100%;
    min-width: 401px;
}

.briefCardWrapper.whiteBox {
    background: #fff !important;
    background-image: none;
    border: 1px solid #eaebf2;
    box-shadow: 0 4px 16px #221e5921;
}

.briefCardWrapper.whiteBox .linearGradientWrapper {
    background: #0000;
}

.briefCardWrapper.whiteBox .header,
.briefCardWrapper.whiteBox .mainBody .eachStat .eachStatHeader,
.briefCardWrapper.whiteBox .mainBody .eachStat .eachStatInfo .infoVal {
    color: #000;
}

.briefCardWrapper .linearGradientWrapper {
    border-radius: 16px;
    mix-blend-mode: normal;
}

.briefCardWrapper .header {
    padding: 24px;
    display: inline-flex;
}

.briefCardWrapper .header .headerText {
    margin: 0;
}

.briefCardWrapper .header .infoSVGIconWrapper {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 5px;
}

.briefCardWrapper .mainBody {
    width: 100%;
    align-items: center;
    display: grid;
    grid-template-columns: auto auto;
    padding: 0 20px 24px;
    grid-column: 0.25;
    justify-content: space-between;
}

.briefCardWrapper .mainBody .eachStat {
    padding: 12px 0;
}

.briefCardWrapper .mainBody .eachStat .eachStatHeader {
    opacity: 0.7;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.004em;
}

.briefCardWrapper .mainBody .eachStat .eachStatInfo .infoVal {
font-size: 22px;
margin: 0;
margin-top: 6px;
display: inline-block;
vertical-align: middle;
}

.briefCardWrapper .mainBody .eachStat .eachStatInfo .infoStats {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.radarContent.contentWrapper {
    display: block;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #eaebf2;
    box-shadow: 0 4px 16px #221e5921;
    border-radius: 16px;
    width: 100%;
    min-width: 401px;
}

.radarContent.contentWrapper .upfrontData {
    padding: 25px 24px 0;
    overflow: hidden;
    transition: all 0.5s;
}

.radarContent.contentWrapper .upfrontData .contentWrap {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 18px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent {
    display: inline-flex;
    align-items: center;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .iconwrap {
    width: 24px;
    height: 24px;
    background: #eaebf2;
    border-radius: 24px;
    padding: 6px;
    flex-shrink: 0;
    margin-right: 12px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .iconwrap .icon {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 4H4.66667C4.3 4 4 4.3 4 4.66667V7.33333C4 7.7 4.3 8 4.66667 8H7.33333C7.7 8 8 7.7 8 7.33333V4.66667C8 4.3 7.7 4 7.33333 4ZM6.66667 6.66667H5.33333V5.33333H6.66667V6.66667ZM12 4.66667C12 4.3 11.7 4 11.3333 4H10.6667V2.66667C10.6667 1.93333 10.0667 1.33333 9.33333 1.33333H8V0.666667C8 0.3 7.7 0 7.33333 0C6.96667 0 6.66667 0.3 6.66667 0.666667V1.33333H5.33333V0.666667C5.33333 0.3 5.03333 0 4.66667 0C4.3 0 4 0.3 4 0.666667V1.33333H2.66667C1.93333 1.33333 1.33333 1.93333 1.33333 2.66667V4H0.666667C0.3 4 0 4.3 0 4.66667C0 5.03333 0.3 5.33333 0.666667 5.33333H1.33333V6.66667H0.666667C0.3 6.66667 0 6.96667 0 7.33333C0 7.7 0.3 8 0.666667 8H1.33333V9.33333C1.33333 10.0667 1.93333 10.6667 2.66667 10.6667H4V11.3333C4 11.7 4.3 12 4.66667 12C5.03333 12 5.33333 11.7 5.33333 11.3333V10.6667H6.66667V11.3333C6.66667 11.7 6.96667 12 7.33333 12C7.7 12 8 11.7 8 11.3333V10.6667H9.33333C10.0667 10.6667 10.6667 10.0667 10.6667 9.33333V8H11.3333C11.7 8 12 7.7 12 7.33333C12 6.96667 11.7 6.66667 11.3333 6.66667H10.6667V5.33333H11.3333C11.7 5.33333 12 5.03333 12 4.66667ZM8.66667 9.33333H3.33333C2.96667 9.33333 2.66667 9.03333 2.66667 8.66667V3.33333C2.66667 2.96667 2.96667 2.66667 3.33333 2.66667H8.66667C9.03333 2.66667 9.33333 2.96667 9.33333 3.33333V8.66667C9.33333 9.03333 9.03333 9.33333 8.66667 9.33333Z' fill='%23221E59'/%3E%3C/svg%3E%0A");
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #434865;
    flex-shrink: 0;
    height: 24px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .name.demo1 {
    height: 18px;
    background: #eaebf2;
    border-radius: 5px;
    width: 70px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .name.demo2 {
    height: 18px;
    background: #eaebf2;
    border-radius: 5px;
    width: 50px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .leftContent .name.demo3 {
    height: 18px;
    background: #eaebf2;
    border-radius: 5px;
    width: 90px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .rightContent {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.radarContent.contentWrapper .upfrontData .contentWrap .rightContent .alertWrap {
    flex-shrink: 0;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-left: 8px;
    padding: 0 7px;
    height: 24px;
    min-width: 78px;
}

.radarContent.contentWrapper .upfrontData .contentWrap .rightContent .alertWrap.critical {
    background: #ffe3e3;
    color: #ed1f1f;
}

.radarContent.contentWrapper .upfrontData .contentWrap .rightContent .alertWrap.warning {
    background: #fff8e3;
    color: #eea61f;
}

.activeRadarWrapper {
    display: block;
    position: relative;
    width: 100%;
    min-width: 401px;
}

.activeRadarWrapper.rattingsWrap .contentWrapper .upfrontData .contentWrap .leftContent .iconwrap {
    width: 24px;
    height: 24px;
    background: #eaebf2;
    border-radius: 5px;
}

.activeRadarWrapper.rattingsWrap .contentWrapper .upfrontData .contentWrap .rightContent .rattings {
    display: flex;
    align-items: center;
}

.activeRadarWrapper.rattingsWrap .contentWrapper .upfrontData .contentWrap .rightContent .rattings .rate {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #eea61f;
    margin-left: 5px;
}

.activeRadarWrapper.rattingsWrap .contentWrapper .upfrontData .contentWrap .rightContent .rattings .rate.disabled {
    background: #808191;
}

.activeRadarWrapper .headerWrap {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.activeRadarWrapper .headerWrap .headerName {
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.activeRadarWrapper .headerWrap .alertWrap {
    display: flex;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #808191;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    align-items: center;
}

.activeRadarWrapper .headerWrap .alertWrap .iconWrap {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
    width: 20px;
    flex-shrink: 0;
}

.activeRadarWrapper .headerWrap .alertWrap .iconWrap span {
    display: block;
    top: -9px;
    right: -9px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    background: #ffe3e3;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 0;
    color: #fff;
}

.activeRadarWrapper .filterWrap {
    display: block;
    margin-top: 24px;
    width: 100%;
}

.activeRadarWrapper .filterWrap .filterBox {
    display: inline-block;
    background: #eaebf2;
    border-radius: 12px;
    min-width: 64px;
    padding: 0 10px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #808191;
    margin-right: 13px;
}

.activeRadarWrapper .filterWrap .moreDropdown {
    display: inline-block;
}

.activeRadarWrapper .filterWrap .moreDropdown .filterBox {
    background: #eaebf2 !important;
    letter-spacing: 1.5px;
    color: #808191 !important;
    margin-right: 0;
}

.activeRadarWrapper .footerWrapper {
    display: inline-flex;
    padding: 16px 24px 24px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #e9ebf6;
}

.activeRadarWrapper .footerWrapper .viewAllText {
    cursor: pointer;
}

.demoCard {
    display: block;
    margin-top: 24px;
    background: #fff;
    border: 1px solid #eaebf2;
    box-shadow: 0 4px 16px #221e5921;
    border-radius: 16px;
    width: 100%;
    min-width: 401px;
}

.demoCard .upfrontData {
    padding: 25px 24px;
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.demoCard .upfrontData .leftContent {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}

.demoCard .upfrontData .leftContent .iconwrap {
    width: 24px;
    height: 24px;
    background: #eaebf2;
    border-radius: 24px;
    padding: 6px;
    flex-shrink: 0;
    margin-right: 12px;
}

.demoCard .upfrontData .leftContent .name {
    display: block;
    width: 100%;
}

.demoCard .upfrontData .leftContent .name .demo1 {
    height: 18px;
    display: block;
    background: #eaebf2;
    border-radius: 5px;
    width: 50%;
    margin-bottom: 5px;
}

.demoCard .upfrontData .leftContent .name .demo2 {
    height: 10px;
    display: block;
    background: #eaebf2;
    border-radius: 5px;
    width: 70%;
    margin-bottom: 3px;
}

.demoCard .upfrontData .leftContent .name .demo3 {
    display: block;
    height: 15px;
    background: #eaebf2;
    border-radius: 5px;
    width: 60%;
    margin-bottom: 3px;
}

.projectionWrap {
    display: block;
    background: #fff;
    border: 1px solid #eaebf2;
    box-shadow: 0 4px 16px #221e5921;
    border-radius: 16px;
    margin-bottom: 25px;
    width: 100%;
    min-width: 401px;
}

.projectionWrap .header {
    padding: 24px;
    font-weight: 600;
    font-size: 20px;
}

.projectionWrap .eachUpfrontData {
    display: inline-flex;
    width: 100%;
    padding: 0 24px 24px;
}

.projectionWrap .eachUpfrontData .iconImg {
    background-color: #36c3fc;
    border-radius: 4px;
    margin-top: 5px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.projectionWrap .eachUpfrontData .bglightingIcon {
    background-color: #36c3fc;
}

.projectionWrap .eachUpfrontData .bgwaterDropIcon {
    background-color: #eea61f;
}

.projectionWrap .eachUpfrontData .bgdocumentsIcon {
    background-color: #ff8f68;
}

.projectionWrap .eachUpfrontData .bgmultipleUsersIcon {
    background-color: #7a3dfd;
}

.projectionWrap .cardText {
    margin-left: 16px;
    background: #eaebf2;
    border-radius: 3.59615px;
    height: 24px;
    width: calc(100% - 16px);
    margin-top: 6px;
}

.animateCards {
    display: block;
    width: 100%;
    transform: translateY(-188px);
    overflow: visible;
    position: relative;
    z-index: 9;
}

.animateCards .cardWrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 279px;
}

.animateCards .cardWrap .box {
    display: inline-block;
    margin-bottom: 25px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    transform: scale(0.64);
    transform-origin: top left;
    margin-top: 0;
}

.animateCards .cardWrap .box.animate {
    opacity: 1;
    transition: opacity 0.5s;
}

.animateCards .cardWrap .box.box1 {
    left: calc(100% - 117px);
    top: 0;
}

.animateCards .cardWrap .box.box2 {
    left: calc(100% - 117px);
    top: 144px;
}

.animateCards .cardWrap .box.box3 {
    right: calc(100% - 283px);
    top: 20px;
}

.animateCards .cardWrap .box.box4 {
    right: calc(100% - 283px);
    top: 240px;
}

.animateCards .cardWrap .box.box5 {
    right: calc(100% - 2px);
    top: 0;
}

.animateCards .cardWrap .box.box6 {
    width: 280px;
    right: calc(100% + 24px);
    top: 174px;
    transform: scale(0.7);
    transform-origin: top left;
}

.animateCards .cardWrap .box.box7 {
    left: calc(100% + 165px);
    top: 0;
    transform: scale(0.7);
    transform-origin: top left;
}

.animateCards .cardWrap .box.box8 {
    left: calc(100% + 165px);
    top: 221px;
}

.oneDashboardWrap {
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s;
    padding: 4em 0;
}

.oneDashboardWrap .sectionHeader {
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.5s;
}

.oneDashboardWrap.animate {
    opacity: 1;
}

.oneDashboardWrap .dashbordWrap {
    border: 14px solid #050505;
    max-height: 761.58px;
    border-radius: 19.3295px;
    display: flex;
    justify-content: space-around;
    background: #e5e5e5;
    position: relative;
}

.oneDashboardWrap .dashbordWrap.animated {
    overflow: hidden;
}

.oneDashboardWrap .dashbordWrap .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 465px;
    flex-shrink: 0;
    position: relative;
    background: #0000;
    margin-top: 60px;
    border: none;
}

.oneDashboardWrap .dashbordWrap .card .briefCardWrapper {
    color: #fff;
    background: #221e59;
}

.oneDashboardWrap .dashbordWrap .card .intelligenceReportWrap {
    padding: 45px 32px;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 36px 8px #21ce9914;
    border-radius: 18px;
}

.oneDashboardWrap .dashbordWrap .card .intelligenceReportWrap .headerName {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #323232;
}

.oneDashboardWrap .dashbordWrap .card .briefCardbox {
    padding: 45px 32px;
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 36px 8px #21ce9914;
    border-radius: 18px;
}

.oneDashboardWrap .dashbordWrap .card .briefCardbox .headerName {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #323232;
}

.oneDashboardWrap .dashbordWrap .card img {
    display: block;
    width: 100%;
}

.oneDashboardWrap .dashbordWrap .card:first-child {
    left: -60px;
}

.oneDashboardWrap .dashbordWrap .card:nth-child(3) {
    right: -60px;
}

.oneDashboardWrap .dashbordWrap .card:last-child {
    display: none;
    position: absolute;
}

section .sectionHeader {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #3a2171;
    margin-bottom: 98px;
}

section .mainContentWrap {
    margin-top: 49px;
    display: block;
    width: 100%;
}

section .btnWrap button {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 36px;
    padding: 13px 33px;
    min-width: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323232;
    margin-right: 16px;
}

section .btnWrap button.btnBlue {
    background: #221e59;
    border-color: #221e59;
    color: #fff;
}

.wdywtk {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/kyb/filterBg.png);
    padding-top: 0;
}

.wdywtk .filterWrap {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.wdywtk .filterWrap span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #808191;
}

.wdywtk .filterWrap span.active,
.wdywtk .filterWrap span:hover {
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #3a2171;
}

.wdywtk .filterContentWrapper {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 50px;
    grid-column: 1/3;
    margin-top: 50px;
}

.wdywtk .filterContentWrapper .filterBox {
    position: relative;
    background: #fff;
    border: 1px solid #e9ebf6;
    box-shadow: 0 16px 40px #7090b029;
    border-radius: 16px;
    min-width: 206px;
}

.wdywtk .filterContentWrapper .filterBox:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 106.50887574%;
}

.wdywtk .filterContentWrapper .filterBox > .inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 36px;
    display: flex;
    flex-wrap: wrap;
}

.wdywtk .filterContentWrapper .filterBox > .inner .boxHeader {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #000;
}

.wdywtk .filterContentWrapper .filterBox > .inner .boxContent {
    display: flex;
    width: 100%;
    align-items: flex-end;
    height: calc(100% - 48px);
}

.wdywtk .filterContentWrapper .filterBox > .inner .boxContent.bigHeight {
    height: calc(100% - 96px);
}

.wdywtk .filterContentWrapper .filterBox > .inner .boxContent svg {
    width: 100%;
    max-height: 100%;
    display: block;
}

.hdiw {
    display: flex;
    justify-content: center;
}

.hdiw .container {
    display: inline-flex;
    align-items: center;
}

.hdiw .container .bigSVG {
    width: 100%;
    min-width: 818px;
    float: left;
    margin-left: 5em;
}

.hdiw .container .contentWrap .sectionHeader {
    margin: 0 0 36px;
}

.hdiw .container .contentWrap p {
    display: block;
    width: 100%;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 48px;
    color: #595959;
}

.hdiw .container .contentWrap .btnWrap button {
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    border-radius: 36px;
    padding: 13px 33px;
    min-width: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #323232;
    margin-right: 16px;
}

.hdiw .container .contentWrap .btnWrap button.btnBlue {
    background: #221e59;
    border-color: #221e59;
    color: #fff;
}

.fboatas {
    display: flex;
    justify-content: center;
}

.fboatas .container {
    display: inline-flex;
    align-items: center;
}

.fboatas .container .bigSVG {
    width: 100%;
    min-width: 557px;
    float: right;
    margin-right: 5em;
}

.fboatas .container .contentWrap .sectionHeader {
    margin: 0 0 48px;
}

.fboatas .container .contentWrap .smallText {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #808191;
}

.fboatas .container .contentWrap .contentBody {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.fboatas .container .contentWrap .contentBody .contentRow {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 36px;
}

.fboatas .container .contentWrap .contentBody .contentRow .icon {
    height: 64px;
    width: 64px;
    border-radius: 4px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fboatas .container .contentWrap .contentBody .contentRow .icon.yellow {
    background: #fffade;
}

.fboatas .container .contentWrap .contentBody .contentRow .icon.green {
    background: #deffe1;
}

.fboatas .container .contentWrap .contentBody .contentRow .icon svg {
    width: 36px;
    height: 36px;
}

.fboatas .container .contentWrap .contentBody .contentRow .text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #323232;
}

.tyb .stepWrap {
    display: block;
    width: 100%;
    border-left: 3px dashed #24205b40;
}

.tyb .stepWrap .step {
    display: inline-flex;
    align-items: center;
    margin-bottom: 8rem;
}

.tyb .stepWrap .step .content {
    padding-left: 96px;
}

.tyb .stepWrap .step .smallText {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #3a2171;
}

.tyb .stepWrap .step .sectionHeader {
    margin-bottom: 40px;
    position: relative;
}

.tyb .stepWrap .step .sectionHeader:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 54.36px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    left: -26%;
    border-top: 44px solid #fff;
    border-bottom: 44px solid #fff;
}

.tyb .stepWrap .step p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #808191;
}

.tyb .stepWrap .step.step1Wrap .sectionHeader:before {
    background-image: url(/assets/kyb/g1.png);
}

.tyb .stepWrap .step.step2Wrap .sectionHeader:before {
    background-image: url(/assets/kyb/g2.png);
}

.tyb .stepWrap .step.step3Wrap .sectionHeader:before {
    background-image: url(/assets/kyb/g3.png);
}

.esWrap {
    display: flex;
    justify-content: center;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(/assets/kyb/easyStepBg1.png);
}

.esWrap * {
    opacity: 1;
    z-index: 9;
}

.esWrap .container {
    display: inline-flex;
    align-items: center;
}

.esWrap .container .contentWrap .sectionHeader {
    margin: 0 0 96px;
}

.esWrap .container .contentWrap .smallText {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #808191;
}

.esWrap .container .contentWrap .contentBody {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.esWrap .container .contentWrap .contentBody .contentRow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 82px;
}

.esWrap .container .contentWrap .contentBody .contentRow .number {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 96px;
    width: 214px;
    flex-shrink: 0;
    color: #323232;
}

.esWrap .container .contentWrap .contentBody .contentRow .colHeader {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    width: 264px;
    color: #221e59;
}

.esWrap .container .contentWrap .contentBody .contentRow .text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #808191;
    width: 433px;
    flex-shrink: 0;
}

.brandWrap .sectionHeader {
    display: block;
    text-align: center;
}

.brandWrap .contentWrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.brandWrap .contentWrap .marquee {
    display: block;
    width: 100%;
}

.brandWrap .contentWrap .marquee .item {
    display: inline-block;
    left: 0;
    animation: marquee 15s linear infinite;
}

.btnSection {
    display: flex;
    justify-content: center;
    padding-top: 3em;
}

.btnSection .container {
    display: inline-flex;
    align-items: center;
}

.btnSection .container .btnbox {
    display: block;
    width: 100%;
    height: 220px;
    background: #434865;
    border: 1px solid #e9ebf6;
    border-radius: 16px;
    cursor: pointer;
    padding: 36px;
}

.btnSection .container .btnbox:hover {
    background: #221e59;
}

.btnSection .container .btnbox .text {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 36px;
}

.btnSection .container .btnbox .ctBtn {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.btnSection .container .btnbox .ctBtn svg {
    height: 16px;
    width: 16px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: initial;
}

footer {
    display: block;
    width: 100%;
}

footer .footerWrap {
    border-top: 1px solid #e8e9f4;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

footer .footerWrap .icon {
    margin-top: 48px;
    margin-bottom: 30px;
}

footer .footerWrap .rightContent {
    display: flex;
    flex-direction: column;
}

footer .footerWrap .rightContent .navWrap {
    display: inline-flex;
    align-items: center;
    justify-self: flex-start;
}

footer .footerWrap .rightContent .navWrap ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 43px 0 0;
}

footer .footerWrap .rightContent .navWrap ul li {
    padding: 0 18px;
}

footer .footerWrap .rightContent .navWrap ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #808191;
}

footer .footerWrap .rightContent .navWrap ul.socialNav {
    margin-left: 78px;
}

footer .footerWrap .rightContent .copyRightWrap {
    justify-self: flex-end;
    align-self: flex-end;
    margin-top: 74px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #808191;
    opacity: 0.48;
}

.scrollAnimateLeft {
    opacity: 0 !important;
    transform: translateX(-40px);
    transition: all 0.6s ease-out;
}

.scrollAnimateLeft.visible {
    opacity: 1 !important;
    transform: none;
}

.scrollAnimateRight {
    opacity: 0 !important;
    transform: translateX(40px);
    transition: all 0.6s ease-out;
}

.scrollAnimateRight.visible {
    opacity: 1 !important;
    transform: none;
}

.scrollAnimateUP {
    opacity: 0 !important;
    transform: translateY(60px);
    transition: all 0.6s ease-out;
}

.scrollAnimateUP.visible {
    opacity: 1 !important;
    transform: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes swap {
    0%,
    50% {
        left: 0;
    }

    50.01%,
    to {
        left: 100%;
    }
}

@media only screen and (max-width: 998px) {
    .homeBannerWrap .bannerContent h1 {
        line-height: 48px;
    }

    .homeBannerWrap .bannerContent h1 span {
        display: block;
        margin-top: 15px;
    }

    .homeBannerWrap .bannerContent p {
        margin-top: 15px;
    }

    .homeBannerWrap .bannerContent .btn {
        margin-top: 35px;
    }
    section .sectionHeader {
        display: block;
        width: 100%;
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 72px;
        color: #3a2171;
        margin-bottom: 98px;
    }

    section .btnWrap button {
        font-size: 12px;
        line-height: 18px;
    }

    .hdiw .container {
        display: block;
    }

    .hdiw .container .sectionHeader br {
        display: none !important;
    }

    .hdiw .container .contentWrap .imgWrap {
        display: block;
        width: 100%;
    }

    .hdiw .container .contentWrap .imgWrap svg {
        width: 140%;
        margin-left: -20%;
        min-width: auto;
    }

    .hdiw .container .contentWrap .btnWrap {
        display: block;
        text-align: center;
        width: 100%;
    }

    .hdiw .container .contentWrap .btnWrap button {
        display: inline-block;
        font-size: 12px;
        line-height: 18px;
    }

    .hdiw .container .contentWrap .btnWrap button:last-child {
        margin: 0;
    }

    .hdiw .container p {
        font-size: 12px;
        line-height: 18px;
    }

    .wdywtk {
        background-image: url(/assets/kyb/filterBgResp.png);
        background-size: 50% 50%;
    }

    .wdywtk .sectionHeader {
        margin-bottom: 40px;
    }

    .wdywtk .filterWrap span {
        font-size: 12px;
        line-height: 20px;
        background: #f8f8f8;
        border-radius: 11px;
        padding: 1px 12px;
        margin-right: 12px;
        font-weight: 400 !important;
    }

    .wdywtk .filterWrap span.active,
    .wdywtk .filterWrap span:hover {
        background: #3a2171;
        color: #fff !important;
        font-size: 12px;
        line-height: 20px;
    }

    .wdywtk .filterContentWrapper {
        width: 100%;
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-gap: 50px;
        grid-column: 1/4;
        margin-top: 50px;
    }

    .wdywtk .filterContentWrapper .filterBox > .inner {
        padding: 22px;
    }

    .wdywtk .filterContentWrapper .filterBox > .inner .boxHeader {
        font-size: 22px;
        line-height: 29px;
    }

    .wdywtk .filterContentWrapper .filterBox > .inner .boxContent {
        display: flex;
        width: 100%;
        align-items: flex-end;
        height: calc(100% - 48px);
    }

    .wdywtk .filterContentWrapper .filterBox > .inner .boxContent.bigHeight {
        height: calc(100% - 96px);
    }

    .wdywtk .filterContentWrapper .filterBox > .inner .boxContent svg {
        height: auto !important;
        max-height: 100%;
    }
}

@media only screen and (max-width: 769px) {
    .homeBannerWrap .bannerContent {
        padding-top: 50px;
    }

    .homeBannerWrap .bannerContent h1 {
        font-size: 44px;
    }

    .homeBannerWrap .bannerContent h1 span {
        margin-top: 0;
    }

    .homeBannerWrap .bannerContent p {
        margin-top: 0;
        font-size: 14px;
    }

    .homeBannerWrap .bannerContent .btn {
        font-size: 12px;
        margin-top: 25px;
    }

    section .sectionHeader {
        font-size: 24px;
        line-height: 32px;
    }

    .fboatas .container .contentWrap .smallText {
        font-size: 12px;
        line-height: 24px;
    }

    .fboatas .container .contentWrap .contentBody .contentRow .icon {
        width: 30px;
        height: 30px;
    }

    .fboatas .container .contentWrap .contentBody .contentRow .icon svg {
        width: 16px;
        height: 16px;
    }

    .fboatas .container .contentWrap .contentBody .contentRow .text {
        font-size: 16px;
        line-height: 24px;
    }

    .fboatas .container .contentWrap .btnWrap {
        display: block;
        text-align: center;
    }

    .tyb .sectionHeader {
        margin-bottom: 10px;
    }

    .tyb .stepWrap .step {
        display: block;
    }

    .tyb .stepWrap .step svg {
        width: 100%;
        height: auto;
    }

    .tyb .stepWrap .step.step1Wrap {
        padding-top: 45px;
    }

    .tyb .stepWrap .step .sectionHeader:before {
        width: 27.94px;
        height: 77px;
        left: -16%;
        border-top: 20px solid #fff;
        border-bottom: 20px solid #fff;
    }

    .tyb .stepWrap .step .content {
        padding-left: 40px;
    }

    .tyb .stepWrap .step .smallText {
        font-size: 16px;
        line-height: 30px;
    }

    .tyb .stepWrap .step p {
        font-size: 12px;
        line-height: 18px;
    }

    .esWrap .container .contentWrap .smallText {
        font-size: 12px;
        line-height: 24px;
    }

    .esWrap .container .contentWrap .contentBody .contentRow {
        flex-wrap: wrap;
    }

    .esWrap .container .contentWrap .contentBody .contentRow .number {
        font-size: 42.6667px;
        line-height: 33px;
        width: 85px;
    }

    .esWrap .container .contentWrap .contentBody .contentRow .colHeader {
        font-size: 18px;
        line-height: 20px;
        width: calc(100% - 85px);
        flex-shrink: 0;
        padding-right: 12%;
    }

    .esWrap .container .contentWrap .contentBody .contentRow .text {
        width: calc(100% - 85px);
        flex-shrink: 0;
        margin-left: 85px;
        padding-top: 10px;
    }

    .brandWrap .sectionHeader {
        margin-bottom: 50px;
    }

    .brandWrap .contentWrap .marquee .item img {
        height: 400px;
        width: auto;
    }

    .btnSection .container {
        display: block;
    }

    .btnSection .container .btnbox {
        height: auto;
        margin-bottom: 30px;
    }

    .btnSection .container .btnbox .text {
        font-size: 20.7818px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    footer .footerWrap {
        flex-wrap: wrap;
    }

    footer .footerWrap .icon {
        flex-shrink: 0;
        width: 100%;
    }

    footer .footerWrap .rightContent .navWrap ul {
        flex-shrink: 0;
        width: 80%;
        flex-wrap: wrap;
    }

    footer .footerWrap .rightContent .navWrap ul li {
        width: 50%;
        padding: 7px 15px;
    }

    footer .footerWrap .rightContent .navWrap ul.socialNav {
        width: 20%;
        margin-left: 0;
    }

    footer .footerWrap .rightContent .navWrap ul.socialNav li {
        width: 100%;
    }

    .animateCards .cardWrap .box {
        transform: scale(0.4);
    }

    .animateCards .cardWrap .box.box1 {
        left: calc(100% - 140px);
        top: 0;
    }

    .animateCards .cardWrap .box.box2 {
        left: calc(100% - 140px);
        top: 88px;
    }

    .animateCards .cardWrap .box.box3 {
        right: calc(100% - 364px);
        top: 20px;
    }

    .animateCards .cardWrap .box.box4 {
        right: calc(100% - 364px);
        top: 147px;
    }

    .animateCards .cardWrap .box.box5 {
        right: calc(100% - 186px);
        top: 0;
    }

    .animateCards .cardWrap .box.box6 {
        width: 280px;
        right: calc(100% - 150px);
        top: 102px;
        transform: scale(0.5);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box7 {
        left: calc(100% + 35px);
        top: 0;
        transform: scale(0.5);
        transform-origin: top left;
    }

    .animateCards .cardWrap .box.box8 {
        left: calc(100% + 33px);
        top: 147px;
    }

    .oneDashboardWrap .sectionHeader {
        margin-bottom: 40px;
    }

    .oneDashboardWrap .dashbordWrap {
        max-height: 372px;
        min-width: 450px;
    }

    .oneDashboardWrap .dashbordWrap .card {
        transform: scale(0.4);
        transform-origin: top center;
    }

    .oneDashboardWrap .dashbordWrap .card:first-child {
        left: 240px;
    }

    .oneDashboardWrap .dashbordWrap .card:nth-child(3) {
        right: 240px;
    }

    .oneDashboardWrap .dashbordWrap .card:last-child {
        display: none;
        position: absolute;
    }

    .wdywtk {
        background-size: auto;
    }
}
.yellow_image{
    width: 32px;
}
.yellow_image img{
    width: 100% !important;
}
.orange, .voilet{
    margin-top: 3px;
    width: 32px;
    height: 28px;
    border-radius: 3px;
}
.orange{
    background-color: #FF9D7B;
}
.voilet{
background-color: #7A3DFD;
}
.firealarm{
    width: 32px;
    margin-right: 5px;
    height: 32px;
}
.firealarm img{
    width: 100%;
}
.iconImg.bg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconImg.bg img{
    width: 10px !important;
    height: 10px !important;
}