:root {
  --blue: #05bbc9;
  --dark-700: #2d3a3e;
  --dark-200: #becbcc;
  --dark-500: #546063;
  --light-300: #f9fefd;
  --light-900: #e5eeee;
  --dark-400: #838d8e;
  --blue-50: #e6f8fa;
  --light-500: #f1f9f9;
  --blue-700: #035e65;
  --blue-600: #0496a1;
  --blue-200: #9be4e9;
  --black: #012528;
  --blue-900: #01383c;
}

.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: #333;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .2s;
}

.button:hover {
  background-color: var(--dark-700);
}

.button.is-small {
  height: 2.75rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  display: flex;
}

.button.is-secondary {
  border: 1px solid var(--dark-200);
  color: var(--dark-700);
  background-color: rgba(0, 0, 0, 0);
  transition: all .2s;
}

.button.is-secondary:hover {
  background-color: var(--dark-700);
  color: #fff;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

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

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

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

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

.hide {
  display: none;
}

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

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

.rich-text h1 {
  margin-bottom: 1.875rem;
}

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

.rich-text h3 {
  margin-bottom: 1.25rem;
}

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

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

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

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

.rich-text ul {
  margin-bottom: 2rem;
}

.rich-text ol {
  list-style-type: decimal;
}

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

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

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

.show-tablet {
  display: none;
}

.utility-page_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-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.6;
}

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

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

.ss_text_item-label {
  color: rgba(51, 51, 51, .65);
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 1.6;
}

.show-mobile {
  display: none;
}

.text-size-small {
  font-size: 1rem;
  line-height: 1.6;
}

.text-size-huge {
  font-size: 1.375rem;
  line-height: 1.4;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h2 {
  font-family: Montserrat, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.heading-style-h5 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.ss_utility_class-wrap {
  position: absolute;
  top: -2.1rem;
  bottom: auto;
  left: -1px;
  right: auto;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.background-blue {
  background-color: #05bbc9;
}

.background-blue.zy-stylesystem-color {
  background-color: var(--blue);
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.background-dark-blue {
  background-color: #035e65;
}

.background-dark-blue.zy-stylesystem-color {
  min-height: 1px;
}

.background-black {
  -webkit-text-stroke-color: #012528;
  background-color: #2e2f2f;
}

.background-black.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-2 {
  color: #535353;
}

.text-color-3 {
  color: #9b9b9b;
}

.background-white {
  background-color: #fff;
}

.background-white.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-white {
  color: #fff;
}

.background-dark-700 {
  background-color: var(--dark-700);
}

.background-dark-700.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-dark-700 {
  color: var(--dark-700);
}

.background-dark-500 {
  background-color: var(--dark-500);
}

.background-dark-500.zy-stylesystem-color {
  min-height: 1px;
}

.background-light-300 {
  background-color: var(--light-300);
}

.background-light-300.zy-stylesystem-color {
  min-height: 1px;
}

.text-light-300 {
  color: var(--light-300);
}

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

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

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

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

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

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

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

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

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

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

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

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

.display-flex {
  display: flex;
}

.display-inlineblock {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px rgba(0, 0, 0, .05), inset -1px 0 rgba(0, 0, 0, .1);
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .2);
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.png');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

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

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_component {
  margin-bottom: 0;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_input {
  background-color: var(--light-900);
  border: 1px #000;
  border-radius: .25rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .875rem 1.25rem;
}

.form_input::placeholder {
  color: var(--dark-400);
  font-size: 1.125rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_message-error {
  color: #b60000;
  border-radius: .25rem;
  margin-top: .75rem;
  padding: .75rem;
}

.form_message-success {
  background-color: var(--blue-50);
  border-radius: .5rem;
  padding: 1.25rem;
}

.form_checkbox, .form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_label {
  font-size: 1.125rem;
  line-height: 1.6;
}

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

.text-style-link {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  transition: all .2s;
}

.text-style-link:hover {
  color: var(--dark-200);
}

.text-style-overline {
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  line-height: 1.6;
}

.text-style-button-small {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.text-style-button-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.navbar {
  z-index: 99;
  width: 100%;
  position: absolute;
}

.navbar.is-home {
  background-color: var(--light-500);
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar_logo {
  width: 16.5625rem;
}

.section_home-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-header_description {
  max-width: 56rem;
}

.text-dark-500 {
  color: var(--dark-500);
}

.home-header_graphic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  display: flex;
}

.home-benefits_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-benefits_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 41rem;
  display: flex;
}

.home-benefits_header-title {
  max-width: 37.125rem;
}

.home-benefits_header-subtitle {
  max-width: 30.5rem;
}

.home-benefits_cards {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits_card {
  border: 1px solid var(--dark-200);
  border-radius: .25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.home-benefits_card-icon {
  background-color: var(--blue-50);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  display: flex;
}

.section_home-banks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.home-banks_component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.home-segment_content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40rem;
  display: flex;
}

.home-segment_benefits-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-segment_benefits-list-item {
  grid-column-gap: .625rem;
  align-items: flex-start;
  display: flex;
}

.home-segment_list-marker-check {
  border: 1px solid var(--blue-700);
  background-color: var(--light-500);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  padding: .25rem;
  display: flex;
}

.home-banks_graphic {
  margin-top: -22.125rem;
  position: absolute;
  top: 50%;
  right: -10%;
}

.industries-benefits-list-item-txt {
  font-weight: 500;
  line-height: 1.4;
}

.background-blue-600 {
  background-color: var(--blue-600);
}

.background-blue-600.zy-stylesystem-color {
  min-height: 1px;
}

.text-blue-600 {
  color: var(--blue-600);
}

.image, .image-2, .image-3 {
  max-width: 2rem;
}

.section_home-insurers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  display: block;
  position: relative;
}

.section_home-fleet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: block;
  position: relative;
}

.section_home-cta {
  background-color: rgba(0, 0, 0, 0);
}

.home-cta_component {
  background-color: var(--blue-700);
  border-radius: .75rem;
  position: relative;
}

.home-cta_component.background-dark-blue {
  border-radius: .75rem;
}

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

.green-card_header-title {
  max-width: 30.75rem;
}

.green-card_txt {
  text-align: center;
  max-width: 42.25rem;
}

.web-1 {
  max-width: 37.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.web-2 {
  max-width: 26.125rem;
  position: absolute;
  top: 0;
  right: 0;
}

.footer_component {
  border-top: 1px solid var(--dark-200);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.footer_links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.footer_text {
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block {
  text-align: center;
  font-size: .875rem;
}

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

.background-dark-400 {
  background-color: var(--dark-400);
}

.background-dark-400.zy-stylesystem-color {
  min-height: 1px;
}

.text-dark-400 {
  color: var(--dark-500);
  -webkit-text-stroke-color: var(--dark-400);
}

.contact-form_max-width {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.text-blue-200 {
  color: var(--blue-200);
}

.segment_graphic-img {
  max-width: 52.875rem;
  max-height: 90vh;
}

.home-insurers_graphic, .home-fleet_graphic {
  margin-top: -21.375rem;
  position: absolute;
  top: 50%;
  right: -10%;
}

.home-header_graphic-base {
  max-width: 63.5rem;
}

.home-insurers_component, .home-fleet_component {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section_contact-form-backup {
  display: none;
}

.home-header_content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-segment_list-check-icon {
  width: 1rem;
  height: 1rem;
}

.home-header_graphic-base-sml {
  max-width: 73.75rem;
  display: none;
}

.home-systems_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-systems_heading {
  max-width: 31.5rem;
}

.home-systems_tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-systems_tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--dark-400);
  border-radius: .375rem;
  margin-bottom: 4rem;
  padding: .375rem;
  display: flex;
}

.home-systems_tabs-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-systems_tabs-link {
  color: var(--dark-400);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  padding: .625rem 1.875rem;
  transition: all .2s;
}

.home-systems_tabs-link:hover {
  color: #fff;
}

.home-systems_tabs-link.w--current {
  color: var(--dark-700);
  background-color: #fff;
}

.background-dark-200 {
  background-color: var(--dark-200);
}

.background-dark-200.zy-stylesystem-color {
  min-height: 1px;
}

.text-dark-200 {
  color: var(--dark-400);
  -webkit-text-stroke-color: var(--dark-400);
}

.home-systems_tabs-content-card {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  background-color: var(--black);
  border-radius: .375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24.5rem;
  max-width: 100%;
  padding: 2rem;
  display: flex;
}

.background-blue-900 {
  background-color: var(--blue-900);
}

.background-blue-900.zy-stylesystem-color {
  min-height: 1px;
}

.text-blue-900 {
  color: var(--blue-900);
}

.home-systems_icon {
  width: 1.5rem;
}

.home-systems_icon-wrap {
  background-color: var(--blue-900);
  border-radius: 1rem;
  padding: 1rem;
}

.home-iotracker_content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.home-segment_overline {
  max-width: 24rem;
}

.home-heaader_heading {
  width: 100%;
  max-width: 62rem;
}

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

.home-header_heading-hidden {
  height: 3.875rem;
}

.home-header_heading-dynamic-txt {
  position: relative;
  top: 0;
}

.home-iotracker_features-card {
  background-color: var(--blue-700);
  border-radius: .375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 22.5rem;
  padding: 2rem;
  display: flex;
}

.home-iotracker_features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.home-iotracker_features-up {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-iotracker_features-down {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-iotracker_heading {
  flex-direction: column;
  align-items: center;
  max-width: 52.125rem;
  display: flex;
}

.home-iotracker_heading-title {
  max-width: 31.5rem;
}

.home-benefits_heading-subtitle {
  max-width: 30.375rem;
}

.background-light-500 {
  background-color: var(--light-500);
}

.background-light-500.zy-stylesystem-color {
  min-height: 1px;
}

.text-light-500 {
  color: var(--light-500);
}

.html-embed {
  display: none;
}

.privacy-policy_component {
  background-color: #fff;
  border-radius: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.android-badge {
  height: 3.6rem;
}

.ios-badge {
  height: 2.9rem;
}

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

@media screen and (min-width: 1440px) {
  .home-header_graphic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-banks_component {
    height: 100vh;
  }

  .home-banks_graphic, .home-insurers_graphic, .home-fleet_graphic {
    right: -4%;
  }

  .home-insurers_component, .home-fleet_component {
    height: 100vh;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .show-tablet {
    display: block;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

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

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .home-benefits_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-benefits_header-title, .home-benefits_header-subtitle {
    text-align: center;
  }

  .home-benefits_cards {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section_home-banks.overflow-hidden {
    margin-top: 6rem;
  }

  .home-banks_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .home-segment_content {
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .home-banks_graphic {
    margin-top: 3rem;
    position: static;
  }

  .section_home-insurers.overflow-hidden {
    height: auto;
  }

  .segment_graphic-img {
    width: 100%;
    max-width: none;
  }

  .home-insurers_graphic {
    margin-top: 3rem;
    position: static;
  }

  .home-fleet_graphic {
    margin-top: 4rem;
    position: static;
  }

  .home-header_graphic-base {
    max-width: 41.25rem;
  }

  .home-insurers_component {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .home-fleet_component {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .home-systems_tabs-menu {
    margin-bottom: 2rem;
  }

  .home-systems_tabs-content-grid {
    flex-direction: column;
  }

  .home-systems_tabs-link {
    text-align: center;
    align-items: center;
    display: flex;
  }

  .home-systems_tabs-content-card, .tabs-content {
    width: 100%;
  }

  .home-heaader_heading {
    max-width: 34rem;
  }

  .home-header_heading-hidden.overflow-hidden {
    height: 7.75rem;
  }

  .home-iotracker_features-card {
    width: 100%;
    height: 20rem;
  }

  .home-iotracker_features-up, .home-iotracker_features-down {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3, h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .button {
    font-size: .875rem;
  }

  .button.is-small.is-secondary {
    /* display: none; */
  }

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

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

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

  .hide-mobile {
    display: none;
  }

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

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

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.25rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

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

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

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

  .ss_utility_color-items {
    width: 100%;
  }

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

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .text-style-overline {
    letter-spacing: 1.2px;
    font-size: .75rem;
  }

  .navbar_component {
    justify-content: center;
  }

  .navbar_logo {
    width: 14rem;
  }

  .home-header_graphic {
    margin-top: 4rem;
  }

  .home-benefits_header {
    align-items: flex-start;
  }

  .home-benefits_header-title {
    text-align: left;
  }

  .home-benefits_header-subtitle {
    text-align: left;
    max-width: none;
  }

  .home-segment_list-marker-check {
    padding: .125rem;
  }

  .industries-benefits-list-item-txt {
    font-size: .875rem;
  }

  .section_home-cta.background-dark-blue {
    position: relative;
  }

  .web-1 {
    max-width: 15rem;
  }

  .web-2 {
    max-width: 10.375rem;
  }

  .footer_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_contact-header {
    margin-bottom: 1.5rem;
  }

  .home-header_graphic-base {
    max-width: 34rem;
  }

  .home-segment_list-check-icon {
    width: .875rem;
    height: .875rem;
  }

  .home-systems_heading {
    max-width: 22.5rem;
  }

  .home-systems_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-style: none;
    flex-direction: column;
    align-items: center;
  }

  .home-header_heading-hidden.overflow-hidden {
    height: 4.75rem;
  }
}

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

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

  .ss_utility_spacing-items, .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .home-header_graphic-base {
    display: none;
  }

  .home-header_content {
    max-width: none;
  }

  .home-header_graphic-base-sml {
    max-width: 19.5rem;
    display: block;
  }

  .home-header_heading-hidden.overflow-hidden {
    height: 4.75rem;
  }

  .home-iotracker_features-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }
}

#w-node-a80db486-0915-b068-dbc3-35a2e2e58d41-8c5482bb, #w-node-f22b7f37-c7d3-bab1-4681-83c3e9894cfd-8c5482bb, #w-node-_607e687f-104f-eca6-ef15-0fd213999f59-8c5482bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12265625-91fc-2695-104c-0f1d63588dbb-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b7a35ac5-7b4a-5801-254a-76aa83a61ec3-8c5482bb {
  order: 0;
}

#w-node-_091f534e-dd55-c5aa-55e2-98ecdfa92dd1-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7afa9f6c-2d6c-98d7-8963-ff808f7bf04a-8c5482bb {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_3eb2abff-9d57-668e-145d-5d145916ee75-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11578c4a-4dc3-b01e-eeb0-8e4af8407772-8c5482bb {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3eb2abff-9d57-668e-145d-5d145916ee7b-8c5482bb {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_176307c3-a4f8-a086-7821-20aef023ff95-8c5482bb, #w-node-_81829d1d-f2fc-5003-3047-5a8576d40774-8c5482bb {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3283eef1-ba07-dbd9-8e98-540908e14d75-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eaa40f4f-dcad-2ac9-4068-108132292974-8c5482bb {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eaa40f4f-dcad-2ac9-4068-10813229297d-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_29f8aa09-87e3-d92c-38f6-36c824e66b45-8c5482bb {
  order: 0;
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_29f8aa09-87e3-d92c-38f6-36c824e66b4e-8c5482bb {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}