.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

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

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

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

.navbar-logo {
  width: 100%;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #356bf4;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbarcontainer {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  width: 126px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  text-decoration: none;
  display: flex;
}

.text-link {
  color: #fff;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-link:hover {
  color: rgba(255, 255, 255, .6);
}

.text-link.black {
  color: #1f1f1f;
  font-size: 14px;
}

.button-cta {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  background-color: #26439a;
  border-radius: 56px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 18px;
  display: flex;
}

.button-cta:hover {
  background-color: #143391;
  box-shadow: 0 6px 8px rgba(38, 67, 154, .25);
}

.label-2 {
  color: #fff;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.cta-icon {
  width: 31.9999px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  width: 100%;
  height: 80vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #356bf4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._2-columns {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-1 {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 105%;
}

.heading-1.subdued {
  color: rgba(255, 255, 255, .6);
}

.paragraph-1 {
  opacity: .8;
  color: #fff;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.paragraph-1.grey {
  color: #606060;
  font-weight: 400;
}

.paragraph-1.center {
  width: 640px;
  text-align: center;
}

.button-primary {
  height: 56px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.button-primary:hover {
  box-shadow: 0 6px 8px rgba(38, 67, 154, .5);
}

.label-1 {
  color: #1f1f1f;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.label-1.white {
  color: #fff;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-2 {
  width: 100%;
  height: 431px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.wrapper-2 {
  width: 100%;
  height: 383px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 178px 237px;
  display: flex;
}

.about {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.column-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.why {
  width: 100%;
  height: 50px;
  max-width: 513px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f1f8fd;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 10px;
  display: flex;
  box-shadow: 0 2px 12px #dfe8ff;
}

.newblob {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #356bf4;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 8px;
  display: flex;
  box-shadow: 0 4px 4px rgba(53, 107, 244, .25);
}

.title-1 {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.title-1.blue {
  width: 100%;
  color: #365fd9;
}

.title-1.blue.note {
  margin-top: 24px;
}

.heading-2 {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

.heading-2.center {
  width: 100%;
  text-align: center;
}

.list {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listitem {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check {
  width: 32px;
  height: 32px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #356bf4;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.vectors-wrapper-4 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-list-item {
  color: #1f1f1f;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.column-4 {
  width: 100%;
  height: 448px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.wrapper-3 {
  width: 100%;
  height: 400px;
  grid-column-gap: 117px;
  grid-row-gap: 117px;
  background-color: #b2d5f1;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numbers {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.numercounter {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #356bf4;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._4-columns {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-5 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.wrapper-4 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-5 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number {
  color: #fff;
  letter-spacing: -.07em;
  font-family: Archia, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.number.subdued {
  color: #b2d5f1;
}

.number-text {
  color: #fff;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.faq {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f8fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.faq._2 {
  display: none;
}

.column-6 {
  width: 50%;
  height: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: flex;
}

.wrapper-6 {
  width: 100%;
  height: 971px;
  grid-column-gap: 117px;
  grid-row-gap: 117px;
  background-color: #b2d5f1;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-7 {
  width: 50%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrapper-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-default {
  height: 56px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #365fd9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.button-default:hover {
  background-color: #356bf4;
  box-shadow: 0 6px 8px rgba(54, 95, 217, .15);
}

.arrow-icon-2 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordionwrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordionopen {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.accordiontitle {
  width: 100%;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
}

.faq-title {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-title {
  width: 100%;
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-2 {
  color: #606060;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.paragraph-2.pp {
  margin-bottom: 24px;
}

.accordionclosed {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.clients {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 120px 60px;
  display: flex;
}

.content {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  width: 169px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fifa-logo {
  width: 84px;
  height: 28px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kghm-logo {
  width: 132px;
  height: 37px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kpir-logo {
  width: 61.3395px;
  height: 20.3636px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flyspot-logo {
  width: 171px;
  height: 44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zmb-logo {
  width: 92px;
  height: 56px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.korb-logo {
  width: 128px;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.storiespeople {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.dot {
  z-index: -1;
  width: 560px;
  height: 560px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dfeef9;
  border-radius: 560px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -20%;
}

._3-columns {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-8 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.companystory {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 8px 24px rgba(31, 31, 31, .08);
}

.wrapper-10 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
}

.client-dot {
  object-fit: cover;
}

.wrapper-11 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-2 {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 105%;
}

.title-2.white {
  color: #fff;
}

.logo {
  width: 132px;
  height: 37px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.meetexperts {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._2-columns-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-13 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.wrapper-13 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author {
  width: 100%;
  height: 240px;
  min-height: 240px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/Author.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.imagename {
  width: 100%;
  height: 176px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.expert-dot {
  object-fit: contain;
}

.nameposition {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-14 {
  width: 100%;
  height: 210px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-15 {
  width: 100%;
  height: 210px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 80px 40px 40px;
  display: flex;
}

.wrapper-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-16 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-17 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

._3-columns-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #365fd9;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.text-span {
  color: #356bf4;
}

.freeconsultation {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #356bf4;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.wrapper-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-cta {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 105%;
}

.heading-cta.subdued {
  color: rgba(255, 255, 255, .6);
}

._2-columns-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-18 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrapper-16 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-17 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
  height: 56px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 1px 12px;
  display: flex;
}

.form-label {
  color: #fff;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.checkbox-agreement {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-6 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.button-primary-simplified {
  width: 100%;
  height: 56px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.column-19 {
  width: 100%;
  height: 416px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.vectors-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nextsteps {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

._3-columns-4 {
  width: 100%;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.column-20 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card {
  width: 100%;
  height: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f1f8fd;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.wrapper-18 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.step {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stepicon {
  width: 64px;
  height: 64px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #365fd9;
  border-radius: 64px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.vectors-wrapper-8 {
  width: 48px;
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-1-2 {
  color: #365fd9;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.arrow-step {
  width: 16.0853px;
  height: 35.925px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-title {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-2-2 {
  color: #606060;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.card-2 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.step-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrapper-19 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 0 solid #ededed;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px;
  display: flex;
}

.wrapper-20 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 126px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sm-icons {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-icon {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-link-2 {
  color: #1f1f1f;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.year-text {
  color: #1f1f1f;
  font-family: Archia, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.benefitsscroll {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f1f8fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

._2-columns-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-21 {
  width: 100%;
  height: 1418px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.wrapper-21 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.heading-2-2 {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-1-2 {
  color: #606060;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.button-default-2 {
  height: 56px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #365fd9;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.label-1-2 {
  color: #fff;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.vectors-wrapper-12 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-22 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.scrollwrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefits-item {
  width: 100%;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.wrapper-22 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: flex;
}

.wrapper-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-2 {
  width: 64px;
  height: 64px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #365fd9;
  border-radius: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-title-2 {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-2-3 {
  color: #606060;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

.form-field {
  height: 56px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 8px;
  font-family: Archia, sans-serif;
  font-size: 18px;
}

.form-book {
  width: 100%;
  flex-direction: column;
}

.form-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.form-button {
  width: 100%;
  height: 56px;
  color: #1f1f1f;
  text-align: center;
  background-color: #fff;
  border-radius: 56px;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.form-button:hover {
  background-color: #fff;
  box-shadow: 0 6px 8px rgba(38, 67, 154, .5);
}

.form-checkbox {
  border-radius: 2px;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  overflow: visible;
}

.form-checkbox.source {
  display: none;
}

.checkbox-label {
  color: #fff;
  margin-top: 7px;
  margin-left: 15px;
  font-family: Archia, sans-serif;
  font-weight: 400;
  line-height: 120%;
}

.checkbox {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/check.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
}

.success-message {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Archia, sans-serif;
  font-size: 18px;
}

.sent {
  width: 160px;
  height: 160px;
}

.error-message {
  text-align: left;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Archia, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
}

.accordion {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  height: 60px;
  align-items: center;
  padding: 0 40px 0 0;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
}

.body {
  background-color: #dbb3b3;
}

.accordion-block {
  width: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 12px;
  padding: 24px;
}

.accordion-block:hover {
  background-color: #fff;
}

.text-span-2, .text-span-3 {
  color: #356bf4;
}

.accordion-wrapper {
  width: 90%;
  background-color: #fff;
}

.accordion-item {
  width: 100%;
}

.accordion-toggle-2 {
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.accordion-toggle-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.answer {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-link, .pp-link {
  cursor: pointer;
}

.stories {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._2-columns-5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-23 {
  width: 100%;
  height: 510px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-24 {
  width: 100%;
  height: 510px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 80px 40px 40px;
  display: flex;
}

.heading-2-3 {
  color: #1f1f1f;
  letter-spacing: -.03em;
  font-family: Archia, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 105%;
}

.paragraph-1-3 {
  color: #606060;
  letter-spacing: -.015em;
  font-family: Archia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.column-25 {
  width: 100%;
  height: 510px;
  max-width: 576px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #dfeef9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.vectors-wrapper-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie {
  width: 100%;
}

.lottie._2 {
  width: auto;
  height: 100%;
}

.lottie._3 {
  width: auto;
  height: 240px;
}

.image {
  width: 100%;
}

.container-pp {
  width: 680px;
  flex-direction: column;
  margin: 40px auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-pp {
  color: #1f1f1f;
  margin-bottom: 24px;
  font-family: Archia, sans-serif;
  font-weight: 500;
}

.heading-pp._1 {
  margin-bottom: 40px;
  line-height: 105%;
}

.heading-pp._2 {
  font-size: 28px;
  line-height: 105%;
}

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

.image-2 {
  width: 24px;
  height: 24px;
}

.circle-icon {
  width: 48px;
  height: 48px;
  background-color: #f1f8fd;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.circle-icon-link {
  width: 48px;
  height: 48px;
  background-color: #f1f8fd;
  border-radius: 48px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-span-4 {
  font-weight: 600;
}

.text-span-5 {
  color: #356bf4;
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13 {
  font-weight: 600;
}

.text-span-14 {
  color: #fff;
}

.text-span-15, .text-span-16 {
  font-weight: 600;
}

.text-span-17 {
  color: #356bf4;
}

.text-span-18 {
  color: #365fd9;
}

.text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  font-weight: 600;
}

.text-span-28 {
  white-space: normal;
}

.text-span-29 {
  font-weight: 600;
}

.link-form {
  color: #fff;
  text-decoration: underline;
}

.text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41 {
  font-weight: 600;
}

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

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

.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-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

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

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.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 {
  width: 100%;
}

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

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

.gallery-block {
  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;
}

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

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

.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 {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

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

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

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

@media screen and (max-width: 991px) {
  .navbar-logo {
    padding-left: 48px;
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #092374;
    padding: 24px;
  }

  .navbar-link {
    justify-content: center;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._2-columns {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about {
    padding-top: 80px;
    padding-bottom: 24px;
  }

  .column-4 {
    padding: 24px;
  }

  .numbers {
    padding: 40px 49px 40px 48px;
  }

  ._4-columns {
    flex-flow: wrap;
    align-items: center;
  }

  .column-5 {
    width: 50%;
  }

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

  .column-6, .column-7 {
    width: 100%;
  }

  .clients {
    padding: 0 48px;
  }

  .f2wf-columns {
    flex-flow: wrap;
    align-items: center;
  }

  .logo-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .storiespeople {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dot {
    flex-wrap: wrap;
  }

  ._3-columns {
    flex-direction: column;
    align-items: center;
  }

  .meetexperts {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  ._2-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .column-14, .column-15 {
    height: auto;
  }

  .column-17 {
    padding: 24px;
  }

  ._3-columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .freeconsultation {
    padding-top: 80px;
    padding-bottom: 0;
  }

  ._2-columns-3 {
    flex-direction: column-reverse;
    align-items: center;
  }

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

  ._3-columns-4 {
    flex-direction: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card {
    background-color: rgba(0, 0, 0, 0);
  }

  .arrow-step {
    display: none;
  }

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

  ._2-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .column-21 {
    height: auto;
  }

  .wrapper-21 {
    position: static;
  }

  .icon-3 {
    color: #fff;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  ._2-columns-5 {
    flex-direction: column;
    align-items: center;
  }

  .column-23, .column-24 {
    height: auto;
  }

  .column-25 {
    height: auto;
    max-width: 100%;
    padding: 24px;
  }

  .vectors-wrapper-14 {
    object-fit: scale-down;
  }

  .lottie {
    width: 75%;
  }

  .container-pp {
    width: 100%;
  }

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

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

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

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

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

@media screen and (max-width: 767px) {
  .paragraph-1.center {
    width: 100%;
  }

  .stories {
    padding-bottom: 0;
  }

  .container-pp {
    padding-left: 24px;
    padding-right: 24px;
  }

  .gallery-scroll, .gallery-overview, .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;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo {
    height: 60px;
    padding-left: 24px;
  }

  .hero {
    height: auto;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .column {
    padding: 0;
  }

  .heading-1 {
    font-size: 40px;
  }

  .paragraph-1 {
    font-size: 15px;
  }

  .paragraph-1.center {
    text-align: center;
  }

  .button-primary {
    justify-content: space-between;
  }

  .label-1 {
    font-size: 16px;
  }

  .column-2 {
    height: auto;
    padding: 24px 0 0;
  }

  .wrapper-2 {
    height: 100%;
    padding: 0;
    display: block;
  }

  .about {
    padding-top: 80px;
  }

  .column-3 {
    padding: 0;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-list-item {
    font-size: 15px;
  }

  .column-4 {
    height: auto;
    padding: 24px 0;
  }

  .numbers {
    padding: 24px;
  }

  ._4-columns {
    flex-flow: column;
  }

  .column-5 {
    width: 100%;
    padding: 12px 0;
  }

  .number.subdued, .number.count-1, .number.count-2, .number.count-3, .number.count-4 {
    font-size: 56px;
  }

  .faq {
    padding-bottom: 40px;
  }

  .column-6 {
    height: auto;
    padding: 24px 0 0;
  }

  .column-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 0;
  }

  .button-default {
    justify-content: space-between;
  }

  .faq-title {
    width: auto;
  }

  .accordion-title {
    width: 100%;
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .clients {
    padding: 40px 24px 0;
  }

  .f2wf-columns {
    flex-direction: row;
    justify-content: center;
  }

  .dot {
    display: none;
  }

  .column-8 {
    padding: 0 0 24px;
  }

  .title-2 {
    font-size: 20px;
  }

  .meetexperts {
    padding-top: 60px;
  }

  .container-3 {
    padding: 0;
  }

  .column-13 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .column-15 {
    padding: 25px 24px;
  }

  .container-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .heading-cta {
    font-size: 40px;
  }

  .column-18 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    height: auto;
    padding: 0;
  }

  .vectors-wrapper-7 {
    width: 80px;
    object-fit: scale-down;
    flex: 1;
  }

  .nextsteps {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3-columns-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 48px 0 0;
  }

  .card {
    padding: 0;
  }

  .card-title {
    font-size: 24px;
  }

  .wrapper-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sm-icons {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .social-icon {
    object-fit: scale-down;
  }

  .benefitsscroll {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .benefits-item {
    padding: 24px;
  }

  .wrapper-22 {
    padding: 0;
  }

  .icon-2 {
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .button-link-block {
    width: 100%;
  }

  .accordion-toggle {
    padding-left: 0;
  }

  .accordion-block {
    padding: 16px;
  }

  .stories {
    padding-bottom: 40px;
  }

  .container-6 {
    padding-bottom: 0;
  }

  ._2-columns-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .column-23 {
    height: auto;
  }

  .column-24 {
    height: auto;
    padding: 0;
  }

  .column-25 {
    height: auto;
  }

  .vectors-wrapper-14 {
    height: 120px;
    object-fit: scale-down;
  }

  .lottie, .lottie._2 {
    width: 50%;
  }

  .lottie._3 {
    width: 50%;
    height: auto;
  }

  .image {
    width: 75%;
    margin-bottom: 24px;
  }

  .heading-pp._1 {
    font-size: 28.5px;
  }

  .heading-pp._2 {
    font-size: 20px;
  }

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

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


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}