.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow {
  background-color: #fff;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu-wrapper {
  background-color: #0000;
}

.nav-menu {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  border-radius: 0;
  width: 300px;
  max-width: 150%;
  height: 100px;
  min-height: 50px;
  font-size: 20px;
}

.body {
  min-height: 50px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-heading-center {
  -webkit-text-fill-color: inherit;
  background-color: #f5f7fa;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  transition: opacity .2s;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #189;
  flex-flow: column;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 40px;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0e3273;
  border: 1px solid #00008b;
  border-radius: 0;
  margin-right: 10px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-2 {
  flex: 0 auto;
  line-height: 10px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.hero-heading-left, .team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.navbar-logo-left {
  z-index: 1000;
  background-color: #fff;
  margin-bottom: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 1000;
  width: 100%;
  max-width: 1140px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper-2 {
  z-index: 2000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-two {
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/icons8-search-50.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

.image-3 {
  float: none;
  width: 150px;
  max-width: none;
  margin-left: 20px;
  display: block;
  overflow: hidden;
}

.image-4 {
  float: none;
  clear: none;
  width: 35px;
  margin-left: auto;
  padding-left: 0;
  position: relative;
}

.container-2 {
  max-width: 1000px;
  height: 350px;
  max-height: 1000px;
}

.youtube {
  max-width: 500px;
  min-height: 25px;
  max-height: 25px;
  overflow: clip;
}

.video {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
}

.container-3 {
  width: 11%;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Droid Serif, serif;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer-light-2 {
  color: #fff;
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 80px 30px 40px 20px;
  font-family: Merriweather, serif;
  position: static;
}

.footer-wrapper-two-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  font-family: Droid Serif, serif;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #fff;
  margin-top: 20px;
  margin-left: 5px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-container-2 {
  font-family: Open Sans, sans-serif;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.footer-copyright-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 0;
}

.image-5 {
  margin-left: 0;
  padding-left: 0;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.code-embed {
  width: 940px;
  height: 530px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.image-6 {
  max-width: 35%;
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  padding-left: 140px;
}

.container-5 {
  height: 530px;
  max-height: 530px;
}

.paragraph {
  width: 940px;
  height: 530px;
  margin-top: 10px;
  font-family: Merriweather, serif;
}

.link-block {
  margin-top: 10px;
}

.image-7 {
  margin-top: 10px;
  margin-left: 20px;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  max-width: none;
  height: auto;
  max-height: 700px;
  margin-top: 0;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin: 80px auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  color: #fff;
  margin: 0 auto 40px;
  font-family: Open Sans, sans-serif;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  flex-flow: column;
  margin-bottom: 24px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: luminosity;
  background-color: #1a1b1f;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-8, .image-9, .image-10, .image-11 {
  margin-top: 10px;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin: 0;
  padding: 0;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
  font-family: Merriweather, serif;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin: auto 0 0;
  display: flex;
  overflow: hidden;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-primary-6 {
  color: #0e3273;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.shadow-two-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 24px #96a3b514;
}

.body-2 {
  margin-top: 10px;
}

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Merriweather, serif;
  display: flex;
}

.gallery-slide-2 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-2 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Droid Serif, serif;
  display: flex;
  position: relative;
}

.gallery-image-2 {
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
  display: block;
}

.gallery-slide-text-2 {
  color: #0e3273;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
  font-family: Open Sans, sans-serif;
  line-height: 32px;
  transition: opacity .2s;
  display: flex;
  position: relative;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-2:focus-visible, .gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-2:focus-visible, .gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 80px 30px;
  position: relative;
}

.heading-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.dropdown-toggle {
  font-family: Open Sans, sans-serif;
}

.text-block {
  pointer-events: auto;
  font-family: Open Sans, sans-serif;
}

.section {
  flex: 1;
  height: 70px;
}

.container-8 {
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 503px;
  height: 500px;
  max-height: 1000px;
  display: flex;
  position: relative;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  background-image: url('../images/ChatGPT-Image-Apr-3-2025-01_26_19-PM.png');
  background-position: 0 0;
  background-size: auto;
  width: 503px;
  height: 500px;
  position: absolute;
}

.section-2, .background-video-2 {
  width: 940px;
  height: 530px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  font-family: Droid Serif, serif;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.heading-3 {
  color: #00008b;
  font-family: Open Sans, sans-serif;
}

.text-block-2 {
  color: #00008b;
  text-align: center;
  font-family: Merriweather, serif;
}

.text-block-3, .text-block-4 {
  color: #00008b;
  font-family: Merriweather, serif;
}

.features-metrics-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.background-video-3 {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: static;
}

.hero-split-4 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0e3273;
  border-radius: 0;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.button-primary-7.w--current {
  margin-left: 0;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.shadow-two-4 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-left-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: none;
  padding: 80px 30px;
  position: relative;
}

.heading-4 {
  font-family: Open Sans, sans-serif;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.section-3 {
  width: 500px;
  height: 70px;
  padding-left: 5px;
  padding-right: 10px;
}

.button {
  background-color: #0e3273;
  border-radius: 0;
  margin-left: 100px;
  font-family: Open Sans, sans-serif;
}

.button-2 {
  background-color: #0e3273;
  border-radius: 0;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
}

.image-12 {
  position: fixed;
}

.heading-6 {
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 40px;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 80px 30px;
  font-family: Merriweather, serif;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-5 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.heading-7 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-5 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
}

.centered-subheading-3 {
  color: #0e3273;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  border-radius: 10px;
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  padding-left: 20px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  border-radius: 10px;
  flex: 0 auto;
  width: 200px;
  height: 120px;
  margin-right: 16px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.heading-8 {
  font-family: Open Sans, sans-serif;
}

.section-4 {
  width: 400px;
  height: 70px;
}

.button-3 {
  background-color: #0e3273;
  border-radius: 0;
  margin-left: 40px;
  font-family: Open Sans, sans-serif;
}

.button-4 {
  background-color: #0e3273;
  border-radius: 0;
  font-family: Open Sans, sans-serif;
}

.bold-text {
  display: block;
}

.link {
  color: #fff;
  margin-top: 10px;
  margin-left: 5px;
}

.footer-light-3 {
  background-image: url('../images/ChatGPT-Image-Apr-8-2025-01_30_48-AM.png');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  font-family: Merriweather, serif;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-3 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-3:hover {
  color: #1a1b1fbf;
}

.footer-form-3 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-3 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-3:hover, .footer-form-field-3:focus {
  border-color: #76879d;
}

.footer-form-field-3::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-3 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-3:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.image-13 {
  border: 1px #fff;
  width: 20px;
  height: 20px;
}

.image-14 {
  border: 1px #fff;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 10px;
  display: inline-flex;
  position: static;
}

.footer-light-4 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-14 {
  width: 500px;
  height: 530px;
}

.cell {
  display: block;
}

.container-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  height: 450px;
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.text-field {
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 10px;
}

.field-label {
  align-self: flex-start;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.submit-button {
  background-color: #0e3273;
  align-self: center;
  width: 50%;
  font-family: Open Sans, sans-serif;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-16 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-6.margin-bottom-32px {
  width: 600px;
  height: 50px;
  margin-bottom: 32px;
}

.hero-wrapper-6 {
  justify-content: space-between;
  align-items: center;
  width: 940px;
  height: 500px;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-7 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-9:active {
  background-color: #43464d;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 700px;
  height: 70px;
  display: grid;
}

.container-18 {
  width: 900px;
  height: 500px;
}

.div-block-3 {
  width: 400px;
  height: 400px;
}

.hero-heading-left-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Droid Serif, serif;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #0e3273;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0e3273;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-10:active {
  background-color: #43464d;
}

.shadow-two-7 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-9 {
  color: #0e3273;
  font-family: Open Sans, sans-serif;
  font-weight: 900;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-7 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #0e3273;
  margin-bottom: 6px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #0e3273;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.image-15 {
  padding-left: 0;
}

.dropdown-toggle-2 {
  font-family: Droid Serif, serif;
}

.paragraph-2, .text-block-5, .heading-10, .text-block-6, .paragraph-3, .paragraph-4, .paragraph-5, .dropdown-toggle-3, .text-block-7, .text-block-8 {
  font-family: Open Sans, sans-serif;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #0e3273;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-3 {
  width: 100%;
}

.gallery-image-3.shadow-two {
  border-radius: 10px;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.section-5 {
  margin-bottom: 20px;
}

.heading-11 {
  color: #0e3273;
  font-family: Open Sans, sans-serif;
}

.div-block-4 {
  width: 50%;
  max-width: 500px;
}

.error-message {
  margin-bottom: 10px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
}

.form-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  margin-left: 0;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 100%;
}

.hero-heading-center-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-21 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-8.margin-bottom-32px {
  color: #0e3273;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.hero-wrapper-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.hero-split-8 {
  color: #0e3273;
  flex-flow: column;
  justify-content: space-between;
  align-self: baseline;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  display: flex;
}

.margin-bottom-24px-9 {
  color: #0e3273;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-11:active {
  background-color: #43464d;
}

.shadow-two-8 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-12 {
  color: #0e3273;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.gallery-scroll-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link-2 {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link-2:hover {
  color: #1a1b1fcc;
}

.gallery-link-2.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper-2 {
  position: relative;
}

.gallery-image-4 {
  width: 100%;
}

.gallery-image-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.hero-heading-center-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-9.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
}

.button-primary-12 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-12:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-12:active {
  background-color: #43464d;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.hero-without-image-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading-left-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-23 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  color: #0e3273;
  margin-top: 5px;
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20 {
  color: #0e3273;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-11 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 40px;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
  font-family: Open Sans, sans-serif;
}

.testimonial-card-content {
  color: #0e3273;
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 500px;
  height: 500px;
  margin-bottom: 16px;
  margin-right: 0;
  overflow: visible;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.hero-heading-left-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-10 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #0e3273;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary-13 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0e3273;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-13:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-13:active {
  background-color: #43464d;
}

.shadow-two-10 {
  border-radius: 10px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-21 {
  color: #0e3273;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-8 {
  margin-top: 40px;
}

.heading-22 {
  color: #0e3273;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-12 {
  color: #0e3273;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-primary-14 {
  color: #0e3273;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-left: 360px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-14:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-14:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-23 {
  color: #0e3273;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-24 {
  color: #fff;
  text-align: left;
}

.heading-25 {
  color: #fff;
}

.image-16, .image-17, .image-18, .image-19 {
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-20 {
  margin-top: 20px;
}

.hero-heading-left-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-26 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-11 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-13 {
  color: #0e3273;
  margin-bottom: 24px;
}

.button-primary-15 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-15:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-15:active {
  background-color: #43464d;
}

.button-primary-15.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-15.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.shadow-two-11 {
  border-radius: 10px;
  overflow: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-26 {
  color: #0e3273;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  padding: 32px 0;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.pricing-title {
  color: #0e3273;
  text-align: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  overflow: visible;
}

.pricing-subtitle {
  color: #0e3273;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: #0e3273;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  color: #0e3273;
  align-self: stretch;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.pricing-feature {
  align-self: stretch;
  margin-top: 16px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.image-21 {
  border-radius: 10px;
}

.div-block-9 {
  flex-flow: column;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-14, .div-block-15, .div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-12 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 30%;
  margin-right: 5%;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-member-name-two-5 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
}

.team-member-name-two-6 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-6 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.team-slider-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-13 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-7 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-5 {
  width: 30%;
  margin-right: 5%;
}

.team-block-5 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-5 {
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-7 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-7 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-6 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-29 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-14 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-14.margin-bottom-32px {
  color: #fff;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-6 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-6 {
  width: 30%;
  margin-right: 5%;
}

.team-block-6 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-6 {
  margin-bottom: 18px;
}

.team-block-info-6 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-8 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-8 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-6 {
  display: none;
}

.team-slider-nav-6 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-member-name-two-9 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-9 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.team-member-name-two-10 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-10 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.team-member-name-two-11 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.team-member-text-11 {
  color: #0e3273;
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.hero-heading-center-7 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  max-width: none;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-12 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-14 {
  color: #fff;
  margin-bottom: 24px;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
}

.button-primary-16 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: luminosity;
  background-color: #1a1b1f;
  border: 1px solid #fff;
  margin-left: 10px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-16:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-16:active {
  background-color: #43464d;
}

.shadow-two-12 {
  box-shadow: 0 4px 24px #96a3b514;
}

.button-5 {
  background-color: #0e3273;
  margin-left: 380px;
  font-family: Open Sans, sans-serif;
}

.textarea {
  border-radius: 10px;
}

@media screen and (min-width: 1440px) {
  .body {
    flex-flow: column;
    justify-content: space-between;
    min-height: 100vh;
    display: flex;
  }

  .footer-light-2 {
    min-height: 200px;
    margin-bottom: 20px;
  }

  .hero-heading-left-2 {
    max-width: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .heading-2 {
    font-weight: 400;
  }

  .background-video-3 {
    max-width: 100%;
    max-height: 100%;
  }

  .container-11 {
    flex-flow: row;
    display: flex;
  }

  .hero-split-4 {
    text-align: left;
  }

  .hero-heading-left-3 {
    max-width: 100%;
  }

  .centered-subheading-3 {
    text-align: center;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .gallery-scroll {
    position: static;
  }

  .container-20 {
    overflow: visible;
  }

  .gallery-wrapper-3 {
    min-height: 0;
    position: sticky;
  }

  .gallery-sticky {
    position: static;
    top: 60px;
  }

  .gallery-grid {
    min-height: 0;
    position: static;
  }

  .gallery-image-wrapper {
    position: relative;
  }

  .section-5 {
    min-height: auto;
  }

  .bold-text-2 {
    font-weight: 400;
  }

  .div-block-7 {
    background-color: red;
    max-width: 950px;
    height: 500px;
    min-height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .body-3 {
    flex-flow: column;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-9 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .container-10 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .background-video-3 {
    height: 80vh;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13 {
    max-width: 728px;
  }

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
  }

  .footer-form-3 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-3 {
    max-width: 350px;
  }

  .container-16 {
    max-width: 728px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-19 {
    max-width: 728px;
  }

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-20 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-21 {
    max-width: 728px;
  }

  .hero-wrapper-8 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-22 {
    max-width: 728px;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky-2 {
    position: relative;
    top: 0;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-23 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .container-24 {
    max-width: 728px;
  }

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-25, .container-26 {
    max-width: 728px;
  }

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-11 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-27 {
    max-width: 728px;
  }

  .team-slide-wrapper-4 {
    width: 47%;
    margin-right: 6%;
  }

  .container-28 {
    max-width: 728px;
  }

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

  .container-29 {
    max-width: 728px;
  }

  .team-slide-wrapper-6 {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-12 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .button-5 {
    margin-left: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack, .hero-heading-center, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .hero-heading-left, .team-slider {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .team-slider-2, .features-list {
    padding: 60px 15px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .hero-heading-center-2, .hero-heading-center-3, .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .hero-heading-left-2, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-subscribe-left, .hero-heading-left-3, .hero-without-image, .team-slider-3, .features-list-2, .hero-heading-right {
    padding: 60px 15px;
  }

  .footer-light-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-light-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-center-4, .hero-heading-left-4, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-scroll, .hero-heading-center-5, .gallery-scroll-2, .hero-heading-center-6, .gallery-overview {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-without-image-2, .hero-heading-left-5, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .features-table, .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-heading-left-6, .hero-stack-2, .hero-heading-left-7, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 42px;
  }

  .team-slider-4, .team-slider-5, .team-slider-6, .hero-heading-center-7 {
    padding: 60px 15px;
  }

  .button-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .container-7 {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .gallery-slider-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .gallery-block-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .gallery-slide-2 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .gallery-slide-wrapper-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .gallery-slide-image-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .container-8 {
    width: 100%;
    max-width: 100%;
    height: 400px;
    max-height: none;
    overflow: hidden;
  }

  .container-9, .container-10 {
    max-width: none;
  }

  .background-video-3 {
    width: 100%;
    height: auto;
    position: absolute;
  }

  .container-11 {
    max-width: none;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hero-heading-left-3 {
    text-align: center;
    max-width: 360px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .heading-4 {
    font-size: 28px;
  }

  .section-3 {
    width: 100%;
    height: auto;
    padding-left: 5px;
  }

  .button {
    margin-left: 10px;
    font-size: 8px;
    line-height: 16px;
  }

  .button-2 {
    margin-left: 0;
    font-size: 8px;
    line-height: 16px;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .container-12, .container-13 {
    max-width: none;
  }

  .footer-wrapper-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-3 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .container-16 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .container-20 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .container-21 {
    max-width: none;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .container-22 {
    max-width: none;
  }

  .gallery-wrapper-4 {
    grid-template-columns: 1fr;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-23 {
    max-width: none;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

  .container-24 {
    max-width: none;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .container-25 {
    max-width: none;
  }

  .heading-23 {
    text-align: center;
  }

  .container-26 {
    max-width: none;
  }

  .pricing-image {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-title {
    white-space: normal;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-regular.margin-bottom-20 {
    margin-top: 60px;
  }

  .container-27 {
    max-width: none;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .container-28 {
    max-width: none;
  }

  .centered-heading-13 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

  .container-29 {
    max-width: none;
  }

  .centered-heading-14 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-6 {
    width: 100%;
    margin-right: 0%;
  }

  .button-5 {
    margin-left: 20px;
  }
}

#w-node-b54eea14-6407-44d3-9331-14df9567cd54-0644fb4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b54eea14-6407-44d3-9331-14df9567cd59-0644fb4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fab-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fb1-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fb9-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fc1-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fc7-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fcf-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788c0-0644fb4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788d0-0644fb4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788d1-0644fb4a, #access-dash.w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788d5-0644fb4a, #virtual-booths.w-node-dfd32ef9-1da4-091d-4cbb-ecdbbba41305-0644fb4a, #lead-retrieval.w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788d9-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788da-0644fb4a, #lead-scoring.w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788dd-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788de-0644fb4a, #sponsored-sections.w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788e1-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788e2-0644fb4a, #sponsored-sections.w-node-a8f4a8c9-7af5-8441-1315-0748143fbd2a-0644fb4a, #sponsored-sections.w-node-_19ceb4c5-00d3-35ee-57d9-98773287f3f7-0644fb4a, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d73-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d7e-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d88-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d92-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d9c-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71da6-c319cfdf, #w-node-a97d49f0-25ac-cdfc-a944-b7ae2c817f8d-41bf99d8, #w-node-a97d49f0-25ac-cdfc-a944-b7ae2c817f97-41bf99d8, #w-node-a97d49f0-25ac-cdfc-a944-b7ae2c817fa1-41bf99d8, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d7436a-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d7436c-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d7436f-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74371-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74374-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74376-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74379-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d7437b-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d7437e-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74380-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74383-4ac1b73b, #w-node-_9032d53e-89ee-ede9-0670-9fd1a8d74385-4ac1b73b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fb1-0644fb4a, #w-node-ed839b16-c88e-df4b-2fa4-4cb0e6ef4fb9-0644fb4a, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d7e-c319cfdf, #w-node-c0af1bc7-27b7-8b84-6235-8f8feee71d88-c319cfdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b54eea14-6407-44d3-9331-14df9567cd54-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788c0-0644fb4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b54eea14-6407-44d3-9331-14df9567cd54-0644fb4a, #w-node-b54eea14-6407-44d3-9331-14df9567cd59-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788c0-0644fb4a, #w-node-effeee4f-8ec0-b17f-aaf9-01f0dbe788d0-0644fb4a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


