:root {
  --dark-accent: #071126;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.mega-nav_dropdown-list-wrapper {
  color: #fff;
  background-color: #171717;
  border-radius: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav_dropdown-list-wrapper.w--open {
  border-radius: .5rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.mega-nav_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu_dropdown-list-wrapper {
  background-color: #171717;
  border-radius: .5rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu_dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.nav_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav_dropdown-link.w--current, .nav_dropdown-link.w--open {
  background-color: #0000;
}

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  background-color: #071126;
  background-image: none;
  border: 0 solid #fff3;
  border-radius: .5rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  box-shadow: none;
  opacity: .6;
  color: #fff;
  background-color: #071126;
  transform: translateY(0);
}

.card-link.is-inverse {
  color: #171717;
  background-color: #fff;
  border-color: #0000;
}

.icon_medium {
  color: #2944ff;
  background-image: url('../images/car-engine.png');
  background-position: 50%;
  background-size: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon_medium._2 {
  background-image: url('../images/inspection.png');
}

.icon_medium._3 {
  background-image: url('../images/checked.png');
}

.icon_medium._4 {
  background-image: url('../images/rpa.png');
}

.icon_medium._5 {
  background-image: url('../images/semi.png');
}

.icon_medium._6 {
  background-image: url('../images/emission.png');
}

.nav_container {
  background-color: #ddd0;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  height: 100%;
}

.mega-nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav_dropdown-menu {
  position: static;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.margin-top_none {
  align-self: auto;
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  display: flex;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.button_label {
  white-space: pre;
}

.nav_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  height: 5rem;
  display: flex;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

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

.nav_mobile-menu-button.w--open:hover {
  color: #2944ff99;
}

.margin-bottom_none {
  margin-bottom: 0 !important;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.flex_horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col.tablet-1-col.gap-small {
  grid-template-columns: 1fr 1fr;
}

.nav_menu-list-item {
  margin-bottom: 0;
  display: flex;
}

.mega-nav_link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.heading_h3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.eyebrow._2 {
  height: 1em;
}

.icon {
  color: #3576ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.button.invert {
  color: #171717;
  background-color: #fff;
  flex-flow: row;
  align-self: auto;
  font-weight: 700;
}

.button.invert.no-pad {
  margin-bottom: auto;
}

.button.no-pad {
  margin-bottom: 0;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #3576ff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #6679ff;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.margin_top-auto {
  margin-top: auto !important;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .25rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.nav {
  z-index: 99;
  color: #fff;
  background-color: #071126;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.position_absolute {
  position: absolute;
}

.position_absolute.is-top-100 {
  top: 100%;
}

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

.image_cover.ratio_3x2 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  max-width: 400px;
}

.image_cover.ratio_3x2.utility-tilt-left {
  max-width: 400px;
}

.image_cover.ratio_3x2.utility-tilt-right {
  object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.is-max {
  width: 100%;
  max-width: 1600px;
}

.heading_h1 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.grid_2-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: none;
}

.position_relative {
  position: relative;
}

.section {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section.max-height_100vh_desktop.overflow_hidden.flex_horizontal.is-y-center {
  background-color: #171717;
  background-image: linear-gradient(180deg, var(--dark-accent), #0000008f 26%), url('../images/3a587e08d06f4d4cafbc1de4b3853e97.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 120%;
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.button-2.invert {
  color: #171717;
  background-color: #fff;
  flex-flow: row;
  align-self: auto;
  font-weight: 700;
}

.grid_1-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_1-col.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid_1-col.gap-small.padding-top_small {
  margin-top: 2rem;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_2-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-2.gap-xxlarge {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.display_inline {
  display: flex;
}

.header-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.heading_h3-2 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.image-3 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.section-2 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-2.is-secondary {
  background-color: var(--dark-accent);
}

.image-4 {
  align-self: center;
  height: 30px;
  margin-right: 10px;
  display: block;
}

.subheading-2 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.subheading-2.about-me {
  margin-top: 20px;
  font-weight: 400;
}

.bold-text {
  color: #fff;
}

.grid_4-col {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col.is-y-center {
  align-items: center;
}

.grid_4-col.is-y-center.gap-medium {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.heading_h4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.3em;
}

.container-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card_body-2 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.heading {
  text-transform: capitalize;
}

.margin-bottom_none-2 {
  margin-bottom: 0 !important;
}

.section-3 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.icon-2 {
  color: #3576ff;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.header-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.card {
  color: #fff;
  background-color: #171717;
  border: 1px solid #fff3;
  border-radius: .5rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.grid_4-col-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_4-col-2.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.heading_h4-2 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.3em;
}

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

.container-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_3-col-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-4 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: none;
  overflow: clip;
}

.paragraph_small-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

.button-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button-3:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-3:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.flex_vertical-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-2.is-x-center {
  justify-content: flex-start;
  align-items: center;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.grid_2-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-3.gap-xxlarge {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.grid_2-col-3.gap-xxlarge.mobile-l-1-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(0, 1fr);
}

.grid_3-col-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_3-col-3.is-y-center.gap-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.heading_h3-3 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.logo-2 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.section-5 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.subheading-3 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.header-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading_h1-2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.grid_2-col-4 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.button-group-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.icon_small-1x1 {
  color: #3576ff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.flex_horizontal-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-2.gap-xxsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.section-6 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-6.is-inverse {
  color: #171717;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph_small-3 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph_small-3.margin-bottom_none {
  min-height: 0;
}

.button-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-4:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button-4:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-4:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.button-4.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #2944ff;
  background-image: none;
  border-color: #0000;
}

.button-4.on-inverse:hover {
  box-shadow: none;
  background-color: #6679ff;
  border-color: #0000;
}

.button-4.on-inverse:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-4.is-secondary {
  color: #fff;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #fff3;
}

.button-4.is-secondary:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #fff6;
}

.button-4.is-secondary:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #fff3;
}

.button-4.is-secondary.on-inverse {
  color: #171717;
  background-color: #0000;
  background-image: none;
  box-shadow: inset 0 0 0 1px #17171733;
}

.button-4.is-secondary.on-inverse:hover {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #17171766;
}

.button-4.is-secondary.on-inverse:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #17171733;
}

.flex_vertical-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-3.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.section-7 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.container-7 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-5.is-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eyebrow-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.margin-bottom_none-3 {
  margin-bottom: 0 !important;
}

.heading_h4-3 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 1.33rem;
  font-weight: 500;
  line-height: 1.3em;
}

.container-8 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container-8.is-small {
  max-width: 1000px;
}

.header-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-6.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.button-group-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.eyebrow-3 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.divider-2 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.section-8 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-8.is-secondary {
  background-color: #071126;
}

.subheading-4 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.text-button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #3576ff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button-2:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #6679ff;
}

.flex_vertical-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical-4.gap-medium {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.text-button_icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading_h1-3 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.button-group-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.image {
  object-fit: contain;
  border-radius: .5rem;
  width: 100%;
}

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

.margin-bottom_none-4 {
  margin-bottom: 0 !important;
}

.ratio_3x2 {
  aspect-ratio: 3 / 2;
  position: relative;
}

.grid_3-col-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin_bottom-auto {
  margin-bottom: auto;
}

.heading_h3-4 {
  letter-spacing: -.01em;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 1.78rem;
  font-weight: 500;
  line-height: 1.04em;
}

.header-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.section-9 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.section-9.is-inverse {
  color: #171717;
  background-color: #fff;
}

.button-5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-5:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button-5:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-5:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.button-5.on-inverse {
  box-shadow: none;
  color: #fff;
  background-color: #2944ff;
  background-image: none;
  border-color: #0000;
}

.button-5.on-inverse:hover {
  box-shadow: none;
  background-color: #6679ff;
  border-color: #0000;
}

.button-5.on-inverse:active {
  box-shadow: none;
  background-color: #2944ff;
}

.flex_vertical-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.footer_link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: color-mix(in srgb, currentColor 60%, transparent);
  justify-content: flex-start;
  align-items: center;
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.footer_link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.footer_link.on-inverse, .footer_link.on-inverse:hover {
  color: #171717;
}

.container-10 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph_xxlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 1.6em;
}

.grid_2-col-5 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-5.gap-xsmall {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid_2-col-5.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.icon_small-1x1-2 {
  color: #3576ff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.text-color_secondary {
  color: color-mix(in srgb, currentColor 60%, transparent);
}

.heading_h2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 2.37rem;
  font-weight: 700;
  line-height: 1.04em;
}

.margin-bottom_none-5 {
  margin-bottom: 0 !important;
}

.footer_icon-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer_icon-link {
  color: color-mix(in srgb, currentColor 70%, transparent);
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.screen-reader {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.footer {
  color: #fff;
  background-color: #171717;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #171717;
  background-color: #fff;
}

.grid_4-col-3 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  max-width: 120px;
  height: auto;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.heading_h4-4 {
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3em;
}

.container-11 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.card_body-3 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 3rem;
  display: flex;
  position: relative;
}

.heading_h1-4 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .3em;
  font-family: Montserrat, sans-serif;
  font-size: 4.21rem;
  font-weight: 700;
  line-height: 1.04em;
}

.divider-3 {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.grid_2-col-6 {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid_2-col-6.gap-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.heading_h2-2 {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-bottom: .35em;
  font-family: Montserrat, sans-serif;
  font-size: 2.37rem;
  font-weight: 700;
  line-height: 1.04em;
}

.margin-bottom_none-6 {
  font-size: 15px;
  margin-bottom: 0 !important;
}

.flex_horizontal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex_horizontal-3.gap-xxsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-group-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.margin-bottom_xsmall {
  margin-bottom: 1rem;
}

.eyebrow-4 {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.section-10 {
  color: #fff;
  background-color: #171717;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.is-xsmall-1x1 {
  color: #3576ff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.is-xsmall-1x1.is-background {
  width: 1.5rem;
  height: 1.5rem;
  padding: .25rem;
}

.subheading-5 {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  text-wrap: balance;
  max-width: 1000px;
  margin-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.header-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
  display: flex;
}

.header-8.is-align-center {
  text-align: center;
  align-items: center;
  display: flex;
}

.button-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2944ff;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1em 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-6:hover {
  box-shadow: none;
  color: #fff;
  background-color: #6679ff;
  border-color: #0000;
}

.button-6:active {
  box-shadow: none;
  background-color: #2944ff;
}

.button-6:focus {
  outline-offset: 2px;
  outline: 2px solid #2944ff;
}

.card-2 {
  color: #fff;
  background-color: #171717;
  border: 1px solid #fff3;
  border-radius: .5rem;
  flex-flow: row;
  flex: 0 auto;
  list-style-type: none;
  overflow: hidden;
}

.svg {
  line-height: 30px;
}

.link-block {
  color: #fff;
}

.image-6 {
  object-fit: contain;
  width: auto;
  max-height: 100px;
  margin-bottom: 10px;
  margin-right: auto;
  display: block;
}

.body {
  font-family: Montserrat, sans-serif;
}

.code-embed {
  align-self: stretch;
  height: 620px;
}

.code-embed-2 {
  height: 790px;
  margin-bottom: 0;
}

.footer1 {
  background-color: #171717;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-16 {
  color: #fff;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-16.footer-legal-container {
  border-top: 1px solid #ffffff26;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
}

.nav-line {
  background-color: #e3af5b;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -1px;
}

.nav-line.footer-line {
  color: #fff;
  background-color: #2cc7ff;
  margin-left: 0;
}

.topbar-socials {
  align-self: flex-start;
}

.top-icon-2 {
  color: #4daa84;
  text-align: left;
  background-image: url('../images/google-green.png');
  background-size: auto;
  order: 0;
  align-self: auto;
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.top-icon-2:hover {
  color: #fff;
}

.top-icon-2.link {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0 0 5px;
  display: inline-block;
  position: static;
}

.footer-link-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
  position: relative;
}

.footer-link-3:hover, .footer-link-3.electric.w--current {
  color: #fff;
}

.footer-paragraph {
  color: #fff;
  width: 400px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.column-6 {
  color: #222;
  flex: 1;
  align-self: stretch;
  padding: 16px 2%;
}

.column-6.footer-column {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.column-6.footer-legal {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0%;
  display: flex;
}

.hc-link-2 {
  color: #4daa84;
  text-decoration: none;
}

.hc-link-2.electric {
  color: #2cc7ff;
}

.text-nav-bar-3 {
  color: #fff;
  padding-left: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.text-nav-bar-3.footer {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
}

.brand-4 {
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 80px;
  display: flex;
}

.brand-4.w--current {
  color: #fff;
  max-width: none;
}

.brand-4.footer {
  background-color: #0000;
  flex-flow: column;
  max-width: none;
  height: auto;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.image-7 {
  max-height: 200px;
}

.code-embed-3 {
  height: 440px;
}

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

@media screen and (min-width: 1440px) {
  .footer1 {
    padding: 80px 4%;
  }

  .container-16 {
    max-width: 1400px;
  }

  .nav-line.footer-line {
    background-color: #2cc7ff;
  }

  .top-icon-2 {
    color: #4daa84;
    text-decoration: none;
  }

  .footer-link-3 {
    text-decoration: none;
  }

  .footer-paragraph {
    width: 511px;
    overflow: visible;
  }

  .column-6.footer-column {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0%;
    display: flex;
  }

  .hc-link-2 {
    color: #4daa84;
    text-decoration: none;
  }

  .text-nav-bar-3 {
    color: #fff;
  }

  .text-nav-bar-3.footer {
    background-color: #0000;
    padding-left: 0;
  }

  .brand-4.w--current {
    background-color: #0000;
    max-width: 350px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .mega-nav_dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav_dropdown-list-wrapper.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .card_body {
    padding: 2rem;
  }

  .mega-nav_dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav_dropdown-menu {
    width: 100%;
    height: auto;
  }

  .nav_menu {
    background-color: #171717;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #2944ff;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #3576ff;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .grid_3-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heading_h3 {
    font-size: 1.42rem;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #3576ff;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav {
    height: auto;
  }

  .heading_h1 {
    font-size: 3.37rem;
  }

  .grid_2-col.tablet-1-col {
    grid-template-columns: 1fr;
  }

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

  .subheading {
    font-size: 1.13rem;
  }

  .heading_h3-2 {
    font-size: 1.42rem;
  }

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

  .subheading-2 {
    font-size: 1.13rem;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .heading_h4 {
    font-size: 1.2rem;
  }

  .card_body-2 {
    padding: 2rem;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

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

  .paragraph_large {
    font-size: 1.13rem;
  }

  .grid_4-col-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .heading_h4-2 {
    font-size: 1.2rem;
  }

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

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .heading_h3-3 {
    font-size: 1.42rem;
  }

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

  .subheading-3 {
    font-size: 1.13rem;
  }

  .heading_h1-2 {
    font-size: 3.37rem;
  }

  .grid_2-col-4.tablet-1-col {
    grid-template-columns: 1fr;
  }

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

  .paragraph_small-3 {
    font-size: .88rem;
  }

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

  .eyebrow-2 {
    font-size: .9rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .heading_h4-3 {
    font-size: 1.2rem;
  }

  .eyebrow-3 {
    font-size: .9rem;
  }

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

  .subheading-4 {
    font-size: 1.13rem;
  }

  .heading_h1-3 {
    font-size: 3.37rem;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .grid_3-col-4.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .heading_h3-4 {
    font-size: 1.42rem;
  }

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

  .paragraph_xxlarge {
    font-size: 1.8rem;
  }

  .heading_h2 {
    font-size: 1.89rem;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .grid_4-col-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .heading_h4-4 {
    font-size: 1.2rem;
  }

  .card_body-3 {
    padding: 2rem;
  }

  .heading_h1-4 {
    font-size: 3.37rem;
  }

  .heading_h2-2 {
    font-size: 1.89rem;
  }

  .margin-bottom_none-6 {
    margin-bottom: 0;
  }

  .eyebrow-4 {
    font-size: .9rem;
  }

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

  .subheading-5 {
    font-size: 1.13rem;
  }

  .footer1 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-paragraph {
    width: 300px;
  }

  .column-6.footer-column {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .card_body {
    padding: 1.5rem;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .grid_3-col {
    grid-template-columns: 1fr;
  }

  .heading_h3 {
    font-size: 1.14rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .heading_h1 {
    font-size: 2.69rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .grid_2-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: none;
  }

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

  .section.max-height_100vh_desktop.overflow_hidden.flex_horizontal.is-y-center {
    background-position: 0 0, 0%;
    background-size: auto, 140%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .grid_1-col.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid_2-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-2.gap-xxlarge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-2 {
    margin-bottom: 2rem;
  }

  .heading_h3-2 {
    font-size: 1.14rem;
  }

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

  .subheading-2 {
    font-size: 1.1rem;
  }

  .grid_4-col {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_4-col.is-y-center.gap-medium {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading_h4 {
    font-size: 1.08rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

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

  .paragraph_large {
    font-size: 1.1rem;
  }

  .header-3 {
    margin-bottom: 2rem;
  }

  .grid_4-col-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .heading_h4-2 {
    font-size: 1.08rem;
  }

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

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

  .paragraph_small-2 {
    font-size: .88rem;
  }

  .grid_2-col-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-3.gap-xxlarge {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid_3-col-3 {
    grid-template-columns: 1fr;
  }

  .grid_3-col-3.is-y-center.gap-small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading_h3-3 {
    font-size: 1.14rem;
  }

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

  .subheading-3 {
    font-size: 1.1rem;
  }

  .header-4 {
    margin-bottom: 2rem;
  }

  .heading_h1-2 {
    font-size: 2.69rem;
  }

  .grid_2-col-4 {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .paragraph_small-3 {
    font-size: .88rem;
  }

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

  .header-5 {
    margin-bottom: 2rem;
  }

  .header-5.is-2-col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .eyebrow-2 {
    font-size: .8rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .heading_h4-3 {
    font-size: 1.08rem;
  }

  .header-6 {
    margin-bottom: 2rem;
  }

  .eyebrow-3 {
    font-size: .8rem;
  }

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

  .subheading-4 {
    font-size: 1.1rem;
  }

  .heading_h1-3 {
    font-size: 2.69rem;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .grid_3-col-4 {
    grid-template-columns: 1fr;
  }

  .heading_h3-4 {
    font-size: 1.14rem;
  }

  .header-7 {
    margin-bottom: 2rem;
  }

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

  .paragraph_xxlarge {
    font-size: 1.6rem;
  }

  .grid_2-col-5 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-5.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading_h2 {
    font-size: 1.52rem;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .grid_4-col-3 {
    grid-template-columns: minmax(0, 1fr);
  }

  .heading_h4-4 {
    font-size: 2rem;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .heading_h1-4 {
    font-size: 2.69rem;
  }

  .grid_2-col-6 {
    grid-template-columns: minmax(0, 1fr);
  }

  .grid_2-col-6.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading_h2-2 {
    font-size: 1.52rem;
  }

  .margin-bottom_none-6 {
    margin-bottom: 0;
  }

  .eyebrow-4 {
    font-size: .8rem;
  }

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

  .subheading-5 {
    font-size: 1.1rem;
  }

  .header-8 {
    margin-bottom: 2rem;
  }

  .code-embed {
    height: 710px;
  }

  .code-embed-2 {
    height: 580px;
  }

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

  .container-16 {
    flex-direction: column;
  }

  .container-16.footer-legal-container {
    align-items: center;
  }

  .nav-line.footer-line {
    margin-left: auto;
    margin-right: auto;
  }

  .topbar-socials {
    justify-content: center;
    display: block;
  }

  .top-icon-2 {
    margin-left: 0;
  }

  .footer-link-3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .column-6 {
    text-align: center;
    padding: 12px 3%;
  }

  .column-6.footer-column {
    text-align: center;
    align-items: center;
  }

  .column-6.footer-legal {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .card_body {
    padding: 1.5rem;
  }

  .image-2 {
    height: auto;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .nav_right {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .margin-bottom_none {
    margin-bottom: 0;
  }

  .heading_h3 {
    font-size: .91rem;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .paragraph_small {
    font-size: .88rem;
  }

  .button {
    white-space: nowrap;
  }

  .button.invert.no-pad, .button.no-pad {
    font-size: .75rem;
  }

  .nav {
    position: sticky;
    top: 0;
  }

  .container.is-max {
    width: 80%;
    margin-left: 0;
  }

  .heading_h1 {
    font-size: 2.15rem;
  }

  .grid_2-col.gap-small {
    display: none;
    overflow: hidden;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.max-height_100vh_desktop.overflow_hidden.flex_horizontal.is-y-center {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .subheading {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .button-2 {
    white-space: nowrap;
  }

  .heading_h3-2 {
    font-size: .91rem;
  }

  .logo {
    color: inherit;
  }

  .section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-2 {
    font-size: 1.1rem;
  }

  .grid_4-col.is-y-center.gap-medium {
    grid-template-columns: 1fr;
  }

  .heading_h4 {
    font-size: .97rem;
  }

  .card_body-2 {
    padding: 1.5rem;
  }

  .margin-bottom_none-2 {
    margin-bottom: 0;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .heading_h4-2 {
    font-size: .97rem;
  }

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

  .paragraph_small-2 {
    font-size: .88rem;
  }

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

  .grid_2-col-3.gap-xxlarge.mobile-l-1-col {
    display: block;
  }

  .grid_3-col-3.is-y-center.gap-small {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 1000px;
  }

  .heading_h3-3 {
    font-size: .91rem;
  }

  .logo-2 {
    color: inherit;
    width: 100%;
  }

  .section-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-3 {
    font-size: 1.1rem;
  }

  .heading_h1-2 {
    font-size: 2.15rem;
  }

  .button-group-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

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

  .paragraph_small-3 {
    font-size: .88rem;
  }

  .button-4 {
    white-space: nowrap;
  }

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

  .eyebrow-2 {
    font-size: .8rem;
  }

  .margin-bottom_none-3 {
    margin-bottom: 0;
  }

  .heading_h4-3 {
    font-size: .97rem;
  }

  .button-group-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .eyebrow-3 {
    font-size: .8rem;
  }

  .section-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-4 {
    font-size: 1.1rem;
  }

  .heading_h1-3 {
    font-size: 2.15rem;
  }

  .button-group-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .margin-bottom_none-4 {
    margin-bottom: 0;
  }

  .heading_h3-4 {
    font-size: .91rem;
  }

  .section-9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .button-5 {
    white-space: nowrap;
  }

  .paragraph_xxlarge {
    font-size: 1.4rem;
  }

  .heading_h2 {
    font-size: 1.21rem;
  }

  .margin-bottom_none-5 {
    margin-bottom: 0;
  }

  .footer_icon-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .image-5 {
    width: auto;
    max-width: 80px;
    max-height: 80px;
  }

  .heading_h4-4 {
    font-size: 1.6rem;
  }

  .card_body-3 {
    padding: 1.5rem;
  }

  .heading_h1-4 {
    font-size: 2.15rem;
  }

  .heading_h2-2 {
    font-size: 1.21rem;
  }

  .margin-bottom_none-6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .button-group-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .eyebrow-4 {
    font-size: .8rem;
  }

  .section-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .subheading-5 {
    font-size: 1.1rem;
  }

  .button-6 {
    white-space: nowrap;
  }

  .topbar-socials {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .top-icon-2 {
    width: 15px;
    height: 15px;
  }

  .top-icon-2.link {
    width: 25px;
    height: 25px;
  }

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

  .column-6.footer-column {
    flex-direction: column;
    display: flex;
  }

  .column-6.footer-legal {
    align-items: center;
  }

  .text-nav-bar-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-nav-bar-3.footer {
    padding-right: 0;
  }

  .brand-4.w--current {
    height: 60px;
  }

  .brand-4.footer {
    padding-left: 0;
  }

  .brand-4.footer.w--current, .image-7 {
    height: auto;
  }

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

#w-node-_6834ea16-81cf-d304-337c-e1249bfd0bd1-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef003e-582eadf2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6834ea16-81cf-d304-337c-e1249bfd0bdc-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef0049-582eadf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac4365bb-add8-0e73-24a9-3df7fbef0050-582eadf2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6834ea16-81cf-d304-337c-e1249bfd0be7-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef0054-582eadf2, #w-node-_6834ea16-81cf-d304-337c-e1249bfd0bf2-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef005f-582eadf2, #w-node-_6834ea16-81cf-d304-337c-e1249bfd0c01-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef006e-582eadf2, #w-node-_6834ea16-81cf-d304-337c-e1249bfd0c0c-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef0079-582eadf2, #w-node-_6834ea16-81cf-d304-337c-e1249bfd0c17-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef0084-582eadf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6834ea16-81cf-d304-337c-e1249bfd0c42-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef00af-582eadf2 {
  align-self: stretch;
}

#w-node-_2e836beb-de99-de1f-b8ab-218c497db8f4-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e1460-582eadf2 {
  place-self: center end;
}

#w-node-_2e836beb-de99-de1f-b8ab-218c497db8ff-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e146d-582eadf2, #w-node-eafa5037-a381-95b9-4f16-43606ddff5eb-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e1472-582eadf2, #w-node-ac954ad6-1d5f-4930-4480-81bbd00337ca-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e1478-582eadf2, #w-node-_8f15c2c6-9ec8-e301-7b55-a3634bdf8460-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e147d-582eadf2, #w-node-_636154fb-2dbf-f6d3-7966-9d9b7add6e48-7add6e45.w-node-_2f9403ed-ff6e-7bce-7a70-724007a974d5-582eadf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f9403ed-ff6e-7bce-7a70-724007a974dc-582eadf2 {
  place-self: center;
}

#w-node-_2f9403ed-ff6e-7bce-7a70-724007a974df-582eadf2 {
  align-self: center;
}

#w-node-_636154fb-2dbf-f6d3-7966-9d9b7add6e48-7add6e45.w-node-_86df3bbb-a90f-3c1f-cc5f-cd5277f4ea8f-582eadf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86df3bbb-a90f-3c1f-cc5f-cd5277f4ea95-582eadf2, #w-node-_3b11c563-459c-ecaf-bdb3-da6ebb9cdd49-582eadf2, #w-node-b8266f4c-018c-7141-c9e1-62cb6956bde7-582eadf2, #w-node-_482e4b17-a5e4-1791-75de-5b7c04cf0761-582eadf2, #w-node-_0a33e0db-2b2b-ff7f-c18d-524a1fe77c23-582eadf2, #w-node-_16a2cc71-c74c-be75-e20d-41f9a8d25a66-582eadf2, #w-node-_7b34b926-5c48-602b-d36b-15aa8791e153-582eadf2, #w-node-_2e0e117f-9f36-387a-9f11-bdcb72c2545d-582eadf2, #w-node-_69c1cb2f-4891-a89f-120b-b332e7cb03f5-582eadf2, #w-node-_9356cf80-d2a1-9db1-4b5b-3c9384246591-582eadf2, #w-node-_0998d228-99ca-185f-f090-9a02c24384ff-582eadf2, #w-node-_03b1de21-488f-d570-f285-665899032e6b-582eadf2, #w-node-_2cf1b259-49ab-7b5d-ac5a-feaee20e0d4b-582eadf2, #w-node-_88919628-d9e0-fe01-285b-c73d8cfb2785-582eadf2, #w-node-_889809ff-c0e4-4ee9-63fe-27b08a4c5cd7-582eadf2, #w-node-fb3a04e0-32f3-e72b-c845-669c6e7e3389-582eadf2, #w-node-f2bb2dee-50c1-3f87-703f-cef838ba2271-582eadf2 {
  place-self: center;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a43c3936-7186-f8eb-1aad-9cdd5b0d82d6-582eadf2 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_556201bf-e97c-c45d-ad7f-6a2d3a7ca4d2-6b264ea8.w-node-_0181f6af-74ff-9815-19df-e60bc91b8b56-582eadf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_556201bf-e97c-c45d-ad7f-6a2d3a7ca4d7-6b264ea8.w-node-_0181f6af-74ff-9815-19df-e60bc91b8b5b-582eadf2 {
  align-self: end;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-_8343cbc4-342d-1cb3-01df-301130654b0f-677f5ff2 {
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_6834ea16-81cf-d304-337c-e1249bfd0c42-4d562d54.w-node-ac4365bb-add8-0e73-24a9-3df7fbef00af-582eadf2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e836beb-de99-de1f-b8ab-218c497db8f4-497db8f1.w-node-_3663b868-7434-3cfb-1f1f-efb01f9e1460-582eadf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-a43c3936-7186-f8eb-1aad-9cdd5b0d82d6-582eadf2, #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-_8343cbc4-342d-1cb3-01df-301130654b0f-677f5ff2 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_636154fb-2dbf-f6d3-7966-9d9b7add6e48-7add6e45.w-node-_2f9403ed-ff6e-7bce-7a70-724007a974d5-582eadf2 {
    order: 0;
  }

  #w-node-_2f9403ed-ff6e-7bce-7a70-724007a974dc-582eadf2 {
    order: 1;
  }
}


