:root {
  --blue: #232d63;
  --red: #ed2024;
}

html {
  overflow-anchor: none;
}

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

.form_icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.hero__section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sidebar1_accordion-list {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sidebar1_badge {
  border-style: solid;
  border-width: 1px;
  border-radius: 5rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.sidebar1_logo-link-tablet {
  display: none;
}

.sidebar-type-label-delete-this {
  z-index: 999999;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-style: solid;
  border-width: 1px;
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  align-items: center;
  height: 1.5rem;
  padding-left: .25rem;
  padding-right: .6rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.sidebar-type-label-delete-this.is-level3 {
  color: #6248ff;
  background-color: #e7e4ff;
  border-color: #6248ff40;
}

.shell-header-text-replace-this {
  color: #00000080;
  text-align: center;
  border-bottom: 2px dashed #d3d3d3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sidebar1_link {
  grid-column-gap: .5rem;
  color: #6b7280;
  text-align: center;
  align-items: center;
  padding: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s ease-out, background-color .2s ease-out;
  display: flex;
}

.sidebar1_link:hover, .sidebar1_link:focus, .sidebar1_link:visited {
  background-color: #f2f3f6;
  border-radius: 8px;
}

.sidebar1_link.w--current {
  background-color: #f6f7f9;
  border-radius: 8px;
  font-weight: 500;
}

.sidebar1_link.is-indent {
  grid-column-gap: .75rem;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3rem;
}

.sidebar1_link.is--hidden {
  display: none;
}

.sidebar1_logo-link {
  align-self: flex-start;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}

.button {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-tertiary {
  background-color: #0000;
  border-color: #0000;
}

.shell2_main-wrapper {
  flex: 1;
  min-width: 0;
  padding-left: 0;
}

.sidebar1_component {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  flex-direction: column;
  align-content: flex-start;
  width: 19.5rem;
  min-width: 19.5rem;
  height: 100vh;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sidebar1_menu-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.sidebar1_dropdown-toggle {
  padding: 0;
}

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

.sidebar1_accordion-icon {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-span {
  color: #ed2024;
}

.sidebar1_menu {
  height: 100%;
}

.sidebar1_menu-button {
  padding: 0;
}

.sidebar1_menu-top {
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: auto;
}

.sidebar1_dropdown-link {
  padding: .5rem 1rem;
}

.form_input {
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.icon-embed-xsmall {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.is--dark {
  color: #6b7280;
}

.sidebar1_dropdown-list.w--open {
  border-style: solid;
  border-width: 1px;
  padding: .5rem;
  inset: auto 0% 100% auto;
}

.text-size-small {
  font-size: .875rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.sidebar1_link-list {
  flex-direction: column;
  display: flex;
}

.sidebar1_form-block {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.sidebar1_avatar {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero__left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  width: auto;
  min-width: 450px;
  max-width: none;
  display: flex;
}

.hero__image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  overflow: hidden;
}

.line-divider {
  width: 100%;
  height: 1px;
}

.sidebar1_menu-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.icon-embed-small {
  color: #9ca3af;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.page-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.sidebar1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.sidebar1_avatar-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}

.shell2_wrapper {
  min-height: 100vh;
  display: flex;
}

.sidebar1_dropdown-divider {
  height: 1px;
  margin: .5rem;
}

.text {
  color: #6a7282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.span {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 33554400px;
  padding: .25rem .5rem;
  box-shadow: 0 1px 2px #0000001a, 0 1px 3px #0000001a;
}

.container-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.sidebar1_search {
  align-items: center;
  display: flex;
  position: relative;
}

.body {
  color: #6a7282;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.body.is--center {
  text-align: center;
}

.body.is--14px {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 170%;
}

.body.is--14px.is--blue {
  color: var(--blue);
}

.sidebar1_logo {
  max-width: 40%;
}

.heading-2 {
  color: #232d63;
  max-width: 517px;
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
}

.sidebar1_dropdown {
  margin-left: 0;
  margin-right: 0;
}

.sidebar1_close-mobile {
  cursor: pointer;
  display: none;
}

.sidebar1_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  display: flex;
}

.sidebar1_logo-wrapper-tablet, .sidebar1_background-layer {
  display: none;
}

.button__main {
  text-align: center;
  background-color: #ed2024;
  border-radius: 12px;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: box-shadow .2s ease-out, transform .16s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 3px 14px #ed2024cf;
}

.button__main:hover {
  box-shadow: 0 3px 14px #ed202473;
}

.button__main:active {
  transform: scale(.97);
}

.section_shell2-layout {
  width: 100%;
}

.sidebar1_container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.image-3 {
  width: 1.5rem;
}

.section.is--gradient {
  background-image: linear-gradient(#f9fafb, #fff);
}

.section.is--gradient.is--hidden, .section.is--hidden {
  display: none;
}

.section.is--bg {
  background-color: #fcfcff;
}

.container {
  max-width: 1200px;
  padding: 55px 2rem;
}

.container.is--gradient {
  background-image: linear-gradient(#f9fafb, #fff);
}

.container.is--hero {
  max-width: 1440px;
  padding-bottom: 55px;
}

.process__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading__wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 672px;
  display: flex;
}

.eye__brow {
  color: #232d63;
  background-color: #232d630d;
  border-radius: 20px;
  padding: .25rem 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.eye__brow.is--red {
  color: #ed2024;
  background-color: #ed20241a;
}

.h2 {
  color: #232d63;
  font-family: Inter Tight, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 130%;
}

.grid__resources {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.process__box-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 17px #0000000d;
}

.process__img-wrapper {
  justify-content: space-between;
  display: flex;
}

.heading__process-box {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.process__text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.process__number-text {
  color: #232d635c;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}

.apps__wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.apps__grid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.span-2 {
  background-color: #ed20240a;
  border-radius: 33554400px;
  flex: 0 auto;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 24px;
  padding: 0 12px;
  text-decoration: none;
  display: flex;
}

.badge__text {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.badge__text.is--red {
  color: var(--red);
  font-size: .75rem;
}

.badge__text.is--1rem {
  font-size: 1rem;
  font-weight: 500;
}

.app__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ed2024;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  padding-top: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.app__link:hover {
  text-decoration: underline;
}

.open__app-icon {
  width: 1rem;
}

.apps__box-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 270px;
  height: auto;
  padding: 1.5rem;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), box-shadow .2s ease-out, border-color .2s ease-out;
  display: flex;
}

.apps__box-wrapper:hover {
  border-color: #e9e9e9;
  box-shadow: 0 2px 20px #a5a5a51a;
  transform: translateY(-2px);
}

.frame-223 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  text-decoration: none;
  display: flex;
}

.span-3 {
  border: 1px solid #f3f4f6;
  border-radius: 33554400px;
  padding: .25rem 1rem;
}

.text-3 {
  color: #6a7282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.grid__process {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-auto-flow: row dense;
  place-items: stretch stretch;
  width: 100%;
}

.resources__wrapper-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fcfcfc;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 0 1.5rem;
  transition: border-color .2s ease-out, box-shadow .2s ease-out;
  display: flex;
  box-shadow: 0 3px 17px #00000012;
}

.resources__text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #232d6312;
  border-radius: 33554400px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  width: auto;
  max-width: none;
  height: 24px;
  padding: 2px 12px;
  text-decoration: none;
  display: inline-flex;
}

.badge.is-smaller {
  max-width: 66px;
}

.badge.is--red {
  background-color: #ed202433;
}

.badge.is--red.is--left {
  margin-left: 1.5rem;
}

.div-block, .resources__text-wrapper2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.accordion1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion1_top {
  cursor: pointer;
  border-top-style: none;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold {
  color: #374151;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.accordion1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion1_bottom {
  padding-left: 7rem;
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.margin-bottom.margin-small.is--1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.paragraph {
  font-family: Inter Tight, sans-serif;
}

.utility-page-wrap {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.checklist__main-wrapper {
  width: 100%;
  max-width: 832px;
}

.onboarding-checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #364153;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 832px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 1rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  transition: background-color .2s ease-out, border-color .2s ease-out, opacity .3s ease-out, transform .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.onboarding-checkbox.is--last {
  margin-bottom: 2rem;
}

.onboarding-checkbox.is-checked-bg {
  background-color: #f4faf0;
  border-color: #dcefd0;
}

.onboarding-checkbox.js-stagger-hidden {
  opacity: 0;
  transform: translateY(10px);
}

.checkbox-label {
  font-weight: 500;
  transition: color .2s ease-out;
}

.checkbox-label.is-checked-text {
  color: #2f8a00;
}

.checkbox {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .16s ease-out, border-color .16s ease-out;
}

.checkbox.w--redirected-checked {
  background-color: #36ac00;
  border: 1px solid #36ac00;
  animation: checkbox-pop .3s cubic-bezier(.34, 1.56, .64, 1);
}

@keyframes checkbox-pop {
  0% {
    transform: scale(.8);
  }
  60% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.onboarding__box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #364153;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 832px;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  display: flex;
}

.onboarding__box.is--last {
  margin-bottom: 2rem;
}

.field-label {
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.intro-textarea {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  min-height: 120px;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
}

.intro-textarea.is-small {
  min-height: 56px;
}

.onboarding__bottom-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fcfbfc;
  border: 1px solid #232d6314;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 832px;
  padding: 1.5rem;
  display: flex;
}

.heading__process-box-copy {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-field {
  font-family: Inter Tight, sans-serif;
}

.real-submit-btn {
  background-color: #ec383b;
  background-image: url('../images/send.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 11px;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px 12px 48px;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  display: none;
  box-shadow: 0 2px 20px #00000026;
}

.progress-bar-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fef8f9;
  border: 1px solid #232d630d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 832px;
  height: auto;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.progress-bar-fill {
  background-color: red;
  border-radius: 20px;
  justify-content: space-between;
  width: 0%;
  height: 12px;
  transition: width .3s;
  display: block;
}

.progress-text-tasks {
  color: #ed2024;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.progress-text-percent {
  color: #6a7282;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
}

.text-block {
  color: #232d63;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  height: 12px;
}

.email-input {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  min-height: 56px;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
}

.email-input.is-small {
  min-height: 56px;
}

.email-error-message {
  color: #ed2024;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: none;
}

.italic-text {
  font-size: 12px;
}

.submit-hint-text {
  color: #99a1af;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
}

.custom-submit-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #ed2024;
  border-radius: 14px;
  margin-top: 2rem;
  padding: 16px 32px;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform .16s cubic-bezier(.23, 1, .32, 1), opacity .2s ease-out, box-shadow .2s ease-out;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.custom-submit-btn:active {
  transform: scale(.97);
}

.custom-submit-btn.is-disabled {
  cursor: not-allowed;
  opacity: .45;
  box-shadow: none;
  pointer-events: none;
}

.custom-submit-text {
  font-size: .875rem;
}

.success-message {
  background-color: #006f0026;
  border: 1px solid #006f00;
  border-radius: 14px;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  animation: message-fade-in .35s cubic-bezier(.23, 1, .32, 1);
}

.error-message {
  color: #ed2024;
  border: 1px solid #ed2024;
  border-radius: 14px;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  animation: message-fade-in .35s cubic-bezier(.23, 1, .32, 1);
}

@keyframes message-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.email-success-message {
  color: #10b981;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: none;
}

.people__grid {
  flex-flow: wrap;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-template-areas: ".";
  grid-auto-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.people__box-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 300px;
  height: auto;
  padding: 0;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), box-shadow .2s ease-out, border-color .2s ease-out;
  display: flex;
  overflow: hidden;
}

.people__box-wrapper:hover {
  border-color: #e9e9e9;
  box-shadow: 0 2px 20px #a5a5a51a;
  transform: translateY(-2px);
}

.people__image {
  filter: brightness(80%);
  object-fit: cover;
  object-position: 50% 30%;
  background-color: #838383;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 240px;
  max-height: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  overflow: visible;
}

.people__image:hover {
  transform: scale(1.05);
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.people__button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blue);
  white-space: nowrap;
  background-color: #232d630a;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  margin-top: auto;
  padding: .5rem 1.5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-out;
  display: flex;
}

.people__button:hover {
  background-color: #232d631a;
}

.text-block-2 {
  color: #232d63;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.people__image-wrapper {
  aspect-ratio: auto;
  min-height: auto;
  max-height: 240px;
  position: relative;
  overflow: hidden;
}

.name {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  position: static;
  inset: auto auto 1.5rem 1.5rem;
}

.div-block-5 {
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.support {
  color: #fffc;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  position: static;
  inset: auto auto 1.5rem 1.5rem;
}

.div-block-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.people__box-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 420px;
  padding: 0;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), box-shadow .2s ease-out, border-color .2s ease-out;
  display: flex;
  overflow: hidden;
}

.people__box-wrapper-copy:hover {
  border-color: #e9e9e9;
  box-shadow: 0 2px 20px #a5a5a51a;
  transform: translateY(-2px);
}

.ceo__image-main {
  filter: brightness(80%);
  object-fit: cover;
  object-position: 20% 32%;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  overflow: visible;
}

.ceo__image-main:hover {
  transform: scale(1.05);
}

.ceo__image-wrapper {
  aspect-ratio: auto;
  width: 50%;
  height: 100%;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.text__block-wrapper {
  font-family: Inter Tight, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.div-block-4-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ceo__button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #232d63;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  padding: .5rem 1.5rem;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-out;
  display: flex;
}

.ceo__button:hover {
  background-color: #232d63e6;
}

.ceo__text {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.locations__grid {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-areas: ".";
  width: 100%;
}

.location__box-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 0;
  transition: transform .2s cubic-bezier(.23, 1, .32, 1), box-shadow .2s ease-out, border-color .2s ease-out;
  display: flex;
  overflow: hidden;
}

.location__box-wrapper:hover {
  border-color: #e9e9e9;
  box-shadow: 0 2px 20px #a5a5a51a;
  transform: translateY(-2px);
}

.text-block-4 {
  color: var(--blue);
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.location__text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.location__text-wrapper.is--50 {
  width: 50%;
}

.location__badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #ed20240a;
  border: 1px solid #ed2024;
  border-radius: 33554400px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 4px 12px;
  text-decoration: none;
  display: inline-flex;
}

.location__badge.is-smaller {
  max-width: 66px;
}

.location__badge.is--red {
  background-color: #ed202433;
}

.location__badge.is--red.is--left {
  margin-left: 1.5rem;
}

.location__text-wrapper-top {
  flex-flow: column;
  display: flex;
}

.location__info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.location__text {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: static;
  inset: auto auto 1.5rem 1.5rem;
}

.location__icon {
  width: 20px;
}

.location__image {
  filter: brightness(80%);
  object-fit: cover;
  object-position: 50% 40%;
  background-color: #838383;
  width: 100%;
  height: 190px;
  max-height: 190px;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  overflow: visible;
}

.location__image:hover {
  transform: scale(1.05);
}

.location__image.is--100 {
  height: 100%;
  max-height: none;
}

.location__image-wrapper {
  aspect-ratio: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
}

.location__image-wrapper.is--50 {
  width: 50%;
}

.location__pin-wrapper {
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.people__image-copy {
  filter: brightness(80%);
  object-fit: cover;
  object-position: 50% 32%;
  background-color: #838383;
  width: 100%;
  max-height: 190px;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
}

.people__image-copy:hover {
  transform: scale(1.05);
}

.location__box-wrapper-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  padding: 0 0 1.5rem;
  transition: box-shadow .2s ease-out, border-color .2s ease-out;
  display: flex;
  overflow: hidden;
}

.location__box-wrapper-top:hover {
  box-shadow: 0 2px 20px #a5a5a51a;
}

.location__box-wrapper-top.is--322 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  width: 100%;
  height: 322px;
  padding-bottom: 0;
}

.location__box-wrapper-top.is--322:hover {
  border-color: #e9e9e9;
}

.hq__text-wrapper {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 543px;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
}

.icon {
  object-fit: cover;
  width: 16px;
  overflow: hidden;
}

.city {
  color: #6a7282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22.5px;
  text-decoration: none;
}

.our-main-registered-company-is-based-in-pozna-w {
  color: #6a7282;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 23.8px;
  text-decoration: none;
}

.text-6 {
  background-color: #232d630a;
  border: 1px solid #232d6314;
  border-radius: 33554400px;
  padding: 1px;
  display: flex;
}

.icon-2 {
  overflow: hidden;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #232d63;
}

.remote {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-7 {
  grid-column-gap: 6px;
  background-color: #ed20240a;
  border: 1px solid #ed202414;
  border-radius: 33554400px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.text-8.is--red {
  color: var(--red);
}

.text-9 {
  grid-column-gap: 6px;
  aspect-ratio: auto;
  background-color: #ed2024;
  border-radius: 33554400px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.icon-3 {
  overflow: hidden;
}

.icon__hq {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
  width: 16px;
  height: 16px;
}

.text-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.text-7-copy {
  grid-column-gap: 6px;
  background-color: #232d630a;
  border: 1px solid #232d6314;
  border-radius: 33554400px;
  justify-content: flex-start;
  align-self: baseline;
  align-items: center;
  width: auto;
  height: auto;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 16px;
}

.text-span-2 {
  font-size: 16px;
}

.div-block-8 {
  padding-top: 1rem;
}

.div-block-8.is--hidden {
  display: none;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.faq1_accordion {
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 1rem;
}

.faq1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  flex-flow: column;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq1_answer {
  padding-top: 0;
  overflow: hidden;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global {
  background-color: var(--blue);
  width: 100%;
  padding: 1.5rem 0%;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 1.5rem;
  display: flex;
}

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

.paragraph-2 {
  color: #6a7282;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  line-height: 170%;
}

.footer2_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

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

.footer2_legal-link {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
  text-decoration: underline;
}

.footer2_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer2_component {
  background-color: var(--blue);
  color: #fff;
  width: 100%;
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer2_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer2_right-wrapper {
  flex-direction: column;
  display: flex;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.padding-bottom, .padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.footer2_link {
  color: #ffffff80;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s ease-out;
}

.footer2_link:hover {
  color: #fffc;
}

.footer2_credit-text {
  color: #ffffff80;
  font-family: Inter Tight, sans-serif;
  font-size: .875rem;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input-2::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer2_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer2_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer2_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  display: flex;
}

.footer2_left-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  display: grid;
}

.divider-horizontal {
  width: 100%;
  height: var(--\<unknown\|relume-variable-divider-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.text-weight-semibold {
  padding-bottom: .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.footer2_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  color: #fff;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.footer2_logo-link {
  padding-left: 0;
}

.section__footer {
  background-color: var(--blue);
  width: 100%;
  height: auto;
}

.section__footer.is--gradient {
  background-image: linear-gradient(#f9fafb, #fff);
}

.faq10_answer {
  padding-bottom: 0;
  overflow: hidden;
}

.faq10_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq10_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.faq10_list.first-col {
  border-bottom-style: none;
}

.faq10_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.icon-embed-small-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.faq10_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq10_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 181px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.section_faq10 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.h1 {
  color: #232d63;
  max-width: 517px;
  margin-top: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 110%;
}

.hero__image-wrapper {
  border-radius: 20px;
  flex: 1;
  width: auto;
  min-width: 450px;
  position: relative;
  overflow: hidden;
}

.info__hero-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto 1.5rem 1.5rem;
}

.info__wrapper-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-5 {
  width: 4rem;
  height: 4rem;
}

.info__text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: var(--blue);
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  color: #6a7282;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
}

.info__wrapper-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-5-copy {
  width: 3rem;
  height: 3rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.people__wrapper, .location__main-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.sider__dropdown-icon {
  object-fit: contain;
  flex: none;
  width: 1.2rem;
  height: 1.2rem;
}

.resources__link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #4a5565;
  align-self: baseline;
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.resources__link:hover {
  text-decoration: underline;
}

.heading-4 {
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
}

.field-label-2 {
  align-self: flex-start;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
}

.text-field-2 {
  background-color: #f7f6fb;
  border-radius: 12px;
  min-height: 52px;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
}

.submit-button {
  background-color: var(--blue);
  border-radius: 12px;
  padding: 1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
}

.image-6 {
  border-radius: 20px;
  margin-bottom: 4rem;
}

.ms-form-heading {
  color: #232d63;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;
}

.logo-img {
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.onboarding-checkbox-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 832px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1rem 1rem .5rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  display: flex;
}

.onboarding-checkbox-copy.is--last {
  margin-bottom: 2rem;
}

.onboarding-dropdown {
  color: #364153;
  background-color: #f3f3f300;
  border: 1px solid #f3f4f6;
  border-radius: 14px;
  height: 100%;
  margin-bottom: 2rem;
  padding: 1rem .5rem 1rem 2.8rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.onboarding-dropdown:active {
  border-color: #f3f4f6;
}

.onboarding-dropdown:focus {
  background-color: #f8f8fa;
  border-color: #f3f4f6;
}

.field-label-3 {
  color: #b4b4b4;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 3.1rem;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.source__code-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-7 {
  color: #006f00;
}

.image-7 {
  max-width: 44px;
}

@media screen and (max-width: 991px) {
  .hero__section {
    flex-flow: column;
    padding: 0;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    border-radius: 20px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar1_logo-link-tablet {
    display: flex;
  }

  .sidebar-type-label-delete-this {
    left: 2rem;
    right: auto;
  }

  .sidebar1_logo-link {
    justify-content: flex-start;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
  }

  .sidebar1_component {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #f3f4f6;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 4.5rem;
    padding: 0 2rem;
  }

  .sidebar1_menu-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
  }

  .sidebar1_dropdown-toggle {
    align-items: center;
    display: flex;
  }

  .sidebar1_accordion-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .sidebar1_menu {
    background-color: #0000;
    width: 100%;
    max-width: 19.5rem;
    height: 100dvh;
  }

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

  .sidebar1_menu-top {
    background-color: #fff;
  }

  .sidebar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .sidebar1_dropdown-list.w--open {
    position: absolute;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar1_form-block {
    z-index: 999;
    margin-bottom: 1rem;
  }

  .hero__left-wrapper, .hero__image {
    width: 100%;
    max-width: none;
  }

  .sidebar1_menu-wrapper {
    background-color: #fff;
    border-right: 1px solid #f3f4f6;
    height: 100dvh;
    padding-bottom: 1.5rem;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .shell2_wrapper {
    flex-direction: column;
  }

  .sidebar1_logo, .sidebar1_logo.is--tablet {
    max-width: 20%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .sidebar1_logo-wrapper-tablet {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    min-height: 4.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .sidebar1_background-layer {
    background-color: #0009;
    position: fixed;
    inset: 0%;
  }

  .sidebar1_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .menu-icon_line-top {
    color: #000;
    background-color: #000;
    border-radius: 20px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.is--hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading__wrapper {
    width: 100%;
    max-width: none;
  }

  .grid__resources, .apps__grid, .grid__process {
    flex-flow: column;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .checklist__main-wrapper, .onboarding-checkbox {
    width: 100%;
  }

  .form, .onboarding__bottom-wrapper {
    width: auto;
  }

  .progress-bar-wrapper {
    width: 100%;
  }

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

  .people__box-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
  }

  .people__image {
    max-height: none;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .people__image-wrapper {
    height: 100%;
    max-height: 600px;
  }

  .people__box-wrapper-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
  }

  .ceo__image-wrapper {
    width: 100%;
    max-height: 600px;
  }

  .div-block-4-copy {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .location__text-wrapper.is--50 {
    width: 100%;
  }

  .location__image {
    object-fit: cover;
    max-width: none;
    height: 100%;
    min-height: 460px;
    max-height: none;
  }

  .location__image.is--100 {
    aspect-ratio: auto;
    object-position: 50% 70%;
  }

  .location__image-wrapper {
    object-fit: cover;
    min-height: 460px;
    max-height: 460px;
  }

  .location__image-wrapper.is--50 {
    width: 100%;
  }

  .location__box-wrapper-top.is--322 {
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
  }

  .hq__text-wrapper {
    max-width: none;
  }

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

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer2_left-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer2_social-list {
    margin-bottom: 2rem;
  }

  .faq10_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq10_question {
    height: auto;
  }

  .hero__image-wrapper {
    width: 100%;
  }

  .logo-img {
    height: 2rem;
  }

  .onboarding-checkbox-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero__section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--blue);
  }

  .sidebar-type-label-delete-this {
    left: 1rem;
  }

  .sidebar1_component {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fffc;
    min-height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sidebar1_menu {
    width: 80vw;
    max-width: none;
  }

  .sidebar1_form-block {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .hero__image {
    max-width: none;
  }

  .sidebar1_menu-wrapper {
    border-right-style: none;
    padding-top: 0;
  }

  .menu-icon_line-middle {
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--red);
  }

  .container-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .sidebar1_logo, .sidebar1_logo.is--tablet {
    max-width: 30%;
  }

  .sidebar1_close-mobile {
    display: flex;
  }

  .sidebar1_logo-wrapper-tablet {
    border-bottom: 1px solid #0000;
    min-height: 4rem;
    margin-bottom: 0;
  }

  .menu-icon_line-top {
    border: 1px solid var(--blue);
    background-color: var(--blue);
    color: var(--blue);
  }

  .heading__wrapper {
    width: 100%;
    max-width: none;
  }

  .h2 {
    text-align: center;
  }

  .frame-223 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .span-3 {
    white-space: nowrap;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .people__image {
    min-height: 520px;
  }

  .people__image-wrapper {
    max-height: 520px;
  }

  .ceo__image-main {
    min-height: 520px;
  }

  .ceo__image-wrapper {
    max-height: 520px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .footer2_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_credit-text {
    margin-top: 1rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer2_left-wrapper {
    grid-column-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .faq10_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .faq10_icon-wrapper {
    width: 1.75rem;
  }

  .faq10_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ms-form-heading {
    text-align: center;
    font-size: 32px;
  }
}

@media screen and (max-width: 479px) {
  .hero__section {
    width: 100%;
    padding: 0;
  }

  .hero__left-wrapper {
    min-width: auto;
  }

  .sidebar1_logo, .sidebar1_logo.is--tablet {
    max-width: 40%;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is--hero {
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading__wrapper {
    width: 100%;
    max-width: none;
  }

  .h2 {
    text-align: center;
  }

  .frame-223 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-textarea {
    min-height: 220px;
  }

  .people__box-wrapper-copy {
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
  }

  .ceo__image-wrapper, .div-block-4-copy {
    width: 100%;
  }

  .location__image, .location__image.is--100 {
    object-fit: cover;
    min-height: 460px;
  }

  .location__image-wrapper.is--50 {
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer2_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer2_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer2_left-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .faq10_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .h1 {
    width: 100%;
    max-width: none;
  }

  .hero__image-wrapper {
    min-width: auto;
  }
}

#w-node-b2c87d62-2aab-a2f9-7ea6-6779d50f4174-72e20686 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_277b1e65-1b4a-9447-52bf-f21e852655cd-72e20686 {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_277b1e65-1b4a-9447-52bf-f21e852655cd-72e20686 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_277b1e65-1b4a-9447-52bf-f21e85265619-72e20686 {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_277b1e65-1b4a-9447-52bf-f21e852655cd-72e20686 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.section, .section__footer {
  transition: opacity .4s ease-out, transform .4s cubic-bezier(.23, 1, .32, 1);
}

.section.js-section-hidden, .section__footer.js-section-hidden {
  opacity: 0;
  transform: translateY(16px);
}

@media (prefers-reduced-motion: reduce) {
  .sidebar1_link, .button__main, .button__main:active, .apps__box-wrapper, .resources__wrapper-box,
  .people__box-wrapper, .people__box-wrapper-copy, .location__box-wrapper, .location__box-wrapper-top,
  .people__image, .ceo__image-main, .location__image, .people__image-copy,
  .people__button, .ceo__button, .footer2_link, .checkbox, .checkbox.w--redirected-checked,
  .onboarding-checkbox, .custom-submit-btn, .custom-submit-btn:active, .progress-bar-fill,
  .section, .section__footer, .success-message, .error-message {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    transform: none !important;
  }

  .onboarding-checkbox.js-stagger-hidden, .section.js-section-hidden, .section__footer.js-section-hidden {
    opacity: 1;
    transform: none !important;
  }
}


