:root {
  --jet: #282929;
  --midnight-green: #033;
  --light-grey\<deleted\|variable-150a737e\>: #f4f4f4;
  --white: #fefefe;
  --onyx: #3f3f3f;
  --teal: #2b8282;
  --alabaster: #f6f6f3;
  --9cc-at-20: #eaf4f4;
  --mantis: #81c784;
  --tiffany-blue: #9cc;
  --emerald: #165038;
  --shamrock-green: #268753;
  --seal-brown: #65310b;
  --raw-umber: #9c6a4f;
  --pale-dogwood: #c5afa5;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--jet);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--jet);
  color: var(--jet);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--jet);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  position: static;
  overflow: visible;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 53rem;
  margin-bottom: 5rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  max-width: none;
  max-height: 50px;
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  padding-top: 4.5rem;
  position: relative;
  overflow: visible;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-tiny {
  margin: .3rem 0 0;
}

.margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-medium.padding-right {
  margin-right: 5rem;
}

.margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.visibility-off {
  display: block;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1 {
  padding: .5rem 0 1rem;
}

.padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  opacity: .8;
  max-width: 100%;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-color-black {
  opacity: 1;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  color: var(--midnight-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

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

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.background-color-gray {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
}

.heading-style-h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 33px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.form-checkbox-icon {
  border: 1px solid var(--jet);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.button {
  border: 1px none var(--jet);
  color: var(--white);
  text-align: center;
  background-color: #004f4f;
  border-radius: 32px;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
}

.button:hover {
  opacity: .9;
}

.button.is-link {
  color: var(--jet);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--midnight-green);
  background-color: #004f4f00;
}

.button.is-link.is-icon:hover {
  opacity: .7;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  opacity: 1;
  background-color: #004f4f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--midnight-green);
  background-color: #99cccc80;
  border-style: none;
  border-radius: 32px;
  font-family: Montserrat, sans-serif;
}

.button.is-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

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

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-navbar3-button {
  background-color: var(--midnight-green);
  color: var(--white);
  border-style: none;
  border-radius: 32px;
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
}

.text-weight-normal {
  font-weight: 400;
}

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

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

.text-size-regular {
  opacity: .8;
  cursor: default;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.text-size-regular.margin-bottom {
  margin-bottom: .65rem;
  font-size: 1.125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

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

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.form-input {
  background-color: var(--white);
  opacity: 1;
  color: var(--jet);
  border: 1px solid #28292980;
  border-radius: 50px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.form-input.is-select-input {
  background-image: none;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

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

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

.text-color-white {
  color: var(--white);
}

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

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--jet);
}

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

.icon-embed-xsmall {
  color: var(--onyx);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--jet);
  color: var(--white);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  border: 1px solid var(--jet);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-color-white {
  color: var(--white);
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--jet);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 1px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 11px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

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

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

.padding-section-large {
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  transition: all .2s;
  display: block;
}

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

.padding-section-large.temporary-small {
  padding-top: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.is-black {
  background-color: var(--jet);
}

.is-white {
  background-color: var(--white);
}

.is-gray {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
}

.navbar1_component {
  background-color: var(--white);
  object-fit: fill;
  border: 1px #000;
  border-radius: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.navbar1_component.shadow-medium {
  height: auto;
  position: fixed;
}

.navbar1_component.shadow-small {
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 50px;
  position: relative;
}

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

.menu-icon1_line-top {
  border: 1px none var(--midnight-green);
  background-color: var(--midnight-green);
  width: 24px;
  height: 2px;
}

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

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

.navbar1_dropdown-link.w--current {
  color: var(--jet);
}

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

.navbar1_menu.is-page-height-tablet {
  background-color: var(--white);
  justify-content: flex-end;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding: 1rem 5% 3rem;
  position: absolute;
  box-shadow: 0 6px 10px -2px #00333326;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-button.w--open {
  background-color: #c8c8c800;
}

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

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

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.menu-icon1_line-bottom {
  background-color: var(--midnight-green);
  width: 24px;
  height: 2px;
}

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

.navbar1_logo-link:hover {
  opacity: .8;
}

.navbar1_logo-link.w--current {
  transition: opacity .175s;
}

.navbar1_link {
  color: var(--midnight-green);
  flex-direction: row;
  justify-content: flex-end;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  transition: all .175s;
  display: flex;
}

.navbar1_link:hover {
  opacity: .9;
  background-color: #9cc3;
  border-radius: 300px;
  padding-right: 2rem;
}

.navbar1_link.w--current {
  color: var(--teal);
}

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

.navbar1_logo {
  max-width: 100px;
}

.menu-icon1_line-middle {
  border: 1px none var(--midnight-green);
  background-color: var(--midnight-green);
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.section_home_1_hero-header {
  background-color: var(--white);
  box-shadow: none;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 92vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.home_1_hero-header_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.home_1_hero-header_image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: start;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -78%;
  display: grid;
}

.home_1_hero-header_image-wrapper {
  box-shadow: none;
  background-color: #DFEEEE;
  border-radius: 20px;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-top: 67%;
  display: flex;
  position: relative;
}

.home_1_hero-header_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}

.home_1_hero-header_content-left {
  max-width: 35rem;
  margin-top: -4.5rem;
  margin-left: 0;
  margin-right: 5rem;
}

.home_1_hero-header_image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home_1_hero-header_image.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 -8px 8px -1px #00000008;
}

.home_1_hero-header_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-items: center;
  padding-top: 0;
  display: grid;
}

.home_1_hero-header_images-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  overflow: visible;
}

.home_1_hero-header_image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.home_2_testimonial_logo {
  max-height: 3rem;
}

.home_2_testimonial_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 325px;
  min-height: auto;
  display: flex;
}

.home_2_testimonial_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  overflow: hidden;
}

.home_2_testimonial_mask {
  width: 50%;
  overflow: visible;
}

.home_2_testimonial_divider {
  background-color: var(--jet);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.home_2_testimonial_rating-wrapper {
  display: flex;
}

.home_2_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.home_2_testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.home_2_testimonial_rating-icon {
  color: var(--jet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.home_2_testimonial_slide {
  height: auto;
  padding-right: 2rem;
}

.home_2_testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

.home_2_testimonial_arrow-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.home_2_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.home_2_testimonial_arrow {
  border: 1px none var(--jet);
  background-color: var(--midnight-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.home_2_testimonial_arrow.is-left {
  background-color: var(--midnight-green);
  border-style: none;
  right: 4rem;
}

.section_testimonial {
  z-index: 99;
  background-color: var(--white);
  position: relative;
}

.text-weight-semibold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.home_4_feature_image {
  opacity: .01;
  width: 100%;
  height: 100%;
}

.home_4_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_4_feature_image-wrapper {
  background-color: #c5afa53b;
  border-radius: 20px;
}

.home_5_feature_image-wrapper {
  background-color: #81c7843b;
  border-radius: 20px;
}

.home_5_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_5_feature_image {
  opacity: .01;
  width: 100%;
  height: 100%;
}

.section_home_6_cta {
  background-color: var(--white);
  position: relative;
}

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

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

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

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.line-divider {
  background-color: var(--jet);
  width: 100%;
  height: 1px;
}

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

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

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

.section_team_1_header {
  padding-top: 0;
}

.team_1_header_content-left {
  align-items: stretch;
  display: block;
}

.team_1_header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: end;
  display: grid;
}

.team_2_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 0;
  display: grid;
}

.team_2_team_list {
  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;
  display: grid;
}

.social-icon-wrapper {
  border-style: solid none none solid;
  border-width: 10px 0 0 10px;
  border-color: var(--alabaster) var(--white) var(--white) var(--alabaster);
  background-color: var(--alabaster);
  border-radius: 17px 0 0;
}

.social-icon {
  color: var(--teal);
  width: 1.5rem;
  height: 1.5rem;
}

.team_2_team_item {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team_2_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.section_team_3_header {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.section_team_3_header.shadow-large {
  box-shadow: inset 0 20px 24px -4px #0000000d, inset 0 3px 8px 6px #00000008;
}

.team_3_header_component {
  z-index: 99;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 66%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.team_3_header_content-left {
  align-items: flex-start;
  display: flex;
}

.team_3_header_content-right {
  align-items: flex-end;
  display: flex;
}

.section_team_4_cta {
  position: relative;
}

.section_contact_hero-header {
  padding-top: 0;
}

.contact_hero-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact_hero-header_image {
  width: 100%;
  height: 100%;
}

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

.contact_contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.contact_contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
  padding: 1.5rem;
}

.contact_career_job-department {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.contact_career_list-wrapper {
  overflow: hidden;
}

.contact_career_accordion {
  border-bottom: 1px solid var(--jet);
}

.contact_career_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.contact_career_list {
  margin-bottom: 2rem;
  display: block;
}

.contact_career_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact_career_item {
  border: 1px none var(--jet);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact_faq_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

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

.contact_faq_answer {
  overflow: hidden;
}

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

.contact_faq_list {
  border-bottom: 1px solid var(--jet);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact_faq_list.first-col {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact_faq_question {
  border-top: 1px solid var(--jet);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact5_content {
  background-color: #DFEEEE;
  border-radius: 20px;
  align-items: flex-end;
  height: auto;
  padding: 2rem;
  display: flex;
  position: relative;
}

.contact5_item {
  opacity: .8;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.contact5_component {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.section_contact5 {
  height: auto;
  min-height: 100vh;
}

.contact5_form-block {
  background-color: var(--alabaster);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
}

.contact5_form-block.shadow-large {
  position: relative;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact6_item {
  display: flex;
}

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

.contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--jet);
  color: var(--white);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.menu-icon3_line-bottom {
  border: 1px solid #000;
  width: 24px;
  height: 2px;
  margin-top: 6px;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  position: absolute;
}

.navbar3_logo {
  max-width: 100px;
}

.navbar3_link {
  color: var(--jet);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
}

.navbar3_link.w--current {
  color: var(--jet);
}

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

.menu-icon3_line-middle {
  border: 1px solid #000;
  width: 24px;
  height: 2px;
  margin-top: 6px;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.menu-icon3_line-top {
  border: 1px solid #000;
  width: 24px;
  height: 2px;
}

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

.navbar3_dropdown-link.w--current {
  color: var(--jet);
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.menu-icon3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_component {
  border-bottom: 1px none var(--jet);
  background-color: var(--white);
  background-image: linear-gradient(#f6f6f34d, #f6f6f34d);
  border-radius: 100px;
  align-items: center;
  width: auto;
  min-height: 4rem;
  margin-top: 1.5%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 2.5%;
  padding-right: 1%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 16px -4px #0003;
}

.body {
  background-color: var(--white);
}

.heading {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
}

.heading.text-color-green {
  color: var(--midnight-green);
  letter-spacing: -2px;
  font-family: Plusjakartasans Variablefont Wght, sans-serif;
  font-weight: 500;
}

.heading.text-size-large {
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph {
  opacity: .8;
  font-family: Montserrat, sans-serif;
}

.paragraph.is-primary-text-color {
  opacity: 1;
  color: #000;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-2 {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.text-span-2 {
  font-weight: 300;
}

.bold-text, .bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-3 {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.heading-3.color {
  opacity: 1;
  color: var(--jet);
  font-weight: 600;
}

.heading-3.text-color-light {
  opacity: .65;
}

.heading-4 {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}

.image {
  max-width: 100px;
}

.heading-5 {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.link {
  opacity: 1;
  color: var(--teal);
  text-decoration: underline;
}

.heading-6 {
  color: var(--midnight-green);
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.heading-7 {
  color: var(--midnight-green);
  cursor: default;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.paragraph-2 {
  opacity: .8;
  font-family: Montserrat, sans-serif;
}

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

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

.layout409_card-content-top {
  flex: 1;
}

.layout409_card-content {
  flex-direction: column;
  justify-content: center;
  min-width: 15rem;
  height: auto;
  padding: 3rem;
  display: flex;
  position: relative;
}

.layout409_image {
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: static;
  inset: auto 0% 4rem auto;
  overflow: hidden;
}

.button-2 {
  border: 1px solid var(--jet);
  background-color: var(--jet);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: var(--jet);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: var(--jet);
  background-color: #0000;
}

.layout409_image-wrapper {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45rem;
  height: 100%;
  max-height: none;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 0;
  display: flex;
  position: static;
}

.layout409_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  position: sticky;
  top: 0;
}

.section_layout409 {
  background-color: var(--white);
  position: relative;
}

.layout409_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--jet);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 65vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout409_card.card-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #dde8dc;
  border-style: none;
  border-color: #e1d8d2;
  border-radius: 20px;
  grid-template-columns: 1.75fr 2fr;
  align-content: center;
  align-items: center;
  height: 75vh;
  top: 18%;
}

.layout409_card.card-1.shadow-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 12%;
}

.layout409_card.card-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #f0ebe9;
  border-style: none;
  border-radius: 20px;
  grid-template-columns: 1.75fr 2fr;
  place-content: center stretch;
  place-items: center stretch;
  height: 75vh;
  position: relative;
  top: 4%;
}

.layout409_card.card-3 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  align-content: start;
  align-items: start;
  height: 75vh;
  margin-top: 0;
  position: relative;
  top: 4%;
}

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

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
}

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

.footer11_component {
  background-color: var(--white);
}

.footer11_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

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

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.footer11_credit-text {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

.footer11_link {
  opacity: .8;
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

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

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px none var(--jet);
  background-color: var(--midnight-green);
  color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.footer11_top-wrapper.shadow-medium {
  z-index: 99;
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1.25fr .25fr;
  align-items: end;
  position: relative;
}

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

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

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.link-text-color-white {
  opacity: .8;
  color: var(--white);
}

.image-2 {
  max-width: 100px;
}

.cta1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta1_content-left-wrapper {
  background-color: #99cccc4d;
  border-radius: 20px;
  align-items: center;
  margin: 1rem 0 .5rem;
  padding: 1.5rem;
  display: flex;
}

.cta1_content-left-wrapper.background-color-1 {
  background-color: #99cccc3b;
  border-radius: 20px;
  margin-bottom: .75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
}

.cta1_content-right-wrapper {
  background-color: #9cc3;
  border-radius: 20px;
  align-items: center;
  margin: 1rem 0 .5rem;
  padding: 1.5rem;
  display: flex;
}

.cta1_content-right-wrapper.background-color-1 {
  background-color: #99cccc3b;
  border-radius: 20px;
  margin-bottom: .75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
}

.section_header46 {
  background-color: var(--white);
}

.testimonial27_rating-icon {
  color: var(--jet);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial27_customer-image {
  object-fit: cover;
  border: 1px solid #bfbfa3;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial27_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial27_content {
  border: 1px none var(--jet);
  background-color: var(--alabaster);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial27_content.shadow-medium {
  background-color: var(--alabaster);
}

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

.testimonial27_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial27_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial22_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.button-wrapper {
  display: flex;
}

.testimonial22_content {
  border: 1px solid var(--jet);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial22_logo-wrapper {
  margin-bottom: 3rem;
}

.testimonial22_component-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.testimonial22_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial22_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial22_logo {
  max-height: 3rem;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.team15_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.team15_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.team15_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.section_team15 {
  z-index: 99;
  position: relative;
}

.social-icon-2 {
  color: var(--teal);
  width: 1.5rem;
  height: 1.5rem;
}

.team15_component {
  z-index: 99;
  position: static;
}

.team15_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.team15_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 0;
  display: grid;
}

.layout422_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.layout422_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout422_card-content-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.layout422_hover-content {
  display: block;
}

.layout422_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout422_card_old {
  background-color: #99cccc4d;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 59%;
  min-width: auto;
  max-width: 59%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_card_old.is-lighter {
  background-color: #9cc3;
  flex: 0 auto;
  justify-content: flex-end;
  width: 40%;
  min-width: auto;
  max-width: 40%;
}

.layout422_card_old.shadow-small {
  width: 59%;
  max-width: 100%;
}

.layout422_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layout422_instructions-callout-image {
  margin-top: 1.5rem;
}

.section_layout422 {
  z-index: 2;
  transition: all .2s;
  position: relative;
}

.layout422_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

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

.layout-422-instructions-delete {
  background-color: var(--light-grey\<deleted\|variable-150a737e\>);
  text-align: left;
  padding: 2rem;
}

.layout422_card-content {
  background-color: #DFEEEE;
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  min-height: 45vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

.layout422_card-content.is-lighter {
  background-color: #DFEEEE;
  border-radius: 0;
}

.layout422_card-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_card-content-2 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

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

.text-size-large-3 {
  font-size: 1.25rem;
}

.team8_social {
  grid-column-gap: 0rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.team8_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.team8_image.is-image1, .team8_image.is-image2, .team8_image.is-image3 {
  border-radius: 20px;
}

.team8_item {
  background-color: var(--alabaster);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.team8_item.shadow-medium {
  background-color: #f2f2ef;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
}

.team8_item.shadow-large {
  background-color: #f6f6f3;
  transition: box-shadow .5s;
}

.team8_item.shadow-large:hover {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.team8_image-wrapper {
  border: 1px #f2f2f0;
  border-radius: 20px;
  width: 100%;
  position: static;
  overflow: hidden;
}

.social-icon-3 {
  border: 10px none var(--alabaster);
  color: var(--jet);
  background-color: #f2f2f0;
  width: 2rem;
  height: 2rem;
}

.team8_social-wrapper {
  z-index: 99;
  flex-direction: column;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: auto 0% -.25% auto;
}

.corner-rounding_20px {
  width: 20px;
  height: 20px;
}

.padding-section_header {
  background-color: var(--alabaster);
  border-radius: 20px;
  margin-top: 2rem;
  padding: 6rem 3rem;
}

.text-span-3, .text-span-link {
  font-weight: 500;
}

.text-span-link:hover {
  opacity: .85;
}

.text-span-5, .text-span-6, .text-span-7 {
  font-weight: 500;
}

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

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.button-3.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.header84_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.header84_card-content-top {
  align-items: stretch;
  display: flex;
}

.header84_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--alabaster);
  background-image: linear-gradient(135deg, #fefefea6, #fff0);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.header84_card.shadow-large {
  background-image: linear-gradient(135deg, #fefefea6, #fff0);
}

.header84_card.shadow-xlarge {
  background-image: none;
}

.header84_card-content {
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 3rem;
  display: flex;
}

.header84_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_field-wrapper {
  position: relative;
}

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

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

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

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

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

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

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

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

.header26_image-wrapper {
  backface-visibility: visible;
  perspective: none;
  transform-origin: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.header26_image {
  width: 80%;
  height: 100%;
  position: absolute;
}

.header26_image.is-image2 {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  width: 100%;
  height: auto;
  inset: 0% auto auto;
  transform: translate(0, 50px);
}

.header26_image.is-image2:hover {
  transform: translate(0, 45px);
}

.header26_image.is-image2.z-index-top {
  z-index: 99;
}

.header26_image.is-image1 {
  z-index: 1;
  pointer-events: auto;
  transform-origin: 50% 0;
  width: 100%;
  height: auto;
  transition: all .2s;
  inset: 0% auto auto;
  transform: scale(.92);
}

.header26_image.is-image1:hover {
  transform: translate(0, -5px)scale(.92);
}

.header26_image.is-image1.z-index-top {
  z-index: 99;
}

.header26_image.is-image3 {
  width: 70%;
}

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

.section_header26 {
  display: none;
}

.header26_component {
  background-color: #eaf4f4e6;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 120vh;
  padding: 5rem 2rem 2rem;
  display: flex;
  overflow: hidden;
}

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

.header26_image-1 {
  z-index: 1;
  pointer-events: auto;
  transform-origin: 50% 0;
  border-radius: 15px;
  width: 100%;
  height: auto;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto;
  transform: scale(.92);
}

.header26_image-1:hover {
  transform: translate(0, -5px)scale(.92);
}

.header26_image-2 {
  z-index: 2;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  border-radius: 15px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% auto auto;
  transform: translate(0, 50px);
}

.header26_image-2:hover {
  transform: translate(0, 45px);
}

.header26_image-2.z-index-top {
  z-index: 99;
}

.section_header1 {
  transform-origin: 50%;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  display: block;
  position: relative;
  overflow: visible;
}

.header1_content {
  align-items: flex-start;
  display: flex;
}

.header1_content.text-align-bottom {
  align-items: flex-end;
  display: flex;
}

.header1_image-wrapper {
  height: 100%;
  position: static;
}

.header1_component {
  grid-column-gap: 6.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.header1_image-1 {
  z-index: 2;
  border-radius: 12px;
  width: auto;
  max-width: none;
  height: 23rem;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 10rem 72%;
  transform: skew(60deg, -30deg);
  box-shadow: -13px 13px 12px #0003;
}

.header1_image-1:hover {
  transform: skew(60deg, -30deg)translate(-5px, -5px);
}

.image-3 {
  width: auto;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto auto 0% -17%;
}

.contact5_form_block {
  background-color: #9cc3;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
  position: relative;
}

.contact5_form_block.shadow-large {
  background-color: var(--alabaster);
}

.header1_component-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header1_image-2 {
  z-index: 1;
  opacity: .8;
  border-radius: 12px;
  width: auto;
  max-width: none;
  height: 23rem;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 6rem 72%;
  transform: skew(60deg, -30deg);
  box-shadow: -13px 13px 12px #0003;
}

.header1_image-2:hover {
  transform: skew(60deg, -30deg)translate(-5px, -5px);
}

.layout1_cover-image {
  z-index: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.layout1_image-wrapper {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.layout1_component {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout409_card-content-2 {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout409_image-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout409_component-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

.layout409_card-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.team8_link-wrapper {
  flex-direction: row;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.header1_image-w {
  z-index: 2;
  border-radius: 12px;
  width: auto;
  max-width: none;
  height: 23rem;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 10rem 72%;
  transform: skew(60deg, -30deg);
  box-shadow: -13px 13px 12px #0003;
}

.header1_image-w:hover {
  transform: skew(60deg, -30deg)translate(-5px, -5px);
}

.about_header_component {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto 40%;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  height: auto;
  display: grid;
  position: relative;
}

.badges_componenet {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.badge_wrapper {
  padding: 1rem;
}

.badge {
  width: 7rem;
  max-width: 100%;
}

.text-span-8 {
  color: var(--midnight-green);
  font-weight: 300;
}

.text-span-9 {
  color: var(--midnight-green);
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.text-span-10 {
  font-family: PT Sans, sans-serif;
}

.section_header2 {
  display: none;
  position: relative;
  overflow: visible;
}

.text-span-11 {
  font-family: PT Sans, sans-serif;
}

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

.blog32_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.dropdown2_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown2_dropdown-link {
  padding: .5rem;
}

.dropdown2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.blog32_dropdown-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.blog32_image-link {
  width: 100%;
}

.blog32_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog32_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.blog32_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: grid;
}

.blog32_item-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.dropdown2_toggle {
  grid-column-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.dropdown2_toggle.is-blog32 {
  justify-content: space-between;
  min-width: 12.5rem;
}

.blog32_meta-wrapper {
  margin-bottom: 1rem;
}

.blog32_category-link {
  background-color: #9cc3;
  border-radius: 20px;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog32_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

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

.blog32_title-link {
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: block;
}

.blog32_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.image-4 {
  z-index: 1;
  position: absolute;
  inset: -2rem auto auto 0;
}

.image-5 {
  position: absolute;
}

.image-6 {
  position: absolute;
  inset: -2rem 0% auto;
}

.image-7 {
  z-index: 0;
  float: none;
  clear: none;
  opacity: .15;
  transform-origin: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0;
}

.image-8 {
  z-index: 1;
  opacity: .18;
  max-width: 90%;
  position: absolute;
  inset: auto 0% -4rem auto;
}

.header76_drop-shadow {
  z-index: 99;
  opacity: 1;
  width: 55%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-10 {
  transform-style: preserve-3d;
}

.home_1_hero-header_image-list-left-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: start;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  display: grid;
}

.section_header76 {
  position: relative;
}

.header76_carousel-scroll-track {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: grid;
}

.header76_carousel-scroll-track.is-second {
  padding-top: 3.5rem;
}

.header76_carousel-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -86%;
  display: grid;
}

.header76_image-wrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.header76_content-right {
  grid-column-gap: 1rem;
  align-items: center;
  height: 100vh;
  padding-left: 5rem;
  padding-right: 5rem;
  overflow: hidden;
}

.header76_content-left {
  max-width: 35rem;
  margin-top: -4.5rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header76_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 15px 20px 4px #0033331a, 0 8px 8px -4px #0033330a;
}

.header76_component {
  z-index: 98;
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
  overflow: visible;
}

.header76_carousel-layout {
  grid-column-gap: 3rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.header76_carousel-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.image-9-inverted {
  z-index: 99;
  transform-style: preserve-3d;
  width: 60%;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.layout422_hover-content-2 {
  display: block;
}

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

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #dee3f4;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.layout422_card-3 {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-color: #00000063;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 50%;
  min-height: auto;
  max-height: 100%;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.layout422_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
}

.layout-422-instructions-delete-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  text-align: left;
  padding: 2rem;
}

.text-color-white-2 {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
}

.layout422_card-content-3 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

.heading-9, .heading-10 {
  font-weight: 400;
}

.text-span-12 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-2608364.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  background-clip: border-box;
  line-height: 1.3;
  overflow: visible;
}

.section_privacy-policy {
  height: auto;
}

.bold-text-3 {
  font-size: 2.5rem;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-size: 2rem;
}

.bold-text-12, .bold-text-13 {
  font-size: 2.5rem;
}

.italic-text, .italic-text-2 {
  font-size: 1.5rem;
}

.bold-text-14, .bold-text-15 {
  font-size: 2rem;
}

.heading-11 {
  font-size: 1.5rem;
}

.heading-12 {
  font-size: 2.5rem;
}

.heading-13 {
  font-size: 1.5rem;
}

.bold-text-16 {
  font-size: 2.5rem;
}

.italic-text-3, .italic-text-4, .heading-14, .italic-text-5, .italic-text-6 {
  font-size: 1.5rem;
}

.heading-15 {
  font-size: 2.5rem;
}

.italic-text-7, .italic-text-8, .heading-16 {
  font-size: 1.5rem;
}

.heading-17, .heading-18 {
  font-size: 2rem;
}

.bold-text-17 {
  font-size: 2.5rem;
}

.italic-text-9, .italic-text-10, .heading-19 {
  font-size: 1.5rem;
}

.heading-20 {
  font-size: 2.5rem;
}

.heading-21 {
  font-size: 1.5rem;
}

.heading-22 {
  font-size: 2.5rem;
}

.heading-23 {
  font-size: 1.5rem;
}

.heading-24 {
  font-size: 2.5rem;
}

.heading-25 {
  font-size: 1.5rem;
}

.bold-text-18 {
  font-size: 2.5rem;
}

.heading-26 {
  font-size: 1.5rem;
}

.heading-27 {
  font-size: 2rem;
}

.heading-28, .heading-29 {
  font-size: 2.5rem;
}

.heading-30 {
  font-size: 1.5rem;
}

.heading-31, .heading-32, .bold-text-19, .heading-33 {
  font-size: 2rem;
}

.heading-34, .heading-35, .heading-36, .heading-37, .heading-38 {
  font-size: 1.5rem;
}

.heading-39 {
  font-size: 2.55rem;
}

.heading-40, .heading-41, .heading-42, .heading-43, .heading-44 {
  font-size: 1.5rem;
}

.heading-45 {
  font-size: 2.5rem;
}

.heading-46 {
  font-size: 1.5rem;
}

.heading-47, .heading-48 {
  font-size: 2.5rem;
}

.heading-49, .heading-50, .heading-51 {
  font-size: 2rem;
}

.heading-52 {
  font-size: 1rem;
}

.heading-53, .heading-54, .heading-55 {
  font-size: 2rem;
}

.heading-56 {
  font-size: 1.5rem;
}

.heading-57 {
  font-size: 2.5rem;
}

.heading-58 {
  font-size: 2rem;
}

.header76_background-image {
  z-index: 1;
  opacity: .12;
  max-width: 75%;
  position: absolute;
  inset: 1rem auto 0% 0%;
}

.team_title_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-12 {
  opacity: .55;
  max-width: 1.25rem;
  margin-left: 1rem;
}

.layout422_card {
  background-color: #99cccc4d;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px #0000001a, 0 1px 4px -2px #0000000f;
}

.layout422_card_right {
  background-color: #9cc3;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px -2px #0000001a, 0 1px 4px -2px #0000000f;
}

.bullet-text {
  opacity: .8;
  margin: 0 0 .65rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}

.padding-custom_underline {
  border-bottom: 1px solid #0333;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.career3_title-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.values_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.career3_accordion {
  border-bottom: 1px solid #0033334d;
}

.career3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.career3_list-wrapper {
  display: none;
  overflow: hidden;
}

.career3_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: none;
}

.career3_list {
  margin-bottom: 2rem;
  display: block;
}

.career3_item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  overflow: hidden;
}

.career3_accordion-wrapper {
  width: 100%;
}

.values_image_1 {
  z-index: auto;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.values_image_2 {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.values_image_3 {
  z-index: auto;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.values_image_4, .values_image_5 {
  z-index: auto;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.value_block_1 {
  background-color: var(--midnight-green);
  color: var(--9cc-at-20);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_values-section {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1.72rem;
  font-weight: 500;
  display: none;
}

.value_block_2 {
  color: var(--midnight-green);
  background-color: #e0efef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.value_block_3 {
  background-color: var(--midnight-green);
  color: var(--9cc-at-20);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.value_block_4 {
  color: var(--midnight-green);
  background-color: #e0efef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.value_block_5 {
  background-color: var(--midnight-green);
  color: var(--9cc-at-20);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-block-5 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-14 {
  width: 75vw;
}

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

.heading-dark---left {
  color: #033;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-copy {
  color: #fff;
  text-align: center;
  background-color: #033;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: auto;
  max-width: none;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: flex;
}

.button-copy:hover {
  color: #fff;
  background-color: #000;
}

.textarea {
  margin-bottom: 20px;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
}

.contact-form {
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 125px;
  padding-bottom: 100px;
  display: flex;
}

.italic-text-11 {
  font-family: Montserrat, sans-serif;
}

.html-embed-2 {
  overflow: scroll;
}

.comparison-title {
  color: var(--midnight-green);
  -webkit-text-stroke-color: white;
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 24px;
}

.centered-subheading {
  color: var(--midnight-green);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.container {
  color: var(--midnight-green);
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #033;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  opacity: 1;
  background-image: url('../images/Screen_Shot_2022-06-02_at_9.24.51_AM-removebg-preview.png');
  background-position: 0 0;
  border: 1px #000;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.div-block-18 {
  background-color: var(--mantis);
  text-align: center;
  border: 1px solid #badbcc;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  flex: 0 auto;
  align-self: auto;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: #0f5132;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 40px;
}

.text-span-13 {
  background-image: url('../images/Frame-26083744.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 95%;
}

.image-13 {
  z-index: 0;
  float: none;
  clear: none;
  opacity: .15;
  transform-origin: 50%;
  width: 80%;
  max-width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.blog32_item-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.testimonial27_content-left {
  border: 1px none var(--jet);
  background-color: var(--alabaster);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 4px 8px -2px #0000001a, 0 1px 4px -2px #0000000f;
}

.testimonial27_content-right {
  border: 1px none var(--jet);
  background-color: var(--alabaster);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: block;
  box-shadow: 0 4px 8px -2px #0000001a, 0 1px 4px -2px #0000000f;
}

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

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

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

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

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

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

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .menu-icon1_line-top {
    background-color: var(--midnight-green);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

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

  .navbar1_menu.is-page-height-tablet {
    text-align: left;
    border-bottom-style: none;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    transition: height .5s;
  }

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

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

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

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

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

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

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

  .menu-icon1_line-bottom {
    background-color: var(--midnight-green);
    border: 1px #000;
    border-radius: 0;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 2rem;
  }

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

  .menu-icon1_line-middle {
    background-color: var(--midnight-green);
    border-style: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .section_home_1_hero-header {
    height: auto;
  }

  .home_1_hero-header_content-right {
    height: 40rem;
    padding-left: 1rem;
  }

  .home_1_hero-header_content-left {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 5%;
  }

  .home_1_hero-header_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .home_1_hero-header_images-layout {
    position: relative;
  }

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

  .home_2_testimonial_mask {
    width: 100%;
  }

  .home_2_testimonial_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .home_4_feature_component, .home_5_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .team_1_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .section_team_3_header {
    background-position: 75%;
    background-size: auto 100%;
  }

  .team_3_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .contact_hero-header_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .header47_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .contact5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

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

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

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

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

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

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

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

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .heading.text-size-large {
    font-size: 3.5rem;
  }

  .heading-3 {
    font-size: 2.6rem;
  }

  .layout409_card-content {
    padding: 4rem 2rem 2rem;
    position: static;
  }

  .layout409_image-wrapper {
    margin: 0 1rem;
  }

  .layout409_component {
    position: static;
  }

  .layout409_card.card-1 {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
    display: flex;
    position: static;
  }

  .layout409_card.card-1.shadow-large {
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .layout409_card.card-2 {
    flex-direction: column;
    height: auto;
    display: flex;
    position: static;
  }

  .layout409_card.card-2.shadow-large {
    flex-direction: column-reverse;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1.25fr 1fr;
  }

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

  .footer11_top-wrapper.shadow-medium {
    grid-template-columns: 1fr 1.25fr;
  }

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

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

  .layout422_row {
    flex-direction: column;
  }

  .layout422_card_old, .layout422_card_old.is-lighter {
    width: 100%;
    max-width: none;
  }

  .layout422_card_old.is-lighter.shadow-small, .layout422_card_old.shadow-small {
    width: auto;
    max-width: 100%;
  }

  .layout422_component {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .layout422_image {
    object-fit: cover;
  }

  .layout422_card-content {
    height: 100%;
    min-height: auto;
    padding: 2rem;
  }

  .layout422_card-content-2 {
    padding: 2rem;
  }

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

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

  .header84_card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .section_header1 {
    background-size: auto 100%;
    overflow: visible;
  }

  .header1_content.text-align-bottom {
    align-items: flex-start;
  }

  .header1_image-wrapper {
    height: 300px;
    position: static;
  }

  .header1_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_image-1 {
    height: 15rem;
    position: absolute;
    inset: auto 0% 12rem 40%;
  }

  .header1_component-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_image-2 {
    height: 15rem;
    inset: auto 0% 8rem 40%;
  }

  .layout1_image-wrapper {
    display: none;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout409_card-content-2 {
    padding: 2rem;
  }

  .header1_image-w {
    height: 15rem;
    position: absolute;
    inset: auto 0% 12rem 40%;
  }

  .about_header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto;
    height: auto;
  }

  .badges_componenet {
    flex-direction: row;
  }

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

  .blog32_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .image-6 {
    max-width: none;
    max-height: 100%;
  }

  .image-7 {
    width: 100%;
    max-width: 100%;
  }

  .image-8 {
    width: 100%;
    max-width: 100%;
    top: 15%;
  }

  .header76_drop-shadow {
    width: auto;
    inset: auto 0% 0%;
  }

  .image-10 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0 auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .header76_content-right {
    height: 40rem;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .header76_content-left {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .header76_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .image-9-inverted {
    width: auto;
    display: block;
    inset: 0% 0% auto;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

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

  .layout422_card-content-3 {
    padding: 2rem;
  }

  .header76_background-image {
    max-width: 100%;
    top: 0;
  }

  .layout422_card, .layout422_card_right {
    width: auto;
    max-width: 100%;
  }

  .bullet-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .career3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .career3_list-wrapper, .career3_icon-wrapper {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .image-13 {
    width: 100%;
    max-width: 100%;
  }

  .blog32_item-copy {
    grid-column-gap: 2rem;
  }

  .header49_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

  .margin-top.margin-medium {
    width: 100%;
  }

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

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

  .button {
    width: 100%;
  }

  .button.is-navbar3-button {
    padding: .25rem 1rem;
    display: none;
  }

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

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

  .text-style-nowrap {
    white-space: normal;
  }

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 2rem;
  }

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

  .navbar1_link {
    font-size: 1.75rem;
  }

  .home_1_hero-header_image-list-left {
    margin-top: -65%;
  }

  .home_1_hero-header_image-wrapper {
    padding-top: 61%;
  }

  .home_1_hero-header_content-right {
    height: 30rem;
  }

  .home_1_hero-header_component {
    padding-top: 4rem;
  }

  .home_1_hero-header_images-layout {
    grid-column-gap: 1rem;
  }

  .home_2_testimonial_component {
    padding-bottom: 5rem;
  }

  .home_2_testimonial_client-info {
    margin-bottom: 1rem;
  }

  .home_2_testimonial_divider {
    display: none;
  }

  .home_2_testimonial_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .home_2_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .home_2_testimonial_arrow.is-left {
    right: 3.5rem;
  }

  .home_4_feature_component, .home_5_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

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

  .footer3_credit-text {
    margin-top: 2rem;
  }

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

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

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

  .section_team_3_header {
    background-position: 50%;
    background-size: auto 100%;
  }

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

  .contact_hero-header_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .contact_career_job-department {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contact_career_accordion {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact_career_icon-wrapper {
    width: 28px;
  }

  .contact_career_list {
    margin-bottom: 1.5rem;
  }

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

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

  .contact_faq_icon-wrapper {
    width: 1.75rem;
  }

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

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

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

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact5_component, .contact6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .heading {
    font-size: 3rem;
  }

  .heading.text-size-large {
    font-size: 3.5rem;
  }

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

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

  .layout409_card-content {
    padding: 3rem 1.5rem;
  }

  .layout409_image {
    width: 100%;
    height: 100%;
  }

  .layout409_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout409_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout409_card.card-2.shadow-large {
    flex-direction: column;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_top-wrapper.shadow-medium {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .testimonial27_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial27_content {
    padding: 1.5rem;
  }

  .testimonial27_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial22_content {
    padding: 1.5rem;
  }

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

  .testimonial22_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial22_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

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

  .team15_item {
    grid-template-columns: max-content 1fr;
  }

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

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

  .layout422_card_old.is-lighter {
    width: 100%;
  }

  .layout422_component {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
  }

  .layout422_card-content {
    padding: 1.5rem;
  }

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

  .layout422_card-content-2 {
    padding: 1.5rem;
  }

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

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .team8_item.shadow-medium {
    justify-content: flex-start;
    padding: 1.25rem;
  }

  .team8_image-wrapper {
    height: 100%;
  }

  .padding-section_header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header84_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .header84_card-content {
    padding: 2rem;
  }

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

  .section_header1 {
    background-size: auto 100%;
  }

  .header1_component, .header1_component-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .layout409_card-content-2 {
    padding: 1.5rem;
  }

  .layout409_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout409_card-2 {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .team8_link-wrapper {
    align-items: stretch;
    display: flex;
  }

  .about_header_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .badges_componenet {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }

  .dropdown2_component.is-width-full-tablet {
    width: 100%;
  }

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

  .blog32_dropdown-wrapper {
    display: block;
  }

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

  .blog32_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog32_image-wrapper {
    height: 100%;
  }

  .image-7 {
    width: 120%;
    max-width: 120%;
    max-height: none;
    display: inline-block;
    top: 20%;
  }

  .image-8 {
    display: inline-block;
    inset: 20% 0% auto auto;
  }

  .home_1_hero-header_image-list-left-copy {
    margin-top: -65%;
  }

  .header76_carousel-scroll-track {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header76_content-right {
    height: 30rem;
  }

  .header76_image {
    border-radius: 6px;
  }

  .header76_component {
    padding-top: 4rem;
  }

  .header76_carousel-layout {
    grid-column-gap: 1rem;
  }

  .layout422_row-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

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

  .layout422_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout422_card-content-3 {
    padding: 1.5rem;
  }

  .header76_background-image {
    max-width: 100%;
    display: inline-block;
    top: 10%;
    bottom: auto;
  }

  .layout422_card, .layout422_card_right {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bullet-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .career3_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .career3_icon-wrapper {
    width: 28px;
  }

  .career3_list {
    margin-bottom: 1.5rem;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .image-13 {
    width: 120%;
    max-width: 120%;
    max-height: none;
    display: inline-block;
    top: 30%;
    bottom: auto;
  }

  .blog32_item-copy {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .testimonial27_content-left, .testimonial27_content-right {
    padding: 1.5rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .main-wrapper {
    overflow: hidden;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .button.is-link.is-icon {
    justify-content: flex-start;
  }

  .button.is-secondary.is-icon {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon-embed-xxsmall {
    display: block;
  }

  .navbar1_link {
    font-size: 1.75rem;
  }

  .home_1_hero-header_image-list-left {
    margin-top: -72%;
  }

  .home_1_hero-header_image-wrapper {
    padding-top: 55%;
  }

  .home_1_hero-header_content-right {
    height: 15rem;
  }

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

  .home_1_hero-header_images-layout {
    grid-column-gap: .5rem;
  }

  .home_4_feature_component, .home_5_feature_component {
    grid-template-columns: 1fr;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team_1_header_component, .team_2_team_list {
    grid-template-columns: 1fr;
  }

  .section_team_3_header {
    background-position: 95%;
    background-size: auto 100%;
  }

  .team_3_header_component, .contact_hero-header_component {
    grid-template-columns: 1fr;
  }

  .contact_career_title-heading {
    margin-bottom: 1.25rem;
  }

  .contact_career_title-wrapper {
    display: block;
  }

  .contact_faq_component, .header47_component {
    grid-template-columns: 1fr;
  }

  .contact5_component {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .section_contact5 {
    height: auto;
  }

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

  .heading.text-size-large {
    font-size: 2.93rem;
  }

  .heading-3 {
    font-size: 2.25rem;
  }

  .heading-4 {
    font-size: 1.8rem;
  }

  .layout409_image {
    height: 300px;
    display: block;
  }

  .layout409_card.card-1.shadow-large, .layout409_card.card-2.shadow-large {
    height: 100%;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .testimonial27_content.shadow-small, .testimonial27_client {
    width: auto;
  }

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

  .team15_item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .team8_image-wrapper {
    padding-top: 0%;
  }

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

  .section_header1 {
    background-position: 0 0;
    background-size: auto 75%;
  }

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

  .contact5_form_block.shadow-large {
    min-height: 100%;
    padding: 1.75rem;
  }

  .header1_component-2, .layout1_component {
    grid-template-columns: 1fr;
  }

  .about_header_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .blog32_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 200%;
    max-width: 200%;
    height: auto;
    max-height: none;
    display: inline-block;
    inset: 20% auto auto 0%;
  }

  .image-8 {
    width: auto;
    max-width: none;
    height: 40%;
    max-height: 60%;
    display: inline-block;
    top: 20%;
    right: 0%;
  }

  .home_1_hero-header_image-list-left-copy {
    margin-top: -72%;
  }

  .header76_content-right {
    background-color: var(--white);
  }

  .header76_component, .layout422_row-2 {
    grid-template-columns: 1fr;
  }

  .html-embed {
    min-height: 100%;
  }

  .section_privacy-policy {
    height: auto;
  }

  .header76_background-image {
    width: 200%;
    max-width: none;
    margin-top: 0;
    display: inline-block;
    top: 20%;
    bottom: auto;
  }

  .bullet-text {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .career3_title-wrapper {
    display: block;
  }

  .career3_title-heading {
    margin-bottom: 1.25rem;
  }

  .comparison-title {
    margin-left: 10px;
  }

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

  .container {
    max-width: none;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-image: none;
    margin-left: 10px;
    padding-left: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .text-span-13 {
    font-size: 2.93rem;
  }

  .image-13 {
    width: auto;
    max-width: none;
    height: 40%;
    max-height: 60%;
    display: inline-block;
    inset: 10% auto auto 0%;
  }

  .blog32_item-copy {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial27_content-left {
    width: auto;
  }

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

#w-node-_5568a859-a505-91ba-540a-09234c3ad9bc-065bb2df {
  justify-self: end;
}

#w-node-_5568a859-a505-91ba-540a-09234c3ad9cb-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9cc-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9cd-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9ce-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9d0-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9d1-065bb2df, #w-node-_2731d5b3-7181-1788-4e41-188aa7b7c4eb-065bb2df, #w-node-_2731d5b3-7181-1788-4e41-188aa7b7c4ec-065bb2df, #w-node-_9658852b-780a-acca-3f81-22f3cb2cddbf-065bb2df, #w-node-_9658852b-780a-acca-3f81-22f3cb2cddc0-065bb2df, #w-node-_153048d3-ba80-a629-5fdb-0373f5836ccb-065bb2df, #w-node-_153048d3-ba80-a629-5fdb-0373f5836ccc-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0b7-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0b8-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0b9-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0ba-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0bc-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0bd-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0be-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0bf-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0c0-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0c1-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0c2-065bb2df, #w-node-b7ba6226-3658-2f1f-ac4f-f0607b84c0c3-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9da-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9db-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9dc-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9dd-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9de-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9df-065bb2df, #w-node-_5568a859-a505-91ba-540a-09234c3ad9e0-065bb2df, #w-node-e972ef6f-e664-0f74-d251-cfe872050442-065bb2df, #w-node-e972ef6f-e664-0f74-d251-cfe872050443-065bb2df, #w-node-_27984e5b-f697-925c-de61-2bca4c39592b-065bb2df, #w-node-_27984e5b-f697-925c-de61-2bca4c39592c-065bb2df, #w-node-_0fd2095e-d8fb-6976-ec13-f2679ef4772f-065bb2df, #w-node-_0fd2095e-d8fb-6976-ec13-f2679ef47730-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ecd-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ece-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ecf-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed0-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed1-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed2-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed3-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed4-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed5-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed6-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed7-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed8-065bb2df, #w-node-ecf1ba16-4610-387c-0eaf-4c4c11bc3ed9-065bb2df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_247b0b9d-71fb-103a-cfdd-243a87d6df5d-065bb2df {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ef563e97-a126-c399-b984-c2f818a11c27-065bb2df {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#StudyPay-card.w-node-_79deca05-ee41-707b-b583-ebea94dc8b60-065bb2df {
  order: 0;
}

#w-node-_755386f9-8bd7-73f5-e395-56181b26a553-ed12f80e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-065bb31b {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-065bb31b, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-065bb31b, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-065bb31b {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-065bb31b, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-065bb31b, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-065bb31b {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-065bb31b, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-065bb31b, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-065bb31b {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-065bb31b, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-065bb31b, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-065bb31b {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-065bb31b, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-065bb31b, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-065bb31b {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-065bb31b, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-065bb31b, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-065bb31b {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-065bb31b, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-065bb31b, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-065bb31b {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-065bb31b, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-065bb31b, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-065bb31b {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-065bb31b, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-065bb31b {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-065bb31b {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-065bb31b {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-065bb31b, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-065bb31b, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-065bb31b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-065bb31b {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-065bb31b, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-065bb31b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-065bb31b {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-065bb31b, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-065bb31b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-065bb31b {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-065bb31b, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-065bb31b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-065bb31b {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-065bb31b, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-065bb31b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-065bb31b {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-065bb31b, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-065bb31b, #w-node-ee961e8d-845a-edc3-3307-509470022457-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-065bb31b {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-065bb31b, #w-node-ee961e8d-845a-edc3-3307-50947002245b-065bb31b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-065bb31b {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-065bb31b, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-065bb31b, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-065bb31b {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-065bb31b, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-065bb31b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-065bb31b {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-065bb31b, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-065bb31b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-065bb31b {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-065bb31b, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-065bb31b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-065bb31b {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-065bb31b, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-065bb31b, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-065bb31b {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-065bb31b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-065bb31b {
  justify-self: start;
}

#w-node-de62919c-e176-8521-93da-93e418310091-33b52a54, #w-node-_95c43345-faf3-7b25-55bd-4c5fc28d3970-33b52a54, #w-node-_58e4ad5c-bcfd-8e9a-e59a-f037d856e4fc-33b52a54, #w-node-cda4a5ba-2144-fc32-75c5-0ae67f3cb78c-33b52a54, #w-node-dd923ffa-10b6-95c7-e67e-5a22178ccd09-33b52a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c67e46ff-e981-fef8-0e68-19fcb0c42359-33b52a54 {
  grid-area: 1 / 3 / 2 / 2;
}

#w-node-bdd2fd42-fcf2-e8ff-6927-5fb7413257f3-33b52a54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e1ea436-134c-3551-2c7c-a26942a686db-33b52a54 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f35021f1-8be1-7993-d01f-7664fd495864-33b52a54, #w-node-de9aa3bd-4906-804e-07f5-ab6d3b2debb1-40526499, #w-node-f422a488-4c49-591c-bee8-2df263d86042-40526499, #w-node-_2ff993ce-1f00-f17a-2306-c399123b8041-40526499 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf99923-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf99927-83f268c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52744741-57b4-cf61-0e36-5c5248941e9d-7adfa4dc, #hubStatusContainer.w-node-_52744741-57b4-cf61-0e36-5c5248941e9f-7adfa4dc, #w-node-_52744741-57b4-cf61-0e36-5c5248941ea2-7adfa4dc, #backendStatusContainer.w-node-_52744741-57b4-cf61-0e36-5c5248941ea4-7adfa4dc, #w-node-_5d8d5b9b-0115-b868-9c1b-7a8203b8377c-7adfa4dc, #datasyncStatusContainer.w-node-_5d8d5b9b-0115-b868-9c1b-7a8203b8377e-7adfa4dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5568a859-a505-91ba-540a-09234c3ad9bc-065bb2df {
    justify-self: start;
  }

  #w-node-_247b0b9d-71fb-103a-cfdd-243a87d6df5d-065bb2df, #w-node-ef563e97-a126-c399-b984-c2f818a11c27-065bb2df {
    grid-column: span 4 / span 4;
  }

  #w-node-dd02ec7a-a34c-a980-92c4-4192ed12f814-ed12f80e, #w-node-dd02ec7a-a34c-a980-92c4-4192ed12f822-ed12f80e {
    grid-column: span 8 / span 8;
  }

  #w-node-c67e46ff-e981-fef8-0e68-19fcb0c42359-33b52a54, #w-node-_8e1ea436-134c-3551-2c7c-a26942a686db-33b52a54 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79deca05-ee41-707b-b583-ebea94dc8b76-065bb2df {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf9990b-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf9990f-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf99913-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf99917-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf9991b-83f268c3, #w-node-_4c86f9fe-07cb-fcbe-522d-80b75cf9991f-83f268c3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans Variablefont Wght';
  src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist Variablefont Wght';
  src: url('../fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}