 /* fonts */

 @font-face {
    font-family: 'Poppins';
    font-style: light;
    font-weight: 300;
    src: local('Poppins'), url('/wp-content/themes/cypago/assets/fonts/Poppins/Poppins-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins'), url('/wp-content/themes/cypago/assets/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: medium;
    font-weight: 500;
    src: local('Poppins'), url('/wp-content/themes/cypago/assets/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: bolder;
    font-weight: 600;
    src: local('Poppins'), url('/wp-content/themes/cypago/assets/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins';
    font-style: bold;
    font-weight: 700;
    src: local('Poppins'), url('/wp-content/themes/cypago/assets/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

div#hs-eu-cookie-confirmation{
    display: none !important;
}

body {
    font-family: 'Poppins', Helvetica, sans-serif;
    /* letter-spacing: 1.1px; */
}

body.blog,
body.archive{
    background-color: #F7FAFF;
}

.pd-13 {
    padding: 0 13px;
}

body .container {
    max-width: 1140px;
}

.hs-eu-cookie-confirmation {
    display: none !important;
}


.top-logo-wrap {
    display: none;
}
/* header */

header {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: white;
}

header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-wrap .logo-header {
    width: 100%;
}

header .header-wrap .logo-header img {
    width: 100%;
    height: auto;
    max-width: 170px;
}

header .header-wrap .menu-wrap{
    margin-right: 50px;
}

header .header-wrap .menu-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

header .header-wrap .menu-wrap ul li {
    text-transform: uppercase;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    height: 75px;
}

header .header-wrap .menu-wrap ul li:first-child {
    margin-left: 0;
}

header .header-wrap .menu-wrap ul li:last-child {
    margin-right: 0;
}

header .header-wrap .menu-wrap ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #ffde69;
    width: 100%;
    height: 6px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

header .header-wrap .menu-wrap ul li:hover:after {
    opacity: 1;
}

header .header-wrap .menu-wrap ul li a {
    color: #0E1016;
    position: relative;
    text-decoration: none;
}

header .header-wrap .menu-wrap ul li.menu-item-has-children>a:before {
    content: '';
    background-image: url('/wp-content/uploads/2022/12/arrow-menu-black.svg');
    width: 9px;
    height: 5px;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    margin-top: -3px;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in;
}

header .header-wrap .menu-wrap ul li.menu-item-has-children:hover>a:before {
    transform: rotate(180deg);
}

header .header-wrap .menu-wrap .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: -30px;
    background-color: white;
    padding: 30px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.header-logo > .container{
    position: relative !important;
}

header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu > li:before,
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.menu-resources .sub-menu > li:before
{
    content: '';
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    margin-right: 12px;
}

header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu > li:nth-child(1):before{
    background-image: url('/wp-content/uploads/2024/05/User-Access-Reviews.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu > li:nth-child(2):before{
    background-image: url('/wp-content/uploads/2024/07/continuous_control_monitoring.png');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu > li:nth-child(3):before{
    background-image: url('/wp-content/uploads/2024/05/Risk-Management.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu > li:nth-child(4):before{
    background-image: url('/wp-content/uploads/2024/08/automation.svg');
}

/* col-2 style-1 */
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1:nth-child(2) .sub-menu > li:nth-child(4):before{
    background-image: url('/wp-content/uploads/2024/07/Multiple-Business-Entity-Support.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1:nth-child(2) .sub-menu > li:nth-child(3):before{
    background-image: url('/wp-content/uploads/2024/05/No-Code-Automation.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1:nth-child(2) .sub-menu > li:nth-child(2):before{
    background-image: url('/wp-content/uploads/2024/05/Custom-Frameworks.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1:nth-child(2) .sub-menu > li:nth-child(1):before{
    background-image: url('/wp-content/uploads/2024/05/Integrations.svg');
}

header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2 .sub-menu{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
}

header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1 .sub-menu{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 20px;
    background-color: transparent;
}




header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(1):before{
    background-image: url('/wp-content/uploads/2024/07/Blog.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(2):before{
    background-image: url('/wp-content/uploads/2024/07/Videos.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(3):before{
    background-image: url('/wp-content/uploads/2024/07/Events.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(4):before{
    background-image: url('/wp-content/uploads/2024/07/Group-1437255243.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(5):before{
    background-image: url('/wp-content/uploads/2024/07/Videos.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(6):before{
    background-image: url('/wp-content/uploads/2024/07/Podcasts.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(7):before{
    background-image: url('/wp-content/uploads/2024/07/Solution-Brief.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(8):before{
    background-image: url('/wp-content/uploads/2024/07/Infographics.svg');
}

header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(9):before{
    background-image: url('/wp-content/uploads/2024/08/Solution-Brief.svg');
}
header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.style-col-2.menu-resources .sub-menu > li:nth-child(10):before{
    background-image: url('/wp-content/uploads/2024/08/icon.svg');
}



/* Mega Menu */

@media only screen and (min-width: 991px) {
    header .header-wrap .menu-wrap .mega-menu{
        position: static;
    }
    header .header-wrap .menu-wrap .mega-menu:hover::after{
        display: none;
    }
    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu {
        width: 100%;
        left: 0;
        flex-direction: row;
        padding: 0;
    }

    header .header-wrap .menu-wrap .mega-menu > .sub-menu .cta-tab{
        padding: 40px;
    }
    
    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu > li.menu-item-has-children {
        display: block;
        padding: 40px;
    }

    header .header-wrap .menu-wrap .mega-menu.flex-1 > .sub-menu > li.menu-item-has-children{
        flex: 1;
    }
    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu > li.menu-item-has-children > a{
        color: #668AF8;
        text-transform: uppercase;
        margin-bottom: 15px;
        display: block;
        font-weight: 600;
    }
    
    header .header-wrap .menu-wrap .mega-menu .sub-menu li{
        margin: 0;
    }
    


    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.blue,
    header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-1.blue,
    header .header-wrap .menu-wrap .mega-menu > .sub-menu .style-col-2.blue .sub-menu{
        background-color: #F0F5FF;
    }
    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu > li.menu-item-has-children > a:before{
        display: none;
    }
    
    header .header-wrap .menu-wrap .mega-menu > .sub-menu .sub-menu {
        position: static;
        padding: 0;
    }
    
    header .side-menu-img {
        display: flex;
        align-content: center;
        text-transform: capitalize;
    }
    
    header .side-menu-img > img {
        width: 100%;
        max-width: 146px;
        margin-right: 30px;
        box-shadow: 0px -5px 30px 0px rgba(172, 185, 223, 0.8);
        border-radius: 8px;
    }
    
    header .side-menu-img > div h3 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    header .side-menu-img > div p {
        margin-bottom: 25px;
        text-transform: initial;
        font-size: 16px;
    }

    header .side-menu-img > div a {
        font-size: 14px !important;
        font-weight: 600;
    }

    header .side-menu-img > div a img{
        margin-left: 8px;
        display: inline-block;
    }
}

header .header-wrap .menu-wrap .sub-menu li {
    height: unset;
}

header .header-wrap .menu-wrap .sub-menu li:after {
    content: none;
}

header .header-wrap .menu-wrap .sub-menu li a::before {
    content: none;
}

header .header-wrap .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header .header-wrap .menu-item-has-children:hover a:before {
    transform: rotate(180deg);
}

header .header-wrap .menu-wrap .sub-menu li {
    margin: unset;
    margin-bottom: 20px;
}

header .header-wrap .menu-wrap .sub-menu li:last-child {
    margin-bottom: unset;
}

header .header-wrap .menu-wrap .sub-menu li a {
    color: #0E1016;
    font-size: 16px;
    text-transform: none;
    white-space: nowrap;
    display: inline-block;
}

header .header-cta> a {
    text-decoration: none;
    color: white;
    background-color: #005cff;
    font-size: 13px;
    transition: all 0.3s ease-in;
    font-weight: 300;
    border-radius: 25px;
    padding: 13px 40px;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    display: inline-block;
}

/* sign up */
header .header-cta div {
    display: inline-block;
    margin-right: 5px;
}
header .header-cta div> a {
    color: #0E1016;
    text-decoration: none;
    font-size: 15px;
    text-transform: unset;
}

header .header-wrap .menu-wrap ul li.menu-bold {
    font-weight: 700;
}

/* end */

header .top-bar {
    background-color: #D8E7FF;
    color: #00286D;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

header .top-bar .top-bar-content {
    position: relative;
    height: 24px;
    overflow: hidden;
}

header .top-bar .top-bar-content .item-wrap {
    display: flex;
    gap: 20px;
    justify-content: center;
}

header .top-bar .cta-wrap a {
    font-size: 10px;
    background-color: #00286D;
    color: #FFDE69;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 7px;
    border-radius: 6px;
    margin-right: 8px;
    text-decoration: none;
}

.item-wrap> a {
    text-decoration: none;
    color: black;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.item-wrap> a .cta-wrap {
    font-size: 10px;
    background-color: #00286D;
    color: #FFDE69;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4px 7px;
    border-radius: 6px;
    margin-right: 8px;
    text-decoration: none;
}

header .top-bar  .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    cursor: pointer;
}

header .top-bar .slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}


header .top-bar .top-bar-content svg {
    width: 100%;
    max-width: 8px;
}

header .top-bar .close-icon {
    width: 14px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px;
    cursor: pointer;
    z-index: 99;
}


.main {
    margin-top: 75px;
}

.home .main {
    padding-bottom: unset;
}

.cta {
    font-size: 16px;
    font-weight: 600;
    color: #1E293B;
    background-color: #FFDE69;
    padding: 9px 25px;
    border-radius: 12px;
    text-decoration: unset;
    transition: background-color 0.4s ease;;
    display: inline-block;
}

.cta:hover {
    background-color: #FFE99B;
}


/* home */

#platform {
    padding-top: 70px;
    margin-bottom: 120px;
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0) 100%);
    position: relative;
}
#platform .lot-wrap {
    position: relative;
}

#platform lottie-player {
    position: absolute;
    top: 0;
    transform: translateY(-94px);
    right: 0;
}

#platform h1 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 28px;
    line-height: 60px;
    color: #1E293B;
    position: relative;
}

#platform h1 span {
    background-color: #FFDE69;
    border-radius: 8px;
    padding: 0 7px;
}

#platform h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
}

#platform p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #1E293B;
    width: 90%;
}

#platform .cta {
    padding: 14px 34px;
}


#platform .img-wrap {
    width: 100%;
    max-width: 570px;
    position: relative;
    margin: 0 auto;
    padding: 15px 0;
}

#platform .img-wrap::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Star-1.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 211px;
    height: 240px;
    right: 0;
    top: -23px;
    z-index: -1;
}
#platform .img-wrap::after {
    display: none;
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 130px;
    height: 122px;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin-bottom: 33px;
    margin-right: -15px;
}

#platform .img-wrap img{
    width: 100%;
    transform: scale(1.25);
}


#trusted {
    margin-bottom: 50px;
}

#trusted h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

#trusted .items-wrap,
#integrations-row .items-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

#trusted .img-wrap,
#integrations-row .img-wrap {
    width: 170px;
    display: inline-block;
    margin-right: 80px;
}

#integrations-row .img-wrap{
    width: 86px;
    margin-right: 0;
}

#trusted .img-wrap img,
#integrations-row .img-wrap img {
    display: block;
    width: auto;
    max-height: 90px;
    max-width: 170px;
    margin: 0 auto;
}

#trusted .slider-warp,
#integrations-row .slider-warp {
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
}

.testimonials {
    margin-bottom: 120px;
}

.testimonials .wrapper {
    padding: 0px 65px;
    padding-top: 50px;
    padding-bottom: 145px;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0.41) 100%);
    border: 2px solid white;
    border-radius: 20px;
    position: relative;
}

.testimonials .wrapper::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/Group-1437255223.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 126px;
    height: 21px;
    bottom: 0;
    right: 0;
    margin-bottom: 50px;
}

.testimonials .wrapper::before {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/04/icon-testimonials.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 304px;
    height: 169px;
    top: 90px;
    left: 30px;
}

.testimonials h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: #1E293B;
    margin-bottom: 50px;
}

.testimonials .embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;


}
.testimonials.embed-container iframe,
.testimonials.embed-container object,
.testimonials .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



.testimonials .test-items {
    display: flex;

}


.testimonials .test-items>div:first-child {
    width: 55%;
    padding-right: 45px;
    position: relative;
}



.testimonials .test-items>div:last-child {
    width: 45%;
} 

.testimonials .test-items>div:last-child.inner-wrapper {
    width: 100% !important;
}


.testimonials .logo-wrap {
    display: block;
}
.testimonials .info-wrap img {
    width: 100%;
    max-width: 153px;
    margin-bottom: 15px;
}

.testimonials .info-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #1E293B;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.testimonials .test-items.v2 .info-wrap p {
    font-size: 18px;
    line-height: 1.5;
}
.testimonials .author {
    display: flex;
    align-items: center;
}

.testimonials .author .img-wrap {
    width: 100%;
    max-width: 52px;
    border-radius: 25px;
    margin-right: 20px;
}

.testimonials .author h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: unset;
}

.testimonials .author span {
    font-size: 16px;
    font-weight: 400;
}



.testimonials .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.4s ease-out;
    margin-bottom: -70px;
    
}

.testimonials .slick-prev {
    left: 50%;
        margin-left: -10%;
    transform: translateX(-50%) rotate(180deg);
}

.testimonials .slick-next {
    right: 50%;
    margin-right: -14%;
    transform: translateX(-50%);
}

.testimonials .slick-dots {
    padding: unset;
    margin: unset;
    list-style: none;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -57px;
}

.testimonials .slick-dots button {
    background: unset;
    border: unset;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #C6D9FC;
    border-radius: 30px;
    margin: 0 8px
}

.testimonials .slick-active button {
    background-color: #0172FF;
}

.product {
    padding: 120px 0;
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0) 100%);
    position: relative;
}



.product h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.product p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin: unset;
    margin-bottom: 30px;
}

.product .tabs-wrap {
    background-color: white;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    border-radius: 20px;
}

.product::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Group-1437255223.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 126px;
    height: 21px;
    bottom: 135px;
    right: 0;

}

.product .nav {
    border: unset;
    border-bottom: 2px solid #AEAEAE66;
    padding-bottom: 1px;
}


.product .nav .nav-item {
    width: 33%;
    display: flex;
    justify-content: center;
}

.product .nav .nav-item button {
    color: #AEAEAE;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border: unset;
    width: 100%;
    position: relative;
    padding: 20px 10px;
}

.product .nav .nav-item button.active {
    color: #0172FF;
    font-weight: 700;
    background-color: transparent;
}


.product .nav .nav-item button.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0172FF;
    margin-bottom: -2px;
}

.product .tab-content img {
    width: 100%;
}
.product .tab-content .wrapper {
    display: flex;
    flex-direction: column-reverse;
    padding: 50px 60px;
    gap: 35px;
    align-items: center;
}

.product .tab-content .wrapper .img-wrap{
    position: relative;
}
.product .tab-content .wrapper .img-wrap:after{
    content: none;
    /* position: absolute;
    bottom: 0;
    left: -60px;
    width: 560px;
    background-repeat: no-repeat;
    height: 205px;
    background-image: url(/wp-content/uploads/2024/04/Group-1437255323.svg);
    background-size: contain;
    z-index: 1; */
}

/* .product .tab-content .wrapper>div {
    flex: 1;
} */

.product .tab-content .img-wrap img {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

/* .product .tab-content .img-wrap:hover img{
    transform: scale(1.75);
} */

.product.tab-content .info {
    max-width: 430px;
}
.product .tab-content .info h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.product .info p {
    text-align: center;
    padding: 0 80px;
    margin-bottom: 20px;
}

.product .info div {
    text-align: center;
}
.product a.cta {
    padding: 14px 34px;
}

section.achievements {
    margin-bottom: 80px;
}

.achievements .wrapper {
    text-align: center;
    position: relative;
}

.achievements .wrapper::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-1.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 154px;
    height: 145px;
    top: 0;
    left: 0;
    margin-left: -101px;
    margin-top: -122px;
}

.achievements .wrapper::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-2.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 109px;
    bottom: 0;
    right: 0;
    margin-right: -50px;
    margin-bottom: -40px;
}
.achievements h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 30px;
}

.achievements .wrapper> p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 812px;
    margin: 0 auto;
    margin-bottom: 45px;

}

.achievements .achieve-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.achievements .item {
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0.41) 100%);
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    padding: 50px 30px;
    border-radius: 20px;
    text-align: left;
}
.achievements .item span {
    font-size: 54px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 28px;
    color: #0172FF;
    display: inline-block;
    margin-bottom: 28px;

}
.achievements .item h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.achievements .item p {

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

section.gtwo {
    padding: 65px 0;
    background-image: url('/wp-content/uploads/2024/07/desktop.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

section.gtwo .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.gtwo h2 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px;
}

section.gtwo span {
    font-weight: 600;
    font-size: 28px;
}

section.gtwo .img-wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: -50px;
}
section.gtwo .img-wrap img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}
section.gtwo .img-wrap .after-img-gtwo {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/07/background-blur.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display:none;
}

section.smallBanner {
    margin-top: -40px;
    margin-bottom: 120px;
}


section.smallBanner .wrapper {
    width: 100%;
    max-width: 775px;
    margin: 0 auto;
    box-shadow: 0px -5px 40px 0px rgba(175, 192, 240, 0.2);
    border-radius: 20px;
    padding: 27px;
    padding-bottom: 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    background-color: white;
    border-top: 4px solid #0172FF;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%)
                    linear-gradient(0deg, #0172FF, white);
}

section.smallBanner .wrapper img {
    width: 100%;
    height: auto;
    max-width: 212px;
}

section.smallBanner .wrapper p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 0 125px;
}


#trusted .slider-warp {
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
}

.automate {
    background: linear-gradient(180deg, #D8E7FF 0%, rgba(239, 245, 254, 0) 100%);
    height: 992px;
    background-image: url('/wp-content/uploads/2024/04/Export-this-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.automate .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.automate .info {
    text-align: center;
    max-width: 820px;
}

.automate h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 30px;
    color: #1E293B;
}

.automate p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.automate p> br {
    display: none;
}


.automate a.cta {
    padding: 14px 28px;

}

section.stats {
    display: none !important;
    background-color: #005CFF;
    background-image: url('/wp-content/uploads/2024/01/Group-1437254710.svg');
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 55px 0;
    margin-bottom: 50px;
}

section.stats .container {
    max-width: 1340px;
}

section.stats .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}
section.stats .wrapper .items {
    position: relative;
    width: 32%;
    margin-bottom: 15px;

}
section.stats .wrapper .item {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    padding: 22px 31px;
    box-shadow: 0px 4px 20px 0px #B7A2E81A;
    border-top-left-radius: 20px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 2;
    position: relative;
}

section.stats .wrapper .items:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(90deg,#265BF6 7.07%,#C6D4FB 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}


section.stats .img-wrap {
    width: 100%;
    max-width: 100px;
    margin: auto auto;
    margin-bottom: 3px;
}

section.stats .img-wrap img {
    width: 100%;
    height: auto;
}

section.stats .number-wrap {
    color: #005CFF;
    font-weight: 700;
    font-size: 60px;
}

section.stats .item h2 {
    font-size: 20px;
    font-weight: 600;
    color: #212427;
}


.info-banner {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #0172ff;
    position: relative;
    margin-top: -150px;
    margin-bottom: 120px;
}
.info-banner::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Frame-1437255126-3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
    left: 0;
}

.info-banner::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Group-1437255223-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 126px;
    height: 21px;
    right: 0;
    bottom: 0;
    margin-bottom: 40px;
}

.info-banner .wrapper {
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 21px 0;
}

.info-banner .blank {
    width: 45%;
}
.info-banner .info {
    width: 55%;
}


.info-banner .wrapper h2 {
    margin: unset;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 20px;
}

.info-banner .wrapper p {
    margin: unset;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
    color: white;
    letter-spacing: 0px;
}

.info-banner .info-cta {
    text-align: left;
}

.info-banner .info-cta a {
    padding: 14px 40px;
}

#info-graphic-wrap {
    width: 100%;
    max-width: 635px;
    margin: 0 auto;
}

#info-graphic-wrap .top-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
    margin-bottom: 30px;
    position: relative;
}

#info-graphic-wrap .top-part:after,
#info-graphic-wrap .mid-part .mid-left:after,
#info-graphic-wrap .mid-part .mid-right:after,
#info-graphic-wrap .bottom-part:after {
    content: '';
    background-image: url(/wp-content/uploads/2023/01/arrow-down-long.svg);
    width: 8px;
    height: 59px;
    position: absolute;
    top: 100%;
    margin-top: -50px;
}

#info-graphic-wrap .mid-part .mid-left:after {
    background-image: url(/wp-content/uploads/2023/01/arrow-right-long.svg);
    width: 59px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 100%;
    margin-left: 25px;
}

#info-graphic-wrap .mid-part .mid-right:after {
    background-image: url(/wp-content/uploads/2023/01/arrow-left-long.svg);
    width: 59px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 100%;
    margin-right: 25px;
}

#info-graphic-wrap .bottom-part:after {
    background-image: url(/wp-content/uploads/2023/01/arrow-down-blue.svg);
    top: auto;
    bottom: 100%;
    left: 50%;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: -50px;
    margin-left: -4px;
}

#info-graphic-wrap .top-part img {
    width: 100%;
    max-width: 57px;
    height: auto;
    margin-bottom: 10px;
}

#info-graphic-wrap .top-part span {
    width: 100%;
    max-width: 130px;
    text-align: center;
    text-transform: uppercase;
}

#info-graphic-wrap .mid-part {
    display: flex;
    justify-content: space-between;
}

#info-graphic-wrap .mid-part .mid-left,
#info-graphic-wrap .mid-part .mid-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#info-graphic-wrap .mid-part img,
#info-graphic-wrap .bottom-part img {
    width: 100%;
    max-width: 57px;
    height: auto;
    margin-bottom: 10px;
}

#info-graphic-wrap .bottom-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 70px;
    margin-top: 30px;
}

#info-graphic-wrap .bottom-part img {
    max-width: 100px;
}

#info-graphic-wrap .mid-part span,
#info-graphic-wrap .bottom-part span {
    width: 100%;
    max-width: 130px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2em;
}

#info-graphic-wrap .mid-mid img {
    width: 150px;
    max-width: unset;
    margin: unset;
}

#home-blog .home-b-des {
    text-align: center;
}

#home-blog .home-b-des h4 {
    margin: unset;
    font-size: 36px;
    font-weight: 600;
    color: #00286D;
    margin-bottom: 42px;
    text-align: left;
}

#home-blog .home-b-des h3 {
    margin: unset;
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
}



#home-blog .sing-wrap .sing-items {

    padding: unset;
    border-radius: 20px;
    position: relative;
    margin-right: 20px;
    box-shadow: 0px -5px 30px 0px rgba(172, 185, 223, 0.4);
    background-color: white;
    padding: 14px;
}

#home-blog .img-dis {
    position: relative;
    width: 100%;
    height: 190px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    background-color: #0E1016;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 16px;
}

#home-blog .blog-des h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 54px;
    color: #1E293B;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px;
}

#home-blog .blog-des span {
    display: inline-block;
    font-size: 13px;
    color: #1E293B;
    font-weight: 400;
    margin-bottom: 10px;
    background-color: #DAE9FF;
    padding: 5px 8px;
    border-radius: 6px;
}


#home-blog {
    margin-bottom: 120px;
}
#home-blog .blog-des a {
    color: #005CFF;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    gap: 15px;
}
#home-blog  .slick-arrow {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -70px;
    cursor: pointer;
}

#home-blog .slick-prev.slick-arrow {
    margin-right: 70px;
    transform: rotate(180deg);
}



/* #home-blog .tag-blog {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0063ff;
    color: white;
    text-decoration: unset;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
    margin-right: 15px;
} */

.home-contact {
    padding: 120px 0;
    background: linear-gradient(180deg, #D8E7FF 0%, #EFF5FE 100%);
    background-image: url('/wp-content/uploads/2024/04/Export-this-2-scaled.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-contact .hs-form-field {
    display: inline-block;
    width: 50%;
}
.home-contact input {
    min-height: 52px !important;
    max-width: 400px;
    border: 1px solid rgba(223, 231, 255, 1) !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.home-contact ::placeholder {
    color: #1E293B;
}

.home-contact select {
    min-height: 52px !important;
    max-width: 400px;
    border: 1px solid rgba(223, 231, 255, 1) !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
    background-color: white !important;
}

.home-contact .hs-form-booleancheckbox> label {
    display: flex;
    align-items: center;
}

.home-contact .hbspt-form .hs-richtext p {
    margin-bottom: 10px;
}

.home-contact .hbspt-form label {
    margin-bottom: 10px;
}

.home-contact .hbspt-form input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1E293B;
    padding: 13px 35px;
    border-radius: 12px;
    background-color: #FFDE69;
    border: unset;
    width: unset;
}
.home-contact .form-wrap {
    width: 100%;
    max-width: 930px;
    border: 1px solid white;
    border-radius: 25px;
    padding: 45px 60px ;
    margin: 0 auto;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.61) 100%);
}

.home-contact .form-wrap::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-4.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 87px;
    margin-left: -130px;
    margin-bottom: 70px;
}

.home-contact .form-wrap::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-3.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 137px;
    height: 129px;
    margin-right: -64px;
    margin-top: -7px;
}

.home-contact .head-form {
    text-align: center;
}

.home-contact .head-form span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #0172FF;
    margin-bottom: 11px;
}

.home-contact .head-form h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.home-contact .hs-form-field.hs-fieldtype-booleancheckbox {
    width: 100%;
}

.home-contact .hbspt-form .hs-error-msgs.inputs-list {
    top:-8px;
}

.home-contact .hs_error_rollup .hs-error-msgs {
    display: none !important;
}

/* overwrite form */
.contact-wrapper .home-contact .form-wrap{
    max-width: 550px;
    padding: 25px;
}
.contact-wrapper .hbspt-form .hs_submit .actions{
    text-align: left;
}
.contact-wrapper .home-contact .hs-form-field{
    width: 100%;
}
/* .contact-wrapper .home-contact .hbspt-form label{
    display: none;
} */
.contact-wrapper .home-contact{
    padding-top: 0;
}
.contact-wrapper .home-contact input,
.contact-wrapper .home-contact select{
    max-width: 100%;
}
/* inner - page templates - soultiouns- product */

.inner-main-title {
    margin-bottom: 60px;
    padding-top: 80px;
}

.inner-main-title.v1{
    background-image: url('/wp-content/uploads/2024/04/inner-bg.svg');
    margin-bottom: 140px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
}

.inner-main-title.v2{
    background: rgb(216,231,255);
    background: linear-gradient(180deg, rgba(216,231,255,1) 0%, rgba(239,245,254,1) 100%);
    margin-bottom: 140px;
    padding-top: 0;
}

.inner-main-title.v2 .label{
    font-size: 14px;
    color: #fff;
    padding: 6px 18px;
    background-color: #0172FF;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
}

.inner-main-title.v1:after,
.inner-main-title.v1:before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-1.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 140px;
    bottom: -60px;
    right: 15%;
}

.inner-main-title.v1:before{
    width: 100px;
    height: 94px;
    right: auto;
    left: 14%;
    transform: rotate(-35deg);
    top: 15%;
    bottom: auto;
}

.inner-main-title h1 {
    margin: unset;
    color: #005CFF;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}

.inner-main-title.v2 h1{
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 15px;
    color: #0e0f17;
}

body.single-solutions .inner-main-title img {
    width: 100%;
    max-width: 475px;
    height: auto;
}

.inner-main-title p {
    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 0;
    position: relative;
    color: #0e0f17;
    font-weight: 500;
    position: relative;
}

.inner-main-title.v2 p{
    color: #005CFF;
    font-size: 24px;
    margin-bottom: 15px;
}

.inner-main-title.v1 p{
    margin-bottom: 30px;
}

.inner-main-title p.light{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.inner-main-title.v2 p.light{
    color: #0e0f17;
}

.inner-main-title .wrap{
    min-height: 390px;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inner-main-title.v2 .wrap{
    align-items: start;
    text-align: left;
}

#inner-first-info {
    margin-bottom: 35px;
}

#inner-first-info h4 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
    margin-bottom: 20px;
}

#inner-first-info p {
    margin: unset;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

#inner-first-info ul {
    margin: unset;
    list-style: none;
}

#inner-first-info ul li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
}

#inner-first-info ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #005cfe;
    border-radius: 50%;
}

#inner-last-info h4 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
    margin-bottom: 40px;
}

#inner-last-info p {
    margin: unset;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

#inner-last-info p>a {
    color: #005cff;
    text-decoration: unset;
}


/* #inner-content .container {
        max-width: 1100px;
    } */

#inner-content .row {
    margin-bottom: 70px;
}

#inner-content .row.switch-sides .col-lg-6:first-child {
    order: 1;
}

#inner-content .des {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 450px;
}

#inner-content .des .cta{
    align-self: flex-start;
}

#inner-content .des h2 {
    font-size: 36px;
    margin: unset;
    margin-bottom: 20px;
    font-weight: 500;
}

#inner-content .des p {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

#inner-content .des p>span {
    font-weight: 300;
}

#inner-content .des p>a {
    font-weight: 300;
    font-size: 18px;
    color: #005cff;
    text-decoration: unset;
    text-transform: none;
}

#inner-content .des a {
    color: #005cff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

#inner-content img {
    width: 100%;
    max-width: 500px;
    height: auto;
}


/* Price Template */

#price-inner-main-title {
    padding-top: 50px;
    margin-bottom: 70px;
    background-image: url('/wp-content/uploads/2023/01/header-shape-desktop-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#price-inner-main-title h4 {
    margin: unset;
    color: #005CFF;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 20px;
}

#price-inner-main-title h4::before {
    content: '';
    width: 70px;
    height: 70px;
    background-color: #F5F7FC;
    position: absolute;
    left: -30px;
    top: -25px;
    border-radius: 100%;
    display: block;
    z-index: -1;
}

#price-inner-main-title h3 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
    max-width: 845px;
    color: #0e0f17;
    font-weight: 300;
    position: relative;
}

#price-inner-main-title h3::after {
    position: absolute;
    content: '';
    background-image: url('/wp-content/uploads/2023/01/lines.svg');
    width: 132px;
    height: 16px;
    top: 100%;
    margin-top: 20px;
    left: 80px;
}

.all-form {
    margin-bottom: 60px;
}

.all-form .form-wrap {
    border-radius: 9px;
    border: 1px solid #005CFF;
    width: 100%;
    padding: 40px;
}

.all-form .form-wrap h2 {
    margin: unset;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
}

.all-form .form-wrap form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0px;
}

.hbspt-form .field {
    position: relative;
}

.hbspt-form label {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

.hbspt-form ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="submit"],
.hbspt-form input[type="tel"],
.hbspt-form select,
.hbspt-form textarea {
    min-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #D6E1FF;
    margin-bottom: 30px;
    width: 100%;
}

.hbspt-form .legal-consent-container,
.hbspt-form .hs_submit {
    grid-column: 1/3;
}

.hbspt-form .hs-richtext p {
    margin: unset;
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: 300;
}

.hbspt-form .hs-form-booleancheckbox-display span {
    position: relative;
    top: -2px;
}

.hbspt-form .hs-form-booleancheckbox-display span,
.hbspt-form .hs-form-booleancheckbox-display span p {
    font-size: 12px;
    font-weight: 300;
}

.hbspt-form .hs_submit .actions {
    text-align: center;
}

.hbspt-form input[type="submit"] {
    background: #005CFF;
    border-radius: 100px;
    max-width: 270px;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 700;
    min-height: 60px;
}

.hbspt-form .hs-error-msgs.inputs-list {
    position: absolute;
    top: 90px;
    font-size: 12px;
    left: 10px;
}

.hbspt-form .hs-error-msgs.inputs-list label {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

#faq-wrap .faq-des {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#faq-wrap .faq-des h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #005cff;
    font-weight: 700;
    margin-bottom: 20px;
}

#faq-wrap .faq-des p {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
}

#faq-wrap .faq-des p strong {
    font-size: 18px;
    font-weight: 500;
}

#faq-wrap .faq-des p::after {
    content: '';
    position: absolute;
    background-color: #E5E5E5;
    width: 60%;
    left: 0;
    bottom: 0;
    height: 2px;
    margin-bottom: -15px;
}

#faq-wrap .faq-des p>a {
    color: #005cff;
    text-decoration: unset;
}


/* About Us template  */

#about-head {
    margin-bottom: 100px;
}

#about-head .head-des {
    text-align: center;
}

#about-head .head-des h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
    margin-bottom: 20px;
}

#about-head .head-des p {
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
}

#about-head .head-des p:last-child {
    margin-bottom: unset;
}

#about-content {
    margin-bottom: 100px;
}

#about-content .about-des h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    text-transform: none;
}

#about-content .about-des h4 {
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 20px;
}

#about-content .about-des p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

#about-content .about-img-wrap img {
    width: 100%;
    max-width: 490px;
}

#ex-team {
    position: relative;
    padding: 55px 0;
    margin-bottom: 55px;
}

#ex-team::after {
    content: '';
    background-image: url('/wp-content/uploads/2023/01/Asset-76sat-1.svg');
    background-position: left bottom;
    background-size: auto 950px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    top: -40px;
    left: -310px;
    width: 100%;
    height: 100%;
}

#ex-team .ex-team-members {
    display: flex;
    justify-content: center;
}

#ex-team .ex-team-des h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
}

#ex-team .ex-team-des h4 {
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    margin: unset;
    margin-bottom: 20px;
}

#ex-team .member {
    width: 100%;
    max-width: 250px;
    margin-right: 80px;
    transition: .5s ease-in-out;
}

#ex-team .member:hover {
    transform: translatey(-5px);
}

#ex-team .member>img {
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    width: 100%;
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
}

#ex-team .member p {
    margin: unset;
    color: #005cff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

#ex-team .social {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    position: relative;
}

#ex-team .social::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 25px;
    height: 1px;
    background: #005cff;
    border-radius: 5px;
}

#ex-team .social span {
    color: #1D1D1B;
    font-weight: 300;
    font-size: 15px;
}

#ex-team .social a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 10px;
    padding-top: 8px;
    background-color: #005cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
}


#invest h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin-bottom: 20px;
    text-align: center;
}

#invest .invest-wrap {
    display: flex;
    justify-content: center;
}

#invest .invest-rep {
    width: 100%;
    max-width: 250px;
    transition: .5s ease-in-out;
}

#invest .invest-rep:hover {
    transform: translatey(-5px);
}

#invest .invest-rep a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#invest .invest-rep a>img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

#trust-title {
    text-align: center;
    margin-bottom: 70px;
}

#trust-title h2 {
    margin: unset;
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin-bottom: 5px;
}

#trust-title h4 {
    margin: unset;
    font-size: 40px;
    font-weight: 300;
}


#achiv {
    background-image: url('    /wp-content/uploads/2023/01/Asset-76sat-2.svg');
    background-size: 680px auto;
    background-repeat: no-repeat;
    background-position: center;
}

#achiv h2{
    margin-bottom: 40px;
}

#achiv .achiv-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
}

#achiv .achiv-wrap .achiv-items {
    width: 50%;
    max-width: 505px;
    margin-bottom: 70px;
}

#achiv .achiv-wrap .achiv-items img {
    width: auto;
    height: 60px;
    margin-bottom: 20px;
}

#achiv .achiv-wrap .achiv-items h4 {
    font-size: 20px;
    font-weight: 300;
    color: #005cff;
    margin-bottom: 20px;
    line-height: 1.5;
}

#achiv .achiv-wrap .achiv-items ul {
    padding-left: 20px;
    list-style: none;
}

#achiv .achiv-wrap .achiv-items ul li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
}

#achiv .achiv-wrap .achiv-items ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #005cfe;
    border-radius: 50%;
}

#join {
    margin-bottom: 140px;
    position: relative;
}

#join h2 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#join p {
    line-height: 1.5;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 300;
}

#join p:last-child {
    margin-bottom: unset;
}

#join .join-image-wrap {
    width: 100%;
    max-width: 505px;
}

#join .join-image-wrap>img {
    width: 100%;
    height: 100%;
}

#work {
    margin-bottom: 100px;
}

#work .work-items {
    position: relative;
    margin-bottom: 50px;
}

#work .work-items::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: #E5E5E5;
    bottom: 0;
    left: 0;
    margin-bottom: -25px;
}

#work .work-items:last-child::after {
    content: none;
}

#work .work-des h2 {
    text-transform: uppercase;
    font-size: 22px;
    color: #005cff;
    text-align: left;
    display: block;
    font-weight: 700;
    margin: unset;
    margin-bottom: 20px;
}

#work .work-des h3 {
    font-size: 18px;
    font-weight: 500;
    margin: unset;
}

#work .work-des span {
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

#work .work-img-wrap {
    width: 100%;
    max-width: 505px;
}

#work .work-img-wrap>img {
    width: 100%;
    height: 100%;
}

#job-open .jobs-wrap {
    text-align: center;
}

#job-open .jobs-wrap>h2 {
    margin-bottom: 65px;
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    text-transform: none;
}

.jobs-content {
    width: 75%;
    margin: 0 auto;
}

body.awsm_job_openings-template-default #sing-blog-head {
    display: none;
}

body.awsm_job_openings-template-default #sing-blog-content .post-content h2 {
    margin-top: unset;
}

body.awsm_job_openings-template-default .time-wrap {
    display: none;
}

body.awsm_job_openings-template-default .sub-title {
    display: none;
}

.awsm-job-item h2.awsm-job-post-title {
    display: block;
    font-weight: 300;
    line-height: 1.2;
}

.with-bottom-svg h2 {
    position: relative;
}

.awsm-job-item a {
    text-decoration: none;
    color: #025cff;
}

.awsm-job-item h2.awsm-job-post-title a {
    font-size: 18px;
}


/* partner */

.page-template-partners .inner-main-title .logos {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.page-template-partners .inner-main-title .logo.item {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.page-template-partners .inner-main-title .logo.item img {
    width: 100%;
    height: 100%;
}


#partner-hero {
    padding: 56px 0;
    background-image: url('/wp-content/uploads/2022/12/Group-119.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin-bottom: 25px;
}

#partner-hero span {
    color: blue;
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    z-index: 9;
}

#partner-hero span:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #F5F7FC;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 100%;
    margin-left: -30px;
    margin-top: -26px;
}

#partner-hero h1 {
    font-size: 38px;
    font-weight: 300;
    position: relative;
    margin: unset;
}

#partner-hero h1::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2022/12/Group-92.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    width: 132px;
    height: 15px;
    left: 0;
    margin-bottom: -10%;
    margin-left: 17%;
}

#benefits {
    margin-bottom: 80px;
}

#benefits .benefits-wrap h2 {
    text-align: center;
    margin-bottom: 40px;
}

#benefits .benefits-wrap .benefits-items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#benefits .benefits-wrap .benefits-items-wrap .benefits-item {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    padding: 30px 25px;
    border-radius: 20px;
}

#benefits .benefits-wrap .benefits-items-wrap .benefits-item h3 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin: unset;
    text-align: left;
    max-width: 100%;
    line-height: 1.4em;
    margin-bottom: 5px;
}

#benefits .benefits-wrap .benefits-items-wrap .benefits-item img{
    width: 100%;
    max-width: 32px;
    margin-bottom: 20px;
}

#benefits .benefits-wrap .benefits-items-wrap .benefits-item>p {
    line-height: 1.4em;
    margin: unset;
}

#auditor {
    background: linear-gradient(180deg, rgba(214, 225, 255, 0.4) 50.97%, rgba(214, 225, 255, 0) 100%);    padding: 60px 0;
    margin-bottom: 80px;
}

#auditor .auditor-wrap {
    max-width: 590px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

#auditor .auditor-wrap strong{
    font-weight: 600;
}

#auditor .auditor-wrap h2 {
    text-align: center;
}

#auditor .auditor-wrap h2>span {
    background-color: #ffde69;
}

#auditor .auditor-wrap>p {
    margin: unset;
}

#auditor .auditor-items-warp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 60px;
}

#auditor .auditor-items-warp .auditor-items {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    padding: 60px 25px;
    border-radius: 20px;
    background-color: white;
}

#auditor .auditor-items-warp .auditor-items .auditor-title {
    margin-bottom: 20px;
}

#auditor .auditor-items-warp .auditor-items .auditor-title span {
    font-size: 28px;
    color: white;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #005CFF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

#auditor .auditor-items-warp .auditor-items h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#auditor .auditor-items-warp .auditor-items p {
    line-height: 1.4em;
    margin: unset;
}

#auditor .auditor-cta{
    text-align: center;
}

#alliance {
    margin-bottom: 100px;
}

#alliance .alliance-des h2 {
    line-height: 1.6em;
}

#alliance .alliance-des h2>span {
    background-color: #ffde69;
    border-radius: 10px;
}

#alliance .alliance-des{
    max-width: 455px;
}

#alliance .alliance-des p {
    margin-bottom: 40px;
}

#alliance img {
    width: 100%;
    height: auto;
    transform: scale(1.2);
}

#alliance .container{
    max-width: 1030px;
}


/* partners - end */


/* contact */

#comp-address .address-wrap {
    margin-bottom: 40px;
}

#comp-address .address-wrap h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    text-transform: none;
}

#comp-address .address-wrap h4 {
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
}

#comp-address .map-wrap {
    width: 100%;
    max-width: 455px;
    height: auto;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    transition: .5s ease-in-out;
    margin: 0 auto;
}

#comp-address .map-wrap:hover {
    transform: translatey(-5px);
}

#comp-address .address-des {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

#comp-address .map-wrap img {
    width: 100%;
    height: 100%;
}

#comp-address .address-des p {
    font-size: 31px;
    font-weight: 300;
    margin: unset;
    margin-bottom: 30px;
}

#comp-address .address-des a {
    text-decoration: unset;
    color: black;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
}


/* Intergrations - archive */

.post-type-archive-integrations .integrations-des {
    display: none;
}

#int-first-info h4 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
    margin-bottom: 40px;
}

#int-content {
    margin-bottom: 70px;
    position: relative;
}

#int-content::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2023/01/Asset-76sat-3.svg');
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    background-size: contain;
    background-position: left bottom;
    top: 0;
    left: -125px;
    width: 100%;
}

#int-content p {
    margin: unset;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

#int-content .int-main h2 {
    font-size: 22px;
    margin: unset;
    margin-bottom: 20px;
    font-weight: 700;
}

#int-content .int-main p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

#int-content .int-main a {
    text-decoration: none;
}

#int-content .int-img-wrap {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#int-content .int-img-wrap img {
    width: 100%;
    height: 100%;
}

#int-tools .tools-des {
    margin-bottom: 50px;
}

#int-tools h2 {
    font-size: 22px;
    margin: unset;
    margin-bottom: 20px;
    font-weight: 600;
}

#int-tools p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

.integrations-warp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-top: 50px;
    margin-bottom: 5rem;
    position: relative;
    width: 100%;
}

.integrations-warp>.item {
    height: 235px;
    display: flex;
    justify-content: center;
    background-color: white;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    align-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.integrations-warp>.item>img {
    position: relative;
    top: -20px;
}

.integrations-warp>.item .name {
    position: absolute;
    bottom: 20px;
}

.integrations-warp>.item.hide .integrations-des {
    display: none;
}

.integrations-warp>.load-more {
    background-color: #005cff;
    height: 235px;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.integrations-warp .item>.integrations-des {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005CFF;
    opacity: 0.9;
    left: 100%;
    color: white;
    line-height: 24px;
    text-align: left;
    padding: 10px;
    transition: left 0.3s ease;
}

.integrations-warp .item.show>.integrations-des {
    left: 0;
}

.integrations-warp .item>.integrations-des {
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

.integrations-warp .item>.integrations-des::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}


/* global archive */

.archive-items .w-items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.archive-items .w-items {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
}

.archive-items .w-items img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 14px;
}

.archive-items .w-items h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
    color: #1D1D1B;
    margin-bottom: 37px;
}

.archive-items .w-items a{
    text-decoration: none;
}

.archive-items .w-items a.cta-read-more span{
    font-weight: 300;
    position: relative;
}

.archive-items .w-items a.cta-read-more span:after{
    content: '';
    background-image: url(/wp-content/uploads/2024/04/right-arrow.svg);
    width: 14px;
    height: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 100%;
    margin-left: 7px;
}

.archive-items .w-items .cta-time{
    display: flex;
}

.archive-items .w-items .cta-time span{
    font-size: 13px;
    color: #1E293B;
    padding: 5px 7px;
    background-color: #DAE9FF;
    margin-bottom: 10px;
    border-radius: 6px;
}

.archive-items .w-items .cta-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.archive-items .w-items .cta-wrap span {
    color: #1D1D1B;
    font-size: 12px;
    text-transform: uppercase;
}

.post-type-archive-news .w-items-wrap{
    justify-content: start;
}

.post-type-archive-news .w-items .cta-wrap span{
    font-size: 16px;
}

.archive-items .w-items .cta-wrap a {
    color: #005cff;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    font-size: 16px;
    padding: 10px 31px;
    border-radius: 25px;
}

.post-type-archive-video .filters {
    display: none;
}

.post-type-archive-video .video-arc {
    margin-top: 30px;
    margin-bottom: 50px;
}


/* ebook archive */


/* ebooks - single */

#ebook-sing {
    position: relative;
}

#ebook-sing::before {
    content: '';
    width: 470px;
    height: 750px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    display: block;
    background-size: contain;
    background-image: url('/wp-content/uploads/2023/01/Vector.svg');
    position: absolute;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#ebook-sing::after {
    content: '';
    width: 470px;
    height: 750px;
    left: 0;
    top: 0;
    display: block;
    background-size: contain;
    background-image: url('/wp-content/uploads/2023/01/Vector.svg');
    position: absolute;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
}

#ebook-sing .ebook-sing-des {
    padding-right: 40px;
}

#ebook-sing span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
}

#ebook-sing span::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #005CFF;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
}

#ebook-sing h1 {
    font-weight: 300;
    font-size: 45px;
    margin-bottom: 25px;
    margin-top: 20px;
    line-height: 1.2em;
    position: relative;
}

#ebook-sing .ebook-sing-des img {
    width: 100%;
    max-width: 201px;
    height: auto;
    margin-bottom: 25px;
}

#ebook-sing h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 25px;
}

#ebook-sing .ebook-sing-des p {
    line-height: 1.4em;
    font-weight: 300;
}

#ebook-sing .sing-form {
    padding: 30px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 20%);
    border-radius: 9px;
    background-color: white;
    width: 100%;
    max-width: 520px;
}

#ebook-sing .sing-form img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}

#ebook-sing .sing-form h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: none;
}

#ebook-sing .sing-form h2::after {
    content: none;
}

#ebook-sing .sing-form .field {
    padding: 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
}

#ebook-sing .sing-form label {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    display: block;
}

#ebook-sing .sing-form .hs-form-field label {
    display: none;
}

#ebook-sing .sing-form .hs-form-field .hs-form-booleancheckbox label {
    display: flex;
    align-items: flex-start;
}
#ebook-sing .sing-form .hs-form-field .hs-form-booleancheckbox label > span{
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 12px;
}
#ebook-sing .sing-form .hs-form-field .hs-form-booleancheckbox label > span:after{
    display: none;
}

#ebook-sing .sing-form legend {
    display: none;
}

#ebook-sing .sing-form .hs-fieldtype-booleancheckbox {
    width: 100%;
}

#ebook-sing .sing-form .hs-richtext p {
    font-size: 10px;
    font-weight: 300;
}

#ebook-sing .sing-form input[type="submit"] {
    max-width: 180px;
    min-height: 40px;
    font-weight: 300;
    padding: 0;
}

#ebook-sing .sing-form .hbspt-form .hs-error-msgs.inputs-list label {
    font-size: 11px;
    color: red;
    font-weight: 300;
}


/* blog - archive */


.w-items .tag-blog {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0063ff;
    color: white;
    text-decoration: unset;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 15px;
    margin-right: 15px;
}


/* blog - single */

#sing-blog-head {
    background-image: url('/wp-content/uploads/2023/01/header-shape-desktop-1-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 100%;
    padding: 30px 0;
}

#sing-blog-head .sing-head {
    display: flex;
    justify-content: space-between;
}

#sing-blog-head .sing-head>div {
    width: 60%;
}

#sing-blog-head .sing-head .sing-wrap>div {
    color: #005CFF;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    position: relative;
}

#sing-blog-head .sing-head .sing-wrap>div::before {
    content: '';
    width: 70px;
    height: 70px;
    background-color: #F5F7FC;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 100%;
    display: block;
    z-index: -1;
}

#sing-blog-head .sing-head h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #00286D;
    font-weight: 600;
    letter-spacing: 4px;
}

#sing-blog-head .head-dis {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    background-color: #0a0e17;
    border: 1px solid #005CFF;
    border-radius: 10px;
    min-height: 200px;
    width: 100%;
    max-width: 405px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-integrations #sing-blog-head .head-dis {
    border: unset;
    background-color: transparent;
    min-height: unset;
    width: 100%;
    box-shadow: unset;
}

.single-integrations #sing-blog-head .sing-head .inter-signle-title::before {
    content: '';
    width: 70px;
    height: 70px;
    background-color: #F5F7FC;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 100%;
    display: block;
    z-index: -1;
}

.single-integrations #sing-blog-head .sing-head .inter-signle-title {
    position: relative;
}

.single-integrations #sing-blog-head .integ-dis {
    display: flex;
    justify-content: end;
}

.single-integrations #sing-blog-head .integ-dis img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

#sing-blog-content .author {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: unset;
    margin-bottom: 7px;
}

#sing-blog-content .author b {
    font-weight: 700;
}

#sing-blog-content .reading-time {
    margin-bottom: 20px;
}

#sing-blog-content .sub-title {
    font-size: 20px;
    font-weight: 700;
    margin: unset;
    line-height: 1.5;
    margin-bottom: 15px;
}

#sing-blog-content .post-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: unset;
    margin-bottom: 15px;
}

#sing-blog-content .post-content p strong,
#sing-blog-content .post-content p b

{
    font-weight: 700 !important;
}

#sing-blog-content .post-content p.sub-title {
    font-weight: 700;
    font-size: 20px;
}

#sing-blog-content .post-content li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}

#sing-blog-content .post-content li:last-child {
    margin-bottom: unset;
}

#sing-blog-content .post-content li strong {
    font-weight: 700;
}

#sing-blog-content .post-content h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

#sing-blog-content .post-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 35px;
    font-weight: 700;
}

#sing-blog-content ol li ul {
    list-style: disc;
}

#sing-blog-content .rt-prefix {
    display: inline-block;
    height: 100%;
    margin-right: 10px;
}

#sing-blog-content .rt-prefix img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -2px;
}

.blog-con-wrap {
    display: flex;
    max-width: 1140px;
    justify-content: center;
    margin: 0 auto;
}

.blog-con-wrap .social-sing {
    margin-right: 20px;
}

.blog-con-wrap .post-content-wrap {
    width: 100%;
    max-width: calc( 100% - 300px);
}

.blog-con-wrap .social-items a {
    width: 40px;
    height: 40px;
    border: 1px solid #005cff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 30px;
}


/* jobs-social */

.awsm-job-container {
    position: relative;
}

.social-jobs {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -45px;
    margin-top: 100px;
}

.social-jobs .social-items a {
    width: 40px;
    height: 40px;
    border: 1px solid #005cff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 30px;
}


/* end */

.awsm-job-container .post-content-wrap {
    padding-top: 30px;
}

.awsm-job-container .post-content-wrap p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin: unset;
    margin-bottom: 15px;
}

.awsm-job-container .post-content-wrap p b {
    font-weight: 700;
}


/* soul - archive */

body.post-type-archive-solutions .main {
    background-image: url('/wp-content/uploads/2023/01/Bckg-1.svg');
    background-repeat-y: no-repeat;
    background-position-y: 78vh;
    background-size: contain;
}

#soul {
    margin-bottom: 70px;
}

#soul h2 {
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    margin: unset;
    margin-bottom: 40px;
}

#soul span {
    display: inline-block;
    margin: unset;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

#soul-posts .posts-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}

#soul-posts .posts-wrap:nth-child(even) div:last-child {
    order: 1;
}

#soul-posts .posts-wrap:nth-child(even) div:first-child {
    order: 2;
    margin-right: unset;
    margin-left: 50px;
}

#soul-posts .posts-wrap .soul-img {
    width: 100%;
    max-width: 320px;
    margin-right: 50px;
}

#soul-posts .posts-wrap .soul-img img {
    max-width: 100%;
    height: auto;
}

#soul-posts .posts-wrap h3 {
    font-size: 22px;
    margin: unset;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#soul-posts .soul-content {
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

#soul-posts a {
    color: #005cff;
    text-decoration: unset;
    font-weight: 500;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
}


/* privecy and terms */

#legal-content .legal-des .date {
    margin-bottom: 10px;
}

#legal-content .legal-des p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

#legal-content .legal-des p strong {
    font-weight: 500;
}

#legal-content .legal-des .num {
    counter-reset: section;
    list-style-type: none;
}

#legal-content .legal-des li {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 5px;
}

#legal-content .legal-des .num li:before {
    counter-increment: section;
    content: counters(section, ".")". ";
}

#legal-content .legal-des h4 {
    font-size: 22px;
    font-weight: 500;
}

#legal-content .legal-des table {
    margin: 30px 0;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

#legal-content .legal-des tr:nth-child(odd) {
    background: rgb(236, 236, 236);
}

#legal-content .legal-des td {
    padding: 10px 10px;
    vertical-align: top;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

#legal-content .legal-des td strong {
    font-weight: 700;
}

#legal-content .legal-des .no-numbers {
    list-style: none !important;
}

#license-agreement>p {
    text-align: justify;
    margin: 7px 0;
    line-height: 1.4em;
    font-weight: 300;
}

#license-agreement>p b {
    font-weight: 700;
}

#license-agreement>ol {
    padding-left: 0;
    margin: 0;
    padding-top: 15px;
}

#license-agreement>ol>li {
    padding-bottom: 25px;
}

#license-agreement ol li::marker {
    content: none;
}

#license-agreement ol li::before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: 700;
}

#license-agreement>ol>li>strong:first-child {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

#license-agreement>ol>li>ol {
    padding-bottom: 0;
    padding-left: 0;
}

#license-agreement ol {
    counter-reset: item;
}


/* Resources */

#resources .container {
    max-width: 1320px;
}

#resources .sing-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#resources .sing-wrap .sing-items {
    width: 100%;
    max-width: 366px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    position: relative;
    margin: 0 22px;
    margin-bottom: 40px;
}

#resources .img-dis {
    position: relative;
    width: 100%;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    background-color: #0E1016;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#resources .sing-wrap .sing-items h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 20px;
    color: #1D1D1B;
    margin-bottom: 40px;
}

#resources .cta-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#resources .cta-time span {
    font-size: 12px;
    color: #1D1D1B;
    text-transform: uppercase;
    font-weight: 300;
}

#resources .cta-time a {
    color: #005cff;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    font-size: 16px;
    padding: 10px 31px;
    border-radius: 25px;
}

#resources .tag-blog {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0063ff;
    color: white;
    text-decoration: unset;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 15px;
    margin-right: 15px;
}

#resources .w-items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#resources .w-items {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 366px;
    margin-right: 44px;
    margin-bottom: 50px;
}

#resources .w-items img {
    width: 100%;
    max-width: 326px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#resources .w-items h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #1D1D1B;
    margin-bottom: 37px;
}

#resources .w-items .cta-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#resources .w-items .cta-wrap span {
    color: #1D1D1B;
    font-size: 12px;
    text-transform: uppercase;
}

#resources .w-items .cta-wrap a {
    color: #005cff;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    font-size: 16px;
    padding: 10px 31px;
    border-radius: 25px;
}

#resources .e-items-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#resources .e-items {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 366px;
    margin-right: 44px;
    margin-bottom: 50px;
}

#resources .e-items img {
    width: 100%;
    max-width: 326px;
    margin-bottom: 20px;
    border-radius: 10px;
}

#resources .e-items h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #1D1D1B;
    margin-bottom: 37px;
}

#resources .e-items .cta-wrap {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

#resources .e-items .cta-wrap span {
    color: #1D1D1B;
    font-size: 12px;
    text-transform: uppercase;
}

#resources .e-items .cta-wrap a {
    color: #005cff;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    font-size: 16px;
    padding: 10px 31px;
    border-radius: 25px;
}

#resources h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #005cff;
    text-transform: none;
    margin-bottom: 50px;
}

#resources .resources-blog-wrap,
#resources .resources-web-wrap {
    margin-bottom: 140px;
}


/* job open styles */

.entry-title.awsm-jobs-single-title {
    color: #005cff;
    font-size: 25px;
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 700;
}

.awsm-job-entry-content.entry-content p {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.awsm-job-entry-content.entry-content p strong {
    font-weight: 500;
}

.awsm-job-form-inner h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
}

.awsm-application-form input[type="email"],
.awsm-application-form input[type="text"],
.awsm-application-form input[type="tel"],
.awsm-application-form input[type="submit"],
.awsm-application-form select{
    min-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #D6E1FF;
    margin-bottom: 30px;
    width: 100%;
}

.awsm-application-form input[type="submit"] {
    font-size: 16px;
    font-weight: 600;
    color: #1E293B;
    background-color: #FFDE69;
    padding: 9px 25px;
    border-radius: 12px;
    text-decoration: unset;
    transition: background-color 0.4s ease;
    display: inline-block;
    border: 0;
    max-width: 200px;
}

.awsm-job-container {
    padding: 0 15px;
    max-width: 1000px;
}


/* footer */

.footer {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    min-height: 490px;
    color: white;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 17.8%, rgba(214, 225, 255, 0.5) 118.1%);
}

footer .hide-title{
    display: none;
}

footer .right-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/* footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #005CFF;
    height: 3px;
    width: 535px;
    margin-left: -260px;
} */


footer .left {
    max-width: 223px;
    position: relative;
    height: 100%;
}

.footer .footer-logo {
    width: 100%;
    max-width: 144px;
    height: auto;
    margin-bottom: 18px;
}

.footer .left img {
    width: 100%;
}

.footer .footer-tag {
    text-decoration: none;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer-tag img {
    width: 100%;
}

footer .footer-bio {
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #1E293B;
}



footer .footer_row_middle_left h5 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #005CFF;
}

footer .footer_row_middle_left a {
    text-transform: lowercase;
    color: #00286D;
    text-decoration: unset;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

footer .social-footer {
    display: flex;
    margin-bottom: 140px;
}

footer .find-us-wrap a {
    display: inline-block;
}

footer .social-footer .social-item {
    height: 34px;
    width: 34px;
    margin-right: 20px;
    border-radius: 50%;
}

footer .social-footer .social-item:last-child {
    margin-right: unset;
}

footer .social-footer .social-item a {
    display: inline-block;
}

footer .social-footer .social-item a img {
    width: 100%;
    height: auto;
}



.stamps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stamps .img-wrap {
    width: 50%;
    display: flex;
    align-items: center;
}

.stamps .img-wrap img {
    width: 100%;
}



footer .menu-footer-container> ul {
    list-style: none;
    padding: 0;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 0px;
}

footer .menu-footer-container> ul> li {
    color: #0172FF;
    line-height: 10px;
}

footer .menu-footer-container> ul> li> a {
    font-weight: 700;
    font-size: 10px;
    margin-bottom: 16px;
    text-decoration: none;
    display: inline-block;
}

footer .sub-menu {
    display: flex;
    flex-direction: column;
    padding: unset;
    list-style: none;
    width: 90%;
}

footer .sub-menu a {
    text-decoration: none;
    color: #1E293B;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 12px;
    display: inline-block;
}


footer .right-section>h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

footer form {
    margin-bottom: 20px;
}

footer .hbspt-form .field {
    position: relative;
}

footer .hbspt-form label {
    font-size: 18px;
    color: black;
    margin-bottom: 20px;
    display: block;
    text-align: left;
}

footer .hbspt-form input[type="email"] {
    width: 100%;
    min-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px solid white !important;
    color: white;
    background-color: transparent;
    margin-bottom: 15px;
    max-width: 300px;
}

footer .hbspt-form .hs-error-msgs.inputs-list {
    position: absolute;
    top: 70px;
    font-size: 12px;
}

footer .hbspt-form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .hs-form-booleancheckbox label>span {
    font-size: 12px;
    font-weight: 300;
    color: white;
    position: relative;
    top: -2px;
    left: 5px;
}

footer .hs_recaptcha {
    margin-bottom: 20px;
}

footer .hs_submit input[type="submit"] {
    width: 100%;
    min-height: 45px;
    padding-left: 17px;
    padding-bottom: 0px;
    border-radius: 25px;
    position: relative;
    font-size: 16px;
    text-decoration: unset;
    margin: 0 !important;
    padding-right: 35px;
    cursor: pointer;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 120px;
    border: 0;
    font-weight: 600;
    text-transform: unset;
    max-width: 160px;
    color: #00286D;
    background-color: #FFDE69;
    background-image: url('/wp-content/uploads/2022/12/Layer-2.svg');
}

footer .hbspt-form .hs_submit .actions {
    text-align: left;
}

footer .hbspt-form .hs-error-msgs.inputs-list {
    display: none;
}

footer .hbspt-form .hs_error_rollup .hs-error-msgs.inputs-list {
    font-size: 12px;
    position: static;
    display: block;
}

footer .hbspt-form .hs-error-msgs.inputs-list label {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

footer input[type=email]::placeholder {
    color: white;
}

footer .right-section>img {
    width: 100%;
    max-width: 100px;
}

footer .lower-footer {
    background-color: #0172FF;
}

footer>.container {
    margin-bottom: 50px;
}

footer .lower-footer {
    padding: 13px 0;
}

footer .lower-footer .tm {
    font-size: 12px;

}

footer .lower-footer .legal {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer .lower-footer .legal a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

footer .lower-footer .legal a:first-child {
    margin-right:40px;
}

/* floating - pop */

#F-cta-pop {
    background-color: rgb(98 99 102 / 88%);
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 85px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid black;
    display: flex;
    transition: bottom 0.3s ease;
}

#F-cta-pop.show {
    bottom: 0;
}

#f-p-c {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    cursor: pointer;
    z-index: 999;
    right: 100px;
}

#f-p-c>img {
    width: 100%;
    max-width: 20px;
}

#F-cta-pop .p-btn-wrap {
    display: flex;
}

#F-cta-pop .p-btn-wrap>a {
    text-decoration: none;
    color: white;
    background-color: rgba(14, 16, 22, 0.66);
    padding: 12px 10px;
    width: 200px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 0 27px;
    border-radius: 100px;
}

#F-cta-pop .p-btn-wrap a:first-child {
    background-color: rgb(254 201 44 / 88%);
    color: #0E1016;
}

#side-pop {
    position: fixed;
    right: -48px;
    top: 50%;
    margin-top: -85px;
    z-index: 8;
    transform: rotate(-90deg);
}

#side-pop>a {
    color: black;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    /* writing-mode: vertical-lr; */
    margin: 5px 0;
    background-color: white;
    border: 2px solid #FFDE69;
}

.gdpr-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0054e9;
    transition: .5s;
    width: 100%;
    display: none;
    /* 	display: none; */
}

.gdpr-notice.closed {
    bottom: -200px;
    opacity: 0;
}

.gdpr-notice .notice-text p {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
    margin: 0;
}

.inner-notice {
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.notice-button .close {
    background: #fff;
    width: 70px;
    height: 50px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}

@media ( min-width: 768px) {
    .gdpr-notice .notice-text {
        flex-basis: calc( 100% - 70px);
    }
    .gdpr-notice .notice-text {
        flex-basis: calc( 100% - 120px);
    }
    .notice-button {
        flex-basis: 70px;
    }
}

.notice-button .close {
    height: 45px;
    width: 120px;
}

.inner-notice {
    align-items: flex-start;
    display: flex;
}

.gdpr-notice .notice-text p {
    font-size: 16px;
    line-height: 1.4;
}

body.postid-980 .header-wrap {
    min-height: 75px
}
body.postid-980 .header-wrap .menu-wrap {
    display:none ;
}

body.postid-980 .top-bar {
    display: none;
}


/* one-platform template */

body.page-id-1000 header,
body.page-id-1000 footer {
    display: none;
}
body.page-id-1000 #trusted {
    margin-bottom: 0;
}
body.page-id-1000 #trusted .img-wrap {
    width: 130px;
    margin-right: 55px;
}

body.page-id-1000 #trusted .img-wrap img {
    max-width: 110px;
}

body.page-id-1000 #trusted h2 {
    margin: 25px 0;
}

body.page-id-1000 .main {
    margin-top: unset;
    padding: 0;
    margin-bottom: 3rem;
}


.one-wrap .container-fluid{
    padding: 0;
    max-width: 1140px;

}

.one-wrap .hbspt-form input[type="submit"]{
    margin-bottom: 0;
    margin-top: 30px;
}
.one-wrap .left-section {
    width: 100%;
    padding-left: 140px;
    margin-top: 40px;
}



.one-wrap .left-section> a img {
    width: 100%;
    max-width: 245px;
    margin-bottom: 35px;
}

.one-wrap .left-section h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: unset;
    margin-bottom: 30px;
}

.one-wrap .left-section h1 span {
    position: relative;
}


.one-wrap .left-section h1>span::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/04/Vector-24.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -8px;
    top: 2px;
    width: 104%;
    height: 100%;
    z-index: -1;
}

.one-wrap .left-section p {
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    margin-top: unset;
    margin-bottom: 30px;
    max-width: 523px;
}

.one-wrap .left-section .quote {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: black;
    margin-bottom: 20px;
    max-width: 445px;
    font-style: italic;
}
.one-wrap .left-section .author {
    margin-bottom: 35px;
}
.one-wrap .left-section .author span {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-right: 8px;
    margin-bottom: 5px;
}

.one-wrap .left-section .author img {
    width: 100%;
    max-width: 107px;
    vertical-align: sub;
}

.one-wrap .left-section .author .role {
    font-weight: 300;
    font-size: 15px;
    
}



.one-wrap .cert-wrap img {
    width: 100%;
    max-width: 521px;
}

.one-wrap .left-section #one-trust h2 {
    margin: unset;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

body.page-id-1000 .trust-wrap {
    max-width: unset;
    width: 100%;
}
.one-wrap .col-lg-5 {
    background: linear-gradient(180deg, #F5F7FC 19.32%, rgba(214, 225, 255, 0) 61.5%);
}
.one-wrap .right-section {
    max-width: 513px;
    margin: 0 auto;
    padding: 0 50px;
    padding-top: 35px;
    padding-bottom: 50px;
}
.one-wrap .right-section .form-sec-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.one-wrap .right-section .form-sec-wrap img {
    width: 100%;
    max-width: 122px;
    margin-bottom: 30px;
}
.one-wrap form label {
    display: none;
}
.one-wrap form input[type="text"],
.one-wrap form input[type="email"],
.one-wrap form input[type="tel"],
.one-wrap form select
 {
    border-color: #005CFF;
}

.one-wrap form input[type="submit"] {
    background: unset;
    background: linear-gradient(90deg,#000000 6.11%,#005CFF 91.67%);
    color: black;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    max-width: 245px;
    border: unset;
    color: white;
    transition: all 0.4s ease-in;
}
.one-wrap form input[type="submit"]:hover {
    border: 2px solid #FFDE69;
}
.one-wrap form  .hs-error-msgs label {
    display: block;
}

.one-wrap .hbspt-form .hs-error-msgs.inputs-list {
    top: unset;
    bottom: 0;
    margin-bottom: -20px;
}

.one-wrap .hbspt-form .hs-error-msgs.inputs-list label {
    font-size: 10px;
}

.one-wrap form {
    position: relative;
}

.one-wrap .hs_error_rollup .hs-error-msgs.inputs-list {
    left: 50%;
    margin-left: -94px;
    margin-bottom: -45px;
}

/* end */

/* sol-porduct landing page */
body.page-template-product-lp-temp header, body.page-template-product-lp-temp footer {
    display: none;
}

body.page-template-product-lp-temp .main {
    margin-top: 40px;
}

body.page-template-product-lp-temp .top-logo-wrap {
    display: block ;
    margin-bottom: 50px;
}
body.page-template-product-lp-temp .top-logo-wrap a {
    display: inline-block;
}
body.page-template-product-lp-temp .top-logo-wrap img {
    width: 100%;
    max-width: 170px;
    height: auto;
}

body.page-template-product-lp-temp .inner-main-title {
    padding-top: 30px;
}
body.page-template-product-lp-temp .form-wrap h2 {
        margin: unset;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
}
body.page-template-product-lp-temp .form-wrap .hs_LEGAL_CONSENT {
    width: 100%;
}

body.page-template-product-lp-temp .form-wrap .field> label { 
    display: none;
}

body.page-template-product-lp-temp .hbspt-form input[type="text"], body.page-template-product-lp-temp .hbspt-form input[type="email"], body.page-template-product-lp-temp .hbspt-form input[type="tel"] {
    margin-bottom: 15px;
}

body.page-template-product-lp-temp .form-wrap {
    max-width: 70%;
    margin: 0 auto;
    border: 1px solid #005CFF;
    border-radius: 9px;
    padding: 20px;
}

body.page-template-product-lp-temp .hbspt-form input[type="submit"] {
    max-width: 174px;
    font-size: 16px;
    min-height: 50px;
    margin-bottom: unset;
}
body.page-template-product-lp-temp .form-wrap .field {
    max-width: 450px;
    position: static;
}

body.page-template-product-lp-temp .form-wrap .hs-dependent-field> div {
    max-width: unset;
    width: 100%;
}

body.page-template-product-lp-temp form {
position: relative;
}

body.page-template-product-lp-temp fieldset {
    max-width: unset;
    display: flex;
    justify-content: space-between;
}

body.page-template-product-lp-temp fieldset .input {
    margin-right: unset !important;
}

body.page-template-product-lp-temp .hbspt-form .hs-error-msgs.inputs-list {
    position: static;
}

body.page-template-product-lp-temp .row.switch-sides .img-wrap {
    margin-left: unset;
}
body.page-template-product-lp-temp .img-wrap {
    margin-left: auto;
}

/* end */

/* investors - lp */
body.page-template-investors-lp header {
    display: none;
}

body.page-template-investors-lp footer {
    display: none;
}


body.page-template-investors-lp .one-wrap .container-fluid {
    max-width: 1250px;
}
body.page-template-investors-lp {
    background-color: #003692;
    background-image: url('/wp-content/uploads/2023/06/LP-for-investors-bg-4.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.page-template-investors-lp .main {
    margin-top: unset;
    padding: 0;
    margin-bottom: 3rem;
}

.page-template-investors-lp .one-wrap .left-section h1 {
    color: white;
    margin-bottom: 30px;
}

.page-template-investors-lp .one-wrap .left-section h1> span {
    color: black;
    position: relative;
    z-index: 1;
}

.page-template-investors-lp .one-wrap .left-section p {
    color: white;
}

.page-template-investors-lp .one-wrap .left-section .quote {
    color: white;
}

.page-template-investors-lp .one-wrap .left-section .author span {
    color:white;
}

.page-template-investors-lp .one-wrap .left-section .author .role {
    color: white;
}

.page-template-investors-lp  #trusted h2 {
    color: white;
    margin: 25px 0;
}
.page-template-investors-lp .one-wrap .col-lg-5 {
    background: unset;
}
.page-template-investors-lp .one-wrap .right-section {
    max-width: unset;
    padding: unset;
    margin: unset;
    margin-top: 70px;
}

.page-template-investors-lp .one-wrap .right-section .form-sec-wrap {
    background-color: white;
    padding: 40px 12px;
    border: 2px solid #005CFF;
    box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.25);
    position: relative;
}

.page-template-investors-lp .one-wrap .right-section .form-sec-wrap::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background-image: url('/wp-content/uploads/2023/06/left.svg');
    width: 193px;
    height: 19px;
    margin-left: -194px;
    margin-top: 150px;
}
.page-template-investors-lp .one-wrap .right-section .form-sec-wrap::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background-image: url('/wp-content/uploads/2023/06/right.svg');
    width: 61px;
    height: 18px;
    margin-right: -61px;
    margin-top: 50px;
}

.page-template-investors-lp form {
    padding: 0 27px;
}
.page-template-investors-lp .form_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.page-template-investors-lp .form_title> span {
    position: relative;
    z-index: 1;
}
.page-template-investors-lp .form_title> span::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2023/06/Vector-13.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -8px;
    top: 2px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.page-template-investors-lp .one-wrap .left-section p {
    max-width: 560px;
}
.page-template-investors-lp .one-wrap .left-section h1>span::after {
    width: 100%;
    background-image: url('/wp-content/uploads/2023/06/Vector-12.svg');
}

.page-template-investors-lp .one-wrap form input[type="submit"] {
    color: black;
    background: white;
    font-size: 16px;
    max-width: 180px;
    border: 2px solid #FFDE69;
    min-height: 47px;
    padding: unset;
}

.page-template-investors-lp .one-wrap form input[type="submit"]:hover {
background-color:#FFDE69 ;
color: white;
}

.page-template-investors-lp .one-wrap form input[type="text"], .page-template-investors-lp .one-wrap form input[type="email"], .page-template-investors-lp .one-wrap form input[type="tel"], .page-template-investors-lp .one-wrap form select {
    border-color: #00286D;
}

.page-template-investors-lp .left-section .visual {
    width: auto;
    margin-top: 22px ;
}

/* end */

/* gdpr  */

#hubspot-messages-iframe-container {
    margin-bottom: 110px;
}

/* end - gdpr */


/* home banner */
.home-banner {
    margin-bottom: 50px;
    display: none;
}
.home-banner .wrapper {
    max-width: 1004px;
    min-height: 210px;
    border-radius: 15px;
    background: linear-gradient(270deg,#005CFF 0%,#00286D 74.48%,#000 100%);
    margin: 0 auto;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    padding: 20px 50px;
    background-image: url('/wp-content/uploads/2023/07/Export-this-1.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 50px;
}

.home-banner .wrapper h2 {
    color: #FFDE69;
    font-size: 21px;
    font-weight: 500;
    margin: unset;
    margin-bottom: 20px;
}

.home-banner .wrapper p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin: unset;
    margin-bottom: 22px;
    max-width: 675px;
}
.home-banner .wrapper form {
    width: 100%;
    display: flex;
    position: relative;
}

.home-banner .wrapper form .legal-consent-container {
    position: absolute;
    bottom: 0;
    left: 0;
}

.home-banner label {
    display: none;
    margin: unset;
}

.home-banner .legal-consent-container label {
    display: block;
}
.home-banner .input {
    width: 100%;
}
.home-banner label.hs-error-msg {
    display: block;
}

.home-banner .hs-error-msgs.inputs-list {
    position: static;
    margin-top: 10px;
}

.home-banner .hs-email {
    width: 250px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.home-banner .hs-email input[type="email"] {
    border: unset;
    margin: unset;
    min-height: 50px;
}

.home-banner input[type="submit"] {
    color: #00286D;
    background-color: #FFDE69;
    border: none;
    max-width: unset;
    min-height: unset;
    padding: 13px 26px;
    box-shadow: 0px 4px 15px 0px rgba(214, 225, 255, 0.27);
    margin: unset;
    font-size: 16px;
}

.home-banner .wrapper form .legal-consent-container {
    position: absolute;
    bottom: 0;
    margin-bottom: -42px;
}

.home-banner .legal-consent-container label span {
    color: white;
}
/* end home banner */

/* brochure-webpage page */

.page-template-brochure-webpage section.items {
    margin-bottom: 125px;
}
.page-template-brochure-webpage .items h2 {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.page-template-brochure-webpage .items .items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.page-template-brochure-webpage .items .items-wrap .item {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    padding: 60px 25px;
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2024/04/Frame-1437255127.svg');
    background-position: top right;
    background-repeat: no-repeat;
}

.page-template-brochure-webpage .items .items-wrap .item img {
    width: 100%;
    max-width: 70px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    border-radius: 100%;
}

.page-template-brochure-webpage .items .items-wrap .item h2 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin: unset;
    text-align: left;
    max-width: 100%;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.page-template-brochure-webpage .items .items-wrap .item p {
    margin-bottom: unset;
    line-height: 1.4em;
}

.page-template-brochure-webpage #trusted {
    margin-bottom: 125px;
}


.page-template-brochure-webpage .visual {
    margin-bottom: 100px;
    background: linear-gradient(180deg, rgba(214, 225, 255, 0.4) 50.97%, rgba(214, 225, 255, 0) 100%);
    padding: 120px 0;
}

.page-template-brochure-webpage .visual .wrapper .left h2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.page-template-brochure-webpage .visual .wrapper .left .img-wrap {
    text-align: center;
}
.page-template-brochure-webpage .visual .wrapper .left img {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.page-template-brochure-webpage .integrations {
    margin-bottom: 100px;
}

.page-template-brochure-webpage .integrations h2 {
    text-align: center;
}

.page-template-brochure-webpage .integrations-warp {
    grid-template-columns: repeat(6,1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-bottom: 35px;
}

.page-template-brochure-webpage .integrations-warp .item {
    height: unset;
    overflow: unset;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
}

.page-template-brochure-webpage .integrations-warp .item.not-show {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.page-template-brochure-webpage .integrations-warp .item img {
    position: static;
    height: 55px;
    aspect-ratio: 3/2;
    object-fit: contain;
    margin-bottom: 10px;
}

.page-template-brochure-webpage .integrations-warp .item .name {
    position: static;
    text-align: center;
}

.page-template-brochure-webpage .integrations-des {
    display: none;
}

.page-template-brochure-webpage .load-more {
    cursor: pointer;
    padding: 14px 39px;
}

.page-template-brochure-webpage .revo .wrapper {
    display: flex;
    align-items: center;
}
.page-template-brochure-webpage .revo .wrapper> div:first-child {
    width: 40%;
}
.page-template-brochure-webpage .revo .wrapper> div:last-child {
    width: 60%;
}
.page-template-brochure-webpage .revo .wrapper img {
    width: 100%;
    max-width: 381px;
}

section.contact-wrapper {
    background: linear-gradient(180deg, #D8E7FF 0%, #EFF5FE 100%);

    padding: 70px 0;
}

section.contact-wrapper .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.contact-wrapper .wrapper form {
    border: 1px solid white;
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.61) 100%);
    position: relative;
}

section.contact-wrapper .wrapper form fieldset {
    max-width: 720px;
}

section.contact-wrapper .hbspt-form .hs_submit .actions {
    text-align: center;
}

/* .hbspt-form .hs-error-msgs.inputs-list {
    display: none !important;
} */
section.contact-wrapper .hs_error_rollup {
    position: absolute;
    bottom: 0;
    width: 250px;
}

section.contact-wrapper .hs_error_rollup .hs-error-msgs {
    display: block !important;
    position: static;
    
} 

/* Podcast  */

section.podacst-items {
    margin-bottom: 70px;
}

.streaming-wrapper .wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.streaming-wrapper .wrapper > a {
    text-decoration: none;
    width: 20%;
}

.streaming-wrapper .wrapper > a > img{
    width: 100%;
}

.streaming-wrapper h3{
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 380px) {
    #platform h1>span::after {
        width: 78%;
    }
}
/* end */

/* new contact page */
.page-template-contact .contact-wrapper{
    background-image: url(/wp-content/uploads/2024/04/Frame-1437255128-2.svg);
    padding-top: 80px;
    background-size: cover;
    background-position: center center;
}
.page-template-contact .label{
    font-size: 14px;
    color: #fff;
    padding: 6px 18px;
    background-color: #0172FF;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
}
.page-template-contact .wrap .small{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.page-template-contact .wrap h1{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.page-template-contact .wrap .light{
    font-size: 18px;
}

/* new contact page END */


/* lp for israel */
.page-id-1461 .one-wrap .left-section .author img {
    display: none;
}

.page-id-1461 .one-wrap .left-section p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.page-id-1461 .one-wrap .left-section h1>span::after {
    width: 105%;
}

.page-id-1461 .one-wrap .right-section .form-sec-wrap img {
    display: none;
}

.page-id-1461 .one-wrap .right-section .form-sec-wrap::before {
    margin-top: 130px;
}

/* end */


/* events single */

.col-lg-3.side-bar {
    border-right: 1px solid black;
}

.col-lg-3.side-bar,
.col-lg-2.side-bar {
    border-right: 1px solid black;
}

.main-section-event .single-wrap {
    padding-left: 50px;
}
.main-section-event .single-wrap .rsv-wrap {
    margin-bottom: 30px;
}
.main-section-event .single-wrap .rsv-wrap a {
    text-decoration: none;
    display: inline-block;
    border: 2px solid;
    padding: 20px 80px;
    transition: all 0.4s ease-in;
}

.main-section-event .single-wrap .rsv-wrap a:hover {
    background-color: #0A58CA;
    color: white;
    border-radius: 15px;

}
.main-section-event .cta-wrapper a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease-out;
}

.main-section-event .cta-wrapper a:hover {
    color: #005CFF;
}

.main-section-event .head {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.main-section-event .head span {
    font-size: 20px;
    margin-bottom: 0px;
}

.main-section-event .head h2 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: 500;
}

.main-section-event .head p.location {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.4em;
}

.main-section-event .img-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.main-section-event .img-wrap img {
    width: 100%;
    height: 100%;
}

.main-section-event .extra-info{
    margin-bottom: 35px;
}

.main-section-event .form-warp{
    padding: 40px;
    border: 2px solid #005CFF;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(255,255,255,.25);
    position: relative;
}

.main-section-event .des > p {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.main-section-event .des p> span {
    text-decoration-color: #005CFF !important;
}

.main-section-event .person {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.main-section-event .person .img-wrapper {
    border: 1px solid #005CFF;
    width: 100%;
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    flex: 1;
    margin-right: 20px;
}



.main-section-event .person> p {
    font-size: 16px;
    flex: 1;
}

.main-section-event .cta-wrapper {
    position: sticky;
    top: 8rem;
}

.main-section-event .date-wrap  {
    display: flex;
    font-size: 18px;
}

.main-section-event .date-wrap .hour-wrap {
    margin-left: 10px;
}

/* end - events single */

/* events archive */


section.main-section-event.archive .date-wrap {
    font-size: 16px;
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}
section.main-section-event.archive .cta-wrapper {
    display: flex;
    flex-direction: column;
}

section.main-section-event.archive .cta-wrapper button {
    position: relative;
    text-align: left;
    border: unset;
    background-color: unset;
    font-size: 20px;
    transition: all 0.4s ease-out;
    margin: 5px 0;
}

section.main-section-event.archive .cta-wrapper button.active {
    color: #004FDA;
}

section.main-section-event.archive .cta-wrapper button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 9px;
    background-color: #D9D9D9;
    margin-left: -20px;
    margin-top: 9px;
    border-radius: 25px;
}

section.main-section-event.archive .sing-wrap {
    display: flex;
    flex-wrap: wrap;
   justify-content: start;
}

.sing-items {
    display: block; /* Show UPCOMING content by default */
}

.sing-items.past {
    display: none; /* Hide PAST content by default */
}


section.main-section-event.archive .sing-items {
    width: 100%;
    max-width: 32%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
    position: relative;
    margin: 0 6px;
    margin-bottom: 20px;
}

section.main-section-event.archive .img-dis {
    position: relative;
    border-radius: 10px;
}

section.main-section-event.archive .img-dis img {
    width: 100%;
    height: auto;
}

section.main-section-event.archive .tag-blog {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0063ff;
    color: #fff;
    text-decoration: unset;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 15px;
    margin-left: 15px;
}
section.main-section-event.archive .sing-items h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 20px;
    color: #1D1D1B;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}

section.main-section-event.archive .sing-items p {
    font-size: 14px;
    margin-bottom:20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 63px; */
}

section.main-section-event.archive .date-wrap .hour-wrap {
    margin: unset;
}
section.main-section-event.archive .cta-time {
    display: flex;
    flex-direction: column;
    align-items: start;
}

section.main-section-event.archive .cta-time span {
    margin-bottom: 15px;
}
section.main-section-event.archive .cta-time a {
    color: #005cff;
    text-decoration: none;
    text-transform: capitalize;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%);
    font-size: 16px;
    padding: 4px 15px;
    border-radius: 25px;
    text-align: center;
}

section.main-section-event.archive .gone {
    display: none;
}

section.main-section-event.archive .no-events-message {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
/* end - events archive */


/* youtube embed pop */

#video-pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ab;
    left: 0;
    top: 0;
    z-index: 99999;
}

#video-pop .outer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#video-pop .wrapper {
    background-color: white;
    width: 930px;
    height: 523px;
    position: relative;
}

#video-pop .wrapper svg {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: -50px;
    fill: white;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* end youtube emed pop */

/* video page */

.filters form>ul {
    display: flex;
    justify-content: space-between;
    padding: unset;
    gap: 40px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}

.filters form> ul li {
    font-size: 18px;
    width: 100%;
}

.filters form> ul li label {
    width: 100%;
}

.filters form> ul li label select {
    width: 100%;
    padding: 7px 10px;
    border-radius: 40px;
}

.post-type-archive-video .inner-main-title{
    margin-bottom: 0;
}

.tab-pane .lightbox {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Top of the stack */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
    justify-content: center;
    align-items: center;
}

/* Lightbox image */
.tab-pane .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 10px #fff;
    border-radius: 8px;
}

.tab-pane .thumbnail-img {
    transition: transform 0.3s ease;
}


/*schedule-a-demo-lp  */

.page-template-schedule-demo-lp,
.page-template-demo-testimonial {
    --text-color: #1E293B;
}

.page-template-schedule-demo-lp .v2 #trusted,
.page-template-demo-testimonial .v2 #trusted {
    margin-bottom: 50px;
}

.page-template-schedule-demo-lp .hero-lp,
.page-template-demo-testimonial .hero-lp {
    padding-top: 100px;
    padding-bottom: 160px;
    background: linear-gradient(180deg, #D8E7FF 0%, #EFF5FE 100%);
    position: relative;
    margin-bottom: 100px;
    background-image: url(/wp-content/uploads/2024/07/Background-1-1-1.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-schedule-demo-lp .hero-lp::after,
.page-template-demo-testimonial .hero-lp::after {
    content: '';
    position: absolute;
    background-image: url('/wp-content/uploads/2024/07/Graphic_element.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 20%;
    width: 183px;
    height: 172px;
    transform: rotate(345deg);
    z-index: 0;
    margin-left: -22px;
}

.page-template-schedule-demo-lp h1,
.page-template-demo-testimonial h1 {
    font-weight: 700;
    font-size: 46px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.page-template-schedule-demo-lp h1 img,
.page-template-demo-testimonial h1 img {
    width: 100%;
    max-width: 50px;

}

.page-template-schedule-demo-lp .content p,
.page-template-demo-testimonial .content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
}
.page-template-schedule-demo-lp .tour,
.page-template-demo-testimonial .tour {
    margin-bottom: 40px;
}
.page-template-schedule-demo-lp .after-hero-text p,
.page-template-demo-testimonial .after-hero-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
}

.page-template-schedule-demo-lp .after-hero-text p:last-child,
.page-template-demo-testimonial .after-hero-text p:last-child {
    margin-bottom: 35px;
}

.page-template-schedule-demo-lp .content h2,
.page-template-demo-testimonial .content h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
}

.page-template-schedule-demo-lp .content ul,
.page-template-demo-testimonial .content ul {
    margin: unset;
    list-style: none;
    margin-bottom: 20px;
}

.page-template-schedule-demo-lp .content ul li,
.page-template-demo-testimonial .content ul li {
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
}

.page-template-schedule-demo-lp .content ul li::before,
.page-template-demo-testimonial .content ul li::before {
    content: "";
    position: absolute;
    background-image: url('/wp-content/uploads/2024/07/Group-1437255333.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    margin-left: -32px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
}

.page-template-schedule-demo-lp .p-rich_text_section,
.page-template-demo-testimonial .p-rich_text_section {
    font-size: 20px;
    margin-bottom: 10px;
}
.page-template-schedule-demo-lp .content ul li:last-child,
.page-template-demo-testimonial .content ul li:last-child {
    margin: unset;
}

.page-template-schedule-demo-lp .des .wrapper,
.page-template-demo-testimonial .des .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-template-schedule-demo-lp .template-main.v2 .des .wrapper,
.page-template-demo-testimonial .template-main.v2 .des .wrapper {
    margin-bottom: 130px;
}

.page-template-schedule-demo-lp .des .wrapper img,
.page-template-demo-testimonial .des .wrapper img {
    width: 100%;
    max-width: 82px;
    height: auto;
}
.page-template-schedule-demo-lp .form-warpper,
.page-template-demo-testimonial .form-warpper {
    position: relative;
}
.page-template-schedule-demo-lp .form-warpper form,
.page-template-demo-testimonial .form-warpper form {
    border: 1px solid white;
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    position: relative;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.61) 100%);
    position: relative;
}

.page-template-schedule-demo-lp .form-warpper .graphic-elemet,
.page-template-demo-testimonial .form-warpper .graphic-elemet {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-3.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 137px;
    height: 129px;
    margin: -45px;
    z-index: 0;
}

.page-template-schedule-demo-lp .form-warpper input,
.page-template-demo-testimonial .form-warpper input,
.page-template-schedule-demo-lp .form-warpper .hbspt-form label,
.page-template-demo-testimonial .form-warpper .hbspt-form label {
    margin:unset;
}
.page-template-schedule-demo-lp .form-warpper input,
.page-template-demo-testimonial .form-warpper input {
    min-height: 52px;
}
.page-template-schedule-demo-lp .hs-form-booleancheckbox-display,
.page-template-demo-testimonial .hs-form-booleancheckbox-display {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-template-schedule-demo-lp .hs-form-booleancheckbox-display input,
.page-template-demo-testimonial .hs-form-booleancheckbox-display input {
    min-height: unset;
    float: unset;
}

.page-template-schedule-demo-lp .legal-consent-container .hs-form-booleancheckbox-display>span,
.page-template-demo-testimonial .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: unset;
    margin: unset;
    top: 1px;
}

.page-template-schedule-demo-lp .hs-form-field,
.page-template-demo-testimonial .hs-form-field {
    margin-bottom: 10px;
}

.page-template-schedule-demo-lp .form-warpper select,
.page-template-demo-testimonial .form-warpper select {
    margin-bottom: 25px;
    min-height: 52px;
}

.page-template-schedule-demo-lp .form-warpper input[type="submit"],
.page-template-demo-testimonial .form-warpper input[type="submit"] {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1E293B;
    padding: 14px 40px;
    border-radius: 12px;
    background-color: #FFDE69;
    border: unset;
    width: unset;
    min-height: unset;
    margin: unset;
    margin-top: 20px;
}

.page-template-schedule-demo-lp .form-warpper ::placeholder,
.page-template-demo-testimonial .form-warpper ::placeholder {
    color: var(--text-color);

}

.page-template-schedule-demo-lp .form-warpper .hs_error_rollup,
.page-template-demo-testimonial .form-warpper .hs_error_rollup {
    display:  none;
}


.page-template-schedule-demo-lp .hbspt-form .hs-error-msgs.inputs-list,
.page-template-demo-testimonial .hbspt-form .hs-error-msgs.inputs-list {
    position: absolute;
    top: 50%;
    font-size: 10px;
    right: 20px;
    left: unset;
    transform: translateY(-50%);
}

.page-template-schedule-demo-lp .hbspt-form .hs-fieldtype-select .hs-error-msgs.inputs-list,
.page-template-demo-testimonial .hbspt-form .hs-fieldtype-select .hs-error-msgs.inputs-list {
    margin-top: -10px;
}

/* v2 */
.page-template-schedule-demo-lp .template-main.v2 .hero-lp,
.page-template-demo-testimonial .template-main.v2 .hero-lp {
    background: linear-gradient(105.82deg, #081C4D 5.94%, #0F4187 78.79%, #53A1B8 110.01%);
    background-image: url('/wp-content/uploads/2024/11/Frame-1437255497@2x.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}

.page-template-schedule-demo-lp .template-main.v2 .hero-lp::after,
.page-template-demo-testimonial .template-main.v2 .hero-lp::after {
    display: none;
}

.page-template-schedule-demo-lp .template-main.v2 h1,
.page-template-demo-testimonial .template-main.v2 h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.4;
    color: white;
}

.page-template-schedule-demo-lp .template-main.v2 h1>span,
.page-template-demo-testimonial .template-main.v2 h1>span {
    color: #96EAAA;
}

.page-template-schedule-demo-lp .template-main.v2 .content p,
.page-template-demo-testimonial .template-main.v2 .content p {
    font-size: 18px;
    line-height: 1.5;
    color: white;
}

.page-template-schedule-demo-lp .template-main.v2 .content h2,
.page-template-demo-testimonial .template-main.v2 .content h2 {
    color: #5FD6FF;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.page-template-schedule-demo-lp .template-main.v2 .content ul,
.page-template-demo-testimonial .template-main.v2 .content ul {
    margin-bottom: 40px;
}

.page-template-schedule-demo-lp .template-main.v2 .content ul li,
.page-template-demo-testimonial .template-main.v2 .content ul li {
    font-size: 16px;
    color: white;
}

.page-template-schedule-demo-lp .template-main.v2 .content ul li::before,
.page-template-demo-testimonial .template-main.v2 .content ul li::before {
    background-image: url(/wp-content/uploads/2024/11/Group-1437255333.svg);
    top: 2px;
    transform: unset;
}

.page-template-schedule-demo-lp .template-main.v2 .form-warpper .graphic-elemet,
.page-template-demo-testimonial .template-main.v2 .form-warpper .graphic-elemet {
    display: none;
}

.page-template-schedule-demo-lp .template-main.v2 .form-warpper input[type="submit"],
.page-template-demo-testimonial .template-main.v2 .form-warpper input[type="submit"] {
    background-color: #96EAAA;
}

.page-template-schedule-demo-lp .template-main.v2 .lower-banner .warpper,
.page-template-demo-testimonial .template-main.v2 .lower-banner .warpper {
    background: linear-gradient(108.95deg, #D8E7FF 18.22%, #FFFFFF 90.76%);
    border-radius: 20px;
    padding: 46px 20px;
    display: flex;
    gap: 150px;
    align-items: start;
    justify-content: space-between;
}
.page-template-schedule-demo-lp .template-main.v2 .lower-banner .img-wrap,
.page-template-demo-testimonial .template-main.v2 .lower-banner .img-wrap {
    position: relative;
    max-width: 300px;
    flex-shrink: 0;
}
.page-template-schedule-demo-lp .template-main.v2 .qoutes,
.page-template-demo-testimonial .template-main.v2 .qoutes {
    width: 100%;
    max-width: 175px;
}
.page-template-schedule-demo-lp .template-main.v2 .author,
.page-template-demo-testimonial .template-main.v2 .author {
    width: 100%;
    max-width: 160px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    transform: translate(33%, 70%);
}

.page-template-schedule-demo-lp .template-main.v2 .lower-banner .info p,
.page-template-demo-testimonial .template-main.v2 .lower-banner .info p {
    font-size: 16px;
    line-height: 24px;
    color: #1E293B;
}

.page-template-schedule-demo-lp .template-main.v2 .lower-banner .social-wrap,
.page-template-demo-testimonial .template-main.v2 .lower-banner .social-wrap {
    display: flex;
    gap: 12px;
}

.page-template-schedule-demo-lp .template-main.v2 .lower-banner .social-wrap,
.page-template-demo-testimonial .template-main.v2 .lower-banner .social-wrap {
    display: flex;
    gap: 12px;
}



/* Pillar Template */

.page-template-pillar {
    --textColor: #1E293B;
}

.page-template-pillar img {
    width: 100%;
}
.page-template-pillar .outer-absolute {
    position: absolute;
    height: 100%;
    left: 0;
    top: 300px;
}
.page-template-pillar .floating-element {
    background-image: url(/wp-content/uploads/2024/08/Graphic_element.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: sticky;
    display: inline-block;
    width: 229px;
    height: 380px;
    top: 30px;
}

section.pillar-hero {
    min-height: 897px ;
    background-image: url('/wp-content/uploads/2024/08/Mask-group-3.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 120px;

}



section.pillar-hero .wrapper {
    text-align: center;
    margin-top: 120px;
}

section.pillar-hero .wrapper img {
    width: 100%;
    max-width: 130px;
    margin-bottom: 10px;
}

section.pillar-hero .wrapper h1 {
    color: var(--textColor);
    font-weight: 700;
    font-size: 46px;
    line-height: 62px;
    margin-bottom: 24px;
}

section.pillar-hero .wrapper h1 .highlighted {
    background-color: #FFDE69;
    border-radius: 20px;
    padding: 0 10px;
}

section.pillar-hero .wrapper .sub {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--textColor);
}

section.pillar-hero .wrapper .des {
    font-size: 20px;
    line-height: 30px;
    color: var(--textColor);
}


section.pillar-main {
    margin-bottom: 120px;
    position: relative;
}

section.pillar-main .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 220px;
    align-items: center;
    gap: 20px;
}

section.pillar-main .item:last-child {
    margin-bottom: 0;
}

section.pillar-main .item .img-wrap {
    width: 100%;
    max-width: 460px;
}

section.pillar-main .item .des {
    max-width: 455px;
}

section.pillar-main .counter {
    color: black;
    width: 63px;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/08/Group-1437255263-1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}

section.pillar-main h2 {
    color: var(--textColor);
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
}

section.pillar-main p {
    color: var(--textColor);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}

section.pillar-main .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

section.pillar-main .info-item {
    display: flex;
    gap: 16px;
}

section.pillar-main .info .info-item .img-wrap {
    max-width: 46px;
    height: 46px;
    box-shadow: 0px -0.29px 17.17px 0px rgba(175, 192, 240, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

section.pillar-main .info .info-item .img-wrap img {
    width: 24px;
    height: 24px;
}

section.pillar-main  .cta-wrap {
    color: #0172FF;
    font-weight: 700;
}

section.pillar-main .cta-wrap a {
    color: var(--textColor);
    font-weight: 400;
}



/* END - Pillar Template */


/* Case Study Template */

.single-case-study
{
    --caseStudyTextColor: #1E293B;
}

.single-case-study h1,
.single-case-study h2,
.single-case-study h3,
.single-case-study a,
.single-case-study p,
.single-case-study span
{
    color: var(--caseStudyTextColor);
}


section.case-hero {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0) 100%);
    padding: 130px 0;
}

.case-main h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--caseStudyTextColor);
    text-align: left;
    margin-bottom: 30px;
}

.case-hero h1 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 55px;
    line-height: 60px;
}

.case-hero h1>p {
    margin: unset;
}

.case-hero h1 span {
    background-color: #FFDE69;
    border-radius: 10px;
    padding: 0 5px;
}

.case-hero iframe {
    border-radius: 25px;
}

.case-hero a.cta,
.case-main a.cta
{
    padding: 14px 40px;
}

.case-hero .graphic-element-bottomCube {
    background-image: url('/wp-content/uploads/2024/08/Graphic_element-1.svg');
    position: absolute;
    bottom: 0;
    right: 0;
    width: 132px;
    height: 126px;
    margin: -32px;
}

.case-hero .graphic-element-topTringle {
    background-image: url(/wp-content/uploads/2024/08/Star-1.svg);
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0px;
    right: 0;
    width: 173px;
    height: 197px;
    margin: -61px;
}

.case-hero  .graphic-element-shadow {
    z-index: 0;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/uploads/2024/08/Ellipse-1.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    width: 500px;
    height: 500px;
}
.case-hero .col-lg-6.vid {
    position: relative;
}
.case-main .first {
    margin-bottom: 120px;
    position: relative;
}

.case-main .first h2 {
    text-align: center;
    margin-bottom: 30px;
}

.case-main .first .wrapper> p {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 44px;
}

.case-main .first .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;

}

.case-main .first .item {
    padding: 42px 0;
    padding-left: 25px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    background-image: url(/wp-content/uploads/2024/08/Group-1437255481.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case-main .first .item span {
    color: #0172FF;
    font-size: 54px;
    font-weight: 700;

}

.case-main .first .item p {
    font-size: 20px;
    font-weight: 600;
    margin: unset;
    color: var(--caseStudyTextColor);
}

.case-main .first .graphic-element-left {
    position: absolute;
    top: 10%;
    bottom: 0;
    background-image: url(/wp-content/uploads/2024/08/grpahic-left-cube.svg);
    width: 102px;
    height: 153px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-main .first .graphic-element-right {
    position: absolute;
    top: 80%;
    right: 0;
    background-image: url(/wp-content/uploads/2024/08/grpahic-right-cube.svg);
    width: 100px;
    height: 94px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.second {
    background: linear-gradient(180deg, #EFF5FE 0%, rgba(239, 245, 254, 0) 137.83%);
    margin-bottom: 120px;
    padding: 85px 0;
}
.case-main .second h2 {
    margin-bottom: 13px;
}
.case-main .second .items {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.case-main .second .items .item {
    padding: 14px 0;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    background-image: url(/wp-content/uploads/2024/08/Group-1437255481.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 23%;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
}
.case-main .second .items .item span {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
    line-height: 30px;
}
.case-main .second .items .item p {
    font-size: 16px;
    line-height: 24px;
    margin: unset;
}

.case-main section.third {
    margin-bottom: 44px;
}
.case-main .third p {
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    margin-bottom: 44px;
}

.case-main  .items {
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.case-main .third .item {
    box-shadow: 0px -5px 30px 0px rgba(172, 185, 223, 0.4);
    border-radius: 20px;
    padding: 60px 20px;
}

.case-main .third .slick-list {
    padding: 46px 0;
}

.case-main .third .counter {
    font-size: 28px;
    font-weight: 600;
    color: white;
    background-color: #0172FF;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.case-main .third .item span {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
    display: inline-block;
}

.case-main .third .item p {
    margin-bottom: unset;
    font-size: 16px;
    line-height: 24px;
}

.case-main section.blue-strip{
    margin-bottom: 120px;
}
.case-main section.blue-strip .wrapper {
    background-color: #0172FF;
    padding: 36px;
    border-radius: 20px;
    background-image: url(/wp-content/uploads/2024/08/Group-1437255173.svg);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.case-main section.blue-strip .wrapper p {
    color: white;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.case-main section.blue-strip .wrapper::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/08/unnamed-file.png);
    height: 114px;
    width: 119px;
    background-position: center center;
    background-size: cover;
    right: 0;
    bottom: 0;
    margin-right: 48px;
    margin-bottom: -45px;
}

.case-main section.bottom-part {
    background-image: url(/wp-content/uploads/2024/08/Export-this.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.case-main section.bottom-part span {
    font-size: 18px;
    font-weight: 600;
    color: #0172FF;
    margin-bottom: 11px;
    display: block;
    text-align: center;
}
.case-main section.bottom-part h2 {
    text-align: center;
}
.case-main section.bottom-part p {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
}
.case-main section.bottom-part p:last-of-type {
    margin-bottom: 36px;
}

.case-main section.bottom-part .file {
    text-align: center;
}

.case-main section.bottom-part .wrapper {
    width: 100%;
    max-width: 930px;
    border: 1px solid white;
    border-radius: 25px;
    padding: 36px 60px;
    margin: 0 auto;
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.61) 100%);
}
.case-main section.bottom-part .wrapper::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-4.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    width: 92px;
    height: 87px;
    margin-left: -130px;
    margin-bottom: 70px;
}
.case-main section.bottom-part .wrapper::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/Graphic_element-3.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 137px;
    height: 129px;
    margin-right: -64px;
    margin-top: -7px;
}
/* End Study */

@media only screen and (max-width: 1310px) {
    #weekly .week-wrap {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .page-template-schedule-demo-lp .form-warpper .graphic-elemet,
    .page-template-demo-testimonial .form-warpper .graphic-elemet {
        display: none;
    }
    
    .page-template-schedule-demo-lp .hero-lp::after,
    .page-template-demo-testimonial .hero-lp::after {
        content: none;
    }
    

}


@media only screen and (max-width: 991px) {
    
    #video-pop .wrapper {
		width: 100%;
		height: 200px;
	}
	
	#video-pop .wrapper svg {
		top: 0;
		right: unset;
		left: 50%;
		margin-top: -40px;
		width: 30px;
		height: 30px;
		margin-left: -15px;
	}
    body.postid-980 .header-wrap #menu-icon {
        display:none;
    }
    .main {
        margin-top: 75px;
    }
    /* partners  */
    .page-template-partners .inner-main-title .logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px 30px;
        padding-bottom: 30px;
    }
    #partner-hero {
        padding: 25px 0;
        margin-bottom: 50px;
    }
    #partner-hero span {
        font-size: 22px;
        margin-bottom: 26px;
    }
    #partner-hero span:before {
        margin-left: -10px;
    }
    #partner-hero h1 {
        font-size: 25px;
        max-width: 220px;
    }
    #benefits {
        margin-bottom: 51px;
    }
    #benefits .benefits-wrap h2 {
        font-size: 28px;
    }
    #benefits .benefits-wrap h2::before {
        width: 36px;
        height: 36px;
        margin-left: -13px;
        margin-top: -5px;
    }
    #benefits .benefits-wrap .benefits-items-wrap .benefits-item h3 {
        font-size: 16px;
        max-width: unset;
        line-height: 32px;
        margin-bottom: 4px;
    }
    #benefits .benefits-wrap .benefits-items-wrap .benefits-item>p {
        font-size: 16px;
        line-height: 22px;
    }
    #benefits .benefits-wrap .benefits-items-wrap .benefits-item {
        width: 100%;
        max-width: unset;
        margin-bottom: 20px;
        background-image: none;
        min-height: 121px;
    }
    #auditor .auditor-items-warp .auditor-items{
        padding: 25px;
    }
    #auditor .auditor-items-warp .auditor-items h2{
        font-size: 18px;
    }
    #auditor {
        padding: 30px 0;
        margin-bottom: 60px;
    }
    #auditor .auditor-wrap h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    #auditor .auditor-wrap>p {
        font-size: 16px;
        line-height: 22px;
    }
    #auditor .auditor-wrap>p>br {
        display: none;
    }
    #auditor .auditor-wrap {
        margin-bottom: 30px;
    }
    #auditor .auditor-items-warp {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        grid-row-gap: 30px;
        grid-column-gap: unset;
        margin-bottom: 40px;
    }
    #auditor .auditor-items-warp .auditor-items .auditor-title span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    #alliance{
        margin-bottom: 0;
    }
    #auditor .auditor-items-warp .auditor-items .auditor-title h2 {
        font-size: 16px;
        max-width: 110px;
        line-height: 24px;
    }
    #auditor .auditor-items-warp .auditor-items p {
        font-size: 16px;
        line-height: 22px;
    }
    #auditor .auditor-cta a {
        padding: 17px 16px;
    }
    #alliance .alliance-des h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    #alliance .alliance-des p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    #alliance .alliance-des p>br {
        display: none;
    }
    #alliance .alliance-cta a {
        text-align: center;
    }
    #alliance .alliance-des {
        margin-bottom: 40px;
    }
    #alliance img {
        max-width: unset;
        transform: unset;
    }


    header .top-bar {
        position: relative;
        z-index: 99;
    }

    header .top-bar .top-bar-content{
        height: 26px;
    }

    header .top-bar .top-bar-content .item-wrap {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: 95%;
        margin: 0 auto;
        padding: 5px 0;
    }
    header .top-bar .cta-wrap {
        display: none;
    }
    header .top-bar .bar-info {
        text-align: center;
        text-align: 12px;
    }

    header .top-bar  .slick-arrow {
        width: 17px;
        z-index: 99;
        top: 100%;
        transform: translateY(-100%);
    }

    header .top-bar .slick-prev {
        left: 0;
        margin-left: 0px;
    }

    header .top-bar .slick-next {
        right: 0;
        margin-right: 0px;
    }

header .top-bar .close-icon {
    width: 10px;
    margin-top: 3px;
    margin-right: 12px;
}
    header .top-bar .top-bar-content {
        justify-content: space-between;
    }


    .inner-notice {
        flex-direction: column;
        align-items: flex-end;
    }
    .inner-main-title {
        padding-top: 20px;
        margin-bottom: 80px;
    }
    .inner-main-title h4 {
        margin-bottom: 10px;
        margin-top: 40px;
        max-width: 268px;
    }
    .inner-main-title h3 {
        font-size: 25px;
        padding-right: 70px;
    }
    #inner-first-info p {
        font-size: 16px;
    }
    #inner-content .row.switch-sides .col-lg-6:first-child {
        order: unset;
    }
    #inner-content .des .cta {
        margin-bottom: 20px;
    }
    #inner-content .des p {
        margin-bottom: 40px;
    }
    .all-form .form-wrap {
        padding: 20px;
    }
    .all-form .form-wrap form {
        display: flex;
        flex-direction: column;
    }
    .legal-consent-container~.hs_recaptcha {
        margin-bottom: 20px;
    }
    #faq-wrap .faq-des br {
        display: none;
    }
    #resources h2 {
        margin-bottom: 20px;
    }
    #resources .sing-wrap .sing-items {
        max-width: 275px;
        margin-bottom: 20px;
    }
    #resources .img-dis {
        height: 151px;
    }
    #resources .sing-wrap .sing-items h2 {
        text-align: left;
        margin: 20px 0;
    }
    #resources .cta-time {
        flex-direction: column;
        align-items: center;
    }
    #resources .cta-time span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #resources .cta-time a {
        font-size: 14px;
    }
    #resources .w-items-wrap {
        flex-direction: column;
        align-items: center;
    }
    #resources .w-items {
        margin-right: 0;
        max-width: 275px;
    }
    #resources .w-items h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    #resources .w-items .cta-wrap {
        margin-bottom: 15px;
        flex-direction: column;
        align-items: center;
    }
    #resources .w-items .cta-wrap span {
        margin-bottom: 10px;
    }
    #resources .w-items .cta-wrap a {
        font-size: 14px;
    }
    #resources .e-items-wrap {
        flex-direction: column;
        align-items: center;
    }
    #resources .e-items {
        max-width: 275px;
        margin-right: 0;
    }
    #resources .e-items img {
        margin-bottom: 10px;
    }
    #resources .e-items h2 {
        margin-bottom: 20px;
        text-align: left;
    }
    #resources .e-items .cta-wrap {
        justify-content: center;
    }
    #resources .e-items .cta-wrap a {
        font-size: 14px;
    }
    #blog-sing .sing-wrap .sing-items {
        max-width: 275px;
        margin-bottom: 20px;
    }
    #blog-sing .img-dis {
        height: 151px;
    }
    #blog-sing .cta-time {
        flex-direction: column;
        align-items: center;
    }
    #blog-sing .cta-time span {
        margin-bottom: 20px;
        font-size: 14px;
    }
    #blog-sing .cta-time a {
        font-size: 14px;
    }
    .archive-items .w-items {
        max-width: 100%;
        margin-right: unset;
        margin-bottom: 20px;
    }
    .archive-items .w-items .cta-wrap {
        flex-direction: column;
        align-items: center;
    }
    .archive-items .w-items .cta-wrap span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .archive-items .w-items .cta-wrap span br {
        display: none;
    }
    .archive-items .w-items .cta-wrap a {
        font-size: 14px;
        padding: 10px 50px;
    }
    #ebooks-items .e-items {
        max-width: 275px;
        margin-right: 0;
    }
    #ebooks-items .e-items .cta-wrap {
        justify-content: center;
    }
    #ebooks-items .e-items .cta-wrap a {
        padding: 10px 50px;
    }
    #about-head .head-des h2 {
        font-size: 20px;
    }
    #about-head .head-des p {
        text-align: left;
        font-size: 16px;
    }
    #about-content .about-des h2 {
        font-size: 20px;
    }
    #about-content .about-des h4 {
        font-size: 24px;
    }
    #about-content .about-des p {
        font-size: 16px;
        margin-bottom: 50px;
    }
    #about-content .about-img-wrap {
        text-align: center;
        margin-bottom: 50px;
    }
    #about-content {
        margin-bottom: 20px;
    }
    #ex-team {
        padding: 10px 0;
    }
    #ex-team .ex-team-des {
        text-align: center;
    }
    #ex-team .ex-team-members {
        flex-direction: column;
        align-items: center;
    }
    #ex-team .member {
        margin-right: unset;
        margin-bottom: 40px;
    }
    #ex-team .member>img {
        max-width: unset;
    }
    #invest h2 {
        font-size: 16px;
    }
    #invest .invest-rep a>img {
        max-width: 150px;
    }
    #invest .invest-wrap {
        padding-bottom: 30px;
        border-bottom: 3px solid #00000017;
    }
    #trust-title h2 {
        font-size: 16px;
    }
    #achiv h3 {
        font-size: 24px;
    }
    #achiv .achiv-wrap .achiv-items {
        width: 100%;
        max-width: unset;
    }
    #achiv .achiv-wrap {
        flex-direction: column;
    }
    .car-wrap .row .col-lg-6:first-child {
        order: 2;
    }
    .car-wrap .row .col-lg-6:last-child {
        order: 1;
    }
    #join h2,
    #work .work-des h2,
    #job-open .jobs-wrap>h2{
        font-size: 24px;
    }
    .jobs-content{
        width: 100%;
    }
    #join .join-des {
        margin-bottom: 45px;
    }
    #work .row .col-lg-6:first-child {
        order: 1;
    }
    #work .row .col-lg-6:last-child {
        order: 2;
    }
    #work .work-des h3 {
        display: inline-block;
    }
    #comp-address .map-wrap {
        margin-bottom: 30px;
    }
    #comp-address .address-des p {
        margin-bottom: 20px;
    }
    #sing-blog-head {
        background-position: right 0px;
        background-size: 180px;
    }
    #sing-blog-head .sing-head h4 {
        font-size: 28px;
        padding-right: 75px;
    }
    #sing-blog-head .sing-head>div {
        width: 100%;
    }
    #sing-blog-head .sing-head>div:first-child {
        margin-bottom: 40px;
    }
    .blog-con-wrap .social-sing {
        display: flex;
        margin-bottom: 35px;
    }
    .blog-con-wrap .social-items {
        margin: unset;
        margin-right: 10px;
    }
    .blog-con-wrap {
        flex-direction: column;
    }
    .blog-con-wrap .post-content-wrap {
        max-width: unset;
    }
    .awsm-job-container .post-content-wrap {
        padding-top: 30px;
    }
    .social-jobs {
        top: 0;
        left: 0;
        margin: unset;
        margin-top: -25px;
        margin-left: 15px;
    }
    .social-jobs .social-sing {
        display: flex;
    }
    .social-jobs .social-items {
        margin-right: 10px;
    }
    .social-jobs .social-items:last-child {
        margin-right: unset
    }
    #sing-blog-content .post-content h3 {
        font-size: 28px;
        line-height: 34px;
    }
    #sing-blog-content .post-content h2 {
        font-size: 32px;
    }
    #ebook-sing {
        padding-top: 45px;
    }
    #ebook-sing h2 {
        margin: unset;
    }
    #ebook-sing h4 {
        margin: 25px 0;
        font-size: 32px;
    }
    #ebook-sing::after {
        width: 200px;
        height: 400px;
        margin-top: 50px;
    }
    #ebook-sing h3 {
        font-size: 22px;
    }
    #ebook-sing .sing-form .field {
        width: 100%;
    }
    #soul h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    #soul span {
        font-size: 16px;
        font-weight: 300;
    }
    #soul-posts .posts-wrap h3 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #soul-posts .soul-content {
        font-size: 16px;
    }
    #soul-posts .posts-des {
        margin-bottom: 25px;
    }
    body.post-type-archive-solutions .main {
        background-image: none;
    }
    #int-first-info h4 {
        font-size: 20px;
    }
    #int-content .int-main h2 {
        font-size: 24px;
    }
    #int-content .int-main p {
        font-size: 16px;
    }
    #int-content::before {
        background-position: center;
    }
    #int-tools h2 {
        font-size: 24px;
    }
    .integrations-warp {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .integrations-warp>.item>img{
        width: 65%;
    }
    footer {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 17.8%, rgba(214, 225, 255, 0.6) 118.1%);
        background-repeat: unset;
        background-position: unset;
    }
    footer::after {
        width: 239px;
        margin-left: -120px;
    }

    footer .find-us-wrap {
        margin-bottom: 50px;
    }
    footer .footer-menu-wrap {
        margin-bottom: 40px;
    }
    footer .footer-menu-wrap .sub-menu li {
        margin-bottom: 15px;
        line-height: unset;
    }
    footer .right-section>h5 {
        margin-bottom: 20px;
    }
    footer .lower-footer {

    }
    footer .lower-footer .row .col-lg-6:first-child {
        order: 2;
    }
    footer .lower-footer .row .col-lg-6:last-child {
        order: 1;
    }
    footer .lower-footer .tm {
        font-size: 14px;
        text-align: center;

    }
    footer .lower-footer .legal {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    footer .lower-footer .legal a:first-child {
        margin: unset;
    }
    header .header-wrap {
        height: 75px;
    }
    header .header-wrap .brand {
        position: relative;
        z-index: 99;
    }
    header .header-wrap .menu-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        top: 0;
        background: white;
        z-index: 9;
        padding-top: 140px;
        transition: left 0.3s ease;
    }
    header .header-wrap.open .menu-wrap {
        left: 0;
    }
    header .header-wrap .header-cta {
        display: none;
    }
    #menu-icon {
        background: none;
        /* background: linear-gradient(50deg, rgba(0, 37, 102, 1) 0%, rgba(0, 46, 128, 1) 10%, rgba(0, 90, 251, 1) 76%, rgba(0, 92, 255, 1) 100%); */
        width: 75px;
        height: 75px;
        display: flex;
        justify-content: end;
        align-items: center;
        position: relative;
        right: 0;
        z-index: 9;
    }
    #menu-icon>img {
        width: 28px;
    }

    .open #menu-icon>img{
        width: 20px;
    }

    header .header-wrap .menu-wrap .sub-menu {
        position: static;
        width: 100%;
        display: none;
    }
    header .header-wrap .menu-wrap .open .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        padding: 10px 15px;
    }
    header .header-wrap .menu-wrap .sub-menu li {
        margin-bottom: 0;
    }
    header .header-wrap .menu-wrap ul li:after {
        height: 1px;
        opacity: 1;
    }
    header .header-wrap .menu-wrap .sub-menu li:first-child {
        margin-left: 0;
    }
    .menu-desktop-menu-container>ul
     {
        flex-direction: column;
    }


    header .header-wrap .menu-wrap ul li:first-child {
        margin-left: 25px;
    }

    header .header-wrap .menu-wrap ul li.menu-item-has-children>a:before {
        display: none;
    }

    header .header-wrap .menu-wrap ul li.Hideme {
        display: block;
    }
    .menu-arrow {
        content: '';
        width: 50px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 12px;
        margin-left: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-arrow i {
        content: '';
        background-image: url(/wp-content/uploads/2022/12/arrow-menu-black.svg);
        width: 23px;
        height: 13px;
        display: block;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        transform: rotate(0deg);
        transition: transform 0.3s ease-in;
    }
    li.open .menu-arrow i {
        transform: rotate(180deg);
    }

    .mobile-sign {
        margin: 0 25px;
    }

    .mobile-sign a {
        font-size: 20px;
        color: #0E1016;
        padding: 15px 0;
        display: inline-block;
        text-decoration: none;
    }
    header .header-wrap .menu-wrap ul li a {
        position: static;
    }
    header .header-wrap .menu-wrap ul li:last-child {
        margin-right: 25px;
    }
    .gdpr-notice .notice-text p {
        margin-bottom: 15px;
    }
    .notice-button {
        width: 100%;
    }
    #info-graphic-wrap .mid-part .mid-left:after,
    #info-graphic-wrap .mid-part .mid-right:after {
        display: none;
    }
    .inner-main-title .col-lg-8 p {
        font-size: 32px;
        margin-bottom: 55px;
    }
    body.single-solutions .inner-main-title .col-lg-4 {
        text-align: center;
    }


    .wrapper-mob a {
        color: white;
        text-decoration: unset;
        display: block;
        text-align: center;
    }
    .wrapper-mob h2 {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 10px;
        color: white;
    }
    .wrapper-mob a>div {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }
    .relative-slick {
        position: relative;
    }
    .relative-slick .slick-dots li button {
        background: url(/wp-content/uploads/2023/04/Union-1.svg);
        text-indent: -9999px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: unset;
        width: 19px;
        height: 16px;
    }
    .relative-slick .slick-dots li.slick-active button {
        background: url(/wp-content/uploads/2023/04/union-active.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 19px;
        height: 16px;
    }
    ul.slick-dots {
        padding: unset;
        margin: unset;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -19%;
        list-style: none;
        margin-bottom: -40px;
    }
    ul.slick-dots li {
        margin-right: 0px;
        display: inline-block;
    }

    .mob-info-footer {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .mob-info-footer img {
        width: 100%;
        max-width: 100px;
    }
    footer>.container {
        margin-bottom: unset;
    }

    .inc-size {
        max-width: unset;
    }

    .testimonials .wrapper::before{
        display: none;
    }
    .cta {
        width: 100%;
        text-align: center;
        padding: 18px 25px;
    }
    .cta:hover {
        background-color: #FFDE69;
    }


    #platform {
        padding-top: 40px;
        margin-bottom: 0;
        padding-bottom: 70px;
        overflow: hidden;
    }
    #platform h1 {
        font-size: 28px;
        margin-top: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    #platform h2 {
        font-size: 20px;
        line-height: 28px;
    }

    #platform p {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    #platform .cta-wrap {
        margin-bottom: unset;
        text-align: center;
    }

    #platform .cta {
        padding: 18px 38px;
        display: block;
    }
    #platform .lot-wrap {
        text-align: center;
        width: 100%;
    }
    #platform lottie-player {
        position: static;
        display: inline-block;
        width: calc(100% - 30px) !important;
        height: 397px !important;
        transform: unset;
    }

    #platform .col-lg-6:first-child {
        width: 100%;
    }
    
    #platform .col-lg-6:last-child {
        width: 100%;
    }
    #platform .img-wrap {
        max-width: 320px;
    }
    
    #platform .img-wrap img {
        max-width: 320px;
        transform: scale(1);
    }

    #platform .img-wrap::before {
        display: none;
        width: 120px;
        height: 140px;
        right: 0px;
        top: 0;
        margin-right: 22px;
        margin-top: -10px;
    }

    #platform .img-wrap::after {
        display: none;
        width: 70px;
        height: 65px;
        right: 0;
        bottom: 0;
        margin-bottom: 19px;
        margin-right: 16px;
    }

    .testimonials {
        background: linear-gradient(180deg, #EFF5FE 44.88%, rgba(255, 255, 255, 0.41) 100%);
    }
    .testimonials .wrapper {
        padding: 0 20px;
        padding-top: 60px;
        background: unset;
        box-shadow: unset;
        border: unset;
    }

    .testimonials .wrapper::after {
        bottom: unset;
        top: 0;
        left: 0;
        right: unset;
        background-image: url(/wp-content/uploads/2024/04/Group-1437255240.svg);
        margin-top: 20px;
        width: 88px;
        height: 12px;
    }

    .testimonials h2 {
        font-size: 28px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 30px;
    }

    .testimonials .test-items {
        flex-direction: column;
    }

    .testimonials .test-items>div:first-child {
        width: 100%;
        padding: unset;
        margin-bottom: 30px;
    }

    .testimonials .test-items>div:last-child {
        width: 100%;
    }

    .testimonials .info-wrap p {
        line-height: 26px;
    }

    .testimonials .slick-prev {
        margin-left: -100px;

    }
    .testimonials .slick-next {
        margin-right: -140px;
    }

    .testimonials .author {
        flex-direction: column;
        align-items: start;
    }

    .testimonials .author .img-wrap {
        margin: unset;
        margin-bottom: 20px;
    }

    .product .tab-content .wrapper .img-wrap:after{
        display: none;
    }

    .product .info p {
        padding: unset;
    }
    #trusted .img-wrap img{
        max-height: 35px;
        max-width: 120px;
    }

    #trusted .img-wrap{
        margin-right: 30px;
        width: auto;
    }
    .product {
        padding-top: 60px;
        padding-bottom: unset;
        margin-bottom: 75px;
    }

    .product h2 {
        text-align: left;
        font-size: 28px;
        line-height: 1.4em;
    }

    .product p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
    }
    .product p>br {
        display: none;
    }

    .product .outer-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .product .nav {
        white-space: nowrap;
        display: inline-block;
    }

    .product .nav .nav-item {
        display: inline-block;
        margin-right: 0px;
        width: auto;
    }

    .product .nav .nav-item button {
        width: 100%;
        padding:20px;
    }

    .product .nav .nav-item button.active::after {
        content: unset;
    }

    .product .tab-content .wrapper {
        flex-direction: column;
        padding: 30px 20px;
        gap: 60px;
    }
    .product .tab-content .wrapper>div:first-child {
        order: 2;
    }
    .product .tab-content .wrapper>div:last-child {
        order: 1;
    }

    .product .tab-content .info h3 {
        font-size: 26px;
        line-height: 36px;
    }

    .product .product .info p {
        margin-bottom: 30px;
    }

    .product a.cta {
        padding: 14px 34px;
        display: block;
        text-align: center;
        font-weight: 700;
    }

    .product .tabs-wrap::after {
        content: unset;
    }

    .product::after {
        content: none;
    }

    section.achievements {
        position: relative;
    }

    section.achievements::before {
        content: none;
        position: absolute;
        background-image: url(/wp-content/uploads/2024/04/Graphic_element-1.svg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 81px;
        height: 76px;
        top: 0;
        right: 0;
        transform: translate(50%, -100%);
    }


    section.achievements::after {
        content: none;
        position: absolute;
        background-image: url(/wp-content/uploads/2024/04/Graphic_element-1.svg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 81px;
        height: 76px;
        bottom: 0;
        left: 0;
        transform: translate(-50%, 100%);
    }

    .achievements .wrapper::before {
        content: none;
    }

    .achievements h2 {
        text-align: left;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .achievements .wrapper>p {
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 30px;
    }

    .achievements .achieve-items {
        display: block;
    }

    .achievements .wrapper>p br {
        display: none;
    }

    .achievements .wrapper::after {
        content: none;
    }
 
    .achievements .slick-arrow {
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.4s ease-out;
        margin-bottom: -70px;
        
    }

    .achievements .slick-prev {
        left: 85px;
        margin-left: -8%;
        transform: translateX(-50%) rotate(180deg);
    }

    .achievements .slick-next {
        right: 70px;
        margin-right: -12%;
        transform: translateX(-50%);
    }

    .achievements .slick-dots {
        padding: unset;
        margin: unset;
        list-style: none;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: -57px;
    }

    .achievements .slick-dots button {
        background: unset;
        border: unset;
        font-size: 0;
        width: 12px;
        height: 12px;
        background-color: #C6D9FC;
        border-radius: 30px;
        margin: 0 8px
    }

    .achievements .slick-active button {
        background-color: #0172FF;
    }

    section.gtwo {
        background-image: url('/wp-content/uploads/2024/07/mobile@2x.svg');
        padding-top: 60px;
        padding-bottom: 50px;
        margin-bottom: unset;
    }

    section.gtwo h2 {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: left;
        font-weight: 700;
    }

    section.gtwo span {
        font-size: 26px;
        line-height: 1.4;
    }


    section.gtwo .img-wrap {
        margin-top: -40px;
        top: 30px;
    }

    section.smallBanner .wrapper {
        align-items: start;
    }

    section.smallBanner .wrapper p {
        font-size: 16px;
        text-align: left;
        font-weight: 500;
        padding: unset;
    }

    section.smallBanner .wrapper {
        align-items: start;
        padding: 20px;
    }

    section.smallBanner {
        margin-bottom: 60px;
        position: relative;
    }

    section.smallBanner::before {
        width: 80px;
        height: 75px;
        right: 0;
        bottom: 0;
        margin-bottom: -46px;
        margin-right: 0;
        content: '';
        position: absolute;
        background-image: url(/wp-content/uploads/2024/04/Graphic_element-1.svg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    section.smallBanner .wrapper img {
        max-width: 136px;
    }
    .automate {
        height: 640px;
        min-height: auto;
        display: flex;
        align-items: end;
        background-image: url('/wp-content/uploads/2024/04/Frame-1437255125.webp');
        background-position: inherit;
        flex-direction: column;
    }
    .automate .wrapper {
        padding: 0px 20px;
    }

    .automate .wrapper .info {
        text-align: left;
    }

    .automate h2 {
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

    .automate .integrations-row {
        display: none;
    }

    .automate h2> br {
        display: none;
    }

    .automate p {
        font-size: 16px;
        line-height: 26px;
    }

    .automate p> br {
        display: none;
    }

    section.stats {
        padding: 100px 0;
        background-position: bottom right;
        background-size: 60%;

    }
    section.stats .wrapper {
        gap: unset;
    }
    section.stats .wrapper .items {
        width: 100%;
        margin-bottom: 15px;
    }
    section.stats .wrapper .item {

        padding: 40px 12px;

    }

    section.stats .number-wrap {
        font-size: 48px;
        margin-bottom: 2px;
    }

    .info-banner {
        padding: 50px 8px;
        max-width: 335px;
        margin: 60px auto;
    }
    .info-banner .wrapper h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .info-banner .wrapper p {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .info-banner .wrapper {
        flex-direction: column;
        padding: unset;
        justify-content: unset;
        gap: 165px;
    }

    .info-banner .blank {
        width: 100%;
    }

    .info-banner .info {
        width: 100%;
    }

    .info-banner::before {
        background-image: url('/wp-content/uploads/2024/04/Group-1437255275-1.webp');
        width: 267px;
        height: 227px;
        left: 50%;
        top: 0;
        transform: translatex(-50%);
        margin-left: unset;

    }
    .info-banner::after {
        content: none;
    }

    #home-blog {
        margin-bottom: 140px;
        margin-top: -40px;
    }
    #home-blog .home-b-des h4 {
        font-weight: 600;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    #home-blog .sing-wrap .sing-items {
        margin: unset;
        padding: 14px;
    }

    #home-blog .img-dis {
        height: 178px;
        margin-bottom: 14px;
    }

    #home-blog .blog-des span {
        padding: 7px 5px;
    }

    #home-blog .blog-des span {
        padding: 7px 5px;
        margin-bottom: 20px;
    }

    #home-blog .blog-des h2 {
        -webkit-line-clamp: 2;
        min-height: 48px;
        margin-bottom: 65px;
    }

    #home-blog .slick-arrow {
        top: unset;
        bottom: 0;
        left: 50%;
        margin-bottom: -70px;
    }

    #home-blog .slick-prev.slick-arrow {
        margin-right: unset;
        margin-left: -55px;
    }

    #home-blog .slick-next.slick-arrow {
        margin-right: unset;
        margin-left: 10px;
    }

    .home-contact {
        padding: 60px 0;
    }

    .home-contact .form-wrap::after {
        content: none;
    }

    .home-contact .form-wrap::before {
        content: none;
    }

    .home-contact .form-wrap {
        border: unset;
        box-shadow: unset;
        padding: 0 8px;
        background: none;
    }

    .home-contact .head-form {
        text-align: left;
    }
    .home-contact ::placeholder {
        color: #1E293B;
    }
    
    .home-contact .head-form span {
        margin-bottom: 16px;
    }

    .home-contact .head-form h2 {
        margin-bottom: 30px;
    }

    .home-contact .hs-form-field {
        width: 100%;
        display: block;
    }

    .home-contact input {
        min-height: 60px!important;
        max-width: 100%;
        margin-bottom: 20px!important;
        background-color: white !important;
    }
    .home-contact select {
        height: 60px!important;
        max-width: 100%;
        margin-bottom: 20px!important;
        background-color: white !important;
    }

    .home-contact .hbspt-form .hs-richtext p {
        color: #00286D;
        font-size: 14px;
        line-height: 17px;
    }

    .home-contact .hbspt-form input[type="submit"] {
        width: 100%;
        max-width: 100%;
        margin: unset !important;
        margin-top: 30px !important ;
        background-color: #FFDE69 !important;
    }

    footer {
        padding-top: 60px;
    }

    footer .left {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .footer .footer-tag {
        position: static;
        width: 55%;
    }


    .footer .footer-logo {
        max-width: 200px;
    }

    footer .footer-bio {
        font-size: 14px;
        color: #00286D;
        margin: unset;
    }

    footer .menu-desktop-menu-container>ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        margin-bottom: unset;
    }

    footer .menu-desktop-menu-container>ul>li{
        line-height: unset;
    }

    footer .menu-desktop-menu-container>ul>li>a {
        font-size: 16px;
    }

    footer .sub-menu {
        width: 100%;
    }

    footer .sub-menu a {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: unset;
    }

    footer .footer_row_middle_left h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    footer .footer_row_middle_left {
        margin-bottom: 40px;
    }

    footer .social-footer {
        margin-bottom: 40px;
    }

    footer .menu-footer-container> ul {
        grid-column-gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .stamps {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .stamps .img-wrap {
        width: 13%;
        display: flex;
        align-items: center;
    }


    footer .lower-footer .legal a {
        font-size: 16px;
    }

    #inner-content .row.switch-sides .col-lg-6:first-child {
        order: unset;
    }
    #resources .sing-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #blog-sing .sing-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .archive-items .w-items-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    #ebooks-items .e-items-wrap {
        flex-direction: column;
        align-items: center;
    }
    #sing-blog-head .sing-head {
        flex-direction: column;
    }
    .single-integrations #sing-blog-head .integ-dis {
        justify-content: start;
    }
    .single-integrations #sing-blog-head .integ-dis img {
        max-width: 185px;
    }
    .post-type-archive-integrations .integrations-des {
        display: none;
    }
    #soul-posts .posts-wrap {
        flex-direction: column;
    }
    #soul-posts .posts-wrap .soul-img {
        margin: unset;
    }
    #soul-posts .posts-wrap:nth-child(even) div:first-child {
        order: unset;
    }
    #soul-posts .posts-wrap:nth-child(even) div:last-child {
        order: unset;
    }
    #soul-posts .posts-wrap div:first-child {
        order: 2 !important;
    }
    #soul-posts .posts-wrap div:last-child {
        order: 1 !important;
    }

    .page-template-contact {
        overflow-x: hidden;
    }

    .page-template-contact .main {
        overflow: hidden;
    }
    .page-template-contact .inner-main-title {
        margin-bottom: 70px;
    }
    .page-template-contact .inner-main-title p {
        max-width: 200px;
    }
    .page-template-contact .left-wrap h1 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .page-template-contact .left-wrap h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .page-template-contact .left-wrap .img-wrap {
        text-align: center;
    }

    .page-template-contact .left-wrap .img-wrap img {
        max-width: 150px;
    }

    .page-template-contact .left-wrap {
        margin-bottom: 40px;
    }

    .page-template-contact section.contact-wrapper {
        /* margin-bottom: 60px; */
    }
    .page-template-contact .map {
        margin-top: unset;
        min-height: 179px;
    }
    .page-template-contact .des .place {
        margin-bottom: 6px;
    }

    .page-template-contact .des h2 {
        font-size: 16px;
        margin-bottom: 12px;
    } 
    .page-template-contact .des h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .page-template-contact .des a {
        font-weight: 300;
    }

    .page-id-1461  .form_title>span {
        display: none;
    }



    .col-lg-3.side-bar {
        border: unset;
    }

    .main-section-event .cta-wrapper {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border: 1px solid #090909;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        background-color: #005CFF;
    }

    .main-section-event .cta-wrapper a {
        color: white;
    }

    .main-section-event .head span {
        font-size: 20px;
    }

    .main-section-event .head h2 {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .main-section-event .head p {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 28px;
    }

    .main-section-event .single-wrap {
        padding: unset;
    }
    
    .main-section-event .single-wrap .rsv-wrap a {
        padding: 10px 40px;
    }

    .main-section-event .single-wrap .rsv-wrap a:hover {
        background-color: white;
        color: rgb(13,110,253);
        border-radius: unset;

    }

    .main-section-event .single-wrap .rsv-wrap {
        margin-bottom: 20px;
    }

    .main-section-event .des>p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .main-section-event .person {
        flex-direction: column;
        align-items: center;
    }

    .main-section-event .person img {
        max-width: unset;
        margin-right: unset;
        margin-bottom: 30px;
    }

    .main-section-event .person>p {
        flex: unset;
    }

    .main-section-event .person .img-wrapper {
        flex: unset;
        margin: unset;
        margin-bottom: 15px;
    }

    #int-tools p{
        font-size: 16px;
    }
    .inner-main-title.v1:before{
        width: 50px;
        height: 47px;
    }

    #inner-content .des h2{
        font-size: 24px;
    }

    .inner-main-title h1{
        font-size: 18px;
    }
    .inner-main-title p{
        font-size: 24px;
    }
    .inner-main-title.v1 p{
        margin-bottom: 20px;
    }
    .inner-main-title p.light{
        font-size: 16px;
    }

    .inner-main-title.v1:after{
        width: 110px;
        height: 102px;
    }

    .inner-main-title .wrap{
        min-height: 300px;
        padding-bottom: 40px;
    }

    .inner-main-title{
        margin-bottom: 40px;
    }

    section.main-section-event.archive .sing-items {
        max-width: 100%;
        padding: 20px;
    }

    section.main-section-event.archive .tag-blog {
        font-size: 12px;
        padding: 0 6px;
        margin-top: 6px;
        margin-left: 4px;
    }

    section.main-section-event.archive .cta-time span {
        font-size: 16px;
        text-align: center;
    }

    section.main-section-event.archive .sing-items h2 {
        text-align: center;
        min-height: unset;
        margin: unset;
        margin: 20px 0;
    }

    section.main-section-event.archive .cta-wrapper {
        position: static;
        background-color: white;
        transform: unset;
        border: unset;
        flex-direction: row;
    }

    section.main-section-event.archive .cta-wrapper button::after {
        content: none;
    }

    .one-wrap .container-fluid {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .one-wrap .left-section {
       padding: unset;
        margin-top: 52px;
    }

    .one-wrap .left-section> a img {
        max-width: 182px;
        margin-bottom: 37px;
    }

    .one-wrap .left-section h1 {
        font-size: 25px;
        line-height: 27px;
    }
    .one-wrap .left-section br {
        display: none;
    }

    .one-wrap .left-section h1>span::after {
        width: 104%;
    }

    .one-wrap .left-section p {
        font-size: 18px;
        line-height: 22px;
        max-width: unset;
        margin-bottom: 41px;
    }

    .one-wrap .left-section .quote {
        font-size: 18px;
        line-height: 22px;
    }

    .one-wrap .left-section .author span {
        font-size: 11px;
    }

    .one-wrap .left-section .author img {
        max-width: 100px;
    }

    .one-wrap .left-section .author .role {
        font-size: 11px;
    }


    body.page-id-1000 #trusted h2 {
        color: #00286D;
        font-size: 14px;
        /* margin-bottom: 5px; */
        margin: unset;
        margin-bottom: 20px;
    }

    body.page-id-1000 #trusted .img-wrap {
        width: 90px;
        margin-right: 35px;
    }
    body.page-id-1000 #trusted .img-wrap img {
        max-width: 70px;
    }

    .one-wrap .right-section {
        padding: 50px;
    }

    .one-wrap .right-section .form-sec-wrap {
        flex-direction: column-reverse;
    }

    .one-wrap form input[type="text"], .one-wrap form input[type="email"], .one-wrap form input[type="tel"], .one-wrap form select {
        width: 100% !important;
        min-height: 54px;
        margin-bottom: 20px;
    }

    .one-wrap form .input {
        margin-right: 0 !important;
    }

    .one-wrap .one-form {
        margin-bottom: 45px;
    }

    body.page-id-1000 .main {
        margin-bottom: unset;
    }

    .one-wrap .hbspt-form .hs-error-msgs.inputs-list {
        position: static;
        margin: unset;
    }

    .one-wrap .hs_error_rollup .hs-error-msgs.inputs-list {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -90px;
        margin-bottom: -50px;
    }

    .one-wrap .cert-wrap img{
        max-width: 300px;
    }

    .one-wrap .left-section {
        margin-bottom: 30px;
    }

    body.page-id-1000 #trusted {
        margin-bottom: 30px;
    }

    body.page-id-1000 .trust-wrap {
        margin-top: -40px;
    }

    body.page-template-product-lp-temp .top-logo-wrap {
        margin-bottom: 40px;
    }
    body.page-template-product-lp-temp .form-wrap {
        max-width: 330px;
    }

    body.page-template-product-lp-temp .form-wrap h2 {
        font-size: 18px;
        text-align: center;
    }

    body.page-template-product-lp-temp fieldset {
        display: block;
    }

    body.page-template-product-lp-temp .input> input,
    body.page-template-product-lp-temp .input> select {
        width: 100% !important;
    }

    body.page-template-product-lp-temp  fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }

    body.page-template-product-lp-temp .main {
        margin-top: 40px;
    }

    body.page-template-product-lp-temp .inner-main-title p {
        font-size: 35px;
    }

    body.page-template-product-lp-temp .legal-consent-container .hs-form-booleancheckbox-display>span {
        margin-left: 30px;
    }

    body.page-template-product-lp-temp .img-wrap {
        margin: 0 auto;
    }

    body.page-template-product-lp-temp .row.switch-sides .img-wrap {
        margin: 0 auto;
    }

    #side-pop>a {
        font-size: 13px;
        padding: 10px 18px;
    }
    #F-cta-pop .p-btn-wrap>a {
        font-size: 13px;
        margin: 0 15px;
        width: 160px;
    }
    #f-p-c>img {
        max-width: 12px;
    }
    #side-pop {
        right: -50px;
    }
    .integrations-warp .item:hover>.integrations-des {}
    .integrations-warp .item>.integrations-des.show-text {
        left: 0;
    }
    #f-p-c {
        right: 0;
    }

    #trusted {
        margin-bottom: 60px;
    }
    #trusted h2 {
        font-size: 28px;
        text-align: left;
    }

    .page-template-investors-lp .one-wrap .right-section .form-sec-wrap::before {
        content: none;
    }

    .page-template-investors-lp .one-wrap .right-section .form-sec-wrap::after {
        content: none;
    }

    body.page-template-investors-lp {
        background-image: unset;
        background-color: white;
    }

    body.page-template-investors-lp .col-lg-7 {
        background-color: #003692;
        background-image: url('/wp-content/uploads/2023/06/Mask-group.svg');
        background-position: center center;
        background-size: cover;
    }

    .page-template-investors-lp .one-wrap .right-section .form-sec-wrap {
        flex-direction: column;
        border: unset;
        padding: unset;
    }

    .page-template-investors-lp .one-wrap .right-section {
        margin-top: 20px;
    }
    .page-template-investors-lp .form_title {
        max-width: 300px;
    }
    .page-template-investors-lp .form_title br {
        display: none;
    }
    .page-template-investors-lp #trusted {
        margin-bottom: 30px;
    }

    .page-template-investors-lp .mobile-role {
        display: flex;
        justify-content: space-between;
    }

    .page-template-investors-lp .mobile-role img {
        width: 100%;
        max-width: 111px;
    }

    .page-template-investors-lp .left-section .visual {

    }
    .page-template-investors-lp .one-wrap form input[type="submit"] {
        font-size: 12px;
        max-width: 205;
        min-height: 39px;
    }

    .page-template-investors-lp .form_title>span::after {
       width: 295px;
       height: 25px;
    }
    .page-template-investors-lp .one-wrap .left-section h1>span::after {
        width: 105%;
    }

    #hubspot-messages-iframe-container {
        margin-bottom: unset;
        z-index: 99 !important;
    }

    .home-banner .wrapper {
        min-height: unset;
        background: linear-gradient(270deg,#005CFF 0%,#00286D 73.26%,#000000 101.2%);
        box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
        padding: unset;
        padding: 25px 20px;
        min-height: 655px;
        position: relative;
    }
    .home-banner .wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url('/wp-content/uploads/2023/07/Group-928.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 214px;
        height: 190px;
    }

    .home-banner .wrapper h2 {
        text-align: center;
        font-size: 23px;
        margin-bottom: 25px;
    }

    .home-banner .wrapper p {
        text-align: center;
        margin-bottom: 25px;
    }

    .home-banner .wrapper form {
        flex-direction: column;
    }

    .home-banner .hs-email {
        max-width: unset;
        width: 100%;
        margin-right: unset;
        margin-bottom: 73px;
    }

    .home-banner .wrapper form .legal-consent-container {
        margin-bottom: 65px;
        max-width: 230px;
    }

    .home-banner input[type="submit"] {
        padding: 13px 0;
        max-width: 143px;
    }

    .page-template-brochure-webpage .product .tab-content .wrapper .img-wrap:after{
        display: none;
    }

    .page-template-brochure-webpage section.items {
        margin-bottom: 50px;
    }

    .page-template-brochure-webpage .items .items-wrap .item {
        padding: 40px 20px;
    }

    .page-template-brochure-webpage .items span {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .page-template-brochure-webpage .items .items-wrap .item .img-wrap {
        margin-bottom: 20px;
    }

    .page-template-brochure-webpage .items .items-wrap .item img{
        margin-bottom: 0;
    }

    .page-template-brochure-webpage .items .items-wrap .item h2 {
        font-size: 18px;
    }

    .page-template-brochure-webpage .items .items-wrap .item p {
        font-size: 18px;
    }

    .page-template-brochure-webpage #trusted {
        margin-bottom: 50px;
    }

    .page-template-brochure-webpage .visual {
        margin-bottom: 40px;
        padding: 60px 0;
    }
    .page-template-brochure-webpage .visual .wrapper {
        flex-direction: column;
    }

    .page-template-brochure-webpage .visual .wrapper .left img {
        max-width: 241px;
    }

    .page-template-brochure-webpage .visual .wrapper>div {
        padding-bottom: 70px;
    }

    .integrations {
        margin-bottom: 60px;
    }

    .page-template-brochure-webpage .integrations-warp {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-template-brochure-webpage .integrations-warp .item .name {
        font-size: 12px;
    }

    .page-template-brochure-webpage .integrations-warp .item img{
        height: 105px;
    }

    .page-template-brochure-webpage .revo .wrapper {
        flex-direction: column-reverse;
    }

    .page-template-brochure-webpage .revo .wrapper>div:first-child {
        width: 100%;
        text-align: center;
    }

    .page-template-brochure-webpage .revo .wrapper>div:last-child {
        width: 100%;
        margin-bottom: 50px;
    }

    .page-template-brochure-webpage .revo .des p {
        font-size: 16px;
        line-height: 25px;
    }

    .page-template-brochure-webpage .revo .wrapper img {
        max-width: 235px;
    }
    section.contact-wrapper .wrapper form {
        padding: 15px;
    }
    section.contact-wrapper .hbspt-form .input {
        margin-right: unset !important;
    }
    section.contact-wrapper .hs_error_rollup {
        position: static;
        width: 100%;
    }
    section.contact-wrapper .hbspt-form input[type="text"],
    section.contact-wrapper .hbspt-form input[type="email"],
    section.contact-wrapper .hbspt-form input[type="submit"],
    section.contact-wrapper .hbspt-form input[type="tel"],
    section.contact-wrapper .hbspt-form select,
    section.contact-wrapper .hbspt-form textarea {
 
        margin-bottom: 5px;
        width: 100% !important;
    }
    .hbspt-form input[type="submit"] {
        min-height: 40px;
        max-width: 140px;
    }
    section.contact-wrapper .legal-consent-container {
        margin-top: 15px;
    }
    section.contact-wrapper .wrapper form fieldset .hs-form-field {
        width: 100%;
    }
    section.main-section-event.archive .cta-wrapper button{
        font-size: 16px;
        margin-right: 20px;
    }

    .filters form > ul{
        flex-direction: column;
        gap: 10px;
    }

    .inner-main-title.v2 h1{
        font-size: 24px;
    }

    .inner-main-title.v2 p{
        font-size: 18px;
    }

    .inner-main-title.v2{
        margin-bottom: 65px;
    }

    #ex-team .ex-team-des h2{
        font-size: 16px;
        margin-bottom: 7px;
    }

    #ex-team .ex-team-des h4{
        font-size: 24px;
    }

    #ex-team::after{
        display: none;
    }

    #trust-title h4{
        font-size: 24px;
    }

    #achiv h2{
        font-size: 24px;
    }

    #achiv h2 br{
        display: none;
    }

    #security h4{
        font-size: 16px;
        font-weight: 600;
    }

    #benefits .benefits-wrap .benefits-items-wrap{
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-contact .wrap h1{
        font-size: 24px;
    }

    .page-template-contact .wrap .light{
        font-size: 16px;
    }

    .page-template-contact .wrap .small{
        font-size: 16px;
        margin-bottom: 15px;
    }

    .page-template-contact .wrap .light > br{
        display: none;
    }

    .contact-wrapper .home-contact .form-wrap{
        padding: 0;
        max-width: 100%;
    }

    .page-template-brochure-webpage .items .items-wrap{
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 40px;
    }

    .page-template-brochure-webpage .visual .wrapper .left h2,
    .page-template-brochure-webpage .integrations h2{
        font-size: 24px;
    }

    .page-template-brochure-webpage .integrations{
        margin-bottom: 60px;
    }

    .inner-main-title.v2 img{
        max-width: 255px;
    }

    .page-template-brochure-webpage .items h2{
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    /* /* Case Study Template */ 

    .case-main h2 {
        font-size: 28px;
        color: var(--caseStudyTextColor);
        text-align: left;
    }

    section.case-hero {
        margin-bottom: 60px;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .case-hero .des {
        margin-bottom: 60px;
    }
    .case-hero h1 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .case-hero .graphic-element-topTringle {
        width: 122px;
        height: 147px;
        margin: unset;
        margin-top: -51px;
        margin-right: 4px;
    }

    .case-hero .graphic-element-bottomCube {
        width: 132px;
        height: 126px;
        margin: unset;
        margin-bottom: -40px;
        margin-right: 5px;
    }

    .case-hero .graphic-element-shadow {
       display: none;
    }
    .case-main .first .graphic-element-left,
    .case-main .first .graphic-element-right {
        display: none;
    }

    .case-main .first h2 {
        font-size: 28px;
        text-align: left;
        margin-bottom: 20px;
    }

    .case-main .first .wrapper> p {
        text-align: left;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .case-main .first .wrapper> p>br {
        display: none;
    }

    .case-main .first .items {
        display: block;
    }

    .case-main .first .item {
        width: 100%;
    }


    .single-case-study .slick-arrow {
        position: absolute;
        bottom: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        transition: all 0.4s ease-out;
        margin-bottom: -70px;
    }

    .single-case-study .slick-prev {
        left: 50%;
        margin-left: -130px;
        transform: translateX(-50%) rotate(180deg);
    }

    .single-case-study .slick-next {
        right: 50%;
        margin-right: -165px;
        transform: translateX(-50%);
    }
    .single-case-study .slick-dots {
        padding: unset;
        margin: unset;
        list-style: none;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: -57px;
    }

    .single-case-study ul.slick-dots li {
        margin-right: 10px;
        display: inline-block;
    }

    .single-case-study .slick-dots button {
        background: unset;
        border: unset;
        font-size: 0;
        width: 12px;
        height: 12px;
        background-color: #C6D9FC;
        border-radius: 30px;
        margin: 0 8px;
    }

    .single-case-study .slick-active button {
        background-color: #0172FF;
    }

    .case-main section.second {
        padding: 102px 0;
        margin-bottom: 60px;
    }

    .case-main .second h2 {
        margin-bottom: 30px;
    }

    .case-main .second .items .item {
        padding: 26px 0;
        padding-left: 19px;
    }

    .case-main .second .items .item span {
        padding-right: 100px;
    }
    .case-main section.third {
        margin-bottom: unset;
    }

    .case-main .third p {
        font-size: 16px;
        line-height: 26px;
    }

    .case-main .third .items {
        margin-bottom: 70px;
        display: block;
    }

    .case-main .third .slick-slide {
        margin: 0px 14px;
    }


    .case-main .third .items> div {
        width: unset;
    }
    .case-main .third .item {
        width: 336px;
        margin-left: 10px;
    }

    .single-case-study .third .slick-arrow {
        margin-bottom: -25px;
    }

    .single-case-study .third  .slick-dots {
        margin-bottom: -13px;
    }

    .case-main section.blue-strip {
        margin-bottom: 50px;
    }
    .case-main section.blue-strip .wrapper {
        background-image: none;
        padding: 30px 21px;
    }
    .case-main section.blue-strip .wrapper p {
        font-size: 16px;
        line-height: 26px;
    }
    .case-main section.blue-strip .wrapper::after {
        height: 59px;
        width: 62px;
        margin-right: 31px;
        margin-bottom: -24px;
    }

    .case-main section.bottom-part {
        padding: 90px 0;
        background-image: url(/wp-content/uploads/2024/08/Group-1437255482.svg);
    }

    .case-main section.bottom-part .wrapper {
        padding: 40px 13px;
    }

    .case-main section.bottom-part .wrapper::before {
        content: none;
        display: none;
    }

    .case-main section.bottom-part .wrapper::after {
        width: 96px;
        height: 92px;
        right: unset;
        margin-right: unset;
        left: 0;
        margin-top: -53px;
        margin-left: 12px;
    }
    .case-main section.bottom-part p {
        font-size: 16px;
        line-height: 26px;
    }

    .case-main section.bottom-part h2 {
        padding: 0 70px;
    }

    .case-main .third .slick-list {
        margin: 0px -14px;
    }

    /* /*END -  Case Study Template */ 

/* Pillar Template */
section.pillar-hero {
    margin-bottom: 60px;
    background-image: url('/wp-content/uploads/2024/08/Mask-group-2.svg');
    min-height: 699px;
}
section.pillar-hero .wrapper {
    text-align: center;
    margin-top: 176px;
}


section.pillar-hero .wrapper {
    text-align: center;
    margin-top: 176px;
}

section.pillar-hero .wrapper img {
   display: none;
}

section.pillar-hero .wrapper h1 .highlighted {
    white-space: nowrap;
}

section.pillar-hero .wrapper h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
}

section.pillar-hero .wrapper .sub {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
}

section.pillar-hero .wrapper .des {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

section.pillar-main {
    margin-bottom: 60px;
}

section.pillar-main .item {
    flex-direction: column;
    gap: 30px;
}

section.pillar-main .item .img-wrap {
    max-width: calc(100% - 30px);
}

section.pillar-main .item .des {
    max-width: calc(100% - 30px);
}

section.pillar-main .counter {
    width: 43px;
    height: 47px;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 10px;
}

section.pillar-main h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}

section.pillar-main .info-item {
    align-items: center;
}



section.pillar-main .cta-wrap {
    flex: 1;
}

section.pillar-main .item {
    margin-bottom: 100px;
}

.page-template-pillar .outer-absolute {
    display: none;
}


/* END - Pillar Template */
    header .cta {
        display: block;
        margin-bottom: 60px;
    }

    header .social-footer {
        display: flex;
        justify-content: center;
        gap: 30px;
        padding-bottom: 30px;
    }

    header .menu-desktop-menu-container {
        width: 100%;
        overflow-y: auto;
        margin-bottom: 60px;
        height: 45vh;

    }

    header .header-wrap .menu-wrap ul li:after {
        width: 330px;
    }

    .header-wrap.open .cta-tab {
        display: none;
    }
    header .header-wrap.open .menu-wrap.top-active {
        padding-top: 170px;
    }
    header .header-wrap.open .menu-wrap {
        left: 0;
        background: linear-gradient(180deg, #EFF5FE 0%, #FFFFFF 100%);
        padding: 0 25px;
        padding-top: 115px;
        overflow-y: auto;
    }

    header .header-wrap.open .sub-menu {
        background-color: transparent;
    }

    header .header-wrap.open .menu-wrap ul li:after {
        background-color: #D1DEF0;
    }

    .header-wrap.open #menu-desktop-menu> li {
        font-size: 20px;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        margin: unset;
    }

    .header-wrap.open #menu-desktop-menu> li:first-child {
        margin: unset;
    }

    .header-wrap.open #menu-desktop-menu> li:last-child {
        position: static;
    }

    .header-wrap.open #menu-desktop-menu> li.open> a {
        font-weight: 600;
    }

    /* sub menu */

    .header-wrap.open #menu-desktop-menu li.menu-item-has-children> ul.sub-menu {
        padding: unset;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .header-wrap.open #menu-desktop-menu li.menu-item-has-children> ul.sub-menu> li {
        margin-bottom: 30px;
    }

    .header-wrap.open #menu-desktop-menu li.menu-item-has-children> ul.sub-menu> li:last-child {
        margin-bottom: unset;
    }

    .header-wrap.open #menu-desktop-menu> li:last-child::after {
        content: none;
    }


    /* mega sub menu */

    .header-wrap.open #menu-desktop-menu .mega-menu .sub-menu .sub-menu> li {
        margin: unset;
    }
    #menu-desktop-menu .mega-menu .sub-menu li.menu-item-has-children {
        flex-direction: column;
        align-items: start;
    }
    #menu-desktop-menu .mega-menu .sub-menu li.menu-item-has-children> ul {
        display: none;
    }
    #menu-desktop-menu .mega-menu .sub-menu li.menu-item-has-children.open> ul {
        display: grid;
    }
    
    .header-wrap.open .mega-menu> .sub-menu>li> a {
        font-weight: 600;
        color: #668AF8;
        font-size: 16px;
        text-transform: uppercase;
    }

    .header-wrap.open .mega-menu> .sub-menu>li> .sub-menu a {
        color: #1E293B;
        font-size: 16px;
        text-transform: capitalize;
    }

    li.open.mega-menu .sub-menu .menu-arrow {
        width: 20px;
        height: 16px;
        top: 3px;
        margin-left: 125px;
    }

    li.open.mega-menu .sub-menu .menu-arrow i {
        transform: rotate(0deg);
    }
    
    li.mega-menu .sub-menu li.open .menu-arrow i {
        transform: rotate(180deg);
    }
    .streaming-wrapper .wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .streaming-wrapper .wrapper > a {
        width: 50%;
        max-width: 70px;
    }

    /*schedule-a-demo-lp  */

    .page-template-schedule-demo-lp .form-warpper .graphic-elemet,
    .page-template-demo-testimonial .form-warpper .graphic-elemet {
        display: none;
    }
    
    .page-template-schedule-demo-lp .hero-lp::after,
    .page-template-demo-testimonial .hero-lp::after {
        content: none;
    }
    
    .page-template-schedule-demo-lp .hero-lp,
    .page-template-demo-testimonial .hero-lp {
        padding: unset;
        padding: 40px 0;
        margin-bottom: 65px;
    }
    
    .page-template-schedule-demo-lp .des,
    .page-template-demo-testimonial .des {
        margin-bottom: 40px;
    }
    
    .page-template-schedule-demo-lp h1,
    .page-template-demo-testimonial h1 {
        font-size: 28px;
    }
    
    .page-template-schedule-demo-lp .content p,
    .page-template-demo-testimonial .content p {
        font-size: 16px;
    }
    
    .page-template-schedule-demo-lp .content p br,
    .page-template-demo-testimonial .content p br {
        display: none;
    }
    
    .page-template-schedule-demo-lp .content h2,
    .page-template-demo-testimonial .content h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .page-template-schedule-demo-lp .content ul,
    .page-template-demo-testimonial .content ul {
        margin-bottom: 30px;
    }
    
    .page-template-schedule-demo-lp .content ul li,
    .page-template-demo-testimonial .content ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }
    
    .page-template-schedule-demo-lp .des .wrapper,
    .page-template-demo-testimonial .des .wrapper {
        gap: 10px;
        justify-content: center;
    }
    
    .page-template-schedule-demo-lp .item,
    .page-template-demo-testimonial .item {
        width: 28%;
    }
    
    .page-template-schedule-demo-lp .form-warpper form,
    .page-template-demo-testimonial .form-warpper form {
        border: unset;
        box-shadow: unset;
        padding: unset;
        background: unset;
    }
    
    .page-template-schedule-demo-lp .form-warpper input[type="submit"],
    .page-template-demo-testimonial .form-warpper input[type="submit"] {
        max-width: unset;
        width: 100%;
        padding: 18px 40px;
    }
    
    .page-template-schedule-demo-lp .content ul li::before,
    .page-template-demo-testimonial .content ul li::before {
        width: 23px;
        height: 23px;
    }
    
    .page-template-schedule-demo-lp .form-warpper input,
    .page-template-demo-testimonial .form-warpper input {
        min-height: 60px;
    }
    
    .page-template-schedule-demo-lp .form-warpper select,
    .page-template-demo-testimonial .form-warpper select {
        min-height: 60px;
        -webkit-appearance: none;
        background-color: white;
        color: var(--text-color);
    }
    
    .page-template-schedule-demo-lp .hs-form-field,
    .page-template-demo-testimonial .hs-form-field {
        margin-bottom: 20px;
    }
    
    .page-template-schedule-demo-lp .hbspt-form .hs-error-msgs.inputs-list,
    .page-template-demo-testimonial .hbspt-form .hs-error-msgs.inputs-list {
        max-width: 150px;
        right: 0;
    }
    
    .page-template-schedule-demo-lp .hbspt-form .hs-error-msgs.inputs-list label,
    .page-template-demo-testimonial .hbspt-form .hs-error-msgs.inputs-list label {
        text-align: center;
    }
    
    /* v2 */
    .page-template-schedule-demo-lp .template-main.v2 .hero-lp,
    .page-template-demo-testimonial .template-main.v2 .hero-lp {
        background-image: url('/wp-content/uploads/2024/11/Backgound-1.svg');
    }
    
    .page-template-schedule-demo-lp .template-main.v2 h1,
    .page-template-demo-testimonial .template-main.v2 h1 {
        font-size: 25px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .content ul li,
    .page-template-demo-testimonial .template-main.v2 .content ul li {
        font-size: 18px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .content h2,
    .page-template-demo-testimonial .template-main.v2 .content h2 {
        font-size: 20px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .des .wrapper,
    .page-template-demo-testimonial .template-main.v2 .des .wrapper {
        margin-bottom: 50px;
        gap: 25px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .form-warpper form,
    .page-template-demo-testimonial .template-main.v2 .form-warpper form {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
        padding: 20px 10px;
        border-radius: 10px;
        border: 1px solid white;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .form-warpper,
    .page-template-demo-testimonial .template-main.v2 .form-warpper {
        margin-bottom: 50px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .hbspt-form .hs-richtext p,
    .page-template-demo-testimonial .template-main.v2 .hbspt-form .hs-richtext p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .lower-banner .warpper,
    .page-template-demo-testimonial .template-main.v2 .lower-banner .warpper {
        flex-direction: column;
        align-items: start;
        padding: 30px;
        gap: 0;
        row-gap: 90px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .lower-banner .info p br,
    .page-template-demo-testimonial .template-main.v2 .lower-banner .info p br {
        display: none;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .qoutes,
    .page-template-demo-testimonial .template-main.v2 .qoutes {
        max-width: 95px;
    }
    
    .page-template-schedule-demo-lp .template-main.v2 .item,
    .page-template-demo-testimonial .template-main.v2 .item {
        width: unset;
    }
    
    .page-id-2924 .footer {
        padding: unset;
    }
  }

  /* eoy template */
  .page-template-eoy .main {
    margin: unset;
  }

  .page-template-eoy img {
    width: 100%;
    height: auto;
  }
  .page-template-eoy section.eoy-hero {
    background-image: url(/wp-content/uploads/2024/11/Delete-Layer-1.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 80px;
}
.page-template-eoy section.eoy-hero .counter-wrap {
    text-align: center;
    margin-bottom: 40px;
}

/* page-template-eoy */

.page-template-eoy .countdown-container > div {
    font-size: 75px;
    color: white;
    line-height: 85px;
}

.page-template-eoy .countdown-container .first,
.page-template-eoy .countdown-container .mid,
.page-template-eoy .countdown-container .last {
    display: flex;
    flex-direction: column;
}

.page-template-eoy .countdown-container .hours,
.page-template-eoy .countdown-container .minutes,
.page-template-eoy .countdown-container .seconds {
    display: flex;
    gap: 5px;
}
.page-template-eoy section.eoy-hero .digit {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.112) 100%);
    border: 2px solid white;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 4px 44px 0px #000000A6;
    border-radius: 11px;
    padding: 5px;
    width: 60px;
    border-image-slice: 1;
}
.page-template-eoy section.days .digit {
    background: linear-gradient(180deg, rgba(168, 189, 251, 0.14) 0%, rgba(0, 92, 255, 0.14) 100%),
linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid #00000033;
    box-shadow: 0px 1px 8px 0px #AB76344D inset;
    border-radius: 11px;
    padding: 5px;
    width: 60px;
}

.page-template-eoy .countdown-container .text {
    font-size: 20px;
    line-height: 1;
}
.page-template-eoy .countdown-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}
.page-template-eoy section.eoy-hero .info {
    text-align: center;
    position: relative;
}

.page-template-eoy section.eoy-hero .info .cta-wrap.anchor a {
    text-align: center;
    font-size: 35px;
    color: white;
    background: #005CFF;
    margin: unset;
    border-radius: 12px;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: unset;
    margin-top: 20px;
    transition: transform 0.5s ease-in-out;
}


.page-template-eoy section.eoy-hero .info .cta-wrap.anchor a:hover {
    transform: translateY(30%);
}
.page-template-eoy section.eoy-hero img {
    width: 100%;
    max-width: 144px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -32px;
    margin-right: 41px;
    display: none;
}
.page-template-eoy section.eoy-hero h1 {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 90px;
    line-height: 0.9;
    background: linear-gradient(90deg, #0172FF 0%, #FFFFFF 11.01%, #FFFFFF 78.52%, #E6AFFF 92.05%, #A8BDFB 97.96%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.page-template-eoy section.eoy-hero span {
    font-weight: 700;
    font-size: 90px;
    color: white;
    line-height: 0.9;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-template-eoy section.eoy-hero .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.page-template-eoy section.eoy-hero .logo img {
    position: static;
    display: block;
    margin: unset !important;
    width: 100%;
    max-width: 200px;
}
.page-template-eoy section.blue-strip {
    background: linear-gradient(269.17deg, #A8BDFB -29.57%, #003799 63.49%);
    text-align: center;
    color: white;
}
.page-template-eoy section.blue-strip p {
    margin: unset;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.3;
    padding: 10px 0;
}
.page-template-eoy section.alarm-clock {
    position: relative;
    padding-top: 120px;
    margin-bottom: 120px;
}
.page-template-eoy section.alarm-clock img {
    max-width: 470px;
    border: 8px solid #005CFF33;
    border-radius: 26px;
}
.page-template-eoy section.alarm-clock img.graphical-line {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 500px;
    border: unset;
    display: none;
}
.page-template-eoy section.alarm-clock .info {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-template-eoy section.alarm-clock h2 {
    color: #0172FF;
    font-weight: 700;
    font-size: 63px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.page-template-eoy section.alarm-clock h3 {
    color: #0A1637;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.page-template-eoy section.alarm-clock p {
    color: #0A1637;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}

.page-template-eoy section.days {
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/11/Frame-1437255508-5.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.page-template-eoy section.days .days-wrap {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #ebeefc;
    padding: 40px;
}
.page-template-eoy section.days .countdown-container > div {
    color: #091636;
}
.page-template-eoy section.days .remaining-days {
    color: #005CFF;
    font-size: 63px;
    font-weight: 700;
    margin-bottom: 25px;
}
.page-template-eoy section.days p {
    color: #091636;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 40px;
}
.page-template-eoy section.party {
    background-color: #091636;
    text-align: center;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.page-template-eoy section.party h2 {
    color: white;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 42px;
}
.page-template-eoy section.party .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 50px 100px;
    margin: 0 auto;
}
.page-template-eoy section.party .item img {
    border-radius: 20px;
    border: 6px solid #FFFFFF24;
}
.page-template-eoy section.party .item .img-wrap {
    margin-bottom: 20px;
    text-align: center;
}
.page-template-eoy section.party h3 {
    color: white;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 8px;
}
.page-template-eoy section.party p {
    font-size: 15px;
    color: white;
    font-weight: 400;
    line-height: 1.5;
}
.page-template-eoy section.party img.party-trigon {
    position: absolute;
}
.page-template-eoy section.party img.party-trigon.left-elemental {
    width: 180px;
    top: 0;
    left: 0;
    margin-top: 100px;
}
.page-template-eoy section.party img.party-trigon.right-elemental {
    width: 130px;
    top: 50%;
    right: 0;
    margin-top: -60px;
}

.page-template-eoy section.contact {
    padding: 120px 0;
    background: linear-gradient(302.26deg, #F3F8FF -2.46%, #A8BDFB 108.44%);
    text-align: center;
}
.page-template-eoy section.contact .wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.page-template-eoy section.contact .upper {
    background: #091636;
    color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-image: url(/wp-content/uploads/2024/11/Group-1437255510.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-template-eoy section.contact .lower {
    padding: 40px 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.61) 100%);
    box-shadow: 0px -5px 35px 0px rgba(175, 192, 240, 0.14);
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}
.page-template-eoy section.contact .upper h2 {
    font-weight: 600;
    font-size: 56px;
    padding: 80px 0;
    margin: unset;
}
.page-template-eoy section.contact input::placeholder {
    color: #1E293B;
}
.page-template-eoy section.contact .hbspt-form input[type="text"],
.page-template-eoy section.contact .hbspt-form input[type="email"],
.page-template-eoy section.contact .hbspt-form input[type="submit"],
.page-template-eoy section.contact .hbspt-form input[type="tel"],
.page-template-eoy section.contact .hbspt-form select,
.page-template-eoy section.contact .hbspt-form textarea {
    border: 1px solid #DFE7FF;
    min-height: 50px;
    margin: unset;
    border-radius: 12px;
    font-weight: 500;
}
.page-template-eoy section.contact .hbspt-form label {
    margin: unset;
}
.page-template-eoy section.contact form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.page-template-eoy section.contact .hs_error_rollup {
    position: relative;
}
.page-template-eoy .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
    display: block !important;
    position: static;
}

/* shown only above 1085 */
@media (min-width: 1085px) {
    .page-template-eoy section.eoy-hero img {
        display: block;
    }

    .page-template-eoy section.alarm-clock img.graphical-line {
        display: block;
    }
}

/* shown only below 768 */
@media only screen and (max-width: 768px) {

    .page-template-eoy section.eoy-hero .digit,
    .page-template-eoy section.days .digit{
        width: auto;
        height: 100px;
    }

    .page-template-eoy .countdown-container{
        margin-bottom: 45px;
    }
    .page-template-eoy section.eoy-hero .logo {
        margin: 20px 0;
    }
    .page-template-eoy .countdown-container > div {
        font-size: 40px;
    }
    .page-template-eoy section.eoy-hero {
        background-image: url('/wp-content/uploads/2024/11/Delete-Layer-1-1.webp');
        padding-top: 20px;
        min-height: 70vh;
    }

    .page-template-eoy section.eoy-hero .counter-wrap {
        margin-bottom: 25px;
    }

    .page-template-eoy section.eoy-hero .counter-wrap > div {
        font-size: 50px;
    }

    .page-template-eoy section.eoy-hero h1 {
        font-size: 38px;
    }

    .page-template-eoy section.eoy-hero span {
        font-size: 38px;
    }

    .page-template-eoy section.eoy-hero .info .cta-wrap.anchor a {
        font-size: 16px;
        padding: 6px 11px;
    }

    .page-template-eoy section.blue-strip p {
        font-size: 24px;
    }

    .page-template-eoy section.alarm-clock {
        padding-top: 60px;
        margin-bottom: 60px;
    }

    .page-template-eoy section.alarm-clock .col-lg-6:first-child {
        order: 2;
    }

    .page-template-eoy section.alarm-clock .col-lg-6:last-child {
        order: 1;
    }

    .page-template-eoy section.alarm-clock h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .page-template-eoy section.alarm-clock h3 {
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.4em;
    }

    .page-template-eoy section.alarm-clock p {
        font-size: 18px;
        text-align: center;
    }

    .page-template-eoy section.alarm-clock .img-wrap {
        text-align: center;
    }

    .page-template-eoy section.alarm-clock img {
        max-width: calc(100% - 12px);
        border-width: 4px;
    }

    .page-template-eoy section.days.mobile {
        min-height: unset;
        background-image: unset;
        display: block;
        background-repeat: unset;
        background-position: unset;
    }

    .page-template-eoy section.days.mobile .remaining-days {
        font-size: 28px;
        margin-bottom: unset;
    }

    .page-template-eoy section.days.mobile p {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: 400;
        margin-bottom: unset;
        padding-bottom: 40px;
    }

    .page-template-eoy section.mobile-counter {
        background-image: url(/wp-content/uploads/2024/11/digit-mobile.png);
        background-size: cover;
        background-position: center center;
        min-height: 375px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-template-eoy .mobile-counter .counter-wrap {
        background-color: #ebeefc;
        padding: 25px 0;
    }

    .page-template-eoy .mobile-counter .countdown-container > div {
        color: #091636;
        font-size: 40px;
    }

    .page-template-eoy .mobile-counter .digit {
        background: linear-gradient(180deg, rgba(168, 189, 251, 0.14) 0%, rgba(0, 92, 255, 0.14) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        border: 0.37px solid #00000033;
        box-shadow: 0px 1.63px 8.13px 0px #AB76344D inset;
        border-radius: 11px;
        padding: 5px;
    }

    .page-template-eoy section.party {
        padding: 60px 0;
    }

    .page-template-eoy section.party img.party-trigon.left-elemental {
        width: 80px;
        margin-top: 90px;
    }

    .page-template-eoy section.party img.party-trigon.right-elemental {
        width: 70px;
        top: 0;
        margin-top: 0;
        margin-right: -11px;
    }

    .page-template-eoy section.party h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.4em;
        margin-bottom: 40px;
    }

    .page-template-eoy section.party .items {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-template-eoy section.party h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .page-template-eoy section.party p {
        font-size: 18px;
    }

    .page-template-eoy section.contact {
        padding: unset;
        padding-bottom: 60px;
    }

    .page-template-eoy section.contact .upper {
        border-radius: unset;
        background-image: url('/wp-content/uploads/2024/11/Group-1437255511.webp');
    }

    .page-template-eoy section.contact .upper h2 {
        font-size: 28px;
        padding: 55px 0;
    }

    .page-template-eoy section.contact .lower {
        padding: 0 20px;
        padding-top: 40px;
        border: unset;
        background: unset;
    }

    .page-template-eoy section.contact form {
        display: flex;
        flex-direction: column;
    }

    .page-template-eoy section.contact .hbspt-form .hs-richtext p {
        text-align: left;
        color: #00286D;
        font-size: 14px;
    }

    .page-template-eoy section.contact .hbspt-form input[type="submit"] {
        width: 100%;
        max-width: unset;
        border-radius: 12px;
    }
}

/* Self Guided Tour demo */

.page-template-schedule-demo-lp .template-main.self h1 {
    text-align: center;
    margin-bottom: 25px;
}
.page-template-schedule-demo-lp .template-main.self .hero-lp h2 {
    font-weight: 700;
    font-size: 46px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.page-template-schedule-demo-lp .template-main.self .hero-lp h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
    .page-template-schedule-demo-lp .template-main.self .hero-lp h2 {
        font-size: 28px;
    }

    .page-template-schedule-demo-lp .template-main.self .hero-lp h3 {
        font-size: 25px;
    }
}

/* oneofus add 25/12/2024 */

/*fixing form validtion 11/02/2025 */
.page-template-brochure-webpage .hbspt-form .hs-error-msgs.inputs-list {
        top: 0;
}

@media only screen and (max-width: 991px) {

    .home-contact .hbspt-form .hs-error-msgs.inputs-list {
        top: -19px;
    }

    .page-template-brochure-webpage .hbspt-form .hs-error-msgs.inputs-list {
        top: -20px;
    }


}

