@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    src: url("../fonts/work-sans/WorkSans-Light.otf");
    font-weight: 300;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    src: url("../fonts/work-sans/WorkSans-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    src: url("../fonts/work-sans/WorkSans-Medium.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    src: url("../fonts/work-sans/WorkSans-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    src: url("../fonts/work-sans/WorkSans-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    src: url("../fonts/p22-mackinac-pro/P22MackinacPro-Bold_16.otf");
    font-weight: 700;
}

@font-face {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    src: url("../fonts/p22-mackinac-pro/P22MackinacPro-Medium_26.otf");
    font-weight: 500;
}

@font-face {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    src: url("../fonts/p22-mackinac-pro/P22MackinacPro-Book_25.otf");
    font-weight: 400;
}

@font-face {
    font-family: 'Larsseit';
    font-style: normal;
    src: url("../fonts/larsseit/Larsseit-Light.otf");
    font-weight: 400;
}

@font-face {
font-family: 'Larsseit';
    font-style: normal;
    src: url("../fonts/larsseit/Larsseit-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    src: url("../fonts/source-sans-pro/SourceSansPro-Semibold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Source Sans Pro";
    font-style: normal;
    src: url("../fonts/source-sans-pro/SourceSansPro-Regular.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    src: url("../fonts/poppins/Poppins-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    src: url("../fonts/poppins/Poppins-Light.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    src: url("../fonts/inter/Inter-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    src: url("../fonts/inter/Inter-Regular.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    src: url("../fonts/sfprotext/SFProText-Regular.ttf");
    font-weight: 500;
}

:root {

    --h2-color: #083236;
    --h3-color: #000000;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    line-height: 1;
}

a {
    text-decoration: none !important;
}

h1 {
    color: #E7F1EE;
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
}

.h1 {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #000000;
    text-align: left;
}

h2 {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: var(--h2-color);
}

h3 {
    color: var(--h3-color);
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

h4 {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #444444;
}



.ah1 {
    color: #E7F1EE;
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
}
.ah3 {
    color: var(--h3-color);
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
}

.ah4 {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #444444;
}

.sh1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 18px;
    color: #000000;
    text-align: left;
}

.sh2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #E7F1EE;
}

.sh3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.sh4 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.sh3-text {
    width: 80%;
}

h2.sh2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.sh2-heading {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 350;
    font-size: 18px;
    line-height: 30px;
    color: #E7F1EE;
}

.sp1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #E7F1EE;
}

.p1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #747F8D;
}

.p2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
}

.p3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.meta-data {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #646E7A;
}

.input {
    width: 460px;
    height: 60px;
    background: #FFFCFA;
}

.card-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}

.max-width-1360 {
    max-width: 1360px;
    margin: 0 auto;
}

.card-padding-100 {
    padding: 100px 80px;
}

.card-padding-140 {
    padding: 140px 80px;
}

.card-padding-140-80 {
    padding: 140px 80px 80px;
}

.card-padding-80-0 {
    padding: 80px 80px 0;
}

.card-padding-100-0 {
    padding: 100px 0px;
}

.card-padding-78 {
    padding: 78px 80px;
}

.card-padding-100-90 {
    padding: 100px 90px;
}

.padding-0-80 {
    padding: 0 80px;
}

.padding-60-0 {
    padding: 60px 0;
}

.card-container .columns {
    margin: 0;
}

/* .columns {
    margin: 0 !important;
} */

.columns .column {
    padding: 0 !important;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

.font-weight-600 {
    font-weight: 500;
}

.is-font-weight-700 {
    font-weight: 700;
}

.is-font-weight-600 {
    font-weight: 600;
}

.is-font-weight-500 {
    font-weight: 500;
}

.is-line-height-36 {
    line-height: 36px;
}

.is-line-height-23 {
    line-height: 23px;
}

.is-line-height-26 {
    line-height: 26px;
}

.color-inherit {
    color: inherit;
}

button {
    cursor: pointer;
}

/* Global styling */

.is-bg-white {
    background-color: #FFFFFF;
}

.is-bg-dark {
    background: #0B1B31;
}

.is-bg-grey {
    background: #F7F4F2;
}

.is-bg-light {
    background: #F7FAFC;
}

.is-bg-darkgreen {
    background: #156152;
}

.is-bg-lightgreen {
    background: #2EFFBB;
}

.is-border-radius-20 {
    border-radius: 20px;
}

.is-text-white {
    color: #fff !important;
}

.is-text-black {
    color: #000000;
}

.is-text-darkblack {
    color: #0B1B31;
}

.is-text-lightgrey {
    color: #E7F1EE;
}

.is-text-black {
    color: black;
}

.is-text-lightblack {
    color: #444444;
}

.is-text-lightgreen {
    color: #2EFFBB;
}

.is-text-middle-black {
    color: #333333;
}

.is-font-family-worksans {
    font-family: 'Work Sans';
}

.is-font-family-p22-mackinac-pro {
    font-family: 'P22 Mackinac Pro';
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-6 {
    padding-top: 6px;
}

.padding-bottom-7 {
    padding-bottom: 7px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-top-8 {
    padding-top: 8px;
}
.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.margin-right-10 {
    margin-right: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

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

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

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-55 {
    padding-bottom: 55px;
}

.padding-top-55 {
    padding-top: 55px;
}

.padding-top-60 {
    padding-top: 60px;
}

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

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

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-left-70 {
    padding-left: 70px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

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

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

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

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

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-right-116 {
    padding-right: 116px;
}

.padding-top-120 {
    padding-top: 120px;
}

.padding-top-125 {
    padding-top: 125px !important;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-140 {
    padding-bottom: 140px;
}

.padding-top-200 {
    padding-top: 200px;
}

.margin-auto {
    margin: auto;
}

.margin-top-64 {
    margin-top: 64px !important;
}

.nav-mt {
    margin-top: 90px;
}

.border-0 {
    border: 0;
}

.columns:not(:last-child) {
    margin-bottom: 0 !important;
}
.is-font-size-42 {
    font-size: 42px;
}
.is-font-size-20 {
    font-size: 20px;
}

/* link button */
.login-link {
    width: 83px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 15px 15px 13px 15px;
    transition: ease-out 0.3s;
    border: 0;
    border-bottom: 2px solid #ffffff;
    text-align: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.login-link:hover {
    /* background: #EDF8FF;
    border-bottom: 2px solid #CCE5F5; */
    color: #156152;
}

.request-demo-small-link {
    background: #156152;
    border-radius: 4px;
    transition: ease-out 0.3s;
    border: 0;
    border-bottom: 2px solid #156152;
    text-align: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 10px 15px 8px;
    display: inline-block;
}

.request-demo-small-link:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

.small-btn {
    background: #156152;
    border-radius: 4px;
    transition: ease-out 0.3s;
    border: 0;
    border-bottom: 2px solid #156152;
    text-align: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 12px 15px 10px;
}

.small-btn:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

.big-btn {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    transition: ease-out 0.3s;
    text-align: center;
    color: #FFFFFF;
    padding:10px 20px 8px;
    border:0;
    border-bottom: 2px solid #156152;
    border-radius: 4px;
    background: #156152;
    cursor: pointer;
}

.big-btn:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

.request-demo-big-link {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    transition: ease-out 0.3s;
    text-align: center;
    color: #FFFFFF;
    padding:12px 20px 12px;
    border:0;
    border-bottom: 2px solid #156152;
    border-radius: 4px;
    background: #156152;
    cursor: pointer;
    display: inline-block;
}

.request-demo-big-link:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

.request-demo-link {
    background: #156152;
    border-radius: 4px;
    transition: ease-out 0.3s;
    border: 0;
    border-bottom: 2px solid #156152;
    text-align: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 51px;
    color: #fff;
    padding: 18px 20px 12px;
}

.request-demo-link:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

.highlight-link {
    border-bottom: 1px solid #232323;
    transition: 0.3s ease-out;
    color: #232323;
}

.highlight-link:hover {
    background: #2EFFBB;
}

.highlight-link-without-border {
    transition: 0.3s ease-out;
    color: #232323;
    font-weight: 600;
}

.highlight-link-without-border:hover {
    background: #2EFFBB;
}

.highlighted-main-heading {
    color: #2EFFBB;
    max-width: max-content;
    margin: 0 auto;
    border-bottom: 1px solid;
}

.highlighted-main-heading-without-border {
    color: #2EFFBB;
    max-width: max-content;
    margin: 0 auto;
}
.a-link {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 19px;
    color: #4A3AFF !important;
    border-bottom: 1px solid !important;
}
.learn-more-btn {
    height: 34px;
    background: #156152;
    border-radius: 4px;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px 8px;
    display: inline-block;
    border-bottom: 2px solid #156152;
}
.learn-more-btn a {
    color: white !important;
}
.learn-more-btn:hover {
    background: #219E86;
    border-bottom: 2px solid #156152;
    color: #fff;
}

/* Navbar */
.navbar-wrapper {
    line-height: 90px;
    background-color: white;
}

.navbar-wrapper .navbar {
    position: relative;
    height: 90px !important;
    box-shadow: none;
    background-color: white;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.navbar-wrapper .navbar-burger {
    height: 90px !important;
}

.nav-box-shadow {
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 2px 10px);
}

.nav-opacity-0 {
    opacity: 0;
    transition: ease-out 0.3s;
}

.nav-opacity-1 {
    opacity: 1;
    transition: ease-in 0.3s;
}

.navbar-brand .navbar-item img {
    max-height: fit-content !important;
}

.navbar-wrapper .navbar-brand .navbar-item {
    padding: 0 !important;
}

.navbar-wrapper .navbar-start {
    margin-left: 44px;
}

.navbar-wrapper .navbar-start .navbar-item .navbar-link span {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-right: 8px;
    display: inline;
    color: #000000;
    line-height: 21px;
}

.navbar-wrapper .navbar-start .navbar-item .navbar-link span:last-child {
    margin-right: 0px;
}

.product-img {
    position: relative;
    width: 12px;
    display: inline-block;
    height: 6px;
}

.product-img .nav-img-static{
    position: absolute;
    z-index: 1;
}
.product-img .nav-img-hover{
    position: absolute;
    z-index: 2;
    opacity: 0;
}
.navbar-wrapper .navbar-start .navbar-item:hover .product-img .nav-img-hover{
    opacity: 1;
}
.navbar-wrapper .navbar-start .navbar-item:hover .product-img .nav-img-static{
    opacity: 0;
}

.navbar-wrapper .navbar-start .navbar-item {
    padding: 0 32px 0 0 !important;
}

.navbar-wrapper .navbar-start .navbar-link, .navbar-wrapper .navbar-start .navbar-item {
    padding: 0;
}

.navbar-wrapper .navbar-end {
    margin-right: initial !important;
}

.navbar-wrapper .navbar-end .navbar-item{
    padding: 0;
}

.navbar-item.is-active .navbar-link,
.navbar-item:focus .navbar-link,
.navbar-item:hover .navbar-link {
    background-color: white !important;
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.navbar-dropdown{
    width:fit-content !important;
    height:auto;
    padding:0 !important;
    background: #FFFFFF;
    border:0 !important;
    box-shadow: -4px 2px 16px 2px rgba(0, 0, 0, 0.22) !important;
    background: white;
}
.navbar-dropdown.is-boxed{
    top: calc(100% + (-9px)) !important;
    transform: translateY(-5px) !important;
    left: calc(100% + (-152px));
    border-radius: 4px !important;
}

.padding-bottom-10-imp {
    padding-bottom: 10px !important;
}

.navbar-wrapper .buttons:last-child {
    margin-bottom: 0 !important;
}

.resource-hover-wrapper .resource-content p.sub-heading {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #666666;
    margin-bottom: 14px;
}

.product-navbar-dropdown {
    width: 505px !important;
}

.product-navbar-dropdown .columns .column:first-child {
    margin-right: 14px;
}

.product-navbar-dropdown .columns .column:last-child {
    margin-left: 14px;
}

.product-content-wrapper{
    background: #FFFFFF;
    border-radius: 4px;
    width: 100%;
}
.product-content-wrapper:hover{
    background: #ffffff !important; 
}
.product-content-wrapper:hover .product-content-info .product-content-heading{
    color: #1C3758;
}
.product-content-wrapper:hover .product-content-info .product-content-detail{
    color: #5F65A2;
}
.product-content-wrapper:hover .product-content-img .nav-img-hover{
    opacity: 1;
}
.product-content-wrapper:hover .card-section{
    filter:blur(4px);
    -webkit-filter: blur(4px);
}

/* resource hover*/
.navbar-resource-dropdown{
    width: fit-content !important;
    min-width: 209px;
}
.resource-hover-wrapper{
    padding: 25px 30px 18px 30px !important;
}
.resource-hover-wrapper .resource-content{
    margin: 0;
}
.resource-hover-wrapper .resource-content .column{
    padding: 0px 0px 0px 0px !important;
}
.navbar-resource-dropdown .resource-content .column {
    width: 209px;
}
.product-content-link {
    padding-bottom: 15px;
}
.resource-img{
    position: relative;
}
.resource-img .nav-img-static{
    position:absolute;
    z-index: 1;
}
.resource-img .nav-img-hover{
    position:absolute;
    z-index: 2;
    opacity: 0;
}
.resource-hover-wrapper .resource-content p{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0B1B31;
    margin-bottom: 7px;
    margin-left: 0 !important;
    padding: 5px 10px;
}
.resource-hover-wrapper .resource-content .columns {
    margin: 0;
}
.product-content-wrapper:hover .resource-content a{
    color: #156152;
}
.product-content-wrapper:hover .resource-content p {
    background: #F1FFF9;
    border-radius: 4px;
}
.product-content-wrapper:hover .resource-img .nav-img-hover{
    opacity: 1;
}
.navbar-dropdown1 {
    display: none !important;
}
.navbar-item1:hover .navbar-dropdown1 {
    display: block !important;
}
.navbar-dropdown2 {
    display: none !important;
}
.navbar-item2:hover .navbar-dropdown2 {
    display: block !important;
}
.navbar-dropdown3 {
    display: none !important;
}
.navbar-item3:hover .navbar-dropdown3 {
    display: block !important;
}
.navbar-dropdown4 {
    display: none !important;
}
.navbar-item4:hover .navbar-dropdown4 {
    display: block !important;
}

/* navbar responsive */
@media (min-width: 992px) and (max-width: 1199.99px) {
    .navbar-brand {
        margin-right: 0px !important;
    }
}

@media screen and (max-width:1023px) {
    .navbar-wrapper .navbar-brand {
        padding-left: 40px !important;
    }

    .navbar-wrapper .navbar {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar-menu.is-active {
        overflow: scroll;
        height: 89vh;
        text-align: left;
    }

    .navbar-dropdown {
        width: 100% !important;
    }

    .navbar-wrapper .navbar-burger {
        margin-right: 32px !important;
        width: 2.25rem !important;
    }

    .navbar-wrapper .navbar-burger:hover {
        background-color: transparent !important;
    }

    .navbar-item .navbar-link {
        margin-bottom: 20px;
    }

    .navbar-wrapper .navbar-brand .navbar-item {
        padding: 12px !important;
    }

    .resource-hover-wrapper{
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {

    .navbar-wrapper .navbar-brand {
        padding-left: 20px !important;
    }

    .navbar-wrapper .navbar-burger {
        margin-right: 12px !important;
    }

    .navbar-menu.is-active {
        height: 100vh;
        padding-right: 0;
    }

    .navbar-wrapper .navbar-start {
        margin: 20px auto 0;
    }

    .navbar-wrapper .navbar-start .navbar-item {
        padding: 0.5rem 14px !important;
    }
    
}

/* top home */
.top-home-container .top-home-leftpart {
    padding-top: 125px !important;
}

.top-home-container .top-home-rightpart {
    padding-top: 80px !important;
    position: absolute;
    right: 80px;
}

.top-home-container .top-home-rightpart .is-relative {
    height: 306px;
}
.section{
    width: 100%;
    position: relative;
    padding: 0;
  }
  #section1{
    background-color: #0B1B31;
    z-index: 10;
  }
  #section2{
    background: #2EFFBB;
    height: 40px;
    z-index: 9;
  }

  .section::after{
    content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: inherit;
      z-index: -1;
      bottom: 0;
  }
  #section1::after, #section2::after{
    transform-origin: right bottom;
    transform: skewY(-5deg);
  }
 
  .sectionInner{
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0px 80px 30px;
  }

.stripe-left {
    position: absolute;
    bottom: -40px;
    background: #2EFFBB;
    width: 100%;
    height: 40px;
    left: 0;
    z-index: -1;
}

.stripe-right {
    position: absolute;
    bottom: -1px;
    background: #2EFFBB;
    width: 350px;
    height: 40px;
    right: 0;
    z-index: -1;
}

.is-highlighted-color {
    color: #fff;
    font-weight: 500;
}

.top-home-video-container {
    position: relative;
    display: flex;
    justify-content: center;
    /* height: 427px; */
    margin: 368px auto 160px;
}

.top-home-video-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 458px;
    background-color: #fff;
    transform: skew(0deg, -12deg);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    z-index: 0;
}

.left-video-content {
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 2;
    height: 513px;
    width: 280px;
}

.left-video-content .left-approved-profile {
    right: 20px;
    position: absolute;
    display: block;
    z-index: 3;
    top: 140px;
}

.left-video-content .left-bottom-profile {
    right: 64px;
    position: absolute;
    display: block;
    z-index: 3;
    top: 450px;
}

.top-home-video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-home-video video {
    border: 3px solid #EAEAEA;
}

.right-video-content {
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 2;
    float: right;
    right: 0;
    height: 513px;
    width: 280px;
}

.right-top-profile {
    left: 104px;
    position: absolute;
    top: 90px;
    z-index: 3;
}

.left-top-profile {
    position: absolute;
    left: 33px;
    top: 190px;
}

/* customer logos section */

.customer-logo-section .columns {
    padding: 0 80px;
    margin: 0 !important;
}

.customer-logo-section .card-padding-100-90 {
    padding: 0 0 100px;
}

.customer-logo-section .customer-logo-box {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customer-logo-section .customer-logo-img {
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin: 0 40px;
}

/* slick slider css */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    height: 70px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slick Arrows */
.customer-logo-section .slick-prev,
.customer-logo-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.customer-logo-section .slick-arrow.slick-prev {
    left: 0px;
    /* background: url("../images/newhomepage/arrow_previous.svg") 0 0 / 100% no-repeat; */
    width: 10px;
    height: 16px;
}

.customer-logo-section .slick-arrow.slick-next {
    right: 0px;
    /* background: url("../images/newhomepage/arrow_next.svg") 0 0 / 100% no-repeat; */
    width: 10px;
    height: 16px;
}

.customer-logo-section .slick-prev:hover,
.customer-logo-section .slick-prev:focus,
.customer-logo-section .slick-next:hover,
.customer-logo-section .slick-next:focus {
    color: transparent;
    outline: none;
}

/* initio discover section */
.discover-section .tabs {
    overflow-x: hidden !important;
}

.discover-section .discover-container {
    background: #F7FAFC;
    border-radius: 20px;
    padding: 0 0 0 40px;
}

.discover-section .discover-container .discover-container-right {
    padding: 51px 0 0 0 !important;
}

.discover-section .discover-container .discover-container-right img {
    box-shadow: -2px 6px 18px -16px rgba(0, 0, 0, 0.25);
}

.discover-section .discover-container .discover-container-left {
    padding: 63px 0 0 0 !important;
}

.discover-title {
    display: flex;
    justify-content: left;
    width: 250px !important;
    margin: 0 33px;
    cursor: pointer;
}

.discover-title:first-child {
    margin-left: 0 !important;
}

.discover-title:last-child {
    margin-right: 0 !important;
}

.discover-title .p1 {
    display: block;
    color: #747F8D;
    text-decoration: none;
    border-top: 4px solid #EAEAEA;
    width: 250px;
    transition: 0.3s linear;
}

.discover-title .p1::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    top: -44px;
    background: #79B7A4;
    transition: width 0.3s linear;
    position: relative;
}

.discover-title .p1:hover::after {
    width: 100%;
}

.discover-title:hover .p1 {
    color: #083236;
}

.discover-title .p1.is-active::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    top: -44px;
    background: #79B7A4;
    transition: width 0.3s linear;
    position: relative;
}
.discover-title .p1.is-not-active::after {
    width: 100% !important;
    background: #EAEAEA !important;
}
.discover-title .p1.is-active:hover::after {
    width: 100%;
}

.discover-title:hover .p1.is-active {
    color: #083236;
}

.discover-title .p1.is-active {
    color: #083236;
}

.discover-title .p1.is-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    top: -44px;
    background: #79B7A4;
    transition: width 0.3s linear;
    position: relative;
}

.discover-title .p1.is-active:hover::after {
    width: 100%;
}

.discover-section #tab-content .discover-container {
    display: none;
}

.discover-section #tab-content .discover-container1.is-active, .discover-section #tab-content .discover-container2.is-active,
.discover-section #tab-content .discover-container3.is-active, .discover-section #tab-content .discover-container4.is-active {
    display: flex;
}

/* enterprise grade section */
.highlighted-heading {
    color: #2EFFBB;
    max-width: max-content;
    margin: 0 auto;
}

.enterprise-grade-section {
    padding: 90px 80px 80px;
}

.enterprise-grade-section .columns {
    margin: 0 !important;
}

.enterprise-grade-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 155px) !important;
    height: 70px;
    margin: 0 77.5px;
}

.is-line-height-52 {
    line-height: 52px !important;
}

.highlighted-line {
    background: #2BAA91;
    height: 1px;
    margin: 60px 0 0 0;
}

/* Integration section */

.integration-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-logo-container .column:first-child {
    margin-left: 0 !important;
}

.integration-logo-container .column:last-child {
    margin-right: 0 !important;
}

.last-integration-logo-container .column {
    margin-bottom: 0 !important;
}

.integration-logo-img {
    width: 138px !important;
    height: 138px;
    margin: 0 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Clm Expert Section */
.clm-expert-part {
    padding: 0 125px;
    display: flex !important;
    justify-content: center;
}

.clm-expert-section .columns {
    margin: 0;
}

.clm-expert-leftpart {
    width: calc(100% - 15px);
    margin: 0 7.5px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.clm-expert-rightpart {
    width: calc(100% - 15px);
    margin: 0 0 0 7.5px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.clm-expert-section input {
    width: 460px;
    height: 57px;
    background: #FFFCFA;
    border: 0;
    border-bottom: 3px solid #FFFCFA;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    border-radius: 0;
    position: relative;
    padding: 17px 0 14px 20px;
}

.clm-expert-section .card-padding-100 {
    padding: 90px 80px 57px !important;
}

.clm-expert-section input::placeholder {
    color: #AFAFAF;
}

.clm-expert-section input:hover {
    border-color: #FFFCFA !important;
}

.clm-expert-section input:active,
.clm-expert-section input:focus {
    border-bottom: 3px solid #156152 !important;
    background: #F7FAFC !important;
    color: #485361 !important;
    outline: 0;
    box-shadow: none;
}

.clm-expert-section .input:active::placeholder, .clm-expert-section .input:focus::placeholder {
    color: #485361 !important;
}

.clm-expert-section .input-danger {
    border-bottom: 3px solid #BF2600 !important;
}

.clm-expert-section .input-danger::placeholder {
    color: #BF2600 !important;
}

.input-field {
    transition: 0.3s all ease-in;
    cursor: pointer;
    position: relative;
    margin-bottom: 11px;
}

.input-field:before {
    position: absolute;
    bottom: 0;
    background: #156152;
    height: 3px;
    display: block;
    content: "";
    width: 0;
    transition: 0.3s all ease-in;
}

.input-field:hover:before {
    width: 100%;
}

.input-fieldfrmleft:before {
    bottom: 0;
    left: 0;
    z-index: 1;
}
/* Recaptcha */
#clm-expert-section .recaptcha-div {
    position: relative;
    height: 100px;
}

#clm-expert-section .g-recaptcha {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 302px;
}
/* Request Demo Modal */

.modal {
    width: 100%;
    max-height: 100%;
    display: none;
    z-index: 9999;
}

.modal .modal-content {
    max-width: 429px !important;
    max-height: 429px !important;
    background-color: white;
    border-radius: 10px;
    padding: 60px 0 50px;
    overflow: hidden;
}

.modal .modal-content .modal-img {
    margin:0 auto;
    text-align: center;
}

.modal .modal-content .modal-greeting {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    color: #182742;
    text-align: center;
    margin: 35px 0 15px;
}

.modal .modal-content .modal-message {
    font-family: 'Source Sans Pro';
    width: 239px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #414B54;
    margin: 0 auto;
}

.modal .modal-content .delete {
    position: absolute;
    right:20px;
    top:20px;
    width: 18px;
    height: 18px;
    background: rgba(9, 10, 11, 0.18);
}

.modal .modal-content .delete:hover {
    background: #EA1B37;
}

.delete::before, .modal-close::before {
    width: 40%;
}

.delete::after, .modal-close::after {
    height: 40%;
}

.modal-background {
    background: rgba(0, 0, 0, 0.3);
}

.modal-thankyouimg {
    position: absolute;
    max-width: 393px;
    max-height: 400px;
    z-index: 1;
}

/* Request Demo */
.request-demo-section .columns {
    margin:0 !important;
}

.request-demo-left-top-part {
    padding: 200px 0 573px;
    margin-top: -200px;
    transform: skew(0deg, -10deg);
    background: #0B1B31;
}
.request-demo-left-top-part .content1 {
    transform: skew(0deg, 10deg);
    max-width: 680px;
    width: 100%;
    float: right;
    margin-bottom: 150px;
    padding-left: 65px;
    padding-top: 50px;
    padding-right: 116px;
}

.request-demo-left-middle {
    background: #2EFFBB;
    transform: skew(0deg, -10deg);
    height:40px;
    clear: both;
}
.request-demo-left-middle .content {
    margin: 100px 0 282px;
    transform: skew(0deg, 10deg);
    max-width: 680px;
    width: 100%;
    float: right;
    position: relative;
    background: white;
}

.request-demo-left-middle-img {
    margin-left: 65px;
    position: absolute;
    top: -218px;
}
.request-demo-left-middle-img img {
    box-shadow: -2px 4px 18px -6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.request-demo-section-left {
    padding-top:50px !important;
    padding-right: 70px !important;
}
.requestdemo-heading {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 35px !important;
    line-height: 40px !important;
    color: #FFFFFF !important;
}
.requestdemo-content {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #D6E4F0;
}
.requestdemo-sub-heading {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 36px;
}

.requestdemo-sub-content {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #D6E4F0;
}

.request-demo-section .top-home-video-container {
    margin: 272px auto 255px !important;
}
.signup-content {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
}

.arrowimagewrapper {
    background: transparent;
    position: relative;
    width: 100%;
    border: 0;
    height: 0px;
    cursor: pointer;
}
.arrowimagewrapper img {
    position: absolute;
    right: 0;
    bottom: -9px;
}
.static-img {
    opacity: 1;
    z-index: 1;
}

.static-hover-img {
    opacity: 0;
    z-index: 2;
}

.nextbutton {
    position: absolute;
    right: 0;
    width:50px;
    height: 50px;
}
.arrowimagewrapper:hover .static-hover-img {
    opacity: 1;
}

.request-demo-section .top-home-video {
    margin: -247px auto 0 !important;
}

.request-demo-section .top-home-video img {
    padding-left: 70px;
    width: 526px;
    height: 335px;
    border-radius: 6px;
}

.request-demo-section-right .request-demo-form {
    padding: 140px 162px 100px !important;
    max-width: 680px;
    width: 100%;
    float: left;
}

.request-demo-form .input{
    width: 153px;
    height: 31px;
    background: #FFFFFF;
    border: 0;
    outline: 0;
    border-radius: 2px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-indent: 11px;
}
.request-demo-form .input::placeholder, .request-demo-form .select::placeholder {
    color: #A4A4A4;
}
.request-demo-form .input:hover, .request-demo-form .input:active, .request-demo-form .input:focus{
    color: #666666;
    box-shadow: none;
}

.request-demo-form .select-input:hover, .request-demo-form .select-input:active, .request-demo-form .select-input:focus{
    color: #666666;
    box-shadow: none;
}
.request-demo-form .select-input:focus-visible {
    outline: 0;
}

.request-demo-form .input:active::placeholder, .request-demo-form .input:focus::placeholder , .request-demo-form .input:hover::placeholder {
    color: #666666 !important;
}

.request-demo-form .input-danger {
    border-bottom: 2px solid #DF5C5C !important;
    background: #FFFBFB;
}

.request-demo-form .input-danger::placeholder {
    color: #DF5C5C !important;
}

.request-demo-rightpart {
    text-align: right;
}

.request-demo-form .select-input {
    width: 153px;
    height: 31px;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 2px;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-indent: 11px;
    color: #a4a4a4;
}

.request-demo-form .small-btn {
    font-size: 13px;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    width: 349px;
}
.small-btn:focus {
    color:white;
    box-shadow: none;
}
.request-demo-form .select-container .select {
    position: relative;
    padding-left: 12px;
    border: 1px solid #666666;
    color: #A4A4A4;
}

.request-demo-form .select-container img {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.select:not(.is-multiple):not(.is-loading)::after {
    top: 42%;
    border-color: #666666;
}

.request-demo-form .select-container .select::after {
    display: none;
}
.request-demo-form p.dataform {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    text-align: left;
    color: #061B32;
    width: 349px;
}

.request-demo-section-right .columns {
    margin: 0 auto;
}

.request-demo-section-right .columns .column {
    width: 174.5px;
}

.request-demo-section-right .columns .column .request-demo-leftpart .input-field {
    margin-right: 21.5px;
}

.request-demo-section-right .columns .column .request-demo-rightpart .input-field {
    margin-left: 21.5px;
}

.request-demo-section .stripe-left{
    position: absolute;
    bottom: 32px;
    background: #2EFFBB;
    transform: skew(0deg, -12deg);
    width: 100%;
    height: 40px;
    left: 0;
    z-index: 0;
}

.requestdemo-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 47px;
    clear: both;
    max-width: 680px;
    width: 100%;
    padding-top: 70px;
}
.requestdemo-logo-container:last-child {
    padding-top: 0 !important;
}

.requestdemo-logo-img {
    margin: 0 21px 40px 21px;
    text-align: center;
}
.requestdemo-logo-img:first-child {
    margin-left: 0;
}
.requestdemo-logo-img:last-child {
    margin-right: 0;
}
.requestdemo-logo-container:last-child {
    margin-bottom: 281px !important;
}
.requestdemo-logo-container:last-child .requestdemo-logo-img {
    margin-bottom: 0 !important;
}
.request-demo-bottompart {
    position: relative;
    height: 112px;
    background-color: white;
    padding: 0 80px 0;
}
.request-demo-bottompart .columns {
    margin: 0;
    height: 112px;
}
.request-demo-bottompart .initio-logo {
    padding: 40px 0;
}

.request-demo-bottompart .column-2, .request-demo-bottompart .column-3,
.request-demo-bottompart .column-4 {
    padding: 47px 0 !important;
}
.request-demo-bottompart .column-1 {
    width: 95px;
}
.request-demo-bottompart .column-2 {
    padding-left: 210px !important;
}
.request-demo-bottompart .column p {
    width: max-content;
}
.request-demo-bottompart .column-3 {
    padding-left: 183px !important;
}
.request-demo-bottompart .column-4 {
    width: 217px;
    padding-left: 0px !important;
}
.request-demo-bottompart .stripe-left{
    position: absolute;
    bottom: 32px;
    background: #2EFFBB;
    transform: skew(0deg, -12deg);
    width: 100%;
    height: 40px;
    left: 0;
    z-index: 0;
}

.request-demo-section .input-field {
    margin-bottom: 20px;
    width: 153px;
}

.request-demo-section .input-field:before {
    height: 2px;
}

/* workflow */
.workflow-top-section .sectionInner {
    padding: 0px 80px 13px !important;
}
.contract-accelerated-section {
    padding-top: 213px !important;
}
.contract-accelerated-section .columns{
    margin:0;
}
.workflow-top-section #section1 .top-home-rightpart .top-home-video img {
    box-shadow: -2.2px 4.4px 19.8px rgb(0 0 0 / 35%);
}
.workflow-top-section #section1 .top-home-leftpart {
    position: absolute;
}
.workflow-top-section #section1 .sectionInner {
    height: 402px;
}

.contract-accelerated-section .left-section{
    width: 493px;
    margin-right: 44px;
}

.contract-accelerated-section .right-section{
    width: 620px;
    margin-left: 44px;
}

.mitigation-risk-section .left-section{
    width: 471px;
    margin-right: 79.5px;
}

.mitigation-risk-section .right-section{
    width: 493px;
    margin-left: 79.5px;
    margin-right: 75px;
}

.execute-faster-section .left-section{
    width: 493px;
    margin-right: 35.5px;
}

.execute-faster-section .right-section{
    width: 635px;
    margin-left: 35.5px;
}

/* repository */
.ribbon-bg {
    position: relative;
    height: 40px;
}

.ribbon-bg .ribbon-bg-inner {
    width: 100%;
    height: 40px;
    position: absolute;
    background-color: #2EFFBB !important;
    z-index: 1;
    transform: skewY(-5deg);
    transform-origin: right bottom;
    top: 0;
}

.home-top-section #section1 .top-home-rightpart .top-home-video img {
    box-shadow: none;
}
.home-top-section #section1 .top-home-leftpart {
    position: absolute;
}
.home-top-section #section1 .sectionInner {
    height: 402px;
}
.get-alerts-section {
    padding-top: 340px !important;
}
.get-alerts-section .left-section {
    width: 616px;
    margin-right: 38px;
}
.get-alerts-section .right-section {
    width: 487px;
    margin-left: 38px;
    margin-right: 21px;
}
.smart-repository-section .left-section {
    width: 487px;
    margin-right: 79px;
}
.smart-repository-section .right-section {
    width: 534px;
    margin-left: 79px;
}
.quick-access-section .left-section {
    width: 505px;
    margin-right: 99px;
}
.quick-access-section .right-section {
    width: 462px;
    margin-left: 99px;
    margin-right: 35px;
}

/* collaborate */
.collaborate-ribbon-section .ribbon-bg-inner {
    top:20px;
}
.collaborate-top-section .section::after {
    bottom: -20px;
}
.collaborate-top-section #section1 .top-home-rightpart .top-home-video img {
    width: 683px;
    box-shadow: -2.2px 4.4px 19.8px rgb(0 0 0 / 35%);
}
.cross-compatibility-section {
    padding-top: 214px;
}
.cross-compatibility-section .left-section {
    width: 493px;
    margin-right: 28px;
}
.cross-compatibility-section .right-section {
    width: 651px;
    margin-left: 28px;
}
.establish-coordination-section .left-section {
    width: 614px;
    margin-right: 49px;
}
.establish-coordination-section .right-section {
    width: 487px;
    margin-left: 49px;
}
.improve-governance-section .left-section {
    width: 462px;
    margin-right: 41.5px;
    margin-left: 60px;
}
.improve-governance-section .right-section {
    width: 595px;
    margin-left: 41.5px;
}
.clear-records-section .left-section {
    width: 559px;
    margin-right: 83.5px;
}
.clear-records-section .right-section {
    width: 462px;
    margin-left: 83.5px;
    margin-right: 11px;
}

.cd-image-wrapper img.dotted-bg {
    float: right;
}
.cd-image-container {
    position: absolute;
    width: 100%;
    max-width: 615px;
    margin: 0em auto;
    top: 81px;
    right: 31px;
  }
  .cd-image-container img {
    display: block;
    box-shadow: -2.2px 4.4px 19.8px rgb(0 0 0 / 35%);
    border-radius: 4.4px;
  }
  
  .cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  }
  .cd-image-label.is-hidden {
    visibility: hidden;
  }
  .is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
    box-shadow: -2.2px 4.4px 19.8px rgb(0 0 0 / 35%);
    border-radius: 4.4px;
  }
  .cd-resize-img .cd-image-label {
    right: 100%;
    left: 0;
    display: none;
  }
  .is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
  }
  
  @-webkit-keyframes cd-bounce-in {
    0% {
      width: 5%;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @-moz-keyframes cd-bounce-in {
    0% {
      width: 5%;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  @keyframes cd-bounce-in {
    0% {
      width: 5%;
    }
    60% {
      width: 55%;
    }
    100% {
      width: 50%;
    }
  }
  .cd-handle {
    position: absolute;
    width: 20px;
    height: 347px;
    left: 50%;
    top: 22px;
    margin-left: -10px;
    margin-top: -22px;
    background: url(/initio/images/newhomepage/collaborate/border_with_arrow.svg) no-repeat center center;
    cursor: move; 
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0); 
  }
  .cd-handle.draggable {
    /* change background color when element is active */
    /* background-color: #445b7c; */
  }
  .is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  }

/* esign */
.leverage-security-section {
    padding-top: 295px;
}
.leverage-security-section .left-section {
    width: 493px;
    margin-right: 61px;
}
.leverage-security-section .right-section {
    width: 584px;
    margin-left: 61px;
}
.esign-top-section .top-home-rightpart {
    right: 46px !important;
}
.delegate-section .left-section {
    width: 476px;
    margin-right: 102.5px;
}
.delegate-section .right-section {
    width: 463px;
    margin-left: 102.5px;
    margin-right: 56px;
}
.stay-updated-section .left-section {
    width: 493px;
    margin-right: 75.5px;
    margin-left: 58px;
}
.stay-updated-section .right-section {
    width: 497px;
    margin-left: 75.5px;
}

/* faq */
.faq-top-part {
    padding: 100px 0;
    text-align: center;
}
.faq-middle-section {
    padding: 100px 212px 0px;
}
.faq-quick-section {
    padding-bottom: 140px;
}
.faq-h1 {
    color: #0B1B31;
    font-weight: 700;
    padding-bottom: 40px;
}
.faq-question {
    position: relative;
    display: block !important;
    background-color: white !important;
}
.faq-h4 {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #444444;
    display: inline;
}
.faq-p{
    position: absolute;
    display: inline;
    right: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.plus-icon {
    width: 26px;
    height: 26px;
    z-index: 1;
    opacity: 1;
}
.minus-icon {
    width: 26px;
    height: 26px;
    z-index: 2;
    display: none;
}
.faq-content {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #666666;
    padding: 0 !important;
    border: 0 !important;
    background: white !important;
}
.faq-content p {
    margin-top: 20px !important;
}
.faq-content ul {
    list-style-type: decimal !important;
}
.faq-content ul li {
    margin-left: 30px;
    margin-top: 15px;
}
.faq-content ul li:first-child{
    margin-top: 20px !important;
}
.accordion.is-active .faq-p #minus-icon {
    display: block !important;
}
.accordion.is-active .faq-p #plus-icon {
    display: none !important;
}
.faq-middle-section .accordions {
    border-bottom: 2px solid #D1D1D1 !important;
    padding: 30px 0;
}
.faq-middle-section .accordions .accordion .accordion-header {
    padding:0;
}
.faq-middle-section .accordions .accordion .accordion-header+.accordion-body {
    border: 0 !important;
}
.faq-middle-section .accordions .accordion .accordion-header+.accordion-body .accordion-content {
    padding-top: 30px !important;
}
.panel {
    padding: 0 210px;
}
.searchbar {
    width: 940px;
    height: 73px;
    padding-left: 79.2px !important;
    background: #FAFBFC !important;
    border-radius: 8px !important;
}
.searchbar::placeholder {
    color: #6B778C;
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 500;
    font-size: 21.6px;
    line-height: 41px;
}
.search-card-container {
    width: 940px;
    margin: 0 auto;
    max-width: 1360px;
}
.panel span img {
    width: 24.3px;
    position: absolute;
    height: 24.3px;
    left: 27px;
    right: 27px;
    top: 24px;
}
.faq-help-section {
    padding-top: 80px;
}
.faq-help {
    padding: 0 210px;
}
.faq-help-img-box {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-right: 35px;
    margin-left: 35px;
    width: 265px !important;
    cursor: pointer;
}
.faq-help-img-box:first-child {
    margin-left: 0;
}
.faq-help-img-box:last-child {
    margin-right: 0;
}
.faq-help-img-box img{
    background: #FFFFFF;
    box-shadow: 0px 0px 3.24px rgb(0 0 0 / 4%), 1.62px 1.62px 14.58px rgb(0 0 0 / 10%);
    border-radius: 4.86px;
}
.faq-help-img-box img:hover {
    box-shadow: 0px 0px 3.24px rgba(0, 0, 0, 0.04), 4.86px 4.86px 20.25px rgba(0, 0, 0, 0.1);
}
/* search result */
.search-top-container {
    padding: 80px 304px 0px 120px;
  }

  .faq-middle-search-section {
    padding: 50px 304px 80px 120px;
  }
  .search-top-container .faq-search-p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #444444;
  }
  .search-top-container .panel {
      padding: 0 !important;
  }

  .search-top-container .panel-block {
    padding: 0;
  }

  .is-light-black {
      color: #222222;
  }

  .search-result {
    font-family: 'Work Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
  }

  .is-box-shadow-none {
      box-shadow: none;
  }

  .search-short-card-container {
      width: 400px;
      float: right;
      clear: right;
  }
  
  #navigation a {
    text-decoration: none;
    font-weight: bold;
  }
  
  #navigation a:hover {
    background-color: #66f;
  }
  
  #faq-search-content {
    padding: 50px 304px 80px 120px;
  }

  #faq-search-content .card-container {
    border-top: 2px solid #D1D1D1 !important;
  }

/* implementation */
.top-section {
    padding-bottom: 65px;
}
.top-section .columns{
    margin:0;
}
.top-section .top-left-section {
    padding-top: 125px !important;
    width: 454px;
    margin-right: 31px;
}
.top-section .top-right-section {
    padding-top: 80px !important;
    margin-left: 31px;
    width: 684px;
}
.top-section .top-right-section img {
    height: 455px !important;
}
.ribbon-bg-without-angle {
    background: #2EFFBB;
    height: 30px;
}
.creating-delight-section .left-section{
    width: 493px;
    margin-right: 27.5px;
}
.creating-delight-section .right-section{
    width: 652px;
    margin-left: 27.5px;
}
.being-empathetic-section .left-section{
    width: 652px;
    margin-right: 30.5px;
}
.being-empathetic-section .right-section{
    width: 487px;
    margin-left: 30.5px;
}
.continuous-innovation-section .left-section{
    width: 475px;
    margin-right: 36.5px;
}
.continuous-innovation-section .right-section{
    width: 652px;
    margin-left: 36.5px;
}
/* security */
.security-compliance-section {
    padding: 80px 0 110px;
}
.security-top-part {
    padding-bottom: 72px;
}
.security-compliance-section-wrapper {
    padding: 0 20px;
}
.security-top-part .top-left-section {
    width: 454px;
    margin-right: 73.5px;
    margin-left: 20px;
    margin-top: 104px;
}
.security-top-part .top-right-section {
    width: 509px;
    margin-right: 70px;
    margin-left: 73.5px;
    margin-top: 87px;
}
.security-compliance-logo-info {
    padding: 78px 0 60px;
    width: 336px;
    margin: 0 auto !important;
}
.security-compliance-logo-info .column {
    display: flex;
    justify-content: center;
    align-items: center;
}
.security-compliance-logo-info .column .security-compliance-logo-info-1 {
    margin-right: 15px;
    width: 54px;
    margin-left: 0px;
}
.security-compliance-logo-info .column .security-compliance-logo-info-2 {
    width: 168px;
    margin-left: 15px;
    margin-right: 14.5px;
}
.security-compliance-logo-info .column .security-compliance-logo-info-3 {
    margin-right: 0px;
    margin-left: 14.5px;
    width: 55px;
}
.security-compliance-p {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.security-compliance-p:hover {
    color: #2EFFBB;
}
.security-content-wrapper {
    border-radius: 30px;
    padding: 100px 112px 100px 95px;
}
.security-content-wrapper .left-content {
    width: 611px;
    margin-right: 60px;
}
.security-content-wrapper .right-content {
    width: 221px;
    margin-left: 60px;
}
.security-compliance-p.is-active {
    color: #2EFFBB;
}
.correct-img-box-content {
    padding: 10px 0;
    vertical-align: middle;
}
.security-360-section {
    box-shadow: -2.76px 5.52px 19px -4.14px rgba(0, 0, 0, 0.25);
}
.security-360-section h1 {
    padding: 54px 0;
    font-weight: 700;
}
.security-360-section h1 p {
    position: relative;
    display: inline;
}
.security-360-section h1 p img{
    position: absolute;
    display: inline;
    z-index: 0;
    left: -14px;
    top: -9px;
}
.security-tab-section {
    padding: 100px 0 100px;
}
.security-tab-section .security-tab{
    margin: 0;
    padding: 0 180px;
}
.security-tab-section .security-tab .column {
    margin-left: 24px;
    margin-right: 24px;
}
.security-tab-section .security-tab .column:first-child {
    margin-left: 0;
}
.security-tab-section .security-tab .column:last-child {
    margin-right: 0;
}
.security-tab button {
    cursor: pointer;
}
.security-tab-text {
    background: #0B1B31;
    border-radius: 4px;
    padding: 16px 37px;
    width: 301px;
    position: relative;
}
.security-tab-text:hover:after {
    content: '';
    position: absolute;
    display: block;    
    width: 0px;        
    left: 50%;
    bottom: 5px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 15px solid #2EFFBB;
    transform: translate(-50%, calc(100% + 5px));
}
.security-tab-text.is-active:after {
    content: '';
    position: absolute;
    display: block;    
    width: 0px;        
    left: 50%;
    bottom: 5px;
    border: 15px solid transparent;
    border-bottom: 0;
    border-top: 15px solid #2EFFBB;
    transform: translate(-50%, calc(100% + 5px));
}
.security-tab-text .sh2 {
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}
.security-tab-text.is-active {
    background-color: #2EFFBB;
}
.security-tab-text.is-active p{
    color: black !important;
}
.security-tab-text:hover, .security-tab-text:active, .security-tab-text:focus {
    background-color: #2EFFBB;
    /* transition: ease-out 0.3s; */
}
.security-tab-text:hover p, .security-tab-text:active p, .security-tab-text:focus p {
    color: black !important;
}
.security-tab-content {
    padding:50px 50px 0;
}

.security-tab-content .security-tab-content-box {
    background: #FFFFFF;
    box-shadow: -8px 10px 40px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 49px 51px !important;
    margin-bottom: 50px;
}
.security-tab-content .security-tab-content-box:last-child {
    margin-bottom: 0;
}
.security-tab-img-content {
    height: 44px;
}
.security-tab-img-content img {
    vertical-align: middle;
    margin-right: 18px;
}
.security-tab-img-content .sh2 {
    line-height: 26px;
    font-weight: 700;
    display: inline;
    vertical-align: sub;
}
.wrap-container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 962px;
    overflow: hidden;
    clear: left;
}
.security-tab-content-wrapper {
    white-space: nowrap;
    position: absolute;
    width: 1100px;
}
#first {
    top: 0px;
    left: 0px;
}
#second {
    top: 0px;
    left: 1100px;
}
#second > .wrap-container {
    height: 950px !important;
}

#third {
    top: 0px;
    left: 2200px;
}
#slide {
    transition: transform 0.5s ease-in-out 0s;
    -moz-transition: -moz-transform 0.5s ease-in-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
}
.move-to-second {
    transform: translateX(-1100px);
    -moz-transform: translateX(-1100px);
    -webkit-transform: translateX(-1100px);
}
.move-to-third {
    transform: translateX(-2200px);
    -moz-transform: translateX(-2200px);
    -webkit-transform: translateX(-2200px);
}
.move-to-first {
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);    
}


/* legal */
.legal-top-part .top-left-section{
    padding-top: 159px !important;
}
.quick-requisitions-section .left-section {
    width: 493px;
    margin-right: 27.5px;
}
.quick-requisitions-section .right-section {
    width: 652px;
    margin-left: 27.5px;
}
.focus-better-section .left-section {
    width: 652px;
    margin-right: 26.5px;
}
.focus-better-section .right-section {
    width: 487px;
    margin-left: 26.5px;
}
.gain-control-section .left-section {
    width: 462px;
    margin-right: 43px;
}
.gain-control-section .right-section {
    width: 652px;
    margin-left: 43px;
}

/* sales */
.sales-top-part .top-left-section{
    padding-top: 121px !important;
}
.crm-integration-section .left-section {
    width: 652px;
    margin-right: 30.5px;
}
.crm-integration-section .right-section {
    width: 487px;
    margin-left: 30.5px;
}
.fast-section .left-section {
    width: 493px;
    margin-right: 27.5px;
}
.fast-section .right-section {
    width: 652px;
    margin-left: 27.5px;
}
.automate-section .left-section {
    width: 652px;
    margin-right: 30.5px;
}
.automate-section .right-section {
    width: 487px;
    margin-left: 30.5px;
}
.simplify-section .left-section {
    width: 462px;
    margin-right: 43px;
}
.simplify-section .right-section {
    width: 652px;
    margin-left: 43px;
}
/* hr */
.hr-top-part .top-left-section{
    padding-top: 137px !important;
}
.enhanced-experience-section .left-section {
    width: 493px;
    margin-right: 27.5px;
}
.enhanced-experience-section .right-section {
    width: 652px;
    margin-left: 27.5px;
}
.esign-section .left-section {
    width: 652px;
    margin-right: 26.5px;
}
.esign-section .right-section {
    width: 487px;
    margin-left: 26.5px;
}
/* procurement */
.procurement-top-part .top-left-section{
    padding-top: 137px !important;
}
.single-platform-section .left-section {
    width: 493px;
    margin-right: 27.5px;
}
.single-platform-section .right-section {
    width: 652px;
    margin-left: 27.5px;
}
.high-compliance-section .left-section {
    width: 652px;
    margin-right: 23px;
}
.high-compliance-section .right-section {
    width: 502px;
    margin-left: 23px;
}
.centralized-repository-section .left-section {
    width: 462px;
    margin-right: 43px;
}
.centralized-repository-section .right-section {
    width: 652px;
    margin-left: 43px;
}
/* finance */
.finance-top-part .top-left-section{
    padding-top: 146px !important;
}
.safety-redefined-section .left-section {
    width: 493px;
    margin-right: 27.5px;
}
.safety-redefined-section .right-section {
    width: 652px;
    margin-left: 27.5px;
}
.increased-compliance-section .left-section {
    width: 652px;
    margin-right: 30.5px;
}
.increased-compliance-section .right-section {
    width: 487px;
    margin-left: 30.5px;
}
.utilize-data-section .left-section {
    width: 462px;
    margin-right: 43px;
}
.utilize-data-section .right-section {
    width: 652px;
    margin-left: 43px;
}
/* integration */
.integration-top-part {
    padding: 100px 0;
}

.integration-main-section {
    padding: 125px 109px 140px;
}

.integration-main-section .column {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-left: 25px;
    margin-right: 25px;
    width: 248px;
    margin-bottom: 80px;
}

.integration-main-section .column:first-child {
    margin-left: 0;
}

.integration-main-section .column:last-child {
    margin-right: 0;
}

.integration-main-section .columns:last-child .column {
    margin-bottom: 0 !important;
}

.integration-box {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
    width: 248px;
    height: 249px;
    box-shadow: -3.12px 6.24px 21.84px -4.68px rgba(0, 0, 0, 0.35);
}
.integration-content-box {
    padding: 0 4.9px;
    text-align: left;
}
.integration-p1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}
.integration-p2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #888888;
}
.integration-p3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #666666;
}
.integration-img-box {
    position: relative;
}

/* reporting dashboard */
.actionable-insights-section {
    padding-top: 450px;
}
.actionable-insights-section .left-section {
    width: 553px;
    margin-right: 70px;
}
.actionable-insights-section .right-section {
    width: 487px;
    margin-left: 70px;
    margin-right: 20px;
}
.complete-overview-section .left-section {
    margin-left: 70px;
    width: 496px;
    margin-right: 37px;
}
.complete-overview-section .right-section {
    width: 560px;
    margin-left: 37px;
    margin-right: 35px;
}
.highly-customizable-section .left-section {
    width: 575px;
    margin-right: 62px;
}
.highly-customizable-section .right-section {
    width: 462px;
    margin-left: 62px;
    margin-right: 35px;
}

/* product overview */
.contract-authoring-section {
    padding-top: 375px;
}
.contract-authoring-section .left-section {
    margin-left: 20px;
    width: 493px;
    margin-right: 71.5px;
}
.contract-authoring-section .right-section {
    width: 544px;
    margin-left: 71.5px;
}
.customized-workflow-section .left-section {
    width: 526px;
    margin-right: 70.5px;
}
.customized-workflow-section .right-section {
    width: 487px;
    margin-left: 70.5px;
    margin-right: 45px;
}
.collaboration-compatible-section .left-section {
    margin-left: 60px;
    width: 462px;
    margin-right: 51px;
}
.collaboration-compatible-section .right-section {
    width: 576px;
    margin-left: 51px;
}
.smart-repository-searchable-section .left-section {
    width: 534px;
    margin-right: 81.5px;
}
.smart-repository-searchable-section .right-section {
    width: 487px;
    margin-left: 81.5px;
    margin-right: 40px;
}
.integrated-esign-section .left-section {
    margin-left: 80px;
    width: 462px;
    margin-right: 59px;
}
.integrated-esign-section .right-section {
    width: 540px;
    margin-left: 59px;
}

/* about us */
.about-us-top-section{
    padding: 80px 0 101px;
}
.about-us-top-section .top-left-section {
    width: 454px;
    margin-right: 94.5px;
}
.about-us-top-section .top-right-section {
    width: 557px;
    margin-left: 94.5px;
}
.about-us-purpose-section {
    padding: 80px 0 115px;
}
.about-us-purpose-content {
    padding-top: 100px;
}
.about-us-purpose-content1 {
    padding-top: 83px !important;
}
.about-us-purpose-content .left-content {
    width: 512px;
    margin-right: 88px;
}
.about-us-purpose-content .right-content {
    width: 512px;
    margin-left: 88px;
}
.about-us-main-heading {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #2EFFBB;
}
.aboutus-p-heading {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #2EFFBB;
}
.about-us-leader-section {
    padding: 80px 45px;
}
.about-us-leader-section .left-section {
    width: 487px;
    margin-right: 62px;
}
.about-us-leader-section .right-section {
    width: 499px;
    margin-left: 62px;
    margin-top: 14px;
}
.about-us-join-us .left-section{
    width: 536px;
    margin-right: 61.5px;
}
.about-us-join-us .right-section{
    width: 487px;
    margin-left: 61.5px;
    margin-right: 54px;
}
.about-us-general-queries {
    padding-bottom: 140px;
}
.about-us-general-queries .left-section{
    width: 422px;
    margin-right: 94px;
    margin-left: 61px;
}
.about-us-general-queries .right-section{
    width: 464px;
    margin-left: 94px;
    margin-right: 65px;
}

/* careers */
.careers-top-section {
    padding: 125px 0;
}
.careers-top-section a p img {
    vertical-align: middle;
    margin-left: 10px;
}
.careers-culture-section {
    padding: 80px 45px 75px;
}
.careers-culture-content {
    padding: 100px 0 0;
}
.careers-culture-content .column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 68px;
    margin-left: 68px;
}
.careers-culture-content .column:first-child {
    margin-left: 0;
}
.careers-culture-content .column:last-child {
    margin-right: 0;
}
.careers-culture-content:last-child {
    margin-top: 151px;
    padding-top: 0;
}
.careers-culture-box {
    width: 487px;
}
.careers-culture-box img {
    display: flex;
    margin: 0 auto;
}
.careers-takecare-section {
    padding: 130px 55px 125px;
}
.careers-takecare-content {
    padding-top: 100px;
}
.careers-takecare-content .column{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 35px;
    margin-left: 35px;
}
.careers-takecare-content .column:first-child {
    margin-left: 0;
}
.careers-takecare-content .column:last-child {
    margin-right: 0;
}
.careers-takecare-box {
    width: 220px;
}
.careers-takecare-box p {
    font-family: 'P22 Mackinac Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0B1B31;
    padding-top: 10px;
}
.careers-takecare-content .column:first-child p{
    border-top: 2px solid #FFC83A;
}
.careers-takecare-content .column:nth-child(2) p{
    border-top: 2px solid #00B512;
}
.careers-takecare-content .column:nth-child(3) p{
    border-top: 2px solid #FF6DCE;
}
.careers-takecare-content .column:last-child p{
    border-top: 2px solid #7E7E7E;
}
.carrers-grow-section {
    padding: 80px 45px;
}
.careers-grow-box ul li{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #E7F1EE;
    padding-bottom: 20px;
}
.careers-grow-box ul li::before {
    color: red;
}
.careers-grow-box ul {
    list-style: none;
}
.careers-grow-box ul li::before {
    content: "\2022";
    color: #2EFFBB;
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    width: 6px;
    height: 6px;
}
.mail-link:hover {
    color: #2EFFBB;
    border-bottom: 1px solid;
}
.careers-grow-content .left-content{
    width: 415px;
    margin-right: 81px;
}.careers-grow-content .right-content{
    width: 533px;
    margin-left: 81px;
}


/* Footer */
.footer-top-part {
    padding: 100px 105px 42px;
}
.footer-top-part .columns {
    margin: 0;
}
.footer-content-1 {
    width: 285px;
    margin-right: 36px;
}
.footer-top-part .column-1 a img.initio-logo {
    width: 106px;
    height: 36px;
    margin-bottom: 22px;
}
.f-h1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16.8944px;
    line-height: 20px;
    color: #0B1B31;
}
.footer-content-2 {
    width: 142px;
    margin-left: 36px;
    margin-right: 40.5px;
}
.footer-content-3 {
    width: 96px;
    margin-left: 40.5px;
    margin-right: 50px;
}
.footer-content-4 {
    width: 83px;
    margin-left: 40px;
    margin-right: 40px;
}
.footer-content-5 {
    width: 80px;
    margin-right: 40px;
    margin-left: 40px;
}
.footer-content-6 {
    width: 60px;
    margin-left: 40px;
    margin-right: 0px;
}
.footer-contact {
    padding-top: 22.66px;
    padding-bottom: 14.46px;
}
.footer-address {
    padding-bottom: 24px;
}
.footer-social-icons {
    padding-bottom: 23px;
}
.footer-social-icons a {
    margin-right: 22px;
}
.footer-social-icons a:last-child {
    margin-right: 0;
}
.a1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13.1401px;
    line-height: 15px;
    color: #222222;
}

.a2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13.1401px;
    line-height: 15px;
    color: #444444;
}

.a3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}
.f1 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15.0173px;
    line-height: 21px;
    color: #0B1B31;
}
.f2 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
    opacity: 0.7;
}

.f2:hover {
    color: #333333;
}

.f3 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #666666;
}
.footer-top-part .columns .column .f1 {
    padding-bottom: 39px;
}
.footer-top-part .columns .column .f2 {
    padding-bottom: 17px;
}

.footer-legal-logo {
    display: flex;
    gap:27px;
    padding-top:36px;
}

.footer-bottom-part {
    padding: 0px 105px 30px;
}

.footer-border-bottom-line {
    border-top: 1px solid #D9DBE9;
    padding-top: 30px;
}

.footer-bottom-part .columns {
    margin: 0;
    justify-content: flex-end;
}

.footer-bottom-part a:last-child {
    margin-right: 0 !important;
}

.footer-bottom-part .policy-content {
    width: max-content;
    padding-right: 5px !important;
}

.footer-bottom-part .policy-content:last-child {
    padding-right: 0 !important;
}
.footer-link p.f3{
    color: #4A3AFF !important;
    text-decoration: underline !important;
}

/* Responsive css */
@media(max-width:1300px) {
    /* top home section */
    .top-home-video {
        max-width: 650px;
        max-height: 460px;
        width: 100%;
    }

    .stripe-right {
        width: 280px;
    }
}
@media(max-width:1260px) {
    /* common css */
    h1 {
        font-size: 44px;
        line-height: 54px;
    }
    h2 {
        font-size: 38px;
        line-height: 48px;
    }
    h3 {
        font-size: 30px;
        line-height: 36px;
    }

    /* Initio Discover (tab) section */
    .discover-title {
        margin: 0 10px 0 0 !important;
    }

    .discover-title:last-child {
        margin-right: 10px !important;
    }

    /* Enterprise Grade section */
    .enterprise-grade-logo-box {
        width: calc(25% - 80px) !important;
        margin: 0 40px;
    }
}

@media(max-width:1140px) {
    /* top home section */
    .top-home-video {
        max-width: 580px;
        max-height: 420px;
        width: 100%;
    }

    .stripe-right {
        width: 220px;
    }
}

@media(max-width:1024px) {
    /* common css */

    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 34px;
        line-height: 42px;
    }
    h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .card-container {
        padding: 60px;
    }

    h2 span, h2 span.is-block {
        display: inline !important;
    }

    span.is-block {
        display: inline !important;
    }

    .card-padding-100-0 {
        padding: 80px 50px;
    }

    /* top home section */
    .top-home-video {
        max-width: 550px;
        max-height: 360px;
        width: 100%;
    }

    .stripe-right {
        width: 200px;
    }

    /* Initio Discover (tab) section */
    .discover-section .discover-container {
        padding: 20px;
    }

    .sh3-text {
        width: 100%;
    }

    .discover-section .discover-container .discover-container-right {
        padding: 20px 0 0 0px !important;
        justify-content: center !important;
    }

    /* Enterprise Grade section */
    .enterprise-grade-section {
        padding: 40px;
    } 

    .enterprise-grade-top-left-part {
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .enterprise-grade-bottom-section {
        padding-top: 40px;
    }

    /* clm expert section */
    .clm-expert-part {
        padding: 0;
    }
    .clm-expert-section input {
        width: 100%;
    }
    .clm-expert-leftpart {
        width: 100%;
        margin: 0 !important;
    }
    .clm-expert-rightpart {
        margin: 0 !important;
        width: 100%;
    }
    /* integration section */
    .integration-logo-img {
        width: calc(20% - 40px) !important;
    }
    /* footer */
    .footer-legal-logo {
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .card-container {
        padding: 40px 30px;
    }

    /* Enterprises grade section */
    .enterprise-grade-section {
        padding: 40px 20px;
    }

    .enterprise-grade-bottom-section {
        padding-top: 20px;
    }

    .highlighted-line {
        margin: 20px 0 0 0;
    }

    .enterprise-grade-bottom-section {
        display: block;
        text-align: center;
    }

    .enterprise-grade-logo-box {
        width: calc(50% - 20px) !important;
        margin: 0 10px;
        display: inline;
        justify-content: space-around;
    }

    /* integration section */
    .integration-logo-img {
        height: 100px;
    }

    .integration-logo-container .column:first-child {
        margin-left: 15px !important;
    }

    .integration-logo-container .column:last-child {
        margin-right: 15px !important;
    }

    /* footer */
    .footer-top-part {
        padding: 0;
        margin-bottom: 20px;
    }

    .footer-top-part .column p.f1 {
        padding-top: 20px;
    }

    footer .column p.f2 {
        padding-top: 20px !important;
    }

    .footer-bottom-part {
        padding: 20px 0 0 0;
    }
}

@media(max-width:560px) {
    /* common css */
    .card-container {
        padding: 40px 20px;
    }

    .card-padding-100-0 {
        padding: 60px 10px 0;
    }

    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    h2.padding-bottom-50 {
        padding-bottom: 30px;
    }

    h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    h2.sh2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .sh3, .p3, .meta-data, .sh2{
        font-size: 16px;
        line-height: 1.3;
    }

    .is-line-height-52 {
        line-height: 35px !important;
    }

    .request-demo-link {
        padding: 12px 20px 6px;
        font-size: 16px;
        width: 100%;
    }

    /* top home section */
    .top-home-container {
        padding: 150px 0px 5px;
    }

    .top-home-video {
        width: 100%;
        height: 254px;
        max-width: 400px;
        top:60px;
    }

    .stripe-right {
        width: 100%;
        height: 20px;
        max-width: 100px;
    }

    .right-video-content, .left-video-content{
        display: none;
    }

    /* Initio Discover (tab) section */
    .discover-title .p1 {
        width: 480px;
    }

    /* integration section */
    .integration-logo-img {
        width: 100px !important;
        height: 100px;
    }
}
  
