:root {
  --lynx--white: white;
  --lynx--black: #1f2022;
  --alley-component-library--blue--blue-logo: #002c49;
  --alley-component-library--blue--900: #203df0;
  --lynx--medium-purple: #8979ec;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--gray--700: #383942;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --alley-component-library--blue--green-logo: #32c97f;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-200: #bfc4ce;
  --alley-component-library--blue--bg: #f2f1eb;
  --alley-component-library--blue--transparent: #fff0;
  --alley-component-library--neutral--white: white;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --alley-component-library--blue--green: #75fb91;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
  --combine-library--primary-200: #9e97ff;
  --lynx--grey: #797c83;
  --alley-component-library--blue--orange: #f50;
  --alley-component-library--blue--green-text: #1f3e37;
  --alley-component-library--blue--green-transparent: #32c97f4f;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--gray--300: #868898;
  --green-low-opacity: var(--alley-component-library--blue--green-logo);
}

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

.lynx-nav-button {
  background-color: var(--alley-component-library--blue--blue-logo);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--alley-component-library--blue--900);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.a-header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: var(--alley-component-library--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--blue-logo);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-header-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

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

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 1.2;
}

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

.a-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--alley-component-library--blue--blue-logo);
}

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

.a-header-content {
  color: var(--alley-component-library--gray--700);
  max-width: 500px;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

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

.a-header-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.text-span {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  border: 2px solid var(--alley-component-library--blue--blue-logo);
  background-color: var(--alley-component-library--blue--blue-logo);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: 20px;
  padding: .75rem 1.5rem;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: var(--alley-component-library--blue--green-logo);
  color: var(--alley-component-library--blue--blue-logo);
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1rem;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--alley-component-library--gray--500);
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  width: 115px;
  height: 190px;
  max-height: 3rem;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  color: var(--alley-component-library--blue--bg);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav1_component {
  background-color: var(--alley-component-library--blue--bg);
  color: var(--alley-component-library--blue--bg);
  padding-top: 0;
  padding-bottom: 0;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-header-play-2 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video-2 {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video-2:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video-2:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid var(--alley-component-library--blue--blue-logo);
  background-color: var(--alley-component-library--blue--blue-logo);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 20px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 32px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library--blue--green-logo);
  color: var(--alley-component-library--blue--blue-logo);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library--gray--500);
}

.a-button-primary-2.savoirplus {
  background-color: var(--alley-component-library--blue--transparent);
  color: var(--alley-component-library--blue--blue-logo);
  border-width: 2px;
}

.a-button-primary-2.savoirplus:hover {
  border-color: var(--alley-component-library--blue--green-logo);
  color: var(--alley-component-library--blue--green-logo);
}

.a-header-button-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular-2 {
  color: var(--alley-component-library--gray--500);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  line-height: 1.7;
}

.a-span-underline-2 {
  border-bottom: 6px solid var(--alley-component-library--blue--blue-logo);
  color: var(--alley-component-library--blue--blue-logo);
  text-decoration: none;
}

.a-h1-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 59px;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.a-margin-bottom-49 {
  margin-bottom: 48px;
}

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small-2.a-text-color-primary {
  color: var(--alley-component-library--gray--500);
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.a-text-color-primary-2 {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-50 {
  margin-bottom: 16px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular-2 {
  color: var(--alley-component-library--blue--900);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.a-section-header {
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.text-span-2 {
  background-image: linear-gradient(180deg, var(--alley-component-library--blue--blue-logo), var(--alley-component-library--blue--blue-logo));
  color: var(--lynx--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 16px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s ease-out;
}

.text-span-2:hover {
  background-image: linear-gradient(131deg, var(--alley-component-library--blue--green-logo), var(--alley-component-library--blue--green-logo));
  color: var(--alley-component-library--neutral--white);
}

.text-span-3 {
  color: var(--alley-component-library--blue--blue-logo);
}

.a-paragraph-small-2 {
  color: var(--alley-component-library--gray--500);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

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

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-feature-basic-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.a-caption-3 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--blue-logo);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-3:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-3:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular-3 {
  color: var(--alley-component-library--gray--500);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.7;
}

.a-span-underline-3 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

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

.a-margin-bottom-51 {
  margin-bottom: 48px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-52 {
  margin-bottom: 16px;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

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

.a-section-large {
  padding: 120px 5%;
  position: relative;
}

.text-span-4 {
  background-image: linear-gradient(#000, #fff);
}

.bold-text {
  background-image: linear-gradient(105deg, var(--alley-component-library--blue--blue-logo), var(--alley-component-library--blue--800));
  color: var(--lynx--white);
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.bold-text-2 {
  background-image: linear-gradient(117deg, var(--alley-component-library--blue--blue-logo), var(--alley-component-library--blue--800));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 5px;
}

.bold-text-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.container {
  background-color: var(--alley-component-library--blue--100);
  color: var(--alley-component-library--blue--100);
  width: 100%;
  max-width: 100%;
  height: 1px;
  box-shadow: 1px 1px 2px #0003;
}

.cf-cta-image-bubbles {
  object-fit: cover;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.cf-cta-image-bubbles.rounded-image {
  border-radius: 100px;
}

.cf-cta-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.cf-cta-circle._5 {
  width: 120px;
  height: 120px;
  inset: auto 6% 15% auto;
}

.cf-cta-circle._4 {
  width: 120px;
  height: 120px;
  inset: 19% -1% auto auto;
}

.cf-cta-circle._3 {
  width: 76px;
  height: 76px;
  inset: auto auto 18% 8%;
}

.cf-cta-circle._1 {
  width: 120px;
  height: 120px;
  inset: 6% auto auto 7%;
}

.cf-cta-circle._2 {
  width: 110px;
  height: 110px;
  inset: 45% auto auto 1%;
}

.cf-arrow-button {
  color: #fff;
  background-color: #101011;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.cf-arrow-button:hover {
  background-color: #936ab4;
  background-position: 88%;
}

.cf-cta-text {
  z-index: 1;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 140%;
  position: relative;
}

.cf-display-heading {
  letter-spacing: -1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
}

.cf-display-heading.heading-cta {
  z-index: 1;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 110%;
  position: relative;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.cta-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 200px;
}

.body {
  background-color: var(--alley-component-library--blue--bg);
}

.combine-feature2_image {
  object-fit: cover;
}

.combine-feature2_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  color: var(--alley-component-library--blue--green-logo);
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-feature2_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-feature2_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}

.combine-feature2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  background-color: var(--alley-component-library--blue--bg);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global-2.formations {
  background-color: var(--combine-library--white);
}

.combine-section_feature2 {
  background-color: var(--alley-component-library--blue--bg);
}

.bold-text-4 {
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--alley-component-library--blue--900);
  -webkit-text-stroke-color: var(--alley-component-library--blue--green-logo);
}

.combine-button-icon.ia:hover {
  color: var(--alley-component-library--blue--green-logo);
}

.combine-button-icon.auto:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-small {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small.combine-text-color-grey {
  font-size: .9rem;
}

.combine-text-color-grey {
  color: var(--combine-library--grey-600);
}

.combine-heading-style-h5 {
  color: var(--alley-component-library--blue--blue-logo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog1_date {
  color: var(--combine-library--grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.combine-blog1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-blog1_label {
  z-index: 2;
  background-color: var(--alley-component-library--blue--green-logo);
  color: var(--combine-library--white);
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.combine-blog1_label.prompt, .combine-blog1_label.automation {
  background-color: var(--alley-component-library--blue--green-logo);
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.combine-blog1_image-wrapper.new-formation {
  width: 70%;
}

.combine-blog1_item {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px #8c94a533;
}

.combine-blog1_item.new-formation {
  flex-flow: row;
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 40px;
  display: flex;
}

.combine-space-large {
  height: 2rem;
}

.combine-text-size-regular-2 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-section_blog1 {
  background-color: var(--alley-component-library--blue--green);
}

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

.italic-text {
  font-family: Satoshi, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.bold-text-5 {
  color: var(--alley-component-library--blue--blue-logo);
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
}

.bold-text-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-family: Satoshi, sans-serif;
}

.bold-text-10 {
  font-size: 2.9rem;
  line-height: 1.2;
}

.text-span-5 {
  color: var(--alley-component-library--blue--green-logo);
  font-size: 2.8rem;
}

.cf-review-text---18px---italic {
  color: #0d0e10e6;
  letter-spacing: -.16px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 167%;
}

.cf-reviewer-image-3 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-2 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
  height: 52px;
  margin-left: -20px;
}

.cf-reviewer-image-1 {
  border: 2px solid #fff;
  border-radius: 100%;
  max-width: 52px;
}

.cf-bottom-right-container {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 240px;
  display: flex;
}

.cf-view-more-line {
  filter: grayscale();
  background-color: #0d0e10;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-mail-icon {
  margin-left: 0;
  margin-right: 10px;
}

.cf-hero-email {
  color: #0d0e10;
  letter-spacing: -.32px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 4px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-bio-text {
  color: var(--combine-library--grey-600);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cf-top-right-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-right-info-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 24%;
  max-width: 290px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-hero-main-image {
  border-radius: 15px;
  width: 39%;
  max-width: 581px;
}

.cf-hero-image-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
}

.cf-review-text {
  color: var(--combine-library--grey-800);
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-down.gradient {
  margin-bottom: -22px;
  margin-left: -22px;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.cf-gradient {
  background-color: var(--alley-component-library--blue--blue-logo);
  width: 40px;
  height: 40px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.cf-gradient-span {
  background-image: linear-gradient(90deg, var(--combine-library--grey-800) 20%, var(--combine-library--grey-800) 60%, var(--alley-component-library--blue--blue-logo) 80%, var(--alley-component-library--blue--blue-logo));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-call-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  align-items: center;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.cf-call-button._24px-bold {
  color: #b16cea;
  letter-spacing: normal;
  margin-bottom: 5px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading {
  color: #000;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}

.cf-58px-heading.excellence {
  margin-top: 40px;
  font-size: 40px;
  line-height: 105%;
}

.cf-top-left-contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-left-info-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
  max-width: 400px;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-section-1 {
  background-color: var(--alley-component-library--blue--bg);
  border-radius: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.bold-text-11 {
  color: var(--combine-library--grey-800);
  font-size: 38px;
  line-height: 105%;
}

.bold-text-12 {
  color: var(--combine-library--grey-800);
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-span-6 {
  border-bottom: 3px solid var(--combine-library--grey-800);
  color: var(--combine-library--white);
}

.a-paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-avatar-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.a-testimonial-author {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-h5-heading {
  color: var(--alley-component-library--blue--blue-logo);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.a-margin-bottom-53 {
  margin-bottom: 16px;
}

.a-testimonial-base {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 32px;
}

.a-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 64px;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--blue--blue-logo);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-small-3 {
  color: var(--alley-component-library--gray--500);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.a-margin-bottom-54 {
  margin-bottom: 8px;
}

.a-title-wrap-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.a-section-regular {
  background-color: var(--combine-library--white);
  padding: 92px 5%;
  position: relative;
}

.flipcard-front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 600px;
  padding-top: 72px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-front.prompt {
  background-image: url('../images/2.png');
}

.flipcard-back-title {
  background-image: linear-gradient(135deg, var(--alley-component-library--blue--blue-logo), var(--alley-component-library--blue--blue-logo) 50%, var(--alley-component-library--blue--blue-logo));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 56px;
  line-height: 62px;
}

.flipcard-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 600px;
  padding-top: 66px;
  padding-left: 44px;
  padding-right: 107px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-subtitle {
  max-width: 215px;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-weight: 600;
  line-height: 21px;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.flipcard-more, .flipcard-less {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  perspective: 1500px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 840px;
  max-width: 90%;
  display: flex;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-3 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-faq2_title {
  color: var(--combine-library--grey-800);
  font-family: Satoshi, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_faq2 {
  background-color: var(--alley-component-library--blue--bg);
}

.bold-text-13, .bold-text-14 {
  font-family: Satoshi, sans-serif;
}

.combine-button-colored {
  border: 2px solid var(--alley-component-library--blue--green-logo);
  background-color: var(--alley-component-library--blue--green-logo);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: 20px;
  padding: 20px 32px;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  border: 2px solid var(--alley-component-library--blue--green-logo);
  background-color: var(--combine-library--grey-800);
  color: var(--alley-component-library--blue--green-logo);
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.combine-text-color-white {
  color: var(--combine-library--white);
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta3_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-cta3_title {
  color: var(--combine-library--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-section_cta3 {
  background-color: var(--alley-component-library--blue--bg);
}

.text-span-7 {
  border-bottom: 0px solid var(--alley-component-library--neutral--white);
  color: var(--alley-component-library--blue--green-logo);
  text-decoration: none;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  border: 2px solid var(--alley-component-library--blue--blue-logo);
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 20px 2rem;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.combine-button:hover {
  background-color: var(--alley-component-library--blue--green-logo);
  color: var(--alley-component-library--blue--blue-logo);
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-weight: 600;
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-text-size-regular-4 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium-2 {
  color: var(--alley-component-library--blue--green-logo);
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3-2 {
  color: var(--combine-library--warning-400);
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-icon_color2-2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1-2 {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-section_contact2 {
  background-color: var(--combine-library--white);
}

.link {
  color: var(--alley-component-library--gray--500);
  text-decoration: none;
}

.bold-text-15 {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  font-weight: 500;
}

.combine-footer3_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--alley-component-library--blue--green-logo);
}

.combine-footer3_nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom {
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-social_icon:hover {
  color: var(--alley-component-library--blue--green-logo);
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_component {
  background-color: var(--combine-library--grey-800);
}

.bold-text-19 {
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
}

.bold-text-20 {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.combine-header2_overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-play_icon {
  color: var(--combine-library--white);
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.combine-play_icon:hover {
  color: #fff9;
}

.combine-play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.combine-header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-header2_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-button-2 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #28364ae6;
}

.combine-button-white-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-5 {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-header2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_header2 {
  background-color: var(--combine-library--grey-050);
}

.background-video {
  width: 310px;
  height: 550px;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  text-align: left;
  background-position: 75%, 0 0;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.cf-checkbox-label {
  letter-spacing: -.32px;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox {
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  display: block;
  position: absolute;
  inset: 0%;
}

.cf-checkbox.w--redirected-checked {
  color: var(--alley-component-library--blue--blue-logo);
  background-color: #0000;
  border: 2px #b16cea;
}

.cf-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.cf-checkbox-field {
  border: 1px solid #0000001a;
  border-radius: 80px;
  margin-bottom: 0;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.cf-checkbox-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.cf-contact-field-label {
  color: #0d0e1066;
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-contact-field-label.budget {
  margin-top: 60px;
}

.cf-contact-form-field {
  color: #0d0e10;
  letter-spacing: -.16px;
  border: 1px solid #0d0e101a;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #0d0e1099;
}

.cf-contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.cf-contact-form-field.no-margin {
  margin-right: 0;
}

.cf-fields-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-forms-section-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
}

.cf-checkbox-label-2 {
  letter-spacing: -.32px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox-2 {
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.cf-checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: linear-gradient(90deg, #6cea7445 20%, #6cea7459 60%, #6cea744d 80%, #6cea7459 90%);
  border: 2px #b16cea;
}

.cf-checkbox-2.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.italic-text-2 {
  font-size: 35px;
  font-style: normal;
  line-height: 81%;
}

.italic-text-3 {
  font-style: normal;
}

.video-sub-dropdown-item {
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  transition: background-color .2s;
}

.video-sub-dropdown-item:hover {
  background-color: #292929;
}

.f-lower-video-controls {
  justify-content: space-between;
  display: flex;
}

.videos-sub-dropdown-toggle {
  color: #fff;
  border-bottom: .0625rem solid #ffffff12;
  justify-content: center;
  align-items: center;
  padding: .875rem;
  display: flex;
}

.f-track {
  cursor: pointer;
  background-color: #fafafa29;
  width: 100%;
  height: 5px;
}

.f-track.video-element {
  border-radius: 40px;
  height: 10px;
  margin-top: 12px;
  position: relative;
}

.f-video-sub-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.f-vimeo-player {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-video-track-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.f-video-duration {
  color: #ffffffb3;
  width: 9ch;
}

.f-video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.f-video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.f-video-controls {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  align-items: center;
  display: flex;
}

.f-video-player-wrapper {
  z-index: 0;
  width: 100%;
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.f-video-player-wrapper.custom {
  display: flex;
}

.f-video-dropdown-toggle {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.f-video-title-wrapper {
  z-index: 2;
  grid-row-gap: 5px;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: contain;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-direction: column;
  padding: 1.5625rem 2.1875rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.f-video-player-block {
  display: flex;
}

.f-video-subtitle {
  color: #efefef;
  max-width: 54ch;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.f-play-button-icon {
  display: flex;
}

.f-flowplay-video-wrapper {
  background-color: #0f0f0f;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.f-flowplay-video-wrapper.shadow {
  z-index: 0;
}

.f-video-controls-wrapper {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-image: linear-gradient(#fff0, #08090d 95%);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.f-video-controls-wrapper.player_1 {
  z-index: 5;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: stretch;
}

.f-trackinner {
  z-index: 1;
  background-color: #fff;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: relative;
}

.f-control-button {
  z-index: 19;
  color: #fff;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
}

.f-control-button.hide-desktop {
  display: none;
}

.f-control-button.is-padding {
  padding: .6rem;
  display: block;
}

.video-sub-dropdown-list {
  position: static;
}

.video-sub-dropdown-list.w--open {
  color: #fff;
  background-color: #ffffff14;
}

.f-fullscreen {
  display: flex;
}

.f-vimeo-video-element {
  z-index: 0;
  object-fit: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-vimeo-video-element.fp {
  aspect-ratio: 16 / 9;
}

.f-video-play-overlay {
  z-index: 1;
  color: #fff;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.f-video-play-overlay.is-gradient {
  background-image: linear-gradient(#08080866, #02020200 12%, #1110 91%, #080808);
  overflow: hidden;
}

.f-video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.f-video-title {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5;
}

.f-video-dropdown {
  position: relative;
}

.f-html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.f-html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.f-play-button {
  z-index: 99999;
  color: #0f0a1b;
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 9px;
  display: flex;
  position: relative;
}

.f-video-loading-track {
  background-color: #9094a0;
  border-radius: 40px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.f-video-element {
  color: #fff9f9;
}

.f-video-play-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-video-sub-dropdown-list-wrapper {
  inset: auto 0% 0% auto;
}

.f-video-sub-dropdown-list-wrapper.w--open {
  color: #fff;
  background-color: #202020;
  border-radius: .75rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  inset: auto 0% 2.6rem auto;
  overflow: hidden;
}

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-21 {
  color: var(--alley-component-library--blue--blue-logo);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

@media screen and (min-width: 1440px) {
  .cf-wrapper.cta-wrapper {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-header-button-wrapper-2 {
    justify-content: center;
  }

  .a-container-regular-2 {
    flex-flow: column;
  }

  .a-button-primary-3 {
    display: flex;
  }

  .a-feature-grid {
    grid-template-columns: 1fr;
  }

  .cf-cta-circle._5 {
    width: 90px;
    height: 90px;
  }

  .cf-cta-circle._4 {
    width: 70px;
    height: 70px;
    right: -2%;
  }

  .cf-cta-circle._3 {
    width: 50px;
    height: 50px;
  }

  .cf-cta-circle._1 {
    width: 70px;
    height: 70px;
    top: 8%;
    left: -3%;
  }

  .cf-cta-circle._2 {
    width: 60px;
    height: 60px;
    left: -1%;
  }

  .cf-cta-text {
    font-size: 22px;
  }

  .cf-display-heading {
    font-size: 66px;
    line-height: 80px;
  }

  .cf-display-heading.heading-cta {
    font-size: 64px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-feature2_component {
    flex-flow: column;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog1_image-wrapper {
    height: 14rem;
  }

  .combine-blog1_item {
    max-width: 32rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .cf-bottom-right-container {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-top-right-wrapper {
    max-width: 350px;
  }

  .cf-right-info-wrapper {
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-top: 0;
    position: static;
  }

  .cf-hero-main-image {
    width: 50%;
  }

  .cf-review-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-58px-heading {
    font-size: 50px;
  }

  .cf-top-left-contain {
    max-width: 400px;
  }

  .cf-left-info-wrapper {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 0;
    position: static;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .container-2 {
    flex-flow: column;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-cta3_component {
    padding: 3rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .background-video {
    margin-top: 40px;
  }

  .cf-checkbox-label {
    font-size: 16px;
  }

  .cf-checkbox-field {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-checkbox-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-checkbox-label-2 {
    font-size: 16px;
  }

  .f-video-title-wrapper {
    padding-top: 1.45rem;
    padding-left: 1.575rem;
    padding-right: 1.575rem;
    overflow: hidden;
  }

  .f-video-subtitle {
    font-size: 1rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: 1.25rem;
    min-width: 90vw;
    min-height: auto;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    padding-bottom: .8rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .f-control-button.hide-desktop {
    display: flex;
  }

  .f-video-title {
    font-size: 1.2rem;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-image {
    min-height: 390px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .a-h1-heading-2 {
    font-size: 48px;
  }

  .a-detail-small-2.a-text-color-primary {
    text-align: center;
    font-size: 0;
  }

  .a-section-header {
    padding-top: 72px;
  }

  .a-feature-basic-grid {
    grid-template-columns: 1fr;
  }

  .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .cf-cta-circle {
    display: none;
  }

  .cf-cta-text {
    font-size: 20px;
  }

  .cf-display-heading {
    font-size: 60px;
    line-height: 75px;
  }

  .cf-display-heading.heading-cta {
    font-size: 48px;
    line-height: 60px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .combine-feature2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-blog1_image-wrapper {
    justify-content: center;
    align-items: center;
    height: 20rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
  }

  .cf-bottom-right-container {
    max-width: none;
  }

  .cf-top-right-wrapper {
    max-width: none;
    margin-top: 20px;
  }

  .cf-right-info-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-hero-main-image {
    width: 80%;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-58px-heading {
    font-size: 45px;
  }

  .cf-top-left-contain {
    max-width: none;
  }

  .cf-left-info-wrapper {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .a-h3-heading-2 {
    font-size: 40px;
  }

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

  .container-2 {
    flex-flow: column;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-header2_component {
    flex-direction: column;
  }

  .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-checkbox-label {
    font-size: 14px;
  }

  .cf-checkbox-field {
    padding: 16px 18px;
  }

  .cf-checkbox-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-checkbox-label-2 {
    font-size: 14px;
  }

  .f-lower-video-controls {
    margin: auto;
  }

  .div-block-3 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% .8rem;
  }

  .f-video-controls.hide-mobile-landscape {
    display: none;
  }

  .f-video-controls.player_1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .f-video-subtitle {
    font-size: .9rem;
  }

  .f-video-controls-wrapper.player_1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(#fff0, #08090d8f);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    inset: 0%;
  }

  .f-control-button {
    width: 2rem;
    height: 2rem;
  }

  .f-control-button.hide-mobile-landscape {
    display: flex;
  }

  .f-control-button.is-padding {
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
  }

  .f-fullscreen {
    display: none;
  }

  .f-video-title {
    font-size: 1.1rem;
  }

  .f-html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .f-play-button {
    display: none;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: none;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-header-button-wrapper-2 {
    flex-direction: column;
  }

  .a-h1-heading-2 {
    font-size: 49px;
  }

  .text-span-2 {
    padding-right: 10px;
  }

  .a-button-primary-3 {
    width: 100%;
  }

  .a-paragraph-regular-3 {
    font-size: 16px;
  }

  .a-h3-heading {
    font-size: 31px;
  }

  .a-detail-regular {
    font-size: 15px;
    font-weight: 700;
  }

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

  .cf-arrow-button {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .cf-cta-text {
    font-size: 18px;
  }

  .cf-display-heading {
    font-size: 55px;
    line-height: 70px;
  }

  .cf-display-heading.heading-cta {
    font-size: 40px;
    line-height: 44px;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-blog1_image-wrapper.new-formation {
    width: 90%;
  }

  .combine-blog1_item.new-formation, .combine-blog1_component {
    flex-flow: column;
  }

  .cf-bio-text {
    font-size: 17px;
    line-height: 169%;
  }

  .cf-top-right-wrapper {
    margin-top: 0;
  }

  .cf-right-info-wrapper {
    padding-top: 0;
  }

  .cf-hero-main-image {
    width: 100%;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-58px-heading {
    font-size: 40px;
  }

  .flipcard-front {
    width: 350px;
  }

  .flipcard-back-title {
    font-size: 22px;
    line-height: 25px;
  }

  .flipcard-title {
    font-size: 40px;
    line-height: 50px;
  }

  .flipcard-subtitle {
    font-size: 12px;
    line-height: 20px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-button-wrapper-2 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-checkbox-field {
    padding: 12px 14px;
  }

  .cf-contact-field-label.budget {
    margin-top: 40px;
  }

  .cf-contact-form-field {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .f-video-title-wrapper {
    z-index: 7;
    grid-row-gap: 0px;
    padding: 1rem 1.3rem 1.5rem;
  }

  .f-video-subtitle {
    font-size: .7rem;
  }

  .f-flowplay-video-wrapper {
    border-radius: .75rem;
  }

  .f-control-button {
    height: 2.5rem;
    padding: 0;
  }

  .f-video-title {
    font-size: .9rem;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-image {
    max-width: 100%;
    min-height: 365px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
  }

  .bold-text-22 {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}

#w-node-c57f9aca-2c7a-b4c0-76e9-ce0b42ea8375-eb6674c3, #w-node-_012f6308-65b8-1979-fa14-92cabec264c1-eb6674c3, #w-node-_012f6308-65b8-1979-fa14-92cabec264ca-eb6674c3, #w-node-_09229fb5-966b-2b5c-6596-f011b5804216-eb6674c3, #w-node-_09229fb5-966b-2b5c-6596-f011b5804221-eb6674c3, #w-node-_09229fb5-966b-2b5c-6596-f011b580422c-eb6674c3, #w-node-_09229fb5-966b-2b5c-6596-f011b5804237-eb6674c3, #w-node-bf7cd94f-6625-0b1d-7bdb-75162cd14828-eb6674c3, #w-node-bf7cd94f-6625-0b1d-7bdb-75162cd14833-eb6674c3, #w-node-bf7cd94f-6625-0b1d-7bdb-75162cd1483e-eb6674c3, #w-node-bf7cd94f-6625-0b1d-7bdb-75162cd14849-eb6674c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}