.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  flex-flow: column;
  display: flex;
}

.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 {
  mix-blend-mode: soft-light;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  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;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.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;
  background-color: #2d62ac;
  padding: 12px 25px 12px 20px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-left {
  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 {
  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;
}

.margin-bottom-24px {
  text-align: left;
  margin-bottom: 24px;
}

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

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

.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;
}

.dropdown-toggle {
  background-color: #3c6cc5;
  border: 1px solid #f5efef;
  border-radius: 9px;
  box-shadow: 2px 2px 5px #0003;
}

.text-block {
  color: #faf5f5;
  background-color: #f7e9e905;
}

.icon {
  color: #faf5f5;
}

.background-video {
  min-width: 400px;
  max-width: 400px;
  min-height: 300px;
  max-height: 300px;
}

.background-video-2 {
  max-width: 800px;
  max-height: 300px;
}

.container-2 {
  text-align: right;
  max-width: 500px;
  min-height: 400px;
  max-height: 350px;
  padding-left: 185px;
}

.background-video-3 {
  min-width: 600px;
  max-width: 800px;
  min-height: 300px;
  max-height: 400px;
}

.body {
  background-color: #e7eef1;
  flex-flow: column;
  display: flex;
}

.quick-stack {
  min-width: 19000px;
  max-width: 1000px;
}

.quick-stack-2 {
  min-height: 500px;
  margin-top: 12px;
}

.background-video-4 {
  min-width: 650px;
  height: 350px;
  min-height: 300px;
}

.heading {
  color: #2d62ac;
  margin-top: -9px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph {
  margin-top: 38px;
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: #2d62ac;
  border-radius: 6px;
  margin-top: 51px;
  font-family: Montserrat, sans-serif;
}

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

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

.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;
}

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

.margin-bottom-24px-2 {
  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;
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 907px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

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

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

.centered-heading.margin-bottom-32px {
  color: #2d62ac;
  border: 1px #f3efef;
  margin-top: -57px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

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

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

.margin-bottom-24px-3 {
  color: #f7f2f2;
  text-shadow: 0 1px 1px #0003;
  margin-top: 7px;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-primary-3 {
  color: #252323;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #eef0f5;
  border-radius: 6px;
  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;
}

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

.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;
}

.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;
}

.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;
}

.new-page-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 921px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-heading-right-2 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.hero-heading-figma {
  grid-column-gap: 80px;
  background-color: #e7eef1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: -72px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-2 {
  text-align: center;
  background-color: #2d62ac;
  border-radius: 6px;
  margin-left: 334px;
}

.text-block-2, .icon-2 {
  color: #e7eef1;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.container-5 {
  max-width: 300px;
}

.dropdown-toggle-3 {
  background-color: #2d62ac;
  border-radius: 6px;
  margin-top: -3px;
  margin-bottom: -36px;
  padding-bottom: 19px;
}

.text-block-3 {
  color: #f5efef;
}

.icon-3 {
  color: #f5eeee;
}

.button-2 {
  background-color: #2d62ac;
  border-radius: 6px;
}

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

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2d62ac;
  border-radius: 6px;
  padding: 12px 25px;
  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-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  text-align: center;
  padding-left: 330px;
}

.image {
  margin-left: 5px;
}

.text-block-4, .text-block-5 {
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  color: #eee4e4;
  text-align: center;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.text-block-7 {
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

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

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

.centered-heading-2 {
  color: #2d62ac;
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.centered-subheading {
  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;
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  transition: opacity;
  display: flex;
}

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

.team-member-name {
  color: #2d62ac;
  margin-bottom: 6px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  font-family: Montserrat, sans-serif;
}

.image-2 {
  margin-top: -69px;
  padding-top: 0;
}

.button-3 {
  text-align: center;
  background-color: #2d62ac;
  border-radius: 6px;
  margin-top: 8px;
  margin-left: 401px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-4 {
  color: #f1e6e6;
  background-color: #2d62ac;
  border-radius: 6px;
  margin-top: 9px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  left: 360px;
}

.text-block-8 {
  color: #f7f2f2;
}

.dropdown {
  text-align: left;
  margin-left: 35px;
}

.container-7 {
  text-align: center;
  max-width: 310px;
  margin-left: 360px;
  padding-left: 0;
}

.dropdown-toggle-5 {
  color: #2d62ac;
  background-color: #2d62ac;
  border-radius: 6px;
  margin-top: 3px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
}

.text-block-9 {
  color: #eef0f3;
}

.icon-4 {
  color: #ebeef1;
}

.dropdown-2 {
  margin-left: -47px;
}

.features-list-2 {
  color: #2d62ac;
  background-color: #e6eef1;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

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

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 42px;
  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;
}

.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;
}

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

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

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

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

.heading-2 {
  text-align: center;
  margin-top: -45px;
}

.image-4 {
  text-align: center;
  margin-left: 0;
}

.cell {
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.logos-without-title {
  background-color: #2d62ac0f;
  border-bottom: 1px solid #e4ebf3;
  min-width: 100px;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-10 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  width: 0%;
  min-width: 100px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-wrapper-three {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  min-width: 100px;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.carrousel-container {
  padding: 30px 0;
  display: flex;
}

.logo-container {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  min-width: 100px;
  padding: 30px 0;
  display: flex;
}

.marquee_wrapper {
  background-color: #2d62ac0f;
  border: 1px solid #2d62ac;
  border-radius: 1px;
  flex: none;
  margin-top: 15px;
  display: flex;
  overflow: hidden;
}

.marquee_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0 solid #2d62ac;
  border-radius: 0;
  flex: none;
  justify-content: center;
  min-width: 100px;
  display: flex;
  overflow: hidden;
}

.marquee_logo {
  max-height: 3.5rem;
}

.text-block-10 {
  color: #2d62ac;
  text-align: center;
  margin-top: -21px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.button-6 {
  opacity: 0;
}

.button-7 {
  background-color: #2d62ac;
  border-radius: 6px;
  margin-left: 5px;
}

.button-8 {
  background-color: #2d62ac;
  border-radius: 6px;
}

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

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

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

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

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

.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;
}

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

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

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

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

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

.features-wrapper-two-4 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 90px;
  display: flex;
}

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

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

.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;
}

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

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

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

.heading-3 {
  color: #e6eef1;
  text-align: center;
  margin-top: -45px;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: #e6eef1;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-5, .heading-6 {
  text-align: center;
}

.paragraph-12, .paragraph-13, .paragraph-14 {
  color: #e6eef1;
  font-family: Montserrat, sans-serif;
}

.image-5 {
  margin-top: 200px;
}

.dropdown-toggle-6 {
  color: #e7eef2;
  background-color: #2d62ac;
  border-radius: 8px;
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-7 {
  color: #e7eef2;
  background-color: #2d62ac;
  border-radius: 8px;
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-8 {
  color: #e7eef2;
  background-color: #2d62ac;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-9, .dropdown-toggle-10 {
  color: #e7eef2;
  background-color: #2d62ac;
  border-radius: 8px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
}

.dropdown-toggle-11 {
  color: #e7eef2;
  background-color: #2d62ac;
  border-radius: 8px;
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
}

.form {
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
}

.body-2 {
  background-color: #e6eef1;
}

.field-label {
  color: #2d62ac;
  font-family: Montserrat, sans-serif;
}

.field-label-2 {
  color: #2d62ac;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  background-color: #2d62ac;
  border-radius: 8px;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}

.if-lib-tagradio1_group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.if-lib-tagradio1_field {
  cursor: pointer;
  background-color: #fff;
  border: .0625rem solid #d2d2d2;
  border-radius: .35rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .8rem 1.3rem .8rem 1rem;
  display: flex;
}

.if-lib-tagradio1_field.is-checked {
  background-color: #edf0f4;
  border-color: #263245;
}

.if-lib-tagradio1_icon {
  cursor: pointer;
  background-color: #2d62ac;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-style: none;
  border-radius: .25rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .75rem;
  font-family: Montserrat, sans-serif;
}

.if-lib-tagradio1_icon.w--redirected-checked {
  background-color: #257fe9;
  background-image: url('../images/checkicon_white.svg');
  background-position: 50%;
  background-size: 75% 75%;
}

.if-lib-tagradio1_icon.w--redirected-focus {
  box-shadow: none;
}

.if-lib-tagradio1_icon.w--redirected-focus-visible {
  outline-offset: .1rem;
  outline: .1rem solid #494759;
}

.if-lib-tagradio1_label {
  color: #263245;
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-7 {
  color: #2d62ac;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-17 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1440px) {
  .navbar-no-shadow {
    flex-flow: column;
    display: flex;
  }

  .navbar-wrapper {
    text-align: center;
    margin-left: -134px;
  }

  .nav-link {
    margin-left: 71px;
    font-size: 18px;
  }

  .body {
    flex-flow: column;
  }

  .heading {
    flex-flow: column;
    display: block;
  }

  .paragraph {
    font-size: 18px;
  }

  .button {
    flex-flow: column;
    font-size: 20px;
    display: block;
    transform: translate(0);
  }

  .margin-bottom-24px-3 {
    flex-flow: column;
    font-size: 15px;
    display: flex;
  }

  .button-2 {
    margin-top: 21px;
    padding-right: 21px;
    font-family: Montserrat, sans-serif;
  }

  .clients-title {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .text-block-5 {
    margin-left: 5px;
    font-size: 18px;
  }

  .text-block-6 {
    flex-flow: column;
    display: flex;
  }

  .text-block-7 {
    mix-blend-mode: multiply;
    margin-top: 21px;
  }

  .team-circles {
    font-family: Montserrat, sans-serif;
  }

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

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 16px;
  }

  .dropdown-toggle-5 {
    flex-flow: column;
    display: flex;
  }

  .dropdown-2 {
    margin-left: 155px;
  }

  .features-list-2 {
    background-color: #e6eef1;
  }

  .image-3 {
    text-align: center;
    margin-top: 51px;
    margin-bottom: -24px;
  }

  .heading-2 {
    color: #2d62ac;
    text-align: center;
    margin-top: -36px;
    margin-bottom: 75px;
    margin-left: 77px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .paragraph-8 {
    margin-top: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .image-4 {
    margin-left: 0;
  }

  .carrousel-container {
    position: relative;
    overflow: hidden;
  }

  .button-6 {
    opacity: 0;
  }

  .features-list-3 {
    font-family: Montserrat, sans-serif;
  }

  .heading-5 {
    margin-top: -45px;
  }

  .paragraph-13 {
    color: #e6eef1;
  }

  .paragraph-14 {
    color: #e6eef1;
    text-align: left;
  }

  .image-5 {
    margin-top: 200px;
  }

  .text-block-11 {
    color: #e7eef2;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-toggle-6 {
    color: #861818;
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
  }

  .icon-5 {
    color: #e7eef2;
  }

  .dropdown-toggle-7 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 8px;
  }

  .text-block-12 {
    color: #e7eef2;
    font-family: Montserrat, sans-serif;
  }

  .icon-6 {
    color: #e7eef2;
  }

  .dropdown-toggle-8 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 9px;
  }

  .text-block-13 {
    color: #e7eef2;
    font-family: Montserrat, sans-serif;
  }

  .icon-7 {
    color: #e7eef2;
  }

  .dropdown-toggle-9 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 3px;
    font-family: Montserrat, sans-serif;
  }

  .text-block-14, .icon-8 {
    color: #e7eef2;
  }

  .dropdown-toggle-10 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 3px;
    font-family: Montserrat, sans-serif;
  }

  .text-block-15, .icon-9 {
    color: #e7eef2;
    background-color: #e7eef208;
  }

  .dropdown-toggle-11 {
    color: #e7eef2;
    background-color: #3366ae;
    border-radius: 8px;
    margin-top: 0;
  }

  .form {
    font-size: 20px;
  }

  .body-2 {
    background-color: #e6eef1;
  }

  .field-label {
    color: #2d62ac;
    font-family: Montserrat, sans-serif;
  }

  .field-label-2 {
    color: #2d62ac;
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
  }

  .submit-button {
    color: #e6eef1;
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .radio-button-field {
    color: #f3f3f3;
  }

  .if-lib-tagradio1_group {
    margin-top: 40px;
  }

  .if-lib-tagradio1_field {
    background-color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .if-lib-tagradio1_icon {
    -webkit-text-fill-color: inherit;
    background-color: #2d62ac;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
  }

  .heading-7 {
    color: #2d62ac;
    text-align: center;
    margin-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 48px;
  }

  .text-field, .text-field-2, .text-field-3, .select-field, .select-field-2, .text-field-4 {
    background-color: #fff;
  }

  .text-block-16 {
    font-family: Montserrat, sans-serif;
  }

  .body-3 {
    background-color: #e6eef1;
  }

  .paragraph-15 {
    font-size: 24px;
    font-weight: 500;
  }

  .paragraph-16 {
    font-size: 24px;
    font-weight: 300;
  }

  .paragraph-17 {
    font-weight: 600;
  }

  .bold-text {
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 24px;
  }

  .heading-8 {
    font-size: 30px;
  }

  .bold-text-3 {
    line-height: 30px;
  }

  .button-9 {
    background-color: #2d62ac;
    border-radius: 6px;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
  }

  .submit-button-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .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;
  }

  .body {
    flex-flow: column;
  }

  .heading {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .paragraph {
    grid-column-gap: 57px;
    grid-row-gap: 57px;
    flex-flow: row;
    display: flex;
  }

  .button {
    flex-flow: column;
    display: flex;
  }

  .container-3 {
    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-4 {
    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;
  }

  .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-content {
    grid-column-gap: 60px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

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

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

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

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

  .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%;
  }

  .image-3 {
    margin-top: -105px;
    margin-bottom: 63px;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
  }

  .button-7, .button-8 {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

@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-heading-left, .hero-without-image {
    padding: 60px 15px;
  }

  .heading {
    flex: 1;
  }

  .hero-heading-right, .hero-heading-center, .features-list, .hero-heading-right-3 {
    padding: 60px 15px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .hero-heading-center-2, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .features-list-2, .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-list-3, .features-list-4 {
    padding: 60px 15px;
  }
}

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

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

  .container {
    max-width: none;
  }

  .quick-stack-2 {
    margin-top: 0;
  }

  .background-video-4 {
    width: auto;
    min-width: 420px;
    max-width: none;
    margin-top: -200px;
    margin-left: -95px;
    margin-right: -35px;
    padding-left: 42px;
    overflow: hidden;
  }

  .heading {
    opacity: 1;
    color: #eceff3;
    text-align: center;
    text-shadow: 4px 2px 1px #0003;
    mix-blend-mode: normal;
    border-radius: 3px;
    flex-flow: row;
    margin-top: 36px;
    margin-bottom: -108px;
    margin-left: 29px;
    font-weight: 700;
    position: relative;
    transform: translate(-16px);
  }

  .paragraph {
    color: #0000;
    margin-top: 12px;
    font-weight: 700;
  }

  .button {
    opacity: 0;
    height: 34px;
    margin-top: 66px;
    margin-left: 44px;
    display: block;
  }

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

  .hero-heading-center {
    margin-top: 9px;
  }

  .container-4 {
    text-align: center;
    max-width: none;
  }

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

  .hero-split-3, .button-primary-3 {
    text-align: center;
  }

  .shadow-two-3 {
    margin-top: 138px;
    position: absolute;
  }

  .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;
  }

  .button-2 {
    margin-top: 10px;
    padding-right: 24px;
    font-family: Montserrat, sans-serif;
  }

  .clients-title {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-6 {
    font-size: 25px;
  }

  .team-circles {
    margin-top: 3px;
    margin-bottom: 48px;
  }

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

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

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

  .image-2 {
    margin-left: 35px;
  }

  .container-7 {
    margin-left: -122px;
    padding-left: 0;
  }

  .dropdown-toggle-5 {
    margin: 0 -280px -280px 0;
  }

  .text-block-9 {
    font-size: 11px;
  }

  .features-list-2 {
    background-color: #e6eef1;
  }

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

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

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

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

  .image-3 {
    margin-top: -93px;
  }

  .heading-2 {
    color: #3a569c;
    text-align: center;
    margin-top: -36px;
  }

  .image-4 {
    margin-left: 0;
  }

  .cell {
    padding-top: 23px;
  }

  .dropdown-link {
    margin-top: 9px;
    padding-left: 0;
  }

  .dropdown-list {
    margin-top: -3px;
  }

  .dropdown-list.w--open {
    margin-top: 42px;
    margin-right: 2px;
  }

  .button-4 {
    margin-top: -66px;
  }

  .button-5 {
    background-color: #2d62ac;
    border-radius: 6px;
    font-family: Montserrat, sans-serif;
  }

  .container-9 {
    margin-top: 15px;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .marquee_wrapper {
    margin-top: -66px;
  }

  .text-block-10 {
    margin-top: -123px;
    font-size: 20px;
  }

  .section {
    margin-top: 90px;
  }

  .button-6 {
    opacity: 73;
    background-color: #2d62ac;
    border-radius: 6px;
    margin-top: 270px;
    margin-left: 83px;
    font-size: 15px;
  }

  .button-7 {
    margin-top: 21px;
  }

  .button-8 {
    margin-top: 33px;
  }

  .features-list-3 {
    background-color: #e6eef1;
  }

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

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

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

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

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

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

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

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

  .heading-3 {
    font-size: 20px;
  }

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

  .heading-5 {
    margin-top: -30px;
    font-size: 20px;
  }

  .heading-6 {
    font-size: 18px;
  }

  .paragraph-13, .paragraph-14 {
    color: #e6eef1;
  }

  .image-5 {
    margin-top: -69px;
  }

  .text-block-11 {
    color: #e7eef2;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-toggle-6 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 0;
  }

  .icon-5 {
    color: #e7eef2;
  }

  .dropdown-toggle-7 {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 0;
  }

  .text-block-12 {
    color: #e7eef2;
    font-family: Montserrat, sans-serif;
  }

  .icon-6 {
    color: #e7eef2;
  }

  .dropdown-toggle-8 {
    color: #e7eef2;
    background-color: #2d62ac;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
  }

  .dropdown-toggle-9, .dropdown-toggle-10, .dropdown-toggle-11 {
    color: #e7eef2;
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
  }

  .body-2 {
    background-color: #e6eef1;
  }

  .field-label {
    color: #2d62ac;
    font-family: Montserrat, sans-serif;
  }

  .field-label-2 {
    color: #2d62ac;
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
  }

  .submit-button {
    background-color: #2d62ac;
    border-radius: 8px;
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
  }

  .if-lib-tagradio1_icon {
    background-color: #2d62ac;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-7 {
    color: #2d62ac;
    margin-top: 33px;
    font-family: Montserrat, sans-serif;
  }

  .text-block-16 {
    font-family: Montserrat, sans-serif;
  }

  .paragraph-15 {
    margin-left: -26px;
  }

  .bold-text {
    font-family: Montserrat, sans-serif;
  }

  .bold-text-2 {
    margin-left: -26px;
    font-family: Montserrat, sans-serif;
  }

  .heading-8 {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
  }

  .bold-text-3 {
    margin-left: -23px;
    font-family: Montserrat, sans-serif;
  }

  .button-9 {
    background-color: #2d62ac;
    border-radius: 6px;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
  }

  .submit-button-2 {
    margin-bottom: 20px;
  }
}

#w-node-_0c8fd545-a679-0252-ad51-471c4d8d1ee4-ed4deac6 {
  grid-template-rows: auto;
  grid-template-columns: 5fr .25fr;
}

#w-node-_83576a64-c4e2-13bf-2b74-a70b219d6bf8-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c03-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c0d-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c17-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c21-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c2b-ed4deac6, #w-node-f5d6603e-0975-3732-bc08-11dd0520c49f-ed4deac6, #w-node-_9f5cc36e-7303-6979-3301-11a3d9aeacfd-ed4deac6, #w-node-_13055210-0c8c-e874-fb23-f0e800b68d8a-ed4deac6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_0c8fd545-a679-0252-ad51-471c4d8d1ee4-ed4deac6 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr .25fr;
  }

  #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c03-ed4deac6, #w-node-_83576a64-c4e2-13bf-2b74-a70b219d6c0d-ed4deac6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c8fd545-a679-0252-ad51-471c4d8d1ee4-ed4deac6 {
    grid-template-rows: 144px;
    grid-template-columns: minmax(252px, .25fr);
  }
}
