.no-nav .theme-header-v2 .menu-toggle,
.no-nav .theme-header-v2 .union .nav-bg,
.no-nav .theme-header-v2 .union .navbar,
.no-nav .theme-header-v2 .header-ctas,
.no-nav .theme-header-v2 .lang-ctas .shaped-ctas a.login,
.no-nav .theme-header-v2 .lang-ctas .shaped-ctas a.login + a .shape {
  display: none;
}

.theme-header-v2 {
  padding: 16px 0;
  background: #F6F7F8;
  border-bottom: 1px solid #D2D3D5;
}
/* .theme-header-v2 .header-rows {
position: relative;
} */
.theme-header-v2 .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 16px;
  transition: all 0.5s ease;
}
.theme-header-v2 .header-row.mobile {
  display: none;
}
.theme-header-v2 .logo-col {
  line-height: 0;
}



.nav-links {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0 2px;
  gap: 12px;
  /*   position: relative; */
}

.nav-links .mobile-link {
  display: none;
}
.nav-links a.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px 7px;
  text-decoration: none;
  border-radius: 50px;
  color: #141415;
  transition: all 0.5s ease;
  font-size: 18px;
  font-weight: 500;
}
.nav-links a.menu-link .chevron {
  transition: all 0.3s ease;
  line-height: 0;
  position: relative;
}

.nav-links li a.menu-link.child-active {
  background: #141415;
  color: #fff;
}
.nav-links li a.menu-link.child-active .chevron svg path {
  stroke: #fff;
}

@media ( min-width: 1200px ) {
  body.menu-opened:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
  }
  .nav-links li.menu-opened .menu-link {
    background: #141415;
    color: #fff;
  }
  .nav-links li.menu-opened .menu-link svg path {
    stroke: #fff;
  }
  .nav-links li.menu-opened .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-links li:not(.menu-opened):hover a.menu-link:not(.child-active) {
    background: #E7E8E9;
  }
  .nav-links li.menu-opened a.menu-link .chevron {
    transform: rotate(180deg);
  }
}
/*
.nav-links li a:hover {
background: rgba(0, 36, 77, 0.1); #00244d 
}
*/

.nav-links a.menu-link.child-active {
  position: relative;
}
/*
.nav-links a.menu-link.child-active:after {
content: '';
position: absolute;
width: 4px;
height: 4px;
top: calc(50% + 11px);
right: calc(50% - 2px);
border-radius: 4px;
background: #000;
}
*/
.mega-menu {
  position: absolute;
  top: calc(100% - 19px);
  left: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  padding-top: 19px;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  /*   max-height: calc(100vh - 81px);
  overflow-y: scroll; */
}
.mega-menu .mega-menu-container {
  background: #F6F7F8;
}
.mega-menu .menu-heading {
  width: 100%;
  font-family: Bossa, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #595B5F;
  display: inline-block;
  text-transform: uppercase;
}
.mega-menu .left .menu-heading {
  margin-left: 8px;
}
.mega-menu .right .menu-heading {
  margin-bottom: 4px;
}
.mega-menu .right.cards .menu-heading {
  margin-bottom: 8px;
}

.book-demo-modal .hs-form-field.hs_email .hs-error-msgs {
  display: none;
}
.book-demo-modal .hs-form-field.hs_email .coinputcontainer input{
  margin-bottom:2px;
}

.mega-menu-row {
  display: flex;
  justify-content: space-between;
}
.mega-menu-col.left {
  width: 100%;
  max-width: calc( 100% - 385px );
  max-width: 75.32%;
  border-right: 1px solid #D2D3D5;
  background: linear-gradient(180deg, rgba(246, 247, 248, 0) 12.5%, rgba(246, 247, 248, 0.8) 60.46%, #F6F7F8 100%);
  position: relative;
}
.mega-menu-col.left .scroll-content {
  overflow-y: auto;
  max-height: calc(90vh - 81px);
  padding: 24px 0;
}
.mega-menu-col.left .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: -2px;
  height: 60px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(246, 247, 248, 0) 12.5%,
    rgba(246, 247, 248, 0.8) 60.46%,
    #F6F7F8 100%
  );
  display: none;
}
.mega-menu-col.right {
  width: 100%;
  max-width: 385px;
  max-width: 24.68%;
  padding: 24px 0 24px 24px;
  max-height: calc(85vh - 81px);
  overflow-y: auto;
}

.mmc-row {
  display: flex;
  /*   justify-content: space-between; */
  column-gap: 32px;
  row-gap: 4px;
  flex-wrap: wrap;
  padding-right: 24px;
  padding-bottom: 16px;
}
.mmc-row:has(+ .mmc-row) {
  border-bottom: 1px solid #D2D3D5;
  margin-bottom: 16px;
}
.mmc-row .mmc-col {
  width: calc( 100% / 3 - 21.33px );
}
.mmc-row.col-4 .mmc-col {
  width: calc( 100% / 4 - 24px );
}
.mega-menu .mega-menu-link {
  padding: 8px;
  color: #141415;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-radius: 2px;
}
.mega-menu .mega-menu-link:hover {
  background: #fff;
}
.mega-menu .mega-menu-link.active {
  background: #EFF0F0;
}

.mega-menu .mega-menu-link.with-icon {
  display: flex;
  gap: 12px;
}
.mega-menu .mega-menu-link .icon {
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}
.mega-menu .mega-menu-link .title-area {
  display: inline-flex;
  gap: 8px;
}
.mega-menu .mega-menu-link .title-area .title {
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: flex-start;
  column-gap: 8px;
  flex-wrap: wrap;
}
.mega-menu .mega-menu-link .title-area .badge {
  border-radius: 100px;
  padding: 2px 8px 0px;
  display: inline-block;
  /*   height: 21px; */
}

.mega-menu .mega-menu-link .title-area .arrow-icon {
  opacity: 0;
  left: -15px;
  position: relative;
  transition: all 0.3s ease;
  max-width: 11px;
  display: inline-block;
  top: 2px;
  display: none; /* to hide it forcefully for the time being */
}
.mega-menu .mega-menu-link .title-area .arrow-icon svg {
  max-width: 100%;
}
.mega-menu .mega-menu-link .title-area .arrow-icon svg path {
  stroke: #141415;
}
.mega-menu .mega-menu-link:hover .title-area .arrow-icon {
  opacity: 1;
  left: 5px;
}
.mega-menu .mega-menu-link .description {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #59605F;
}
@media (min-width: 1199px) {
  .mega-menu .mega-menu-link .description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
  }
  .mega-menu .mmc-row:hover .mega-menu-link .description {
    opacity: 1;
    max-height: 150px;
    transform: translateY(0);
  }
}

.mega-menu-columns .column .menu-heading {
  margin: 0 0 18px;
  font-size: 12px;
  line-height: 18px;
  padding: 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.mega-menu-columns .column a.mega-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  padding: 6px 16px;
  min-height: 52px;
  border-radius: 60px;
}
.mega-menu-columns .column a.mega-menu-link:hover {
  background: rgba( 0, 0, 0, 0.07 );
}
/* .mega-menu-columns .column a.mega-menu-link:not(:last-child) {
margin-bottom: 23px;
} */
.mega-menu-columns .column a.mega-menu-link .icon {
  line-height: 0;
  min-width: 24px;
}
.mega-menu-columns .column a.mega-menu-link .arrow-icon {
  line-height: 0;
}
.mega-menu-columns .column a.mega-menu-link.external .arrow-icon {
  transform: rotate(-45deg);
}
.mega-menu-columns .column a.mega-menu-link span.text {
  margin-right: auto;
}
.mega-menu-columns .column a.mega-menu-link .arrow-icon svg {
  opacity: 0;
}
.mega-menu-columns .column a.mega-menu-link:hover .arrow-icon svg {
  opacity: 1;
}
.mega-menu-columns .column a.mega-menu-link svg path {
  stroke: #b3b5b7;
}
.mega-menu-columns .column a.mega-menu-link .arrow-icon svg path {
  stroke: #000;
}
.mega-menu-columns .column a.mega-menu-link.active svg path {
  stroke: #fff;
}

.right-menu-links a {
  padding: 8px;
  color: #141415;
  text-decoration: none;
  display: block;
  margin-left: -8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.right-menu-links a:not(:last-child) {
  margin-bottom: 4px;
}
.right-menu-links a .title {
  font-weight: 700;
  font-size: 18px;
}
.right-menu-links a .description {
  display: block;
  font-size: 16px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.right-menu-links a:hover {
  background: #fff;
}
.right-menu-links a:hover .description {
  opacity: 1;
  max-height: 150px;
  transform: translateY(0);
}

.header-card {
  background: #fff;
  margin-bottom: 16px;
  transition: all 0.5s ease;
}
.header-card:hover {
  background: #E7E8E9;
}
.header-card .card-img {
  line-height: 0;
}
.mega-menu-col .header-card:nth-of-type(n+2) { 
  margin-bottom: 0;
}
.mega-menu-col .header-card:nth-of-type(n+2) .card-img {
  display: none;
}
.header-card img {
  width: 100%;
  max-width: 100%;
  max-height: 170px;
  object-fit: cover;
}
.header-card .card-body {
  padding: 16px;
}
.header-card .card-body .card-title a {
  text-decoration: none;
  font-size: 20px;
  color: #141415;
  display: inline-block;
  margin-bottom: 12px;
}
/*
.header-card .card-body .description {
font-size: 16px;
margin-bottom: 16px;
}
.header-card:nth-of-type(n+2) .card-body .description {
display: none;
}
*/

.header-card .description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.header-card .description p {
  font-size: 16px;
  padding-bottom: 16px;
}
.header-card .description.show {
  max-height: 200px;
  opacity: 1;
}


.header-card .card-body .card-link {
  gap: 9px;
  display: inline-flex;
  align-items: baseline;
}
.header-card .card-body .card-link .arrow-icon {
  line-height: 0;
  max-width: 14px;
}
.header-card .card-body .card-link .arrow-icon svg {
  max-width: 100%;
}





.theme-header-v2 .cta-col {
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
}
.theme-header-v2 .cta-col .mobile-login {
  display: none;
}
.theme-header-v2 .nav-login-cta {
  line-height: 0;
}
.theme-header-v2 .nav-login-cta a {
  padding: 6px;
  background: transparent;
  display: inline-flex;
  border-radius: 50px;
  transition: all 0.5s ease;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  color: #141415;
  font-size: 18px;
  text-decoration: none;
}
.theme-header-v2 .nav-login-cta a .login-icon {
  max-width: 22px;
  max-height: 22px;
}
.theme-header-v2 .nav-login-cta a:hover {
  background: #e7e8e9;
}

.theme-header-v2 .header-ctas,
.theme-header-v2 .language-switcher {
  transition: transform 0.1s ease-out, opacity 0.1s ease-out;
  position: relative;
  opacity: 1;
}

/* .theme-header .header-ctas.hidden,
.theme-header .language-switcher.hidden {
transform: translateY(-100px);
opacity: 0;
} */

.theme-header-v2 .language-switcher .switcher-button {
  position: relative;
}

.theme-header-v2 .language-switcher .switcher-button .switcher-top {
  align-items: center;
  border-radius: 60px;
  color: #141415;
  gap: 3.5px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  padding: 5px 8px 5px 5px;
  position: relative;
  transition: all 0.5s ease;
}
.theme-header-v2 .language-switcher .switcher-button .switcher-top .globe {
  height: 22px;
  width: 22px;
  position: relative;
}
.theme-header-v2 .language-switcher .switcher-button .switcher-top .chevron {
  line-height: 0;
  transition: all 0.5s ease;
}

.theme-header-v2 .language-switcher .switcher-button .switcher-top.active .chevron {
  transform: rotate(180deg);
}

.theme-header-v2 .language-switcher .switcher-button .switcher-top .globe svg path,
.theme-header-v2 .language-switcher .switcher-button .switcher-top .chevron svg path {
  transition: all 0.5s ease;
}
.theme-header-v2 .language-switcher .switcher-button .switcher-top .globe svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media ( min-width: 1200px ) {
  .theme-header-v2 .language-switcher .switcher-button:hover .switcher-top:not(.active) {
    background: #E7E8E9;
  }

  .theme-header-v2 .language-switcher .switcher-button .switcher-dropdown.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active {
    background: #141415;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active .globe svg path {
    fill: #fff;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active .chevron svg path {
    stroke: #fff;
  }
}
/*.theme-header-v2 .language-switcher .switcher-button .switcher-top:before {
background: rgba(0, 36, 77, 0.05);
border-radius: 50px;
content: "";
height: calc(100% - 4px);
left: 2px;
opacity: 0;
position: absolute;
top: 2px;
transition: all .5s ease;
width: calc(100% - 4px);
z-index: -1;
}
.theme-header-v2 .language-switcher .switcher-button .switcher-top:hover:before {
opacity: 1;
}*/
.theme-header-v2 .language-switcher .switcher-button .switcher-top .selected-text {
  padding-top: 2px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

@media ( min-width: 1181px ) {
  .theme-header-v2 .language-switcher .switcher-button:hover .switcher-top .selected-text+svg {
    transform: rotate(180deg);
  }
}
.theme-header-v2 .header-row.mobile .language-switcher .switcher-button.active .switcher-top .selected-text+svg {
  transform: rotate(180deg);
}
.theme-header .language-switcher .switcher-container {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-header-v2 .language-switcher .switcher-dropdown,
.theme-header-v2 .language-switcher .switcher-sub-language {
  position: absolute;
  top: 100%; right: 0; /* left: 0; */
  max-width: 300px;
  min-width: 180px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  /*   transform: translateY(20px); */
  padding-top: 33px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.theme-header-v2 .language-switcher .switcher-dropdown .switcher-container,
.theme-header-v2 .language-switcher .switcher-sub-language .switcher-sub-container {
  background-color: #fff;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #232325;
  list-style: none;
}
.theme-header-v2 .language-switcher .switcher-sub-language {
  min-width: 240px;
}
/* .theme-header .language-switcher .switcher-dropdown .switcher-container {
border-radius: 16px;
} */
@media ( min-width: 1200px ) {
  /* .theme-header-v2 .language-switcher .switcher-button:hover .switcher-dropdown, */
  .theme-header-v2 .language-switcher .switcher-container li:hover .switcher-sub-language {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.theme-header-v2 .language-switcher .switcher-container li {
  position: relative;
}
.theme-header-v2 .language-switcher .switcher-sub-language {
  left: calc(100% + 13px);
  padding-top: 0;
  top: -9px;
}
.theme-header-v2 .language-switcher a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 12px 16px;
  text-decoration: none;
  color: #141415;
  gap: 8px;
}
.theme-header-v2 .language-switcher a.switcher-sub-link {
  padding: 16px 12px 16px;
}
.theme-header-v2 .language-switcher a .arrow-icon {
  line-height: 0;
}
.theme-header-v2 .language-switcher a .arrow-icon svg path {
  stroke: #b3b5b7;
}
.theme-header-v2 .language-switcher a .chevron {
  display: none;
}
.theme-header-v2 .language-switcher a:hover,
.theme-header-v2 .language-switcher a.switcher-sub-link.active {
  background: #F6F7F8;
}
.theme-header-v2 .language-switcher a:not(.switcher-sub-link).active {
  color: #fff;
  background: #141415;
}

.theme-header-v2 .language-switcher a.active .arrow-icon svg path {
  stroke: #fff;
}

@media ( min-width: 1181px ) {
  .theme-header-v2 .language-switcher a.active {
    pointer-events: none;
  }
}



.theme-header-v2 .menu-toggle {
  display: none;
}
.theme-header-v2 .menu-toggle .toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 18px;
  width: 26px;
  height: 10px;
  cursor: pointer;
  position: relative;
}
.theme-header-v2 .menu-toggle .toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all 0.4s ease;
}

.theme-header-v2 .menu-toggle .toggle span:nth-child(1) {
  top: 1px;
}
.theme-header-v2 .menu-toggle .toggle span:nth-child(2) {
  top: 8px;
  opacity: 0;
}
.theme-header-v2 .menu-toggle .toggle span:nth-child(3) {
  top: 9px;
}

.theme-header-v2.mobile-menu-active .menu-toggle .toggle span:nth-child(1) {
  transform: rotate(-45deg);
  top: 5px; 
}
.theme-header-v2.mobile-menu-active .menu-toggle .toggle span:nth-child(2) {
  opacity: 0;
}
.theme-header-v2.mobile-menu-active .menu-toggle .toggle span:nth-child(3) {
  transform: rotate(45deg);
  top: 5px;
}

@media ( max-width: 1919px ) {
  .mmc-row {
    column-gap: 16px;
  }
  .mmc-row .mmc-col,
  .mmc-row.col-4 .mmc-col {
    width: calc(100% / 3 - 11px);
  }
  .nav-links a.menu-link {
    font-size: 16px;
  }
  .theme-header-v2 .nav-login-cta a {
    font-size: 16px;
  }
  .right-menu-links a .title {
    font-size: 16px;
  }
  .right-menu-links a .description {
    font-size: 14px;
  }
  .mega-menu .mega-menu-link .title-area .title {
    font-size: 16px;
  }
  .mega-menu .mega-menu-link .description {
    font-size: 14px;
  }
  .mega-menu .menu-heading {
    font-size: 12px;
  }
  .header-card .card-body .card-title a {
    font-size: 18px;
  }
  .header-card .description p {
    font-size: 14px;
  }
}

@media ( max-width: 1440px ) {
  .mega-menu-col.left {
    max-width: 68.38%;
  }
  .mega-menu-col.right {
    max-width: 31.62%;
  }
  .mmc-row {
    column-gap: 26px;
    padding-right: 0px;
  }
  .mmc-row .mmc-col {
    width: calc(100% / 2 - 13px);
  }
  .mmc-row.col-4 .mmc-col {
    width: calc(100% / 3 - 18px);
  }
}

@media ( max-width: 1199px ) { /* 960px was not enough */
  .theme-header-v2 {
    border: none;
    transition: max-height 0.5s ease;
  }
  /*.mega-menu .theme-container {
  position: relative;
}*/
  .theme-header-v2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 81px;
    padding-bottom: 20px;
    border-top: 1px solid #D2D3D5;
    width: 100%;
  }
  /*.theme-header-v2.mobile-menu-active {
  max-height: calc(100vh - 81px);
}*/
  .theme-header-v2 .header-row.desktop .logo-col, 
  .theme-header-v2 .header-row.desktop .theme-buttons {
    display: none;
  }
  .theme-header-v2 .header-row.desktop .theme-buttons.mobile-login {
    display: block;
    margin-bottom: 124px;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
  .theme-header-v2 .header-row.desktop .theme-buttons.mobile-login a {
    width: 100%;
  }
  .theme-header-v2 .header-row.mobile {
    display: flex;
    background: #F6F7F8;
  }
  .theme-header-v2.mobile-menu-active .header-row.mobile {
    padding-bottom: 18px;
  }
  .theme-header-v2:not(.mobile-menu-active) .header-row {
    gap: 0;
    column-gap: 16px;
  }
  .theme-header-v2 .menu-toggle {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-left: 8px;
  }
  .theme-header-v2 .nav-login-cta {
    display: none;
  }
  .theme-header-v2 .header-row.desktop {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .theme-header-v2.mobile-menu-active .header-row.desktop {
    overflow-y: auto;
    height: calc(100vh - 81px);
  }
  .theme-header-v2 .nav-col .navbar {
    padding-top: 12px;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .nav-links li {
    width: 100%;
  }
  .nav-links .mobile-link {
    display: block;
  }
  .nav-links a.menu-link {
    width: 100%;
    justify-content: space-between;
    padding: 12px;
    border-radius: 0;
    font-weight: 700;
  }
  .nav-links .menu-opened a.menu-link {
    background: #141415;
    color: #fff;
    margin-bottom: 8px;
  }
  .nav-links a.menu-link .chevron svg {
    width: 13px;
    height: 9px;
    transition: all 0.5s ease;
  }
  .nav-links a.menu-link.active .chevron svg {
    transform: rotate(180deg);
  }
  .nav-links .menu-opened a.menu-link .chevron svg path {
    stroke: #fff;
  }
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    transform: none;
    padding-top: 0;
  }
  .mega-menu .mega-menu-container {
    border: 1px solid #D2D3D5;
    padding: 16px;
  }
  .mega-menu .theme-container {
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-row {
    flex-direction: column;
  }
  .mega-menu-col.left {
    max-width: 100%;
    border: none;
  }
  .mega-menu-col.left .scroll-content {
    max-height: unset;
    padding: 0;
  }
  .mmc-row {
    border-bottom: 1px solid #D2D3D5;
    margin-bottom: 16px;
    column-gap: 18px;
  }

  .mega-menu-col.right {
    max-width: 100%;
    max-height: unset;
    padding: 0;
  }
  .mega-menu .right .menu-heading {
    padding-left: 8px;
  }
  .right-menu-links a {
    background: none;
    margin-left: 0;
  }
  .right-menu-links a .description {
    max-height: unset;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .mega-menu-col .header-card .card-img {
    display: none;
  }
  .theme-header-v2 .header-row.desktop .cta-col {
    width: 100%;
    flex-direction: column;
  }
  .theme-header-v2 .language-switcher {
    width: 100%;
    border: 1px solid #D2D3D5;
    border-right: 0;
    border-left: 0;
    padding: 24px 0;
    margin: 12px 0 24px;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top {
    gap: 8px;
    border-radius: 0;
    padding: 13px 16px 11px;
    justify-content: space-between;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top .selected-text {
    margin-right: auto;
    display: block;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top .chevron svg {
    width: 14px;
    height: 10px;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active {
    background: #141415;
    color: #fff;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active .globe svg path {
    fill: #fff;
  }
  .theme-header-v2 .language-switcher .switcher-button .switcher-top.active .chevron svg path {
    stroke: #fff;
  }

  .theme-header-v2 .language-switcher .switcher-dropdown, 
  .theme-header-v2 .language-switcher .switcher-sub-language {
    position: static;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    min-width: unset;
    padding: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
  }
  .theme-header-v2 .language-switcher .switcher-sub-language.visible {
    border-bottom: 1px solid #D2D3D5;
  }
  .theme-header-v2 .language-switcher .switcher-dropdown .switcher-container, 
  .theme-header-v2 .language-switcher .switcher-sub-language .switcher-sub-container {
    background: transparent;
  }
  .theme-header-v2 .language-switcher .switcher-dropdown .switcher-container {
    padding: 0;
    border: 1px solid #D2D3D5;
    margin-top: 8px;
  }
  .theme-header-v2 .language-switcher .switcher-sub-language .switcher-sub-container {
    border: none;
    padding: 0;
  }
  .theme-header-v2 .language-switcher a {
    padding: 16px 15px 16px 12px;
  }
  .theme-header-v2 .language-switcher a .arrow-icon {
    display: none;
  }
  .theme-header-v2 .language-switcher a .chevron {
    display: block;
  }
  .theme-header-v2 .language-switcher a .chevron svg {
    width: 14px;
    height: 10px;
  }
  .theme-header-v2 .language-switcher a.switcher-sub-link {
    padding: 16px 30px 16px 20px;
  }
  .theme-header-v2 .language-switcher a.has-sub-language .chevron {
    transition: all 0.5s ease;
  }
  .theme-header-v2 .language-switcher a.has-sub-language.active .chevron {
    transform: rotate(180deg);
  }
  .theme-header-v2 .language-switcher a.has-sub-language.active .chevron svg path { 
    stroke: #fff;
  } 
  .header-cards .header-card .description {
    max-height: unset !important;
    opacity: 1 !important;
  }
}

@media ( min-width: 768px ) and ( max-width: 1199px ) {
  .right-menu-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 18px;
    row-gap: 8px;
  }
  .right-menu-links a {
    width: calc(100% / 2 - 9px);
    background: none;
    margin-bottom: 0 !important;
  }
  .header-cards {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 8px 0;
  }
  .header-cards .header-card {
    margin-bottom: 0;
  }
}
@media ( max-width: 767px ) {
  .mmc-row .mmc-col,
  .mmc-row.col-4 .mmc-col {
    width: 100%;
  }
  .theme-header-v2 .menu-toggle {
    margin-left: 0;
  }
}
@media ( max-width: 480px ) {
  .theme-header-v2 .header-row.desktop {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
  .theme-header-v2 .mega-menu .theme-container {
    margin: 0;
    padding: 0;
    min-width: unset;
  }
  .nav-links {
    padding: 0;
  }
  .nav-links a.menu-link {
    padding: 12px 16px;
    font-size: 14px;
  }
  .mega-menu {
    padding: 0 16px;
  }
  .mega-menu .mega-menu-link .title-area .title {
    font-size: 14px;
  }
  .mega-menu .mega-menu-link .description {
    font-size: 12px;
  }
  .header-card .card-body .card-title a {
    font-size: 14px;
  }
  .header-card .description p {
    font-size: 12px;
  }
  .theme-header-v2 .header-row.desktop .theme-buttons.mobile-login {
    padding: 0 24px;
  }
}
@media ( max-width: 375px ) {
  .theme-header-v2 .logo-col {
    max-width: 75px;
  }
}

/* Book Demo popup start */

.book-demo-modal {
  display: none;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}
.book-demo-modal.in {
  display: block;
}
.book-demo-modal .book-demo-form {
  padding: 24px;
  background: #fff;
  /*   border-radius: 26px; */
}
.book-demo-modal .book-demo-form.active-light{
  background: #EFF0F0;
  padding:48px;
  border-radius:0;
}
.book-demo-modal-body.active-light .close{
  line-height: 32px;
}
#header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item:hover a{
  background:white;
}
#header-book-demo .iconGridv2 .iconGridv2-item .description p{
  color: #383A3D;
}
#header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item a{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}
#header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item.iconGridNoOneAvailable a{
  padding-top: 24px;
}
#header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item a:hover span.btn-text{
  text-decoration: underline;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {   
  width:calc(50% - 16px)!important; 
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item.iconGridNoOneAvailable{
  display:none;
}
.book-demo-modal .book-demo-form .book-demo-text p {
  margin-top: 15px;
}
.book-demo-modal .book-demo-form .book-demo-text {
  margin-bottom: 32px;
}
.book-demo-modal .book-demo-form .form-title, 
.book-demo-modal .book-demo-form .submitted-message, 
.book-demo-modal .book-demo-form form {
  background: transparent;
}
.book-demo-modal .book-demo-form form {
  max-height: 300px;
  overflow-y: scroll;
}
.hs_submit.hs-submit {
  /*   position: sticky;
  bottom: 0; */
}
.book-demo-modal-content {
  /*position: fixed;
  transform: translate(-50%, -50%);
  top: 50%; left: 50%; width: auto;
  max-width: 100%; padding: 0 30px;*/
  /* bottom: 100%; */
  /*   display: flex;
  justify-content: center;
  align-items: center; */
  /*   margin: 0 auto; */
  max-width: 800px;
  width: 100%;
  opacity: 0;
  padding: 30px;
  position: absolute; /* relative */
  transition: all .5s ease;
  visibility: hidden;
  /*   animation-name: slideIn;
  animation-duration: 0.8s; */
}
.book-demo-modal-content.active-light{
  max-width: 920px;
}
.book-demo-modal-content.top-left {
  left: 0; top: 0;
}
.book-demo-modal-content.top-center {
  left: 50%; top: 0;
  transform: translateX(-50%);
}
.book-demo-modal-content.top-right {
  right: 0; top: 0;
}

.book-demo-modal-content.center-left {
  left: 0; top: 50%;
  transform: translateY(-50%);
}
.book-demo-modal-content.center {
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
}
.book-demo-modal-content.center-right {
  right: 0; top: 50%;
  transform: translateY(-50%);
}

.book-demo-modal-content.bottom-left {
  left: 0; bottom: 0;
}
.book-demo-modal-content.bottom-center {
  left: 50%; bottom: 0;
  transform: translateX(-50%);
}
.book-demo-modal-content.bottom-right {
  right: 0; bottom: 0;
}

/* 
.book-demo-modal-content.center-left,
.book-demo-modal-content.bottom-left {
left: 0; top: 50%;
transform: translate(-50%,-50%);
}
.book-demo-modal-content.top-right,
.book-demo-modal-content.center-right,
.book-demo-modal-content.bottom-right {
margin: 0;
margin-left: auto;
}
*/


.book-demo-modal.in .book-demo-modal-content {
  /*   bottom: 0;
  transform: translateY(100%); */
  opacity: 1;
  visibility: visible;
}
/* 
.book-demo-modal-content.top-left,
.book-demo-modal-content.top-center,
.book-demo-modal-content.top-right {
top: 0;
transform: translateY(0%);
}

.book-demo-modal-content.bottom-left,
.book-demo-modal-content.bottom-center,
.book-demo-modal-content.bottom-right {
top: unset; bottom: 0;
transform: translateY(0%);
}


.book-demo-modal.in .book-demo-modal-content.top-left,
.book-demo-modal.in .book-demo-modal-content.top-center,
.book-demo-modal.in .book-demo-modal-content.top-right {
top: 0;
} */

.book-demo-modal.out {
  animation-name: fadeOut;
  animation-duration: 0.8s;
}

.book-demo-modal.out .book-demo-modal-content {
  /*   animation-name: slideOut;
  animation-duration: 0.8s; */
}
.book-demo-modal-body {
  position: relative;
  width: 100%;
}
.book-demo-modal-body .region_dropdown {
  position: static;
  display: block;
  padding: 30px 30px;
}
.book-demo-modal .close {
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;    
  background: #fff;
  height: 28px;
  width: 28px;
}
.book-demo-modal .close:hover,
.book-demo-modal .close:focus {
  cursor: pointer;
  opacity: 1;
}
@-webkit-keyframes slideIn {
  from {top: 0; opacity: 0} 
  to {top: 50%; opacity: 1}
}
@keyframes slideIn {
  from {top: 0; opacity: 0} 
  to {top: 50%; opacity: 1}
}
@-webkit-keyframes slideOut {
  from {top: 50%; opacity: 1}
  to {top: 0; opacity: 0}
}
@keyframes slideOut {
  from {top: 50%; opacity: 1}
  to {top: 0; opacity: 0}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}
@-webkit-keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}
@keyframes fadeOut {
  from {opacity: 1} 
  to {opacity: 0}
}

.book-demo-modal .book-demo-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0px 10px 40px #0000000d; */
  padding: 35px 40px 40px;
}

.book-demo-modal .book-demo-box .button a:after, 
.book-demo-modal .book-demo-box a.button:after {
  content: none;
}
.book-demo-modal .book-demo-box p {
  margin-bottom: 15px;
  font-size: 18px;
}


@media (max-width: 1024px) {
  .book-demo-modal-content {
    /*     padding: 20px; */
  }
  .book-demo-modal .book-demo-box p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .book-demo-modal-content {
    padding: 15px;
  }
}

.book-demo-modal .book-demo-form form {
  max-height: max-content!important;
  overflow-y: unset!important;
  position:relative;
}
.book-demo-modal .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list{
  position: relative;
  top: 0;
}
.book-demo-modal .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label{
  color: red !important;
  padding-left: 10px !important;
  font-size: 15px !important;
  font-weight: bold;
}
.book-demo-modal .book-demo-form form {
  max-height: max-content!important;
  overflow-y: unset!important
}
.custom_checkbox_parent {
  position: relative;
}

.step_form{
  display:none;
}
.step_form.step1, .step_form.step-active{
  display:block;
}
.book-demo-modal .hs-form-field.hs-fieldtype-select ul.no-list.hs-error-msgs.inputs-list{
  position: relative;
  top: 0;
}
.book-demo-modal .hs-form-field.hs-fieldtype-select ul.no-list.hs-error-msgs.inputs-list li{
  margin-top:5px;
}

.book-demo-modal label.hs-form__field__checkbox__label-text{
  font-size:12px;
  color: rgb(20, 20, 21);
  opacity: 0.65;
}
.book-demo-modal .hs_submit.hs-submit{
  /*   display:none; */
}
.book-demo-modal .hs_submit.hs-submit input{
  font-size: 18px;
  padding: 10.5px 24px 8.5px;
  width: 100%;
  height: 46px;
  background-color: #232325;
  border: 1px solid #232325;
}
.book-demo-modal .hs_submit.hs-submit input:hover{
  background-color: #595b5f;
  border: 1px solid #595b5f;
  color: #fff;
}
.book-demo-modal .hs-form__row.form-group label.error{
  position: absolute !important;
  top: 62px;
  padding-left: 0 !important;
}
.book-demo-modal .hs-form__row.form-group label.error + .select2-container{
  margin-bottom: 20px;
  box-shadow: rgba(230, 98, 123, 0.4) 0px 0px 0px 3px, rgb(230, 98, 123) 0px 0px 0px 1px;
  border-radius: 50px;
}

.custom_checkbox_parent span,.custom_checkbox_parent label {
  padding-left: 30px;
  display: block;
}


.book-demo-modal .fields-row label.error {
  color: red!important;
  display: unset!important;
  font-size: 15px!important;
  padding-left: 10px!important;
  position: unset!important
}

.book-demo-modal .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa!important;
  border-top-left-radius: 4px!important;
  border-top-right-radius: 4px!important
}

.book-demo-modal .book-demo-form {
  padding: 24px 24px 34px
}

.book-demo-modal .hs-form-field{
  background-color: transparent;
  border: none;
  border-radius: min(24px,20.4px + .21vw);
  margin-bottom: 16px;
  outline: none;
  position: relative;
  width: 100%
}

.book-demo-modal .hs-form-field input {
  background-color: rgba(20,20,21,.05);
  border: transparent;
  border-radius: min(24px,20.4px + .21vw);
  color: rgba(20,20,21,.8);
  font-family: Fustat,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 1.5em;
  padding: 18px min(24px,20.4px + .21vw) 6px;
  position: relative;
  width: 100%;
  z-index: 1
}

.book-demo-modal .hs-form-field.hs_email .hs-error-msgs {
  display: none;
}
.book-demo-modal .hs-form-field.hs_email .coinputcontainer input{
  margin-bottom:2px;
}


.spinner-loader {
  display: none;
  width: 30px;
  height: 30px;
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid white;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  animation: spin 0.6s ease-out infinite;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  margin-top: -5px;
}
@keyframes spin {
  100% {transform: rotate(360deg)}
}
/* #css-loader {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,0.41);
z-index: 99999999;
}
.lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
margin-top: 26vh;
position: absolute;
top: 48%;
right: 0;
left: 0;
bottom: 0;
margin: 0 auto;
height: 100vh;
}

.lds-ripple div {
position: absolute;
border: 4px solid #3ed2f7;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0,0.2,0.8,1) infinite
}

.lds-ripple div:nth-child(2) {
animation-delay: -0.5s
}

@keyframes lds-ripple {
0% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 1
}

100% {
top: 0px;
left: 0px;
width: 72px;
height: 72px;
opacity: 0
}
} */
.book-demo-modal .submitted-message {
  padding-top: 110px;
  text-align: center;
}
.book-demo-modal .hs-form-field input:hover {
  background-color: rgba(20,20,21,.1)
}
.book-demo-modal .hs-form-field input.error{
  box-shadow: rgba(230, 98, 123, 0.4) 0px 0px 0px 3px, rgb(230, 98, 123) 0px 0px 0px 1px;
  margin-bottom: 24px;
}
.book-demo-modal .form-columns-1 .hs-form-field input{
  width:100% !important;
}
.book-demo-modal .hs-form-field label {
  font-size: 16px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s
}
.book-demo-modal ul.no-list.hs-error-msgs.inputs-list {
  top: 38px;
  position: absolute;
  width: 100%;
}
.book-demo-modal .hs-form-field .focused label,
.book-demo-modal .hs-form-field label {
  align-self: center;
  color: rgba(20,20,21,.5);
  font-family: Fustat,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  left: min(24px,20.4px + .21vw);
  line-height: 1.5em;
  padding-right: min(24px,20.4px + .21vw);
  pointer-events: none;
  position: absolute;
  z-index: 2
}

.book-demo-modal .hs-form-field .focused label {
  font-size: 10px;
  top: 4px
}

.book-demo-modal span.select2-selection__rendered {
  padding-left: 23px!important;
  position: relative;
  top: 8px!important
}

.book-demo-modal .focused label,.book-demo-modal .hs-form-field.focused label,.book-demo-modal .hs-form-field.focused label,
.book-demo-modal .form-group.focused .fields-row+label,.fields-row.focused.has-value+label {
  font-size: 10px;
  top: 12px
}

.book-demo-modal .hs-form-field input:focus::-webkit-input-placeholder {
  color: transparent
}

/* a.clear-field-value {
cursor: pointer;
display: none;
height: 26px;
top: -16px;
width: 26px;
z-index: 999
} */

.book-demo-modal a.clear-field-value .close,a.clear-field-value {
  background: transparent
}
.book-demo-modal .close{
  z-index:999999999999;
}
.sticky-header-book-demo {
  background-color: #fff;
  border-radius: 0 0 26px 26px;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  left: 0;
  margin: 0;
  padding: min(24px,calc(20.4px + .21vw));
  position: sticky;
  position: absolute;
  width: 100%;
  z-index: 4
}

.sticky-header-book-demo footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  width: 100%
}

.sticky-header-book-demo footer .sd-step-num {
  color: #b3b5b7;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5
}

.dOfAul {
  flex-shrink: 0
}

.sd-demo-button {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  width: fit-content
}

.steps {
  display: none
}

.step_1.active {
  display: block
}

.book-demo-modal button.btn_submit {
  display: none
}
.book-demo-modal button.btn_submit_demo{
  width:100%;
  height: 46px;
}
.book-demo-modal .form-group .hs-form__row label.hs-form__field__checkbox__label {
  align-items: flex-start;
  color: #141415;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
  text-align: left
}

.select2-dropdown {
  z-index: 99999999999!important
}

.book-demo-modal .select2.select2-container.select2-container--default {
  width: 100%!important
}

.book-demo-modal .select2-container--default .select2-selection--single {
  background-color: #f3f3f3;
  border: none;
  border-radius: 50px;
  height: 48px
}

.book-demo-modal .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.book-demo-modal .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 50px!important;
  border-bottom-right-radius: 50px!important
}

.book-demo-modal .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.book-demo-modal .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 50px!important;
  border-top-right-radius: 50px!important
}

.book-demo-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  color: rgba(20,20,21,.8)!important;
  !i;!;font-family: Fustat, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif!important;
  font-size: 16px!important;
  font-weight: 400!important;
}

.book-demo-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%
}

.select2-dropdown {
  top: 8px
}

.book-demo-modal label.hs-error-msg.hs-main-font-element {
  position: unset!important;
  display: unset !important;
  color: red !important;
  padding-left: 10px !important;
  font-size:15px!important;
}
.book-demo-modal .select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa!important;
  border-top-left-radius: 4px!important;
  border-top-right-radius: 4px!important;
}
.book-demo-modal .book-demo-form{
  padding: 24px 24px 34px 24px;
}
.book-demo-modal .form-group{
  position:relative;
  margin-bottom:16px;
}
.book-demo-modal .form-group{
  position: relative;
  background-color: transparent;
  outline: none;
  border: none;
  border-radius: min(24px, 20.4px + 0.21vw);
  width: 100%;
}
.book-demo-modal .hs-form-field input{
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(48px);
  border: transparent;
  padding: 18px min(24px, 20.4px + 0.21vw) 6px;
  border-radius: min(24px, 20.4px + 0.21vw);
  font-family: Fustat, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: rgba(20, 20, 21, 0.8);
  background-color: rgba(20, 20, 21, 0.05);
}
.book-demo-modal .hs-form-field input:hover{
  background-color: rgba(20, 20, 21, 0.1);
}
/*.book-demo-modal .hs-form-field label {
position: absolute;
top: 50%;
left: 0px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 16px;
color: #333;
pointer-events: none;
-webkit-transition: all 0.15s ease-out 0s;
transition: all 0.15s ease-out 0s;
}*/

.book-demo-modal .hs-form-field label {
  pointer-events: none;
  position: absolute;
  top: 25px;
  left: min(24px, 20.4px + 0.21vw);
  z-index: 2;
  color: rgba(20, 20, 21, 0.5);
  font-family: Fustat, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  align-self: center;
  padding-right: min(24px, 20.4px + 0.21vw);

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.book-demo-modal .hs-form-field.hs-fieldtype-select label{
  top: 12px;
  font-size: 10px;
}
.book-demo-modal .hs-form-field.hs-fieldtype-select select{
  display:none;
}
.book-demo-modal .hs-form-field.focused label{
  pointer-events: none;
  position: absolute;
  z-index: 2;
  color: rgba(20, 20, 21, 0.5);
  font-family: Fustat, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  align-self: center;
  padding-right: min(24px, 20.4px + 0.21vw);
  top: 4px;
  left: min(24px, 20.4px + 0.21vw);
  font-size: 10px;
}
span.select2-selection__rendered {
  padding-left: 23px!important;
  position: relative;
  top: 8px!important;
}
.book-demo-modal .hs-form-field.focused label,
.book-demo-modal .hs-form-field.focused label,
.book-demo-modal .form-group.focused label,
.book-demo-modal .form-group.focused label,
.fields-row.focused label

{
  top: 12px;
  font-size: 10px;
}

.book-demo-modal .hs-form-field input:focus::-webkit-input-placeholder 
{
  color: transparent;
}

.book-demo-modal a.clear-field-value .close{
  background:transparent;
}

.sticky-header-book-demo{
  position: sticky;
  bottom: 0px;
  z-index: 4;
  background-color: #fff;
  padding:  min(24px, calc(20.4px + 100vw* 0.0021));
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  position: absolute;
  z-index: 4;
  width: 100%;
  left: 0;
  border-radius: 0 0 26px 26px;
}
.sticky-header-book-demo footer{
  width: 100%;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sticky-header-book-demo footer .sd-step-num {
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(179, 181, 183);
}
.dOfAul {
  flex-shrink: 0;
}
.sd-demo-button {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.sd-demo-button-full{
  width:100%;
}
#header-book-demo .book-demo-modal-content{
  /*   top: auto;
  transform: none; */
}
.steps{
  display:none;
}
.step_1.active{
  display:block;
}
.book-demo-modal button.btn_submit{
  display:none;
}
.book-demo-modal .form-group .hs-form__row label.hs-form__field__checkbox__label{
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.5;
  font-weight: 400;
  color: rgb(20, 20, 21);
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.book-demo-modal .form-group .hs-form__row{

}

.select2-dropdown{
  z-index: 99999999999 !important;
}

.book-demo-modal .select2.select2-container.select2-container--default{
  width: 100% !important;
}
.book-demo-modal .select2-container--default .select2-selection--single {
  border: none;
  background-color: rgba(20, 20, 21, 0.05);
  border-radius: 50px;
  height: 48px;
}
.book-demo-modal .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .book-demo-modal .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.book-demo-modal .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .book-demo-modal .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.book-demo-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.book-demo-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-dropdown{
  top:8px;
}

.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox label span{
  display: inline-block;
  padding-left: 33px;
  font-size: 11px;
  color: rgba(20, 20, 21, 0.5);
  cursor: pointer;
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox label{
  position:relative;
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"]:checked~span:before {
  background-image: url(https://7405301.fs1.hubspotusercontent-na1.net/hubfs/7405301/Remote%20Website%20-%202025/Badges/checked.png);
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox label:before,
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox span:before{
  position: absolute;
  content: " ";
  width: 25px;
  height: 25px;
  background-image: url(https://7405301.fs1.hubspotusercontent-na1.net/hubfs/7405301/Remote%20Website%20-%202025/Badges/uncheck.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top:2px;
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox label{
  pointer-events:all;
  padding-right: 0;
  left: 8px;
  top: 0;
  margin-top: 30px;
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox input[type="checkbox"] {
  display: none;
}
.book-demo-modal .hs-form-field.hs-fieldtype-booleancheckbox label span{
  padding-top:8px;
}
.book-demo-modal .hs-form-field ul.no-list.hs-error-msgs.inputs-list {
  /*   display: none; */
}

.request-demo-form .cofeedback {
  margin-left: 24px;
  margin-top: 6px;
}

@media (max-width:480px){
  .book-demo-modal .book-demo-form form .form-columns-2 input{
    width:100% !important;
  }
}



.iconGridv2-Demo .iconGridv2 {
  position: relative;
  overflow: hidden;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:32px 0px 16px;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox > *{
  line-height:0;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox img {
  display: block;
  max-width: 100%;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .label,
.iconGridv2-Demo .iconGridv2 .iconGridv2-item span.label {
  margin: 0;
  text-transform: uppercase;
  padding:4px 0px;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .card-heading {
  margin: 8px 0px;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item .description ul{
  padding-left:20px;
  display:flex;
  flex-direction:column;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .description * {
  margin: 0;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style-type: none;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list li {
  position: relative;
  padding-left: 48px;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list li .bullet-icon {
  width: 32px;
  height: 32px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  background-color: #D2D3D5;
  padding:3px;
  border-radius:32px;
  position: absolute;
  left: 0;
  top: 0;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list li .bullet-icon  img{
  display:block;
  margin:0 auto;
}
.iconGridv2-Demo .iconGridv2 .bottom-ctas-row{
  margin-top: 24px;
}
.iconGridv2-Demo .iconGridv2 .bottom-ctas-row .theme-buttons {
  margin: 0 auto;
  justify-content:center;
}
.iconGridv2-Demo .iconGridv2 .bottom-ctas-row .theme-buttons.align-left{
  margin:0px;
  margin-right:auto;
  justify-content: flex-start;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row{
  display: flex;
  flex-wrap: wrap;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.align-center, 
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.align-center .iconGridv2-item .theme-buttons{
  justify-content:center;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.align-center .iconGridv2-item .iconBox{
  align-self:center;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.align-center .iconGridv2-item .theme-buttons {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item{
  padding-top: 0;
  padding-bottom: 0;
}

.iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item .theme-buttons{
  margin-top:8px;
}


.iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox.simple{
  width:24px;
  height:24px;
}
.iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item a .arrow-icon{
  position: relative;
  top: 3px;
}
/* Country Page styling end */

@media screen and (min-width:1920px) {
  .iconGridv2-Demo .iconGridv2 .heading-area{
    margin-bottom:64px;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row {
    gap:32px!important;
  }
  .iconGridv2-Demo .iconGridv2 .bottom-ctas-row{
    margin-top: 64px;
  }

}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .book-demo-modal-content.active-light {
    /*     max-width: 930px; */
  }
  #header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item a{
    padding-left: 16px;
    padding-right: 16px;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {
    /*     width: calc(38.05% - 21.5px) !important; */
  }
  .iconGridv2-Demo .iconGridv2 .heading-area {
    margin-bottom: 32px;
    max-width: 571px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row {
    gap:32px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item {
    width: calc(100%/4 - 19.6px)!important;
  }

  .iconGridv2-Demo .iconGridv2 .bottom-ctas-row{
    margin-top: 32px;
  }

}
@media (min-width: 960px) and (max-width: 1439.9px) {
  .iconGridv2-Demo .iconGridv2 .heading-area{
    margin-bottom:24px;
    max-width:481px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row {
    gap:26px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item {
    width: calc(100%/2 - 9.4px) !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {
    width: calc(50% - 14px)!important;
  }
  .book-demo-modal .book-demo-form.active-light{
    padding: 48px 24px 24px;
  }
  .book-demo-modal .book-demo-form .book-demo-text {
    margin-bottom: 24px;
  }
  .book-demo-modal-content.active-light {
    max-width: 680px;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {
    /*     width: calc(47.864% - 21.5px) !important; */
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox{
    margin: 24px 0px 16px;
  }
  #header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item a span.btn-text{
    text-decoration:underline;
  }
}
@media (max-width: 959.9px) {
  .book-demo-modal .book-demo-form.active-light{
    padding: 48px 24px 24px;
  }
  .book-demo-modal .book-demo-form .book-demo-text {
    margin-bottom: 24px;
  }
  .book-demo-modal-content.active-light {
    max-width: 684px;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {
    /*     width: calc(47.864% - 21.5px) !important; */
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-item .iconBox{
    margin: 24px 0px 16px;
  }
  #header-book-demo .iconGridv2 .iconGridv2-row .iconGridv2-item a span.btn-text{
    text-decoration:underline;
  }
  .iconGridv2-Demo .iconGridv2 .heading-area{
    margin-bottom:24px;
    max-width:327px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row {
    gap:18px !important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item {
    width: calc(100%/2 - 9.4px) !important;
  }
}
@media (max-width:767px) {
  /*   .iconGridv2 .iconGridv2-item .iconBox {
  margin-bottom: 12px;
} */
  .iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list li {
    padding-left: 32px;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-item .bullet-list li .bullet-icon{
    height: 24px;
    width: 24px;
  }
  .book-demo-modal-content.active-light {
    max-width: 520px;
  }
}
@media (max-width:576px) { 
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row {
    gap:12px!important;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row .iconGridv2-item {
    width:100% !important;
    max-width:100%;
  }
  .iconGridv2-Demo .iconGridv2 .iconGridv2-row.three .iconGridv2-item {
    width:100% !important;
    max-width:100%;
  }

  .iconGridv2-Demo .iconGridv2 .bottom-ctas-row .theme-buttons{
    max-width:100%; 
  }
  .iconGridv2-Demo .iconGridv2 .bottom-ctas-row .theme-buttons a, 
  .iconGridv2-Demo .iconGridv2 .bottom-ctas-row .theme-buttons>span {
    display: block!important;
    width: 100%;
  } 

}

@media (max-width:460px) { 
  .book-demo-modal .select2-container--default .select2-selection--single .select2-selection__rendered{
    max-width:300px;
    width:100%;
  }
}

@media (max-width:390px) { 
  .book-demo-modal .select2-container--default .select2-selection--single .select2-selection__rendered{
    max-width:230px;
  }
}

/* Book Demo popup end */
