:root {
  --relume-library-lite-rl-black: black;
  --relume-library-lite-rl-white: white;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000db;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 72px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

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

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

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

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

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

.text-regular-normal {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-3 {
  color: #0000db;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.header {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 900px;
  display: flex;
}

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

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

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

.heading-h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.text-medium-normal {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #fff;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.placeholder {
  object-fit: cover;
}

.layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

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

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

.heading-h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.layout-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.section-title {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1312px;
  display: flex;
}

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

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

.heading-h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

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

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.layout-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

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

.text-regular-semi-bold {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.heading-h2 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.text-medium-normal-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

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

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

.heading-h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.text-regular-normal-4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000080;
  background-image: url('../images/Card.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 352px;
  padding: 64px;
  display: flex;
}

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

.heading-h2-2 {
  color: #0000db;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.text-medium-normal-3 {
  color: #0000db;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0000db;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.contact {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 112px 64px;
  display: flex;
}

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

.heading-h4-2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.text-regular-link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #0000db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 80px 64px;
  display: flex;
}

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

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

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

.text-regular-semi-bold-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.row-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-small-normal {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-small-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.rl_navbar1_button {
  border: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_button-secondary {
  border: 1px solid var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.rl_navbar1_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_dropdown-link.w--current {
  color: #000;
}

.rl_navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar1_dropdown-toggle {
  color: var(--relume-library-lite-rl-black);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar1_link {
  color: var(--relume-library-lite-rl-black);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar1_link.w--current {
  color: #000;
}

.rl_navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.rl_navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar1_component {
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  background-color: var(--relume-library-lite-rl-white);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

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

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

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

.rl_layout250_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout250_spacing-block-3 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite-rl-black);
  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: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout250_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.rl_layout250_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.rl_layout250_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout250_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite-rl-black);
  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: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.rl_layout250_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.rl_section_layout250 {
  background-color: var(--relume-library-lite-rl-white);
}

.fn-button-dark {
  color: var(--relume-library-lite-rl-white);
  background-color: #1d1f1e;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
}

.fn-button-dark:hover {
  color: var(--relume-library-lite-rl-white);
  background-color: #0000fb;
  border-color: #0f1213;
}

.fn-button-dark.w--current {
  background-color: #1d1f1e;
}

.fn-button-dark.w--current:hover {
  background-color: #0000;
}

.fn-button-secondery-dark {
  color: #1d1f1e;
  background-color: #0000;
  border: 1px solid #1d1f1e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: color .25s, background-color .25s;
  display: flex;
}

.fn-button-secondery-dark:hover {
  color: #df0;
  background-color: #1d1f1e;
}

.fn-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.fn-navbar-link-box {
  color: #1d1f1e;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-navbar-link-box:hover {
  opacity: .7;
}

.fn-navbar-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fn-navbar-menu-wrapper, .fn-navbar-menu-box {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-contain-logo.dark-logo {
  color: #1d1f1e;
  align-items: flex-start;
}

.fn-brand-box {
  object-fit: contain;
  object-position: 0% 50%;
  width: 200px;
  height: 30px;
  margin-right: 0;
  transition: opacity .25s;
}

.fn-brand-box:hover {
  opacity: .7;
}

.fn-brand-box.side-margin {
  width: 200px;
  height: 30px;
}

.fn-brand-box.side-margin.w--current {
  margin-right: 20px;
}

.fn-navbar-container-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.fn-navbar-box {
  z-index: 6;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.fn-get-a-demo-shape-second {
  border: 1px solid #df0;
  border-radius: 50%;
  flex: none;
  width: 193px;
  height: 193px;
  position: absolute;
  inset: auto auto auto 0;
}

.fn-get-a-demo-shape {
  border: 1px solid #df0;
  border-radius: 50%;
  flex: none;
  width: 230px;
  height: 230px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.fn-span-color-text {
  color: var(--relume-library-lite-rl-white);
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-label-jambo {
  color: #cdd3d2;
  letter-spacing: .2em;
  text-transform: uppercase;
  max-width: 480px;
  margin-bottom: 96px;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-section-off-black {
  z-index: 2;
  color: #ecf0ef;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.fh-hero-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 534px;
  margin-top: 36px;
  overflow: hidden;
}

.fn-button {
  background-color: var(--relume-library-lite-rl-white);
  color: #0f1213;
  text-align: center;
  border: 1px solid #df0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  transition: opacity .25s, border-color .25s;
  display: flex;
}

.fn-button:hover {
  opacity: .9;
  border-color: #0f1213;
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph.features {
  margin-bottom: 0;
}

.fn-heading-1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-column-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fn-section {
  z-index: 2;
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.fn-section.overflow-none {
  overflow: hidden;
}

.fn-hero-box {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-left: 1px solid #df0;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
}

.fn-link-arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-link-with-arrow {
  color: #df0;
  align-items: center;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  display: flex;
}

.fn-heading-3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #ffffff14;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ecf0ef;
  background-color: #fff3;
  border-color: #df0;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
}

.fn-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-heading-5 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.fn-features-icon {
  color: #df0;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  margin-bottom: 24px;
  display: flex;
}

.fn-heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
}

.fn-heading-4 {
  color: #fff;
  margin-bottom: 16px;
  font-family: halyard-display, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.fn-faq-item {
  color: #939b9b;
  border-bottom: 1px solid #687373;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
}

.fn-faq-classic-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fn-faq-link {
  color: #df0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: opacity .25s;
}

.fn-faq-link:hover {
  opacity: .7;
}

.form-label-no-margin {
  color: #939b9b;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-heading-7 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fh-section-image-wrapper-first {
  border-radius: 24px;
  width: 100%;
  height: 490px;
  overflow: hidden;
}

.fn-button-secondery {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 137px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.fn-button-secondery:hover {
  background-color: #3e4545;
}

.fn-heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.2em;
}

.fn-label-small {
  color: #df0;
  margin-bottom: 24px;
  font-family: halyard-text, sans-serif;
  line-height: 1em;
}

.fn-banner-image-three {
  object-fit: contain;
  width: 246px;
  height: 246px;
  position: absolute;
  inset: auto -55px -61px auto;
}

.fn-banner-image-two {
  object-fit: contain;
  width: 172px;
  height: 172px;
  position: absolute;
  inset: -67px 186px auto auto;
}

.fn-banner-image-one {
  object-fit: contain;
  width: 287px;
  height: 287px;
  position: absolute;
  inset: auto auto -62px -44px;
}

.fn-paragraph-dark {
  color: #1d1f1e;
  margin-bottom: 32px;
  font-family: halyard-text, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-heading-9 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: halyard-display, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2em;
}

.fn-cta-banner-column {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 532px;
  display: flex;
}

.fn-cta-banner {
  background-color: var(--relume-library-lite-rl-white);
  color: #1d1f1e;
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.fn-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
}

.fn-footer-copyright {
  color: #687373;
  font-family: halyard-text, sans-serif;
  font-size: 14px;
}

.fn-footer-legal-link {
  color: #939b9b;
  font-family: halyard-text, sans-serif;
  text-decoration: none;
  transition: color .25s;
}

.fn-footer-legal-link:hover {
  color: var(--relume-library-lite-rl-white);
}

.fn-legal-links-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-wrap: wrap;
  display: flex;
}

.fn-standard-white-link {
  color: #ecf0ef;
  font-family: halyard-text, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.fn-standard-white-link:hover {
  color: var(--relume-library-lite-rl-white);
}

.fn-standard-white-link.w--current {
  color: #df0;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}

.fn-footer-second {
  z-index: 2;
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 24px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.body {
  background-color: #0000db;
  font-family: halyard-text, sans-serif;
  font-weight: 300;
}

.text-block {
  font-family: halyard-display, sans-serif;
  font-weight: 400;
}

.text-block-2 {
  font-family: halyard-text, sans-serif;
  font-weight: 300;
}

.mesh-bg-div-block {
  z-index: 1;
  min-width: 100vw;
  min-height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.mesh-bg {
  opacity: .5;
  mix-blend-mode: screen;
  position: absolute;
  left: 60%;
  overflow: hidden;
}

.fn-features-image {
  height: 250px;
  padding-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .rl_navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .rl_navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

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

  .rl_navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .rl_navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .rl_navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .rl_navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .rl_layout250_content {
    grid-column-gap: 2rem;
  }

  .rl_layout250_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

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

  .fn-nav-line-3, .fn-nav-line-2, .fn-nav-line-1 {
    background-color: #19224c;
    border-radius: 4px;
    width: 16px;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .fn-menu-button {
    margin-right: -18px;
    padding-right: 18px;
  }

  .fn-menu-button.w--open {
    z-index: 2;
    background-color: #0000;
  }

  .fn-button-dark:hover {
    color: #df0;
    background-color: #1d1f1e;
  }

  .fn-button-secondery-dark {
    transition: none;
  }

  .fn-button-secondery-dark:hover {
    color: #1d1f1e;
    background-color: #0000;
  }

  .fn-navbar-link-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    transition: none;
  }

  .fn-navbar-link-box:hover {
    opacity: 1;
  }

  .fn-navbar-link-box.navbar-link-box-last {
    margin-bottom: 12px;
  }

  .fn-navbar-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fn-navbar-menu-wrapper {
    background-color: #df0;
    border-radius: 16px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 12px 24px 24px;
    display: flex;
    position: relative;
  }

  .fn-navbar-menu-box {
    background-color: #0000;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-brand-box {
    z-index: 2;
    transition: none;
  }

  .fn-brand-box:hover {
    opacity: 1;
  }

  .fn-navbar-container-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fn-get-a-demo-shape-second {
    width: 184px;
    height: 184px;
    left: auto;
  }

  .fn-get-a-demo-shape {
    width: 218px;
    height: 218px;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-label-jambo {
    margin-bottom: 26px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fh-hero-image-wrapper-first {
    height: 464px;
    margin-top: 12px;
  }

  .fn-heading-1 {
    font-size: 48px;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-hero-box {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-size: 28px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-heading-2, .fn-heading-6 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-heading-4 {
    font-size: 28px;
  }

  .fn-faq-link {
    transition: none;
  }

  .fn-faq-link:hover {
    opacity: 1;
  }

  .fn-heading-7 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fh-section-image-wrapper-first {
    height: 334px;
  }

  .fn-button-secondery {
    transition: none;
  }

  .fn-button-secondery:hover {
    background-color: #0000;
  }

  .fn-heading-8 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-banner-image-three, .fn-banner-image-two, .fn-banner-image-one {
    display: none;
  }

  .fn-heading-9 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-cta-banner-column {
    width: 100%;
    max-width: none;
  }

  .fn-cta-banner {
    padding: 60px;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-standard-white-link {
    transition: none;
  }

  .fn-standard-white-link:hover {
    color: #ecf0ef;
  }

  .fn-footer-second {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .rl_navbar1_logo-link {
    padding-left: 0;
  }

  .rl_navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .rl_layout250_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout250_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

  .rl_layout250_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

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

  .rl_layout250_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

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

  .fn-button-dark {
    width: 100%;
  }

  .fn-navbar-link-box {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .fn-navbar-menu-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 18px;
  }

  .fn-brand-box {
    margin-right: 0;
    padding-left: 0;
  }

  .fn-get-a-demo-shape-second, .fn-get-a-demo-shape {
    display: none;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-label-jambo {
    margin-bottom: 0;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-section-off-black {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .fh-hero-image-wrapper-first {
    height: 220px;
  }

  .fn-button {
    width: 100%;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-heading-1 {
    margin-bottom: 12px;
    font-size: 38px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-hero-box {
    margin-top: 12px;
    font-size: 24px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-heading-2 {
    font-size: 34px;
  }

  .fn-heading-5 {
    font-size: 18px;
  }

  .fn-heading-6 {
    font-size: 34px;
  }

  .fn-heading-4 {
    font-size: 24px;
  }

  .form-label-no-margin {
    font-size: 20px;
  }

  .fn-heading-7, .fn-heading-8 {
    font-size: 34px;
  }

  .fn-label-small {
    margin-bottom: 12px;
  }

  .fn-heading-9 {
    font-size: 34px;
  }

  .fn-cta-banner {
    padding: 12px;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-footer-second {
    text-align: center;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .rl_layout250_content {
    grid-template-columns: 1fr;
  }

  .fn-button-wrapper, .fn-button {
    width: 100%;
  }

  .fh-section-image-wrapper-first {
    height: 220px;
  }

  .fn-button-secondery {
    width: 100%;
  }

  .fn-legal-links-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

#w-node-_5982f9c4-53e2-c0c4-33ef-c7ccf69a684a-94b95dc3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f2315a13-71f9-9250-0251-c58b31853c09-94b95dc3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-f2315a13-71f9-9250-0251-c58b31853c0b-94b95dc3 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f2315a13-71f9-9250-0251-c58b31853c10-94b95dc3 {
  grid-area: 1 / 9 / 3 / 13;
  place-self: center;
}

#w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c8345-94b95dc3 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c834c-94b95dc3 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-be3e1857-7809-7551-2ab6-f308533c1695-94b95dc3 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-be3e1857-7809-7551-2ab6-f308533c1697-94b95dc3 {
  grid-area: 2 / 8 / 3 / 13;
}

#w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1adc-94b95dc3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  align-self: center;
}

#w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1ae1-94b95dc3 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1aea-94b95dc3 {
  grid-area: 2 / 9 / 4 / 13;
}

#w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1af3-94b95dc3 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1afc-94b95dc3 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-_5da27539-e312-158f-05f1-ca8117366f6b-94b95dc3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_5da27539-e312-158f-05f1-ca8117366f70-94b95dc3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5da27539-e312-158f-05f1-ca8117366f7a-94b95dc3 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_5da27539-e312-158f-05f1-ca8117366f84-94b95dc3 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_5da27539-e312-158f-05f1-ca8117366f8e-94b95dc3 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_9d3874df-b5af-444f-904f-ba8a1c863c91-94b95dc3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9d3874df-b5af-444f-904f-ba8a1c863c9a-94b95dc3 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d3f08bca-2bb7-ffc4-692b-6efdf0af93e8-94b95dc3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-d3f08bca-2bb7-ffc4-692b-6efdf0af93f4-94b95dc3 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center end;
}

#w-node-c3e7de65-472f-636c-b15f-f3299d2be05c-94b95dc3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c3e7de65-472f-636c-b15f-f3299d2be05d-94b95dc3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c3e7de65-472f-636c-b15f-f3299d2be066-94b95dc3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-b8af54ad-bf01-3d95-3243-b68fd356f970-94b95dc3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c3e7de65-472f-636c-b15f-f3299d2be06d-94b95dc3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_5982f9c4-53e2-c0c4-33ef-c7ccf69a684a-94b95dc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-f2315a13-71f9-9250-0251-c58b31853c09-94b95dc3, #w-node-f2315a13-71f9-9250-0251-c58b31853c0b-94b95dc3 {
    grid-column: span 7 / span 7;
  }

  #w-node-f2315a13-71f9-9250-0251-c58b31853c10-94b95dc3 {
    order: 9999;
    grid-area: span 2 / span 8 / span 2 / span 8;
    justify-self: start;
  }

  #w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c8345-94b95dc3, #w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c834c-94b95dc3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-be3e1857-7809-7551-2ab6-f308533c1695-94b95dc3 {
    grid-column: span 8 / span 8;
  }

  #w-node-be3e1857-7809-7551-2ab6-f308533c1697-94b95dc3 {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1adc-94b95dc3 {
    grid-column: span 8 / span 8;
  }

  #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1ae1-94b95dc3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1aea-94b95dc3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1af3-94b95dc3, #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1afc-94b95dc3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5da27539-e312-158f-05f1-ca8117366f6b-94b95dc3 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da27539-e312-158f-05f1-ca8117366f70-94b95dc3, #w-node-_5da27539-e312-158f-05f1-ca8117366f7a-94b95dc3, #w-node-_5da27539-e312-158f-05f1-ca8117366f84-94b95dc3, #w-node-_5da27539-e312-158f-05f1-ca8117366f8e-94b95dc3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9d3874df-b5af-444f-904f-ba8a1c863c91-94b95dc3 {
    grid-column: span 8 / span 8;
  }

  #w-node-_9d3874df-b5af-444f-904f-ba8a1c863c9a-94b95dc3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d3f08bca-2bb7-ffc4-692b-6efdf0af93e8-94b95dc3 {
    grid-column: span 4 / span 4;
  }

  #w-node-d3f08bca-2bb7-ffc4-692b-6efdf0af93f4-94b95dc3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c3e7de65-472f-636c-b15f-f3299d2be05c-94b95dc3 {
    grid-column: span 8 / span 8;
  }

  #w-node-c3e7de65-472f-636c-b15f-f3299d2be05d-94b95dc3, #w-node-c3e7de65-472f-636c-b15f-f3299d2be066-94b95dc3 {
    grid-column: span 8 / span 8;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2315a13-71f9-9250-0251-c58b31853c09-94b95dc3, #w-node-f2315a13-71f9-9250-0251-c58b31853c0b-94b95dc3 {
    grid-column: span 4 / span 4;
  }

  #w-node-f2315a13-71f9-9250-0251-c58b31853c10-94b95dc3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c8345-94b95dc3, #w-node-f4a2d871-bb86-14dd-5cf5-0f448d8c834c-94b95dc3, #w-node-be3e1857-7809-7551-2ab6-f308533c1695-94b95dc3 {
    grid-column: span 4 / span 4;
  }

  #w-node-be3e1857-7809-7551-2ab6-f308533c1697-94b95dc3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1adc-94b95dc3, #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1ae1-94b95dc3, #w-node-ac02aa65-cea4-a3f0-8b17-cf584f6a1aea-94b95dc3, #w-node-_5da27539-e312-158f-05f1-ca8117366f6b-94b95dc3, #w-node-_9d3874df-b5af-444f-904f-ba8a1c863c91-94b95dc3, #w-node-_9d3874df-b5af-444f-904f-ba8a1c863c9a-94b95dc3 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3f08bca-2bb7-ffc4-692b-6efdf0af93f0-94b95dc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }
}


