/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
  scroll-behavior: smooth;
}

.headerWrapper .hs_cos_wrapper_type_module{
  height: 100% !important;
}

.logoContainer .cell-wrapper{
  height: auto;F
}

.logoContainer a {
  
  display: block;
  height: fit-content;
  
}

.flexible_grid .hs_cos_wrapper{    
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}



body{
  font-family: "Geologica", serif;
  font-optical-sizing: auto;
  font-variation-settings: "CRSV" 1;
  margin: 0px !important;
}

p{
  margin: 0px
}

h1 {
    letter-spacing: -1px;
    margin: 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 105%;
}

h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
}

.h2 span{
    text-align: left;
    letter-spacing: -.02rem;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    position: static;
}

.inCopyHeader p{
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-left: 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}


.inCopyHeader.textColorWhite p{
  color: white;

}

.copyBlockHatchStyle.textColorWhite span{
  color: #fffc;

}

.copyBlockPadding{
  padding: 32px
}

.DarkMode .InlineCopyLine span {
    color: #fffc;
}

.copyBlockHatchStyle.HeaderInText {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 8px;

}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px;
    max-width: 1680px;
    float: none !important;
    height: 100%;
    width: 100% !important;
    display: flex;
    align-content: center;
    height: fit-content;
    padding: 0px 64px;
}

.right_column{
    margin-left: 64px !important;
    margin-right: 32px !important;
}

.left_column_wrapper{
  position: relative;
  padding-right: 64px;
}

#hs_cos_wrapper_module_1747143068381102 .faq-accordion .arrow-img-open svg path { fill:#ffffff !important; }

.background-transparent{
  background-color: #ffffff0d;
}

.background-dark{
  background-color: #17181c;
}

.background-alternate25{
  background-color: #F5F5F9;
}

.button{
  height: 45px;
}


.header {
  width: 100% !important;
}

.navbar{
  height: 90px;
  border-bottom: 1px solid #d7d7e7;
}

.headerImageContainer{
  display: flex !important;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.headerTextContainer{
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}


.button, .logoContainer{
    display: flex !important;
    align-items: center;
}

 .navbar .button, .logoContainer{
    height: 90px;
}

.quoteContainer .logoContainer{
    height: 4rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-left: 1px solid #fff3 !important;
    padding-left: 16px;

}

.navbar .logoContainer{
    min-width: 220px;
}

.button.nav{
  justify-content: flex-end;
}

.btn-defult{
    background-color: #3c64ff;
    color: white;
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;
    text-decoration: none;
}
  
.copyBlockHatchStyle{
  color:#17181ccc;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.row-fluid{
  display: flex !important;
  flex-direction: row;
  height: 100%;
}

.logo-slider .row-fluid{
  align-items: center;
}

.cell-wrapper{
  height:100%;
}

.verticalSpacer{
  width:100%;
}

.margin-bottom-small{
margin-bottom: 16px;
}

.margin-top-small{
margin-top: 16px;
}

.margin-top-medium{
margin-top: 32px;
}


.margin-bottom-xsmall{
margin-bottom: 8px;
}

.verticalSpacer.small{
  height:32px;
}
.verticalSpacer.medium{
  height:64px;
}
.verticalSpacer.large{
  height:112px;
}
.quoteSection{
  background: antiquewhite;
  background-image: url(https://info.immersivelabs.com/hubfs/67b863f5606ca6b78d7598f0_fa60cca071d88ba25d6d93db54b9e34b_LP%20Quote%20Landing%20Page%20Background.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quoteSectionText{
  color: white;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  
}

.backgroundCover{
    height: 100%;
    width: 100vw !important;
    background: #f5f5f9;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.backgroundCoverContainer{
    position: relative;
}

.footer{
  background-color:#3c64ff;
  height:200px;
  width: 100vw !important;
}

.marginTopSmall{
  margin-top:16px;
}

.text-size-medium {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    color: white;
}

.text-size-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    color: white;
}

.row-fluid .span3.quoteImage{
    height: 6rem !important;
    margin-right: 8px;
    width: 6rem !important;
}

.hidden {
    display: none !important;
}

.InlineCopyLine{
  min-height: auto !important;
  height: 20px !important;

}


.InlineIconWrapper .row-fluid {
    display: flex !important;
    flex-direction: row;
    align-items: center;

}

.InlineImageLine{
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important; 
}

.InlineIconWrapper .row-fluid [class*=span] {
    margin-left: 8px !important;
}

#hs_cos_wrapper_module_17411889143011282 hr, #hs_cos_wrapper_module_17416034794801482  hr, #hs_cos_wrapper_module_17417781340002211 hr {
    border-bottom-color: rgba(69, 70, 73, 1);
}

.sticky .row-fluid-wrapper{
  position: sticky;
  top: 64px;
}

.RichTextCopy ul {
  
    list-style: square;
    padding-left: 32px;
    margin: 16px 0px;
    display: block;
}

.RichTextCopy li::marker {
  color: #3c64ff;
}



.logoGridOverride .hs-logo-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 150px);
  gap: 0px !important;
}

.logoGridOverride .hs-logo-grid__logo-wrapper {
  border: 1px solid #d7d7e7;
  margin-top: -1px;
  max-width: 100% !important;
}

/* Remove top margin from first row */
.logoGridOverride .hs-logo-grid__logo-wrapper:nth-child(-n + 4) {
  margin-top: 0;
}

/* Remove left margin from first column in each row */
.logoGridOverride .hs-logo-grid__logo-wrapper:nth-child(4n + 1) {
  margin-left: 0;
}

.logoGridOverride .hs-logo-grid__logo-wrapper:hover {
  background-color: #f5f5f9;
}

.faq-accordion{
  padding: 0px !important;
}

.faq-accordion-outer{
    background-color: #F5F5F9;
    padding-left: 24px;
    padding-right: 24px;
}

.faq-accordion .head-arrow {
    font-weight: 500;
}

.faq-accordion .faq-accordion-1 {
    border-bottom: 0px solid #E8E8E8;
    border-radius: 0px;
}

.faq-accordion .head {
    padding: 24px 0px 24px 0px;
}

.faq-accordion-content-wrapper{
    margin: 0px !important;
    margin-top: 0px !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {

.faq-accordion-content-wrapper{
    margin: 0px !important;
    margin-top: 32px !important;
    max-width: 100% !important;
}

  
}

#hs_cos_wrapper_module_17522290620883197{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 64px;
    flex-wrap: wrap;
}