:root {
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-100: #f7f9fd;
  --flowui-component-library-error-lighter: #fceff0;
  --flowui-component-library-error-darker: #5b0b11;
  --color: #ffdd01;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-white: white;
  --spark-library-foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library-black: black;
  --spark-library-border-default: rgba(0, 0, 0, .16);
  --spark-library-foreground-interactive-hover: #1e116e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-white);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: var(--flowui-component-library-gray-500);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 80px;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  align-items: center;
  padding: 0 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.f-image-cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
}

.f-header-image-wrapper-tall {
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
}

.f-button-secondary {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 40px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(22, 0, 66, 0);
  background-image: linear-gradient(127deg, #0baedb, #590ec9);
  border-radius: 35px 0;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library-gray-900);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-header-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  margin-top: 60px;
  padding: 80px 3% 60px;
  position: relative;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.f-h5-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

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

.f-feature-icon-wrapper-white {
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 10px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library-white);
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-neutral-2 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  max-width: 1140px;
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
}

.f-margin-bottom-64 {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.f-section-large-2 {
  background-color: rgba(234, 243, 248, 0);
  background-image: linear-gradient(143deg, #fdf6ff 31%, #d8ecff 58%);
  padding: 60px 5%;
  position: relative;
}

.week-circle {
  width: 40px;
  height: 40px;
  background-color: #fdf6f4;
  border: 3px solid #fa886a;
  border-left-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(250, 136, 106, .4);
}

.f-image-cover-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-content-image-wrapper {
  width: 100%;
  height: 430px;
  max-width: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-secondary-2 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-input-outlined {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-content-form {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-content-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.f-paragraph-large-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  position: relative;
}

.f-section-large-3 {
  flex-direction: column;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

.f-logo-shadow {
  min-height: 96px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 11px;
  display: flex;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .14);
}

.f-section-large-4 {
  padding: 20px 1.3rem 40px;
  position: relative;
  overflow: hidden;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  text-align: justify;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.8;
}

.separator {
  width: 80px;
  height: 2px;
  background-color: #1968fc;
  margin-left: -35px;
}

.separator.blue {
  background-color: #1968fc;
  box-shadow: 0 2px #d1e1fe;
}

.separator.blue.mt-30 {
  margin-top: 30px;
  margin-left: 0;
}

.heading-3 {
  color: #1d1e1f;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.f-grid-four-column-type--2 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.uui-cta12_logo {
  height: auto;
  margin: 10px;
}

.f-container-regular-3 {
  width: 90%;
  max-width: 1200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-container.mb-60 {
  max-width: 700px;
  margin-bottom: 40px;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.f-icon-regular {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  width: 30px;
  height: 30px;
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.f-footer-link {
  width: 100%;
  color: var(--flowui-component-library-white);
  letter-spacing: -.01em;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library-grey-300);
}

.f-footer-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: #030303;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: auto;
  height: 30px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: #160042;
  background-image: linear-gradient(96deg, #09054c, #07539b);
  padding: 32px 5%;
  display: none;
  position: relative;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  border-color: var(--flowui-component-library-gray-900);
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-grey-600);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.f-paragraph-regular.f-text-weight-medium-copy {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: var(--flowui-component-library-gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library-gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 19px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-testimonial-mask {
  width: 40%;
  overflow: visible;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
  overflow: visible;
}

.f-h3-heading-3 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-66 {
  margin-bottom: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: #5532fa;
  background-image: linear-gradient(111deg, #29afdb 6%, #560bc5);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  padding: 40px 5% 72px;
  position: relative;
  overflow: hidden;
}

.f-paragraph-small--name {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.8;
}

.slide {
  margin-left: 10px;
}

.slide-2, .slide-3 {
  margin-right: 10px;
}

.text-block {
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.link {
  color: #000;
}

.heading-5 {
  color: #142649;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.pill {
  background-color: #d8f5ed;
  border-radius: 50px;
  margin-bottom: 5px;
  padding: 6px 20px 6px 7px;
  display: inline-block;
}

.div-block-463 {
  width: 20px;
  height: 20px;
  float: left;
  clear: none;
  background-color: #0b83a2;
  border-radius: 50px;
  padding: 0;
  display: block;
}

.location {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.paragraph-10 {
  color: #5e5b5b;
  text-align: left;
  letter-spacing: .5px;
  margin: 10px 10px 10px 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.meta {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.article-info-wrapper {
  margin-top: 13px;
}

.small-heading-1 {
  color: #011657;
  margin-top: 0;
  margin-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.article-info-text {
  color: rgba(0, 0, 0, .93);
  margin-right: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.job-item {
  max-width: none;
  min-width: auto;
  background-color: #fff;
  border: 1px #e4e4e4;
  border-radius: 19px;
  margin: 8px;
  padding: 25px;
  transition: all .1s ease-in-out;
  box-shadow: 8px 8px 20px -6px #bbb6b6;
}

.job-item:hover {
  box-shadow: 0 1px 28px rgba(147, 155, 180, .23);
}

.div-block-462 {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-461 {
  width: 20px;
}

.text-block-2 {
  float: left;
  padding-top: 2px;
  padding-left: 12px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}

.heading-6 {
  color: #142649;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.div-block-464 {
  width: 20px;
  height: 20px;
  float: left;
  clear: none;
  background-color: #0b83a2;
  border-radius: 50px;
  padding: 0;
  display: block;
}

.div-block-465 {
  width: 20px;
}

.heading-7 {
  color: #142649;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.div-block-466 {
  width: 20px;
  height: 20px;
  float: left;
  clear: none;
  background-color: #0b83a2;
  border-radius: 50px;
  padding: 0;
  display: block;
}

.div-block-467 {
  width: 20px;
}

.f-grid-three-column--2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.wbs-hero-6-client-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wbs-client-logo {
  height: 52px;
}

.f-footer-link-2 {
  width: 100%;
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider-2 {
  width: 1px;
  height: 16px;
  background-color: var(--flowui-component-library-grey-300);
}

.f-footer-menu-2 {
  grid-column-gap: 24px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.f-footer-detail-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-footer-bottom-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.f-footer-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: var(--flowui-component-library-grey-300);
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-footer-social-2 {
  width: 48px;
  height: 48px;
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social-2:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

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

.f-footer-logo {
  flex: none;
  margin-bottom: 20px;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small-2 {
  background-color: var(--flowui-component-library-white);
  padding: 32px 5%;
  position: relative;
}

.text-block-3 {
  color: var(--flowui-component-library-gray-900);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block-4 {
  text-decoration: none;
}

.f-avatar-icons {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.f-testimonial-icons {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: var(--flowui-component-library-white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-154, .image-155, .image-156 {
  width: 25px;
  margin-left: 5px;
}

.image-157 {
  width: 30px;
  margin-left: 5px;
}

.image-158 {
  width: 25px;
  margin-left: 5px;
}

.counter-grid {
  grid-column-gap: 22px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 30px;
  margin-bottom: 20px;
}

.counter-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-green-check {
  width: 24px;
  height: 24px;
}

.counter-content {
  margin-left: 12px;
}

.f-heading-large-2 {
  color: #282a2c;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-8 {
  font-weight: 600;
}

.f-section-large-2-copy {
  background-color: #eaf3f8;
  padding: 60px 5%;
  position: relative;
}

.f-section-large-sction {
  background-color: rgba(234, 243, 248, 0);
  padding: 60px 5%;
  position: relative;
}

.f-section-large-banner {
  background-image: url('../images/5_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 100px 5% 60px;
  position: relative;
}

.cover {
  width: 50%;
}

.f-section-large-contact {
  background-image: url('../images/4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 60px 5% 40px;
  position: relative;
}

.f-image-cover-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-contact-image-wrapper {
  height: 100%;
  max-width: 550px;
}

.f-error-message {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-3 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-checkbox-label {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-67 {
  margin-bottom: 32px;
}

.f-text-area {
  min-height: 112px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-68 {
  margin-bottom: 16px;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-4 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-69 {
  margin-bottom: 8px;
}

.f-margin-bottom-70 {
  margin-bottom: 48px;
}

.f-contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-5 {
  padding: 92px 5%;
  position: relative;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---section {
  color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
}

.brix---section.contact-us {
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #e7f2ff, #fff 68%);
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: #646568;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input-2:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input-2::-ms-input-placeholder {
  color: #667085;
}

.form-input-2::placeholder {
  color: #667085;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.brix---mg-bottom-64px {
  width: 100%;
  max-width: 90%;
  margin-bottom: 0;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.ms-dropdown {
  z-index: 10;
  width: 50px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-left: 6px;
  padding-right: 0;
  font-size: 11px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.brix---card-form-v2 {
  max-width: none;
  min-height: auto;
  background-color: #fff;
  border: 1px #eff0f6;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 33px;
  box-shadow: 0 12px 12px rgba(20, 20, 43, .32);
}

.brix---heading-h3-size-2 {
  color: #222;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.brix---social-media-grid-right---mbp-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label-2 {
  color: #344054;
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.brix---paragraph-default-4 {
  color: #3d3939;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.brix---text-center {
  text-align: center;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.brix---color-neutral-805 {
  color: #6e7191;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.radio-button-label {
  color: #686363;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---grid-2-columns {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 40px;
  display: grid;
}

.brix---card-link-icon-wrapper {
  width: auto;
  color: #6e7191;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f7f7fc;
  border-radius: 14px;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px rgba(20, 20, 43, .06);
}

.brix---card-link-icon-wrapper:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.div-block-572 {
  margin-bottom: 40px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.image-159 {
  margin-bottom: 20px;
}

.brix---social-icon-square-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px:hover {
  transform: scale(.92);
}

.form-input-number {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input-number:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input-number::-ms-input-placeholder {
  color: #667085;
}

.form-input-number::placeholder {
  color: #667085;
}

.flag {
  width: auto;
  height: 20px;
  margin-bottom: 10px;
  margin-right: 5px;
  position: absolute;
  top: 24%;
  bottom: 0%;
  left: 3%;
  right: auto;
}

.form-input-3 {
  height: auto;
  min-height: 2.75rem;
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.form-input-3:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.form-input-3::-ms-input-placeholder {
  color: #667085;
}

.form-input-3::placeholder {
  color: #667085;
}

.form-input-3.text-area {
  height: auto;
  min-height: 10.2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact6-1_form-3 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-text {
  font-weight: 600;
}

.brix---big-icon-left {
  border-radius: 16px;
  margin-right: 16px;
}

.form-field-wrapper {
  position: relative;
}

.form-field-2col-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map {
  height: 300px;
}

.brix---grid-contact-v1 {
  width: 100%;
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.brix---container-default-contact {
  max-width: 80%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---color-accent-1 {
  color: #4a3aff;
}

.button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-2:hover {
  background-color: #6941c6;
  border-color: #6941c6;
}

.button-2:focus {
  background-color: #7f56d9;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05), 0 0 0 4px #f4ebff;
}

.button-2.max-width-full {
  width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a68fc;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
}

.brix---inner-container-460px-center {
  max-width: 460px;
  margin-left: 0;
  margin-right: auto;
}

.error-text {
  color: #e23939;
}

.f-image-cover-4 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-contact-image-wrapper-2 {
  height: 100%;
  max-width: 550px;
}

.f-error-message-2 {
  background-color: var(--flowui-component-library-error-lighter);
  color: var(--flowui-component-library-error-darker);
  text-align: center;
  border-radius: 8px;
}

.f-success-message-3 {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-4 {
  min-height: 48px;
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-checkbox-label-2 {
  color: var(--flowui-component-library-gray-900);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox-2 {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: var(--flowui-component-library-gray-400);
  background-color: var(--flowui-component-library-white);
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.f-checkbox-2.w--redirected-checked {
  background-color: var(--flowui-component-library-gray-900);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-margin-bottom-71 {
  margin-top: 10px;
  margin-bottom: 0;
}

.f-text-area-2 {
  min-height: 112px;
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-text-area-2::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-text-area-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-72 {
  margin-bottom: 16px;
}

.f-field-input-2 {
  min-height: 48px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-field-input-2::-ms-input-placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library-gray-500);
}

.f-contact-form-2 {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-5 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-73 {
  margin-bottom: 8px;
}

.f-margin-bottom-74 {
  margin-bottom: 48px;
}

.f-contact-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  padding: 92px 5%;
  position: relative;
}

.f-margin-bottom-75 {
  margin-bottom: 16px;
}

.f-margin-bottom-76 {
  margin-bottom: 8px;
}

.f-margin-bottom-77 {
  margin-bottom: 48px;
}

.f-section-large-project {
  background-image: url('../images/6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
  padding: 60px 5% 40px;
  position: relative;
}

.f-grid-four-column-type--3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.f-logo-shadow-2 {
  min-height: 96px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .14);
}

.f-section-large-7 {
  flex-direction: column;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
}

.f-h3-heading-6 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-78 {
  margin-bottom: 32px;
}

.f-button-neutral-5 {
  min-height: 40px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(22, 0, 66, 0);
  background-image: linear-gradient(127deg, #06176d, #04548c);
  border-radius: 50px 0 50px 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: #282556;
}

.f-paragraph-large-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 28px;
}

.f-margin-bottom-79 {
  margin-bottom: 12px;
}

.f-h3-heading-7 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.f-paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
}

.f-heading-detail-small-6 {
  color: #160042;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.f-container-regular-6 {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto;
  position: relative;
}

.f-margin-bottom-80 {
  margin-bottom: 16px;
}

.f-content-icon-wrapper-2 {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #f7f9fd;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 16px;
}

@media screen and (min-width: 1440px) {
  .brix---grid-contact-v1 {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .f-header-image-wrapper-tall {
    height: auto;
    max-width: none;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large {
    margin-top: 0;
  }

  .f-grid-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .f-h3-heading {
    font-size: 30px;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .f-section-large-2 {
    padding-top: 20px;
  }

  .f-content-image-wrapper {
    height: auto;
    max-width: 100%;
  }

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

  .f-section-large-3 {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-grid-four-column-type--2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-mask {
    width: 100%;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-grid-three-column--2 {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-hero-6-client-grid {
    margin-top: 50px;
  }

  .f-footer-bottom-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .f-footer-social-row-large-2 {
    margin-left: 0;
  }

  .f-footer-group-2 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .f-section-large-2-copy, .f-section-large-sction {
    padding-top: 20px;
  }

  .f-section-large-banner, .f-section-large-contact {
    margin-top: 0;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---card-form-v2 {
    padding: 54px 40px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-column-gap: 10px;
  }

  .brix---grid-contact-v1 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .f-contact-image-wrapper-2 {
    max-width: 100%;
  }

  .f-contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .f-section-large-project {
    margin-top: 0;
  }

  .f-grid-four-column-type--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-section-large-7 {
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .f-h3-heading-6 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .f-header-image-wrapper-tall {
    height: auto;
  }

  .f-paragraph-large {
    line-height: 27px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 35px;
  }

  .f-section-large {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .f-section-large-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-h3-heading-2 {
    font-size: 25px;
  }

  .f-grid-two-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-section-large-3 {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .f-section-large-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .combine-text-size-regular-3 {
    font-size: 14px;
  }

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

  .f-grid-four-column-type--2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-container-regular-3 {
    margin-top: 0;
  }

  .f-footer-menu {
    width: 100%;
  }

  .f-footer-brand {
    justify-content: center;
  }

  .f-footer-bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .heading-5 {
    font-size: 21px;
  }

  .f-grid-three-column--2 {
    grid-template-columns: 1fr;
  }

  .wbs-hero-6-client-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

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

  .f-section-large-2-copy, .f-section-large-sction {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-section-large-banner, .f-section-large-contact {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-contact-image-wrapper {
    max-width: 100%;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .f-contact-grid {
    grid-template-columns: 1fr;
  }

  .f-section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---section.contact-us {
    padding-top: 40px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 48px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-form-v2 {
    max-width: none;
    padding: 17px;
  }

  .brix---social-media-grid-right---mbp-center {
    justify-content: end;
    align-self: stretch;
    align-items: center;
    justify-items: end;
  }

  .brix---paragraph-default-4 {
    font-size: 14px;
  }

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

  .div-block-572 {
    margin-bottom: 0;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 12px;
  }

  .brix---grid-contact-v1 {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .button-2 {
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .f-contact-image-wrapper-2 {
    max-width: 100%;
  }

  .f-h3-heading-5 {
    font-size: 40px;
  }

  .f-contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .f-section-large-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-section-large-project {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-grid-four-column-type--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .f-section-large-7 {
    padding-top: 72px;
    padding-bottom: 0;
  }

  .f-h3-heading-6 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .f-h3-heading-7 {
    font-size: 25px;
  }

  .f-paragraph-large-7 {
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    border-color: var(--flowui-component-library-gray-900);
    color: var(--flowui-component-library-gray-900);
    padding: 4px;
  }

  .f-logo {
    width: 120px;
  }

  .f-navigation-container {
    width: 95%;
    max-width: none;
  }

  .f-navigation {
    min-height: 66px;
  }

  .f-button-neutral {
    min-height: 34px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .f-h1-heading {
    font-size: 30px;
  }

  .f-section-large {
    margin-top: 0;
  }

  .f-paragraph-large-2 {
    font-size: 15px;
    line-height: 27px;
  }

  .f-feature-icon-wrapper-white {
    margin-bottom: 20px;
  }

  .f-feature-card-filled {
    padding: 15px;
  }

  .f-margin-bottom-64 {
    margin-bottom: 20px;
  }

  .f-content-form {
    flex-direction: column;
  }

  .f-h3-heading-2 {
    font-size: 22px;
  }

  .f-container-regular-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .f-section-large-3 {
    padding-top: 20px;
  }

  .f-logo-shadow {
    min-height: auto;
  }

  .f-section-large-4 {
    padding-bottom: 40px;
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .combine-text-size-regular-3 {
    text-align: justify;
  }

  .heading-3 {
    font-size: 19px;
    line-height: 30px;
  }

  .f-grid-four-column-type--2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .f-container-regular-3 {
    width: 95%;
    margin-top: 0;
  }

  .f-footer-social-group {
    justify-content: center;
  }

  .f-footer-link {
    text-align: center;
    margin-bottom: 0;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
  }

  .f-footer-group {
    align-items: center;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: row;
    align-items: flex-start;
  }

  .f-margin-bottom-48 {
    margin-bottom: 20px;
  }

  .f-testimonial-background {
    height: 40%;
  }

  .f-section-regular {
    padding-bottom: 20px;
  }

  .text-block {
    text-align: center;
  }

  .job-item {
    max-width: none;
    min-width: auto;
    border-style: none;
    margin: 0;
    padding: 13px;
  }

  .wbs-hero-6-client-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
  }

  .wbs-client-logo {
    height: auto;
  }

  .f-footer-vertical-divider-2 {
    display: none;
  }

  .f-footer-menu-2 {
    flex-direction: column;
  }

  .f-footer-bottom-2 {
    grid-template-columns: 1fr;
  }

  .f-testimonial-icons {
    margin-bottom: 0;
    margin-right: 0;
  }

  .image-154, .image-155, .image-156, .image-157, .image-158 {
    margin-left: 0;
  }

  .counter-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .f-section-large-banner {
    margin-top: 0;
  }

  .cover {
    width: 90%;
  }

  .f-section-large-contact {
    background-position: 56% 0;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .brix---section {
    margin-top: 77px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---section.contact-us {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---text-200 {
    text-align: left;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---mg-bottom-64px {
    margin-bottom: 0;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---card-form-v2 {
    border-radius: 5px;
    padding: 13px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---social-media-grid-right---mbp-center {
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: start;
    justify-items: start;
  }

  .brix---paragraph-default-4 {
    font-size: 13px;
    line-height: 24px;
  }

  .brix---grid-2-columns {
    margin-bottom: 0;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
    padding: 13px;
  }

  .div-block-572 {
    margin-bottom: 20px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---social-icon-square-30px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---big-icon-left {
    max-width: 56px;
    border-radius: 14px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .form-field-2col-2 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .brix---grid-contact-v1 {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brix---container-default-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-large-project {
    background-position: 56% 0;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .f-grid-four-column-type--3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    align-items: center;
  }

  .f-logo-shadow-2 {
    min-height: auto;
  }

  .f-section-large-7 {
    padding-top: 20px;
  }

  .f-button-neutral-5 {
    min-height: 34px;
    margin-bottom: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .f-paragraph-large-6 {
    font-size: 15px;
    line-height: 27px;
  }

  .f-h3-heading-7 {
    font-size: 22px;
  }

  .f-container-regular-6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-_2c01223c-c3d0-0001-98ff-a848b017de62-c224ad8b {
  justify-self: end;
}

#w-node-_076c6d81-cc81-861a-23b5-f2da1561d4c8-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_076c6d81-cc81-861a-23b5-f2da1561d4ce-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-fdbc2411-0a36-b967-7ad5-0825103628cc-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdbc2411-0a36-b967-7ad5-0825103628d2-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-fb48fac3-595c-c180-0518-5ea0882f7cde-c224ad8b {
  justify-self: end;
}

#w-node-_1a7a89b2-6a67-f0b3-7fad-83792a49a719-c224ad8b {
  justify-self: start;
}

#w-node-_895724fd-0010-3840-2c39-8f71a4a9beb2-c224ad8b {
  justify-self: end;
}

#w-node-e3c7e656-1746-a637-f472-6fd6c07355d9-c224ad8b {
  justify-self: start;
}

#w-node-_799e1c86-72f1-de2d-f04a-7802ed7977b9-c224ad8b {
  justify-self: end;
}

#w-node-_50dd2bec-c532-b71d-794b-04a18471e3c0-c224ad8b {
  justify-self: start;
}

#w-node-_9785cdf1-6c37-0859-63b3-29c45f56b2bc-c224ad8b {
  justify-self: end;
}

#w-node-_43105e69-57c0-50aa-5f8e-7e6a119911f2-c224ad8b {
  justify-self: start;
}

#w-node-_6e568b63-94cd-f9c9-01c8-b051e3c05e19-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e568b63-94cd-f9c9-01c8-b051e3c05e1f-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b5552105-cf86-143d-50d1-07cfaa9e4a34-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5552105-cf86-143d-50d1-07cfaa9e4a3a-c224ad8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769383-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769385-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769387-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769389-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938b-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938d-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938f-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769391-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769393-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769395-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769397-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769399-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939b-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939d-c224ad8b, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939f-c224ad8b, #w-node-_3b722b75-8997-4489-dd25-57a6d0382c14-d0382c00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c01223c-c3d0-0001-98ff-a848b017de62-c224ad8c {
  justify-self: end;
}

#w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769383-c224ad8c, #w-node-bc2495f1-c1f7-abd7-8153-1a3f2f2e286c-c224ad8c, #w-node-c8af6d2f-b331-f4c9-c9fc-2aba9aaf8bc9-c224ad8c, #w-node-_17953f85-adba-8088-4a16-8f46efc03511-c224ad8c, #w-node-_4574b616-15ba-08f2-cb56-44850fa85e0e-c224ad8c, #w-node-_5c7b231f-999d-92b9-bcff-4228417a43d2-c224ad8c, #w-node-d653af3e-2791-e3fc-783f-0d056d02b042-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d653af3e-2791-e3fc-783f-0d056d02b048-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-d653af3e-2791-e3fc-783f-0d056d02b05b-c224ad8c {
  justify-self: end;
}

#w-node-d653af3e-2791-e3fc-783f-0d056d02b05f-c224ad8c {
  justify-self: start;
}

#w-node-_016fa6cc-3011-7d14-4081-9903708bffc0-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_016fa6cc-3011-7d14-4081-9903708bffc6-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b29-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b2f-c224ad8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b38-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b3a-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b3c-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b3e-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b40-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b42-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b44-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b46-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b48-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b4a-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b4c-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b4e-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b50-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b52-c224ad8c, #w-node-_3348e7be-d748-d7ae-63ef-1dc67e8f2b54-c224ad8c, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769383-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769385-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769387-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769389-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938b-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938d-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76938f-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769391-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769393-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769395-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769397-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b769399-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939b-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939d-c224ad8d, #w-node-_5f77c3e3-eaa8-2b17-11cc-d3950b76939f-c224ad8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba71de7-b918-f899-860c-4909eb440bfc-c224ad8e {
  justify-self: center;
}

#w-node-_2c01223c-c3d0-0001-98ff-a848b017de62-c224ad90 {
  justify-self: end;
}

#w-node-a8039620-e5cb-4bef-39ee-1aff1691ce44-c224ad90, #w-node-a8039620-e5cb-4bef-39ee-1aff1691ce49-c224ad90, #w-node-a8039620-e5cb-4bef-39ee-1aff1691ce4e-c224ad90, #w-node-a8039620-e5cb-4bef-39ee-1aff1691ce53-c224ad90 {
  align-self: auto;
  justify-self: auto;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e9205d9-c224ad90 {
  justify-self: end;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e9205dd-c224ad90 {
  justify-self: start;
}

#w-node-f483522b-5963-9cc1-ccb4-d7af7ceb1c82-c224ad90, #w-node-f483522b-5963-9cc1-ccb4-d7af7ceb1c87-c224ad90, #w-node-f483522b-5963-9cc1-ccb4-d7af7ceb1c8c-c224ad90, #w-node-f483522b-5963-9cc1-ccb4-d7af7ceb1c91-c224ad90, #w-node-bc37e6b1-3191-c968-aa2c-fd91b4c5d14d-c224ad90, #w-node-bc37e6b1-3191-c968-aa2c-fd91b4c5d152-c224ad90, #w-node-bc37e6b1-3191-c968-aa2c-fd91b4c5d157-c224ad90, #w-node-bc37e6b1-3191-c968-aa2c-fd91b4c5d15c-c224ad90 {
  align-self: auto;
  justify-self: auto;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e9205f3-c224ad90 {
  justify-self: end;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e9205f7-c224ad90 {
  justify-self: start;
}

#w-node-ea5dc5a5-0ead-eeb6-b1cf-838ced5724ed-c224ad90, #w-node-ea5dc5a5-0ead-eeb6-b1cf-838ced5724f2-c224ad90, #w-node-ea5dc5a5-0ead-eeb6-b1cf-838ced5724f7-c224ad90, #w-node-ea5dc5a5-0ead-eeb6-b1cf-838ced5724fc-c224ad90, #w-node-_2bbf0adf-d7af-a631-7248-ca0e3dc7bcaa-c224ad90, #w-node-_2bbf0adf-d7af-a631-7248-ca0e3dc7bcaf-c224ad90, #w-node-_2bbf0adf-d7af-a631-7248-ca0e3dc7bcb4-c224ad90, #w-node-_2bbf0adf-d7af-a631-7248-ca0e3dc7bcb9-c224ad90 {
  align-self: auto;
  justify-self: auto;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e92060d-c224ad90 {
  justify-self: end;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e920611-c224ad90 {
  justify-self: start;
}

#w-node-f7a9f937-ffd1-fdd8-2948-5189918094e0-c224ad90, #w-node-f7a9f937-ffd1-fdd8-2948-5189918094e5-c224ad90, #w-node-f7a9f937-ffd1-fdd8-2948-5189918094ea-c224ad90, #w-node-f7a9f937-ffd1-fdd8-2948-5189918094ef-c224ad90, #w-node-e5c50692-7a48-9410-ada3-312e0597b613-c224ad90, #w-node-e5c50692-7a48-9410-ada3-312e0597b618-c224ad90, #w-node-e5c50692-7a48-9410-ada3-312e0597b61d-c224ad90, #w-node-e5c50692-7a48-9410-ada3-312e0597b622-c224ad90 {
  align-self: auto;
  justify-self: auto;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e920627-c224ad90 {
  justify-self: end;
}

#w-node-dbd119a9-ed02-bee4-b20f-238a4e92062b-c224ad90 {
  justify-self: start;
}

#w-node-_2b77eefd-02e5-bf92-239d-74bb95a47d45-c224ad90, #w-node-_2b77eefd-02e5-bf92-239d-74bb95a47d4a-c224ad90, #w-node-_2b77eefd-02e5-bf92-239d-74bb95a47d4f-c224ad90, #w-node-_2b77eefd-02e5-bf92-239d-74bb95a47d54-c224ad90 {
  align-self: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad8b, #w-node-fb48fac3-595c-c180-0518-5ea0882f7ccc-c224ad8b, #w-node-_1a7a89b2-6a67-f0b3-7fad-83792a49a71b-c224ad8b, #w-node-_895724fd-0010-3840-2c39-8f71a4a9bea9-c224ad8b, #w-node-e3c7e656-1746-a637-f472-6fd6c07355db-c224ad8b, #w-node-_799e1c86-72f1-de2d-f04a-7802ed7977b0-c224ad8b, #w-node-_50dd2bec-c532-b71d-794b-04a18471e3c2-c224ad8b, #w-node-_9785cdf1-6c37-0859-63b3-29c45f56b2b3-c224ad8b, #w-node-_43105e69-57c0-50aa-5f8e-7e6a119911f4-c224ad8b, #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad8c, #w-node-d653af3e-2791-e3fc-783f-0d056d02b052-c224ad8c, #w-node-d653af3e-2791-e3fc-783f-0d056d02b061-c224ad8c, #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad8d, #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad8e, #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad8f, #w-node-_2c01223c-c3d0-0001-98ff-a848b017de51-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e9205d0-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e9205df-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e9205ea-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e9205f9-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e920604-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e920613-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e92061e-c224ad90, #w-node-dbd119a9-ed02-bee4-b20f-238a4e92062d-c224ad90 {
    order: -9999;
  }
}


