:root {
  --grey: #757575;
  --black: #1c1c1c;
  --white: white;
  --ghost-white: #f6f9ff;
  --black-2: black;
  --sea-green: #008542;
  --dim-grey: #545454;
  --white-2: #fcfcfc;
  --transparent: transparent;
  --medium-sea-green: #00a857;
  --white-smoke: #f6f6f6;
  --gainsboro: white;
  --light-grey: #cbcbcb;
  --honeydew: #dbf0e3;
  --lavender: #dce8fd;
  --lavender-2: #e7dcfd;
  --mint-cream: #f5faf6;
  --ghost-white-2: #f8f6ff;
  --black-3: #25272b;
  --white-smoke-2: #eee;
  --ivory: #fffce7;
  --alice-blue: #dbeffd;
  --black-4: #292929;
  --lime: #2dff00;
  --dark-grey: #a3a3a3;
  --alice-blue-2: #ebf2ff;
  --dce8fd: #f6f6f6;
  --royal-blue: #276ef1;
  --f6f9ff: #f6f6f6;
  --dce8fd-2: #e2e2e2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.045em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.16129;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

p {
  color: var(--grey);
  letter-spacing: -.031rem;
  margin-bottom: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1.375rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

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

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

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

.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_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-weight-semibold.text-sf-12px.text-color-black0 {
  letter-spacing: 0;
}

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.plugin {
  justify-content: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

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

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

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

.text-color-black.text-weight-bold.line-height {
  line-height: 2.5;
}

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

.text-color-grey.text-sf-12px {
  letter-spacing: 0;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3-24px {
  letter-spacing: -.045em;
  font-size: 1.5rem;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2 {
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

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

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

.heading-style-h1-60px {
  font-size: 3.75rem;
  line-height: 1.1;
}

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

.padding-global-2.tablet-no_padding {
  padding-top: 1.2rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-sf-12px {
  font-size: .75rem;
  line-height: 1.25;
}

.text-sf-12px.is-how-it-works {
  color: var(--grey);
}

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

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-sf-16px {
  font-size: 1rem;
}

.text-sf-16px.text-weight-black {
  font-weight: 900;
}

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

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

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

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

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_item-wrapper.is-text-style {
  background-color: #effff7;
  border: 1px dashed #000;
  padding: 2rem;
}

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

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

.text-sf-14px {
  padding-top: .25rem;
  font-size: .875rem;
  font-style: normal;
  line-height: 1.28571;
}

.text-sf-14px.text-color-grey {
  letter-spacing: 0;
}

.text-sf-14px.text-color-grey.is-inline {
  flex: none;
}

.text-sf-14px.text-weight-semibold.text-color-grey.text-spacing-0.is-how {
  text-align: center;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_3-col.is-text {
  flex-direction: column;
  display: flex;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.is-green {
  color: var(--sea-green);
  text-decoration: none;
}

.text-sf-24px {
  letter-spacing: -.03125rem;
  font-size: 1.5rem;
  line-height: 1;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2-32px {
  letter-spacing: -.045em;
  font-size: 2rem;
  line-height: 1.125;
  display: block;
}

.heading-style-h2-32px.text-align-left {
  max-width: 475px;
}

.heading-style-h2-32px.is-map-header {
  text-align: center;
}

.page-wrapper {
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  padding-top: 0;
}

.page-wrapper.claims-payment-success {
  min-height: 83vh;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

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

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  min-height: 100vh;
}

.main-wrapper.is-signup {
  flex-direction: column;
  max-width: 100vw;
  display: flex;
}

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100vw;
  padding: .9375rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-alternate {
  border: 1px solid var(--dim-grey);
  color: var(--white-2);
  background-color: #0000;
}

.button.is-alternate.is-icon.is-strech {
  flex: 1;
}

.button.is-alternate.is-icon.is-strech.is-chat {
  background-color: var(--black);
  width: 50%;
  margin-top: 32px;
  margin-left: 180px;
}

.button.is-alternate.is-icon.is-strech.is-chat-1 {
  background-color: var(--black);
  width: 100%;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 10px;
}

.button.is-alternate.is-icon.is-strech-copy {
  flex: 1;
}

.button.is-alternate.is-icon.is-strech-copy.is-chat {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  background-image: linear-gradient(258deg, #008944, #018844d1);
}

.button.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-icon.is-green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to right, var(--medium-sea-green), var(--sea-green));
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  margin-top: 16px;
  display: flex;
}

.button.is-icon.is-white {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e2e2e2;
  background-image: linear-gradient(#f6f6f6, #f6f6f6);
  border: 1px solid #e2e2e2;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: flex;
}

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

.button.is-secondary.is-icon.mobile_width-100.is-strech {
  flex: none;
  width: 100%;
}

.button.is-third {
  background-color: var(--white-smoke);
  color: var(--sea-green);
  border: 1px solid #e2e2e2;
}

.button.is-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
  text-decoration: none;
  display: flex;
}

.button.is-nav.is-secondary {
  border-color: var(--gainsboro);
  background-color: var(--white-smoke);
  color: #008542;
  background-color: #f6f6f6;
  border-color: #e2e2e2;
}

.button.is-nav_secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
  text-decoration: none;
  display: flex;
}

.button.is-nav_secondary.is-secondary {
  border-color: var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--sea-green);
}

.button.is-strech {
  flex: 1;
}

.button.is-green {
  background-color: var(--sea-green);
  font-style: normal;
}

.fs-styleguide_buttons {
  background-color: var(--light-grey);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-sf-18px {
  font-size: .875rem;
  font-style: normal;
  line-height: 1.33333;
}

.text-sf-18px.is-green {
  color: var(--sea-green);
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

.padding-section-medium.is-testimonial {
  padding-bottom: 2.875rem;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

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

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.section_map {
  z-index: 0;
  margin-top: 2rem;
}

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

.values-item {
  grid-row-gap: 1.5rem;
  background-color: var(--ghost-white);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.values_icon-wrapper {
  border-radius: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: .625rem;
}

.values_icon-wrapper.bg_color-v1 {
  background-color: var(--honeydew);
}

.values_icon-wrapper.bg_color-v2 {
  background-color: var(--lavender);
}

.values_icon-wrapper.bg_color-v3 {
  background-color: var(--lavender-2);
}

.values_icon-wrapper.bg_color-v4 {
  background-color: var(--gainsboro);
}

.values_icon-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

.text-weight-heavy {
  font-weight: 900;
}

.text-style-title {
  color: var(--black);
  letter-spacing: -.25px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.text-style-title.api-page-dark {
  color: #fff;
}

.text-style-title.video-card {
  font-size: 1.25rem;
}

.section_how {
  z-index: 1;
  padding-bottom: 5rem;
}

.how_heading-wrapper {
  text-align: center;
  padding-bottom: 0;
}

.how_component {
  position: relative;
}

.how_tab-menu {
  z-index: 11;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--light-grey);
  background-color: var(--white-smoke);
  border-radius: 2rem;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: .3rem;
}

.how_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dim-grey);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  display: grid;
}

.how_tab-link.w--current {
  border-color: var(--grey);
  color: var(--black-2);
  background-color: #fff;
  box-shadow: 0 2px .75rem #00000014;
}

.how_tab-link.is-active {
  border-color: var(--light-grey);
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px .75rem #00000014;
}

.tab_icon-wrapper {
  border-radius: 100vw;
  overflow: hidden;
}

.how_tab-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.how_tab-wrapper.is-nav {
  flex-direction: column;
}

.how_tab-content {
  width: 100%;
  padding-top: .5rem;
}

.how_tab-content.is-nav {
  display: none;
}

.how_tab-pane {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.tab_blurb-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: .75rem;
  display: grid;
}

.icon-1x1-xsmall {
  flex: none;
  width: .75rem;
  height: .75rem;
}

.is-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.local_how-layout {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: start;
  width: 100%;
  max-width: 53rem;
  margin-left: 92px;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: relative;
}

.local_how-layout.is-national {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.local_how-layout.desktop-class {
  justify-items: start;
  margin-left: 92px;
}

.local_step-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.step_image-wrapper {
  flex-direction: column;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.step-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.step_pill-animated {
  z-index: 2;
  background-color: var(--black-2);
  color: var(--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -.75rem auto auto;
}

.step_text-wrapper {
  width: 100%;
  max-width: 8.5rem;
}

.step_text-wrapper.max_width-12 {
  max-width: 12rem;
}

.step_text-wrapper.max_width-10 {
  max-width: 9rem;
}

.national_how-layout {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 49.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.national_how-item {
  grid-row-gap: 1.5rem;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.national_how-item.bg_color-v1 {
  background-color: var(--ghost-white);
}

.national_how-item.bg_color-v2 {
  background-color: var(--mint-cream);
}

.national_how-item.bg_color-v3 {
  background-color: var(--ghost-white-2);
}

.national_image-wrapper {
  width: 6rem;
  height: 6rem;
}

.national-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.national_text-wrapper.max_width-10 {
  width: 100%;
  max-width: 10rem;
}

.section_cta-product {
  position: relative;
}

.cta_product-component {
  grid-column-gap: 16px;
  grid-row-gap: 2.5rem;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.cta_product-component.background-color-new {
  background-color: red;
}

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

.cta_image-wrapper {
  position: relative;
}

.cta_product-image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.cta_image-overlay {
  z-index: 3;
  background-image: linear-gradient(#0000, #0003);
  width: 100%;
  height: 49%;
  position: absolute;
  inset: auto 0% 0%;
}

.text-style-cta {
  text-shadow: 0 1px 60px #52f09b33;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #7ff5d5, #60f0c4);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-style-cta.text-color-gradient {
  background-image: linear-gradient(#7ff58b, #60f0c4);
}

.cta_pause-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  background-color: #54545400;
  border: 2px solid #fff;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.33333;
  display: flex;
}

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

.show-mobile_landscape {
  display: none;
}

.section_cta {
  padding-bottom: 1rem;
  position: relative;
}

.cta_component {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.cta_content-left-news2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template: "."
                 "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4.75rem 4.5rem;
  display: grid;
}

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

.cta_bg-image-wrapper {
  height: 100%;
  position: relative;
}

.cta_background-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cta_lottie-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-lottie {
  object-fit: contain;
  position: absolute;
}

.cta_items-layout {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta_icon-wrapper {
  background-color: var(--black);
  border-radius: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: .625rem;
}

.cta_icon-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

.icon-1x1-button {
  width: .875rem;
  height: .875rem;
  display: flex;
}

.footer_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 33.125rem) 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: grid;
}

.footer_logo-image {
  object-fit: contain;
  height: 1rem;
}

.footer_content-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.footer_menu-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_link {
  color: var(--sea-green);
  font-size: .75rem;
  line-height: 1.25;
  text-decoration: none;
}

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

.footer_link.is-small {
  font-size: .625rem;
  line-height: 1.2;
}

.footer_line-separate {
  background-color: var(--white-smoke-2);
  width: 100%;
  height: 1px;
}

.footer_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--white-smoke-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-size-xtiny {
  font-size: .625rem;
  line-height: 1.2;
}

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

.footer_social-link {
  color: #000;
}

.footer_item-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--white-smoke-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.footer_column-label {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25;
}

.footer_column-label.api-page-dark {
  color: var(--white-smoke);
}

.show-mobile_portrait {
  display: none;
}

.section_social-leaders {
  position: relative;
}

.leaders_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 30.75rem;
  display: grid;
}

.leaders_layout.hide-tablet {
  position: relative;
}

.leaders_item {
  grid-row-gap: 1.5rem;
  cursor: pointer;
  background-color: #0000;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 100%;
  padding: 1.5rem;
  transition: all .35s;
  display: flex;
}

.leaders_item:hover {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.leaders_item.bg_color-v1 {
  background-color: var(--ivory);
}

.leaders_item.bg_color-v2 {
  background-color: var(--alice-blue);
}

.leaders_item.bg_color-v3 {
  color: #fff;
  background-color: #000;
}

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

.person_image-wrapper {
  width: 3.25rem;
  height: 3.25rem;
}

.person-image {
  object-fit: cover;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
}

.person_name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: .3125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 8rem;
  display: grid;
}

.leaders_body-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3.1875rem;
  padding-bottom: 3.1875rem;
  line-height: 1.25;
  display: grid;
}

.text-letter_spacing-small {
  letter-spacing: -.015em;
}

.play-button {
  background-color: var(--black);
  color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.play-button.is-impact {
  z-index: 2;
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
}

.icon-1x1-0-875rem {
  flex: none;
  width: .875rem;
  height: .875rem;
}

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

.leaders_logo-wrapper.is-morelabs {
  width: 100%;
  height: 100%;
}

.leaders_logo-image {
  object-fit: contain;
  height: 1.875rem;
}

.leaders_logo-image.iis-more-labs {
  height: 1.4rem;
}

.leaders_logo-image.is-bella {
  height: .875rem;
}

.splide {
  margin-bottom: 5.5rem;
}

.splide.splide-leaders, .splide.is-empower {
  display: none;
}

.splide.splide-business {
  display: block;
}

.splide.is-impact {
  padding-left: 7rem;
  position: relative;
}

.splide.splide-empower {
  display: block;
}

.splide__track.is-business {
  margin-left: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
}

.splide__track.is-impact {
  padding-bottom: 1rem;
  overflow: visible;
}

.splide__list {
  display: flex;
}

.splide__list.is-impact {
  align-items: center;
  min-height: 28.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.splide__list.is-tms {
  align-items: center;
  height: 32rem;
}

.splide__slide.is-business {
  max-width: 16.25rem;
}

.splide__slide.is-impact {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_social-empower {
  padding-top: 5rem;
  position: relative;
}

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

.empower_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 19rem;
  padding: 1rem;
  display: flex;
}

.empower_icon-wrapper {
  border-radius: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: .625rem;
}

.empower_icon-wrapper.bg_color-v1 {
  background-color: var(--honeydew);
}

.empower_icon-wrapper.bg_color-v2 {
  background-color: var(--lavender);
}

.empower_icon-wrapper.bg_color-v3 {
  background-color: var(--lavender-2);
}

.empower_icon-wrapper.bg_color-v4 {
  background-color: var(--gainsboro);
}

.empower_icon-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

.empower_text-wrapper {
  width: 100%;
}

.section_how-business {
  position: relative;
}

.business_tab {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 18.25rem) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.business_tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 2rem;
  flex-direction: column;
  margin-top: 4.75rem;
  padding: 1rem;
  display: flex;
}

.business_tab-link {
  border: 1px solid var(--dim-grey);
  background-color: var(--black-4);
  color: #fff;
  border-radius: 100vw;
  padding: 1rem 1rem 1rem 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  transition: all .35s;
}

.business_tab-link:hover {
  border-color: #fff;
}

.business_tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.buiness_tab-content {
  background-color: #fff;
  border-radius: 1.5rem;
  min-height: 33.5rem;
  padding: 2rem;
  overflow: visible;
}

.business_tab-pane {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

.business_tab-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 18.25rem) 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.business_tab-container.hide-tablet {
  display: none;
}

.business_tab-heading {
  letter-spacing: -.015625em;
  padding-left: 1rem;
  font-size: 1.3125rem;
  font-weight: 800;
  position: absolute;
  inset: 4.75rem auto auto 3.5rem;
}

.business_tab-body {
  z-index: 1;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 19.125rem) 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-right: 2rem;
  display: grid;
  position: relative;
}

.business_tab-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.tab_text-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.text-color-dim_grey {
  color: var(--dim-grey);
}

.business_check-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: .25rem;
  display: grid;
}

.business_check-wrapper.is-last {
  margin-bottom: 0;
}

.tab_indicator-wrapper {
  z-index: 3;
  width: 2.6875rem;
  height: 5.375rem;
  position: absolute;
  inset: 2.8rem auto auto -4.44rem;
}

.tab_indicator-wrapper.v2 {
  top: 7.25rem;
}

.tab_indicator-wrapper.v3 {
  top: 11.55rem;
}

.tab_indicator-wrapper.v4 {
  top: 16rem;
}

.tab_indicator-wrapper.v5 {
  top: auto;
  bottom: 3.7rem;
}

.tab_indicator-wrapper.v6 {
  top: auto;
  bottom: -.6rem;
}

.tab_indicator-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.business_item {
  border-radius: 1.5rem;
  padding: 1.5rem;
}

.business_text-heading {
  margin-bottom: .75rem;
}

.section_impact {
  position: relative;
  overflow: hidden;
}

.impact_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.splide__container {
  padding-top: 2.5rem;
  overflow: hidden;
}

.impact_cta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.impact_item {
  border: 1px solid var(--white-smoke-2);
  background-color: #fff;
  border-radius: 2rem;
  width: 17.5rem;
  transition: all .2s;
  overflow: hidden;
}

.impact_item-body {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 1.5rem 3.5rem;
  transition: all .2s;
}

.impact_image-wrapper {
  position: relative;
}

.impact-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 17.375rem;
  position: relative;
}

.impact_tag {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 100vw;
  padding: .125rem .25rem;
  font-size: .625rem;
  font-weight: 600;
  line-height: .909091;
  display: inline-block;
}

.splide_gradient-wrapper {
  z-index: 2;
  background-image: linear-gradient(270deg, #fff 5%, #fff0);
  width: 30%;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% auto;
}

.splide_gradient-wrapper.is-other-side {
  background-image: linear-gradient(to right, #fff 5%, #fff0);
  inset: 0% auto 0% 0%;
}

.section_story {
  padding-bottom: 1rem;
}

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

.spending_item {
  background-color: var(--alice-blue);
  background-image: linear-gradient(#eaf1ff, #c9ddff);
  border-radius: 2rem;
}

.national_grid-item {
  background-color: var(--grey);
  border-radius: 2rem;
  height: 5rem;
}

.navigation_component {
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  background-color: #ddd0;
  background-image: linear-gradient(#fff 11%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: static;
}

.navigation_component.is-signup {
  border-bottom-style: none;
  min-height: auto;
}

.nav_component {
  justify-content: space-between;
  align-items: center;
}

.map_top-overlay {
  z-index: 3;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 12rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.nav_mobile-logo {
  width: 1.875rem;
  height: 1.25rem;
  display: none;
}

.nav_logo-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

.nav_logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 9.6875rem;
  height: 1rem;
  display: block;
}

.nav_logo-image.is-dekstop {
  height: auto;
}

.nav_main-content {
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  padding-left: 20px;
  padding-right: 21px;
  display: flex;
}

.nav_main-content.is-signup {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.how-it-wroks-nav_sticky-component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white-2);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.how-it-wroks-nav_sticky-component.hide {
  display: none;
}

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

.nav_buttons-wrapper {
  display: none;
}

.nav_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.show-tablet {
  display: none;
}

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

.splide__arrows {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.splide__arrows.is-impact {
  display: none;
}

.splide__arrow {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  background-image: url('../images/m_chevron-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 11.375rem;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/m_chevron-right.svg');
}

.splide_arrow-embed {
  z-index: 2;
}

.splide_arrow-embed.is-right {
  left: auto;
  right: 0;
}

.story_text-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.story_text-wrapper.padding_bottom-small {
  padding-bottom: 1.5rem;
}

.story_text-wrapper.padding-small {
  padding: 2.5rem;
}

.spending_content {
  flex-direction: column;
  align-items: center;
  padding: 0 2.5rem 3.125rem;
  display: flex;
}

.mile_graphic-rectangle {
  background-color: var(--white);
  opacity: .5;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  border-radius: 100vw;
  width: 23.32%;
  height: .625rem;
  margin-bottom: .1875rem;
}

.mile_graphic-rectangle.v2 {
  width: 35.46%;
  display: none;
}

.mile_graphic-rectangle.v3 {
  width: 52.07%;
}

.mile_graphic-rectangle.v4 {
  width: 66.77%;
}

.mile_graphic-rectangle.v5 {
  opacity: .7;
  width: 84.02%;
}

.mile_graphic-rectangle.v1 {
  display: none;
}

.mile_graphic-wrapper {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .875rem 2.125rem .875rem .875rem;
  display: flex;
}

.graphic_left-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  line-height: 1.1;
  display: grid;
}

.graphic_right-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1;
  display: flex;
}

.graphic_image-wrapper {
  width: 5rem;
  height: 5rem;
  position: relative;
}

.graphic-image {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.graphic-icon {
  z-index: 2;
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.graphic_number-text {
  letter-spacing: -1.24px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.5rem;
  line-height: 1.05952;
}

.graphic_label-text {
  color: var(--grey);
  letter-spacing: -.15px;
  font-weight: 600;
}

.graphic_label-text.is-starting-at {
  margin-right: .25rem;
}

.increase_item {
  background-color: var(--black);
  background-image: url('../images/bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}

.increase-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2.5rem 2.5rem;
  display: flex;
}

.increase-lottie {
  object-fit: contain;
  width: 100%;
  height: 16.5rem;
}

.readbility_content {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 3.125rem 2.5rem 5.625rem;
  position: relative;
}

.reability_item {
  background-color: var(--black);
  border-radius: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.reability-lottie {
  width: 100%;
  height: 13.875rem;
}

.damaged_item {
  background-color: var(--white-smoke);
  border-radius: 2rem;
  overflow: hidden;
}

.button_story {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 100vw;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.button_story.is-inverted {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button_story.is-alternate {
  color: var(--black-2);
  background-color: #0000;
  text-decoration: none;
}

.button_story-icon-wrapper {
  color: #fff;
  background-color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button_story-icon-wrapper.is-blue {
  background-color: #276ef1;
}

.button_story-icon-wrapper.is-inverted {
  color: #000;
  background-color: #fff;
}

.story_plus-icon {
  object-fit: contain;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.damaged_content {
  height: 10.25rem;
  position: relative;
}

.coverage_item {
  background-color: var(--white-smoke);
  background-image: url('../images/m_coverate-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.story_map-icon {
  object-fit: contain;
  width: .5rem;
  height: .5rem;
}

.coverage_content {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.coverage_content.padding-botom-fix {
  padding-bottom: 0;
}

.local_content-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: flex;
}

.local_lottie-wrapper {
  max-width: 14.375rem;
}

.local-lottie {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.local_number-text {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.vetted_item {
  background-color: #0000;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.vetted_content {
  z-index: 1;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  padding: 8.125rem 3.5rem 10.625rem;
  display: flex;
  position: relative;
}

.vetted_text-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.vetted_pill-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(6.25rem);
  backdrop-filter: blur(6.25rem);
  color: #fff;
  letter-spacing: -.5px;
  background-color: #ffffff1a;
  border-radius: 100vw;
  align-items: center;
  padding: .6875rem 1.75rem .6875rem .75rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.vetted_pill-wrapper.is-alternate {
  opacity: .4;
  -webkit-backdrop-filter: blur(6.25rem);
  backdrop-filter: blur(6.25rem);
}

.vetted_check-wrapper {
  background-color: var(--lime);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.vetted_check-wrapper.is-alternate {
  background-image: linear-gradient(#fff, #848995);
}

.support_item {
  background-color: #65fed7;
  background-image: url('../images/m_support-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}

.support_content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.support_graphic-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #ffffffde;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
  padding-left: .875rem;
  display: grid;
}

.support_icon-wrapper {
  background-image: linear-gradient(40deg, #a6ffaf, #37ffc2);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
}

.support_icon-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5625rem;
  display: flex;
}

.support_text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  line-height: 1.2;
  display: flex;
}

.support_graphic-rectangle {
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #ffffffb3;
  border-radius: 100vw;
  width: 79.21%;
  height: .625rem;
  margin-top: .333333rem;
  margin-left: auto;
  margin-right: auto;
}

.support_graphic-rectangle.v2 {
  opacity: .5;
  width: 62.95%;
  margin-top: 4px;
}

.support_graphic-rectangle.v3 {
  opacity: .5;
  width: 46.54%;
  margin-top: 4px;
}

.support_graphic-rectangle.v1 {
  opacity: .7;
  margin-top: 4px;
}

.negotiated_item {
  background-color: var(--black-2);
  background-image: url('../images/m_nat-negotiated-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
}

.negotiated_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 6rem 2.5rem;
  display: flex;
}

.negotiated_pill-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(12.5rem);
  backdrop-filter: blur(12.5rem);
  background-color: #fff3;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  display: grid;
}

.negotiated_image-wrapper {
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
}

.negotiated-image {
  z-index: 1;
  object-fit: contain;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: relative;
}

.negotiated-icon {
  z-index: 2;
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: auto -.25rem -.25rem auto;
}

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

.negotiated_pill-label {
  color: #fff;
  letter-spacing: -1.67px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
}

.negotiated_pill-text {
  color: var(--white-smoke);
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}

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

.tracking_item {
  background-color: var(--dim-grey);
  background-image: url('../images/m_nat-tracking-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  display: flex;
}

.tracking-content {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tracking-lottie {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.insurance_item {
  background-image: linear-gradient(to top, #c0ffec, #e0ffe4);
  border-radius: 2rem;
}

.insurance_content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 6.25rem;
  display: flex;
}

.insurance_claims-wrapper {
  align-items: center;
  width: 100%;
  height: 6.25rem;
  display: flex;
  position: relative;
}

.claims_horizontal-line {
  z-index: 1;
  background-color: #000;
  border-radius: 100vw;
  width: 88%;
  height: 4px;
  position: absolute;
  inset: auto 0%;
}

.insurance_pill-wrapper {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: 2px solid #00000014;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: .625rem;
  padding: .25rem 4.25rem .75rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.insurance_text-wrapper {
  margin-right: auto;
  padding-top: .875rem;
  padding-left: 2.75rem;
}

.insurance_coverage-wrapper {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.coverage-text {
  color: #000;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.21053;
}

.coverage-icon {
  object-fit: contain;
  width: 2.75rem;
  height: 2.75rem;
}

.national_content-item {
  grid-column-gap: 1.3125rem;
  grid-row-gap: 1.3125rem;
  background-color: #fff;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.national_lottie-wrapper {
  max-width: 14.375rem;
}

.national-lottie {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.text-size-xlarge {
  letter-spacing: -.03125rem;
  font-size: 2.5rem;
  line-height: 1;
}

.text-size-xlarge.text-weight-semibold.is-frieght {
  color: #000;
  letter-spacing: -2.2px;
  font-size: 2rem;
  font-weight: 700;
}

.partnered_item {
  background-color: var(--black-2);
  background-image: url('../images/m_nat-partnere-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  max-height: 62rem;
}

.local_bar-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 54%;
  margin-left: 17.5%;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 3rem 0% auto;
}

.local_bar-layout.is-national {
  width: 37%;
  margin-left: 28%;
}

.local_bar-wrapper {
  background-color: var(--lavender);
  border-radius: 100vw;
  width: 2.5rem;
  height: .125rem;
  padding-right: 0;
}

.local_bar-fill {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-right: auto;
}

.partnered_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.875rem 3.5rem 7.3125rem;
  display: flex;
}

.partnered_pill-wrapper {
  border-radius: 100vw;
  width: 100%;
}

.partnered_logo-wrapper {
  align-items: center;
  height: 8.3rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 1.0625rem;
  display: flex;
}

.partnered_logo-wrapper.v1 {
  background-image: url('../images/Frame-9073.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
}

.partnered_logo-wrapper.v4 {
  background-image: url('../images/Frame-9072.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
}

.partnered_logo-wrapper.v3 {
  background-image: url('../images/Frame-9071.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
}

.partnered_logo-wrapper.v2 {
  background-image: url('../images/Frame-8832.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
}

.partnered_logo-image {
  object-fit: contain;
  flex: none;
  width: 5rem;
  height: 5rem;
}

.vetted_additional-content {
  z-index: 2;
  background-color: var(--white-smoke);
  border-radius: 2.5rem;
  flex-direction: column;
  max-height: 61rem;
  display: none;
  position: static;
  inset: 0%;
}

.vetted_heading-wrapper {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  display: grid;
}

.additonal_content-close-button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.vetted_close-icon {
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.vetted_add-content {
  text-align: center;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.vetted_add-item {
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
  display: flex;
}

.vetted_add-item.is-last {
  margin-bottom: 0;
}

.vetted_icon {
  width: 2rem;
  height: 2rem;
}

.vetted_item-heading {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.vetted_item-text {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.vetted_item-text.is-second {
  grid-row-gap: 1rem;
}

.vetted_documents-text {
  width: 100%;
  max-width: 26.625rem;
  position: relative;
  top: -.5rem;
}

.navbar {
  z-index: 200;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.is-signup {
  position: relative;
}

.nav_tablet-border-line {
  display: none;
}

.damaged_additional-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: none;
}

.damaged_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  letter-spacing: -.09px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.damaged_heading {
  letter-spacing: -.045px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
}

.damaged_add-content {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.damaged_add-text_1 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  display: flex;
  position: relative;
}

.damaged_add-text_2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
  position: relative;
}

.damaged_triangle-wrapper {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -2rem;
}

.damaged_triangle-wrapper.is-big {
  width: 2.125rem;
  height: 2.125rem;
}

.damaged_triangle-wrapper.margin_small {
  margin-top: .25rem;
}

.damaged_triangle-wrapper.margin_medium {
  margin-top: .625rem;
}

.damaged_triangle-wrapper.is-black {
  margin-top: .2rem;
  left: 0;
}

.damaged_triangle-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: flex;
}

.damaged_percentage-text {
  letter-spacing: -1.64px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.damaged_percentage-text.text-color-dim_grey {
  margin-left: -6px;
}

.damaged_text {
  letter-spacing: -.5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.damaged_text-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3.375rem .875rem auto;
}

.damaged_text-display {
  letter-spacing: -1.12px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: .7;
}

.damaged_text-display.bottom-padding {
  letter-spacing: 3px;
}

.damaged_text-large {
  letter-spacing: -3.67px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
}

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

.cta_product-content {
  grid-column-gap: 16px;
  grid-row-gap: 2.5rem;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 7.875rem;
  padding-right: 7.875rem;
  display: grid;
}

.business_tab-wrapper {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 3.5rem;
  position: relative;
}

.vetted_main-content {
  background-color: var(--black-2);
  background-image: url('../images/m_vetter-bg-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
}

.reliability_text {
  letter-spacing: -1.67px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
}

.reliability_count-up {
  letter-spacing: -.045em;
  text-shadow: 0 1px 8.25rem #1323;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(158deg, #7ff58b, #60f0c4);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: .8;
}

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

.increase_lottie-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

.story_heading-style-h2 {
  letter-spacing: -.045em;
  font-size: 1.5rem;
  line-height: 1.125;
}

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

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

.increase_pill-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--dim-grey);
  -webkit-backdrop-filter: blur(2.125rem);
  backdrop-filter: blur(2.125rem);
  background-color: #ffffff14;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  padding: .75rem 2.5rem .75rem .75rem;
  display: grid;
}

.increase_pill-image-wrapper {
  position: relative;
}

.increase_pill-img {
  object-fit: contain;
  width: 3.125rem;
  height: 3.125rem;
}

.increase_pill-icon {
  z-index: 1;
  object-fit: contain;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.increase_pill-text {
  line-height: 1.2;
}

.increase_pill-text-top {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.increase_pill-text-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-color-increase_gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #14f2ff, #a5ffae);
  -webkit-background-clip: text;
  background-clip: text;
}

.increase_text-small {
  font-size: .75rem;
}

.increase_text-tiny {
  font-size: .625rem;
}

.damaged_main-content {
  background-color: var(--white-smoke);
  flex-direction: column;
  height: 100%;
  display: block;
}

.damaged_gradient-wrapper {
  background-image: url('../images/damage_gradient.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.damaged_gradient-wrapper.is-gray {
  background-image: url('../images/m_damaged-gradient-gray.svg');
  background-position: 0 100%;
  background-size: contain;
}

.damaged_gradient-wrapper.is-gray.pointer-events-off {
  background-image: url('../images/damaged_grey-gradient.svg');
  background-size: cover;
}

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

.coverage_text-large {
  font-size: 1.5rem;
  line-height: 1.2;
}

.support_text-medium {
  font-size: .875rem;
}

.support_text-heading {
  letter-spacing: -.5px;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.splide_mirror-arrow {
  background-color: var(--dim-grey);
  width: 2rem;
  height: 10rem;
}

.takeovers_component {
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 5.5rem;
  display: flex;
}

.max-width-takeovers {
  border: 1px solid #00a857;
  border-radius: 1rem;
  width: 100%;
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
}

.form-wrapper {
  border: 1px solid var(--medium-sea-green);
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 2rem;
}

.impact_tag-wrapper {
  align-items: flex-start;
  margin-bottom: .75rem;
  display: none;
}

.heading-product-cta {
  letter-spacing: -.05rem;
  font-size: 2.5rem;
  line-height: 1.1;
}

.heading-product-cta.mobile._23 {
  font-size: 1.4rem;
}

.fs-style-guide_misc {
  background-color: #fff6e6;
  border: 1px dashed #000;
  padding: 2rem;
  display: none;
}

.text-berthold-100px {
  letter-spacing: -.28125rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}

.text-berthold-24px {
  letter-spacing: -.0675rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}

.text-berthold-31px {
  letter-spacing: -.0855rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.16129;
}

.text-berthold-31px.text-align-center.api-page, .text-berthold-31px.text-align-center.api-page-dark {
  color: #fff;
}

.text-berthold-36px {
  letter-spacing: -.10125rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-berthold-36px.is-hero-heading {
  text-align: center;
  font-weight: 500;
}

.text-berthold-36px.is-hero-heading.is-ltl {
  display: none;
}

.text-berthold-60px {
  letter-spacing: -.16875rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.33333;
}

.damaged_upper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
}

.damaged_lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: grid;
  position: relative;
}

.letter-spacing-60px {
  letter-spacing: -.25em;
}

.damaged_lower-inner {
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.damaged_upper-inner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: -3rem;
  display: flex;
}

.swiper {
  overflow: hidden;
}

.swiper.is-tms-features {
  display: none;
}

.swiper-wrapper {
  align-items: center;
  height: 32rem;
  display: flex;
}

.swiper-slide {
  width: 25%;
}

.slider-main_component {
  margin-top: 2rem;
  position: relative;
}

.slider-arrows-wrapper {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper-arrow {
  cursor: pointer;
}

.slider-gradients-wrapper {
  z-index: 3;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, #fff 5%, #fff0);
  width: 25%;
  height: 110%;
  position: absolute;
  inset: -5% 0% 0% auto;
}

.slider-gradient.is-other-side {
  background-image: linear-gradient(to right, #fff 5%, #fff0);
  inset: 0% auto 0% 0%;
}

.coverage_bg {
  max-width: none;
  height: 37rem;
  position: absolute;
  inset: 0%;
}

.text-color-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7ff58b, #60f0c4);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer_copyright-divider {
  display: none;
}

.body {
  overflow: visible;
}

.map_area-wrapper {
  z-index: 1;
  background-color: var(--alice-blue-2);
  width: 100%;
  height: 25.125rem;
  position: absolute;
  inset: 0% 0% auto;
}

.map-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 27rem;
  display: flex;
  position: relative;
}

.map_quoter-wrapper {
  z-index: 3;
  width: 100%;
  max-width: 68.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  top: 0;
}

.map-quoter {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--sea-green);
  background-color: var(--white);
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr minmax(auto, 11rem) minmax(auto, 11rem);
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding: .5rem;
  display: grid;
}

.map-quoter.is-signup {
  max-width: 64.5rem;
  display: flex;
}

.map-track {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  color: #008542;
  text-align: center;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.33333;
  text-decoration: none;
  display: grid;
}

.map_quoter-text {
  letter-spacing: -.045em;
  padding-left: 1rem;
  padding-right: .5rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-weight: 500;
  line-height: 1.125;
}

.map_quoter-pill1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: .625rem .75rem;
  display: grid;
}

.map_quoter-pill1.is-left-round {
  border-radius: 8rem;
}

.map_quoter-pil1-fill1 {
  background-color: #d8d8d8;
  border-radius: .75rem;
  width: 100%;
  height: .75rem;
}

.map_quoter-pil1-fill2 {
  background-color: #d8d8d8;
  border-radius: .75rem;
  width: 50%;
  height: .75rem;
}

.map_quoter-pill2 {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  padding: 1rem .75rem;
  display: flex;
}

.map_quoter-pil2-fill1 {
  background-color: #eee;
  border-radius: .75rem;
  width: 100%;
  height: 1rem;
}

.map_quoter-pill3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem .75rem;
  display: grid;
}

.map_quoter-pil3-fill1 {
  background-color: #d8d8d8;
  border-radius: .75rem;
  width: 40%;
  height: .75rem;
}

.map_quoter-pill4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem .75rem;
  display: grid;
}

.map_quoter-pill4.is-round-right {
  border-radius: 8rem;
}

.map_quoter-pil4-fill1 {
  background-color: #d8d8d8;
  border-radius: .75rem;
  width: 60%;
  height: .75rem;
}

.map_quoter-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(98deg, var(--medium-sea-green), var(--sea-green));
  border-radius: 100vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding: 1rem 1.25rem;
  display: flex;
}

.map_quoter-button-fill {
  background-color: #eee;
  border-radius: .75rem;
  width: 100%;
  height: .75rem;
}

.map_tablet-text {
  display: none;
}

.map_mobile-text-fill {
  background-color: #eee;
  border-radius: .75rem;
  width: 40%;
  height: 1rem;
}

.map_tracker-icon {
  width: .625rem;
  height: .625rem;
  display: flex;
}

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

.map_quoter-pill1-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map_tablet-text-copy, .map_mobile-text {
  display: none;
}

.react_comp {
  min-height: 100vh;
}

.signup-quote_header {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.signup-quote_header.is-bottom {
  padding-top: 0;
}

.section_header {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100vw;
  height: 6rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.section_header.is-coverage-map {
  z-index: 10;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 0;
}

.quote-details-skeleton {
  flex: 1;
  justify-content: center;
  padding-top: .5rem;
  display: flex;
}

.section_form-body {
  z-index: 1;
  background-color: var(--white);
  flex: 1;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.header-logo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  display: flex;
}

.div-block-2 {
  align-self: center;
}

.signup_header-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.header {
  border-bottom: 1px solid #e2e2e2;
  height: 10rem;
}

.section_coverage-map {
  background-image: linear-gradient(to top, var(--lavender-2), white 29%);
  flex: 1;
  min-height: 40rem;
}

.section_coverage-map.is-coverage {
  z-index: 9;
  height: 100%;
  position: relative;
}

.field-label {
  letter-spacing: -.0875rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
}

.coverage-map_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 46.25rem;
  display: flex;
}

.coverage-map-header-warpper {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.coverage-map_selector-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.coverage-map_select0r-wrapper-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.coverage-map_selector-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.coverage-map_map-warpper {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  display: flex;
}

.coverage-map_map-header {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.coverage-map_dropdown-svg {
  width: 16.2941rem;
}

.coverage-map_search-svg {
  width: 10.25rem;
}

.coverage-map_pills-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ccovergae-map_header-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.how_tab-link-local {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dim-grey);
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  display: grid;
}

.how_tab-link-local.w--current {
  border-color: var(--grey);
  color: var(--black-2);
  background-color: #fff;
  box-shadow: 0 2px .75rem #00000014;
}

.how_tab-link-local.is-active {
  border-color: var(--light-grey);
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px .75rem #00000014;
}

.section_track-shipment-button {
  z-index: 9;
  margin-top: 1.5rem;
  position: relative;
}

.no-size-div {
  width: 0;
  height: 0;
}

.carrier-hero_section {
  width: 100%;
  height: 100vh;
  padding: 32px;
}

.carrier-hero_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 1196px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_navbar {
  width: 100%;
  padding: 24px 40px;
}

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

.hero_nav-menu-wrapper {
  grid-column-gap: 48px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero_nav-menu-button {
  grid-column-gap: 8px;
  color: #fff;
  cursor: pointer;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.hero_nav-menu-button-icon {
  width: 20px;
}

.hero_nav-menu-button-text {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 500;
}

.hero_nav-track-wrapper {
  margin-bottom: 0;
}

.hero_nav-track {
  align-items: center;
  display: flex;
}

.hero_nav-track-field {
  background-image: url('../images/search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-bottom: 0;
  padding-left: 35px;
}

.hero_nav-track-button {
  background-color: var(--sea-green);
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.hero_nav-track-button:hover {
  background-color: var(--medium-sea-green);
}

.carrier-hero_heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4.375em;
  font-weight: 500;
}

.carrier-hero_subheading {
  color: #fff;
  margin-bottom: 48px;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: 1.25em;
}

.hero_persk-wrapper {
  grid-column-gap: 44px;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.hero_perk {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.hero_perk-icon {
  width: 24px;
  height: 24px;
}

.hero_perk-text {
  color: #fff;
  letter-spacing: .4px;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

.hero_buttons-wrapper {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.hero_button-image {
  height: 60px;
}

.features_section {
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 4.5rem;
  display: flex;
}

.ms-container-medium {
  width: 100%;
  max-width: 1032px;
}

.features_wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature_wrapper {
  align-items: center;
  display: flex;
}

.feature_grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.feature_grid-image {
  border-radius: 32px;
}

.feature_grid-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.5rem;
  display: flex;
}

.feature_grid-column.right {
  align-items: flex-end;
}

.feature_grid-heading {
  color: #161616;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.5em;
  font-weight: 500;
}

.feature_grid-description {
  color: var(--black-4);
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: 1.1875em;
}

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

.feature_grid-subheding {
  color: var(--black-4);
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

.pertners_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 4.5rem 2rem 5rem;
  display: flex;
}

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

.partners_grid-wrapper {
  width: 100%;
}

.partners_grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.partners_grid-card {
  background-color: #f2f6ff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.partners_grid-card-icon {
  width: 32px;
  margin-bottom: 16px;
}

.partners_grid-card-client-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.partners_grid-card-testimonial {
  color: #161616;
  width: 100%;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: 1.1875em;
  line-height: 1.3;
}

.partners_grid-card-client {
  color: #161616;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
  font-weight: 700;
}

.partners_grid-card-testimonial-wrapper {
  margin-bottom: 55px;
}

.section_heading {
  color: #161616;
  text-align: center;
  font-size: 31px;
  line-height: 35px;
}

.section_heading.roles {
  text-align: center;
  letter-spacing: -1.4px;
  width: 100%;
  max-width: 700px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 35px;
}

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

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

.process_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 32px 36px;
  display: flex;
}

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

.process_steps-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
  display: flex;
}

.carrier-hero_content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.carrier-hero_image {
  background-image: url('../images/become-a-carrier-hero.jpg');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.process_step-dot {
  background-color: #161616;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}

.process_step-heading {
  color: #161616;
  margin-bottom: 8px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
}

.process_step-description {
  color: #161616;
  text-align: center;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

.process_step-description-link {
  color: var(--sea-green);
  font-weight: 700;
  text-decoration: none;
}

.process_step-description-link:hover {
  text-decoration: underline;
}

.process_step-progress-bar-wrapper {
  background-color: #c3d3f133;
  width: 2px;
  height: 38px;
  margin-bottom: 16px;
}

.process_step-progress-bar {
  background-color: #c3d3f1;
  width: 100%;
  height: 100%;
}

.nav {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 -2px 60px #16161633;
}

.ms-container-large {
  width: 100%;
  max-width: 100%;
}

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

.nav_menu-button {
  grid-column-gap: 8px;
  color: #161616;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.nav_menu-button-text {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 500;
}

.nav-menu-button-icon {
  width: 20px;
}

.requirements_section {
  padding: 36px 32px 96px;
}

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

.requirements_grid {
  grid-column-gap: 95px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  width: 100%;
}

.requirements_grid-image {
  background-image: url('../images/requirements.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.cta_section {
  background-image: url('../images/cta-background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.cta_perks-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.cta_perk {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.cta_perk-icon {
  width: 24px;
  height: 24px;
}

.cta_perk-text {
  color: #fff;
  letter-spacing: .4px;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

.cta_buttons-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.cta_button-image {
  height: 60px;
}

.cta_heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1.6px;
  width: 100%;
  max-width: 536px;
  margin-bottom: 24px;
  font-size: 2.5em;
}

.ms-footer {
  background-color: #000;
  padding-left: 32px;
  padding-right: 32px;
}

.ms-footer_top {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

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

.ms-footer_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr 1fr 1fr 1fr .75fr;
  width: 100%;
}

.ms-footer_grid-column {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ms-footer_heading {
  color: #707275;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
}

.ms-footer_heading.hidden {
  color: #0000;
}

.ms-footer_link {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .875em;
  text-decoration: none;
}

.ms-footer_link:hover {
  border-bottom: 2px solid #fff;
}

.ms-footer_link-text {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
}

.ms-footer_link-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.link-badge {
  background-image: linear-gradient(to right, var(--medium-sea-green), #99ffd9 50%, #00a857);
  padding: 1.5px 4px;
}

.link-badge-text {
  color: #000;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .625em;
}

.ms-footer_button-image {
  height: 40px;
}

.ms-footer_button-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ms-footer_bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ms-footer_leagal-wrapper {
  border-top: 1px solid #ffffff1a;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.ms_footer_social-link-icon {
  width: 20px;
}

.ms-footer_legal-text-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.ms-footer_legal-text {
  color: #707275;
  letter-spacing: .2px;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .75em;
}

.ms-footer_leagal-link {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-family: Sf Pro Text, sans-serif;
  font-size: .75em;
  text-decoration: none;
}

.ms-footer_leagal-link:hover {
  border-bottom: 2px solid #fff;
}

.ms-footer_leagal-link-text {
  letter-spacing: .23px;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
}

.nav-top {
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.nav_mega-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 72px;
  display: none;
}

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

.nav_mega-menu-grid {
  grid-column-gap: 112px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
  width: 100%;
}

.nav_mega-menu-grid-column {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  width: 100px;
}

.nav_mega-menu-heading-wrapper {
  border-bottom: 1px solid #595a5c33;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 1px;
}

.nav_mega-menu-heading {
  color: #595a5c;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

.nav_mega-menu-links-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav_mega-menu-link {
  grid-row-gap: 4px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.nav_mega-menu-link:hover, .nav_mega-menu-link.w--current {
  color: var(--medium-sea-green);
}

.nav_mega-menu-link-heading {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .75em;
  font-weight: 700;
}

.paragraph-2, .nav_mega-menu-link-description {
  font-size: .6875em;
}

.nav_mega-menu-link-heading-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ms-container-small {
  width: 100%;
  max-width: 1312px;
}

.nav_mega-menu-links-grid {
  grid-column-gap: 64px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.nav_menu-button-icon {
  width: 20px;
  height: 20px;
}

.hero_subheading-copy {
  color: #fff;
  margin-bottom: 48px;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: 1.25em;
}

.cta_subheading {
  color: #fff;
  margin-bottom: 16px;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: .9375em;
}

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

.heading {
  color: #161616;
  font-size: 2.5em;
}

.nav-mobile {
  background-color: #000;
  border-bottom: 1px solid #191919;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: sticky;
  top: 0;
}

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

.mav-moible_menu-button {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 700;
}

.equal_section {
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px;
  display: flex;
}

.equal_wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-sf-22px {
  color: var(--grey);
  text-align: left;
  letter-spacing: -.031rem;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1.375rem;
}

.text-sf-22px.text-align-center {
  text-align: center;
}

.text-sf-22px.text-color-black {
  color: var(--black);
}

.section_work {
  justify-content: center;
  align-items: center;
  padding: 3.25rem 2rem;
  display: flex;
}

.section_work.equal_opportunity {
  background-color: #f3f3f3;
}

.work_content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-4 {
  color: #595a5c;
  text-align: center;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1875rem;
}

.work_blog-wrapper {
  width: 100%;
  max-width: 800px;
}

.work_blog-list-wrapper {
  width: 100%;
}

.work_blog-list {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work_blog-item {
  background-color: #f6f6f6;
  border-radius: 12px;
  width: 100%;
}

.work_blog-link {
  grid-column-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
}

.work_blog-icon {
  width: 24px;
}

.work_blog-date-wrapper {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.work_blog-date {
  color: var(--grey);
  flex: none;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.work_blog-title {
  color: #000;
  letter-spacing: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-6 {
  color: #595a5c;
  text-align: center;
  margin-bottom: 16px;
  font-size: .9375em;
}

.section_heading-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.section_benefits {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.25rem 2rem;
  display: flex;
}

.benefits_content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits_grid-wrapper {
  width: 100%;
}

.benefits_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits_card {
  background-color: var(--dce8fd);
  text-align: left;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.benefits_card.api-page {
  background-color: #f6f9ff;
  margin-top: 0;
}

.benefits_card.claims-payment-success {
  align-items: center;
  margin-top: 20px;
}

.benefits_card-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

.benefits_card-heading {
  color: var(--black);
  font-family: Sf Pro Text, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}

.benefits_card-description {
  color: var(--grey);
  font-family: Sf Pro Text, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.section_hero {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 6.5rem 2rem 3.25rem;
  display: flex;
}

.hero_image {
  background-image: url('../images/careers-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_image.newsroom {
  background-image: url('../images/newsroom-hero.jpg');
}

.hero_image.newsroom-post {
  background-image: url('../images/careers-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_interview {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.25rem 2rem;
  display: flex;
}

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

.interview_steps-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.interview_step {
  grid-row-gap: 8px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.interview_step-heading-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  transition: all .2s ease-in-out;
  display: flex;
}

.interview_step-heading-wrapper:hover {
  box-shadow: 0 0 0 3px var(--lavender);
  border-color: #000;
}

.interview_step-arrow {
  width: 12px;
}

.interview_step-heading {
  color: var(--black-2);
  letter-spacing: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

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

.interview_step-content {
  background-color: var(--white-smoke);
  color: #000;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 16px 20px;
  font-family: Sf Pro Text, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.interview_step-content-link {
  color: var(--medium-sea-green);
  font-weight: 700;
  text-decoration: none;
}

.interview_step-content-link:hover {
  text-decoration: underline;
}

.section_roles {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.25rem 2rem 1rem;
  display: flex;
}

.roles_content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.roles_list-wrapper {
  width: 100%;
  max-width: 700px;
}

.careers-hero_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 662px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content {
  grid-row-gap: 96px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1335px;
  padding-top: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.hero_content.newsroom {
  grid-row-gap: 32px;
  padding-bottom: 64px;
}

.primary-button {
  background-color: var(--medium-sea-green);
  color: #fff;
  padding: 16px 24px;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .9375em;
  font-weight: 700;
  transition: background-color .2s ease-in-out;
}

.primary-button:hover {
  background-color: var(--sea-green);
}

.hero_content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero_subheading {
  color: #595a5c;
  text-align: center;
  letter-spacing: .01em;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
}

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

.feature_grid-image-mobile {
  display: none;
}

.basic-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper.basic-slider-list {
  align-items: stretch;
  width: 100%;
  height: auto;
}

.swiper-wrapper.basic-slider-list.gallery_list {
  height: 100%;
}

.swiper-wrapper.basic-swiperr-item.gallery_caption-list {
  height: auto;
}

.swiper-slide.basic-swiperr-item {
  flex: none;
  width: 100%;
  height: 26.563rem;
  display: flex;
}

.swiper-slide.basic-swiperr-item.gallery_photo {
  height: 100%;
  display: block;
}

.swiper-slide.basic-swiperr-item.gallery_caption-item {
  justify-content: center;
  align-items: center;
  height: auto;
}

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

.requirements_heading {
  color: #161616;
  margin-bottom: 12px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

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

.requirements_list {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 32px;
  display: flex;
}

.requirements_list-item {
  color: var(--grey);
  margin-bottom: 0;
}

.requirements_list-item-text {
  color: #595a5c;
}

.paragraph-8 {
  color: #595a5c;
  margin-bottom: 12px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1875rem;
}

.nav_menu-button-wrapper {
  grid-column-gap: 64px;
  align-items: center;
  display: flex;
}

.nav_menu-started-button {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 14px 44px;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .9375em;
  font-weight: 700;
  transition: all .2s ease-in-out;
  display: flex;
}

.nav_menu-started-button:hover {
  background-color: var(--sea-green);
}

.nav_menu-buttons {
  grid-column-gap: 64px;
  align-items: center;
  display: flex;
}

.nav_menu-sign-up-button {
  color: #161616;
  border-bottom: 2px solid #0000;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 500;
  text-decoration: none;
}

.nav_menu-sign-up-button:hover {
  border-bottom: 2px solid #161616;
}

.div-block-12 {
  grid-column-gap: 64px;
  align-items: center;
  display: flex;
}

.hero_nav-sign-up-button {
  color: #fff;
  border-bottom: 2px solid #0000;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .875em;
  font-weight: 500;
  text-decoration: none;
}

.hero_nav-sign-up-button:hover {
  border-bottom: 2px solid #fff;
}

.roles_postion-list-wrapper {
  width: 100%;
}

.roles_postion-list {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.roles_postion-item {
  width: 100%;
}

.role_position-heading-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 12px;
  transition: all .2s ease-in-out;
  display: flex;
}

.role_position-heading-wrapper:hover {
  box-shadow: 0 0 0 3px var(--lavender);
  border-color: #000;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  display: flex;
}

.roles_openings-list-item {
  background-color: var(--white-smoke);
  border-radius: 12px;
  width: 100%;
}

.link-block {
  text-decoration: none;
}

.link-block-2 {
  border-bottom: 2px solid #000;
}

.link-block-3, .link-block-4, .link-block-5 {
  border-bottom: 1px solid #000;
}

.link-block-6 {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  display: flex;
}

.paragraph-9 {
  color: var(--sea-green);
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .9375em;
  font-weight: 700;
}

.paragraph-10 {
  color: #3f4f77;
  flex: none;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .75em;
  font-weight: 400;
}

.roles_position-dropdown {
  cursor: pointer;
}

.role_position-heading {
  color: #000;
  letter-spacing: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 18px;
}

.role_position-openings-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.role_position-arrow {
  width: 12px;
}

.role_position-openings {
  color: #3f4f77;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .75rem;
}

.roles_openings-list-wrapper {
  overflow: hidden;
}

.roles_openings-list {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 0;
  display: flex;
}

.hero_content-mobile {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: none;
  position: absolute;
}

.hero_subheading-mobile {
  color: #fff;
  margin-bottom: 24px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1875em;
}

.hero_heading-mobile {
  color: #fff;
  margin-bottom: 24px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
}

.hero_paragraph-mobile {
  color: #fff;
  margin-bottom: 40px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1875rem;
}

.hero_nav-menu-button-icons {
  width: 20px;
  height: 20px;
}

.hero_nav-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
}

.hero_nav-mega-menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 72px;
  display: none;
}

.inquiries_section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
  display: flex;
}

.inquiries_wrapper {
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.link-block-7 {
  color: var(--sea-green);
  border-bottom: 2px solid #0000;
  flex-direction: column;
  align-items: center;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-block-7:hover {
  border-bottom-color: var(--sea-green);
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  color: #161616;
  font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
  font-size: 1.1875em;
}

.blog-trio_section {
  padding: 24px 32px 88px;
}

.inquiries_divider {
  background-color: #c3d3f1;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  position: absolute;
  top: 0;
}

.blog_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-trio_item-card-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-trio_collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_item-thumbnail-2 {
  background-image: url('../images/Payout.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}

.blog_item-thumbnail-2.duo {
  border-radius: 32px;
  margin-bottom: 8px;
  padding-bottom: 100%;
}

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

.blog_item-category {
  color: #8394bd;
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
  font-size: .9375em;
  font-weight: 700;
}

.blog_item-title {
  color: #000;
  letter-spacing: -.5px;
  font-family: Sf Pro Text, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}

.blog_item-author_name {
  color: var(--grey);
  font-family: Sf Pro Text, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
}

.blog_item-summary {
  color: #161616;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1875em;
  overflow: hidden;
}

.blog_item-summary.truncate {
  font-family: Berthold Akzidenz Grotesk Be, sans-serif;
}

.section_blog {
  justify-content: center;
  align-items: center;
  padding: 2rem 2rem 1.563rem;
  display: flex;
}

.blog-duo_wrapper {
  width: 100%;
}

.blog-containter-2 {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.latest-blog_section {
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.latest-blog_wrapper {
  width: 100%;
}

.link-block-8 {
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-8:hover {
  background-color: var(--ghost-white);
}

.grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.div-block-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 540px;
}

.div-block-19 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.newsroom_section {
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem 1rem;
  display: flex;
}

.ms-container-xsmall {
  width: 100%;
  max-width: 700px;
}

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

.newsroom_article {
  color: var(--black);
  width: 100%;
  font-style: normal;
  font-weight: 400;
}

.counter {
  color: #fff;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.hero_image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 662px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_image-cover {
  background-image: linear-gradient(to top, #000c, #16161680);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_image-cover.newsroom {
  background-image: url('../images/newsroom-hero.jpg');
}

.hero_image-cover.newsroom-post {
  background-image: url('../images/careers-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-link {
  color: var(--black-2);
  text-decoration: none;
}

.tms-modal_component {
  z-index: 200000;
  background-color: #fff;
  flex-direction: column;
  width: 100svw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.tms-modal_nav {
  justify-content: space-between;
  align-items: center;
  height: 3rem;
  display: flex;
}

.tms-modal_nav.is-signup {
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tms_header-wrapper {
  z-index: 200000;
  width: 100%;
  position: relative;
}

.tms_header-wrapper.is-signup {
  position: relative;
}

.tms-modal_nav-wrapper {
  z-index: 2147483647;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.tms-modal_nav-wrapper.is-signup {
  border-bottom-style: none;
  min-height: auto;
}

.tms_close-btn {
  cursor: pointer;
  width: 2.5rem;
  padding-top: .25rem;
}

.tms-modal_body-wrapper {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 6rem;
  display: flex;
}

.tms-modal_body-wrapper.is-signup {
  border-bottom-style: none;
  min-height: auto;
}

.tms-modal_content-row {
  border-bottom: 1px solid var(--gainsboro);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tms-modal_icon-item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.tms-modal_icon {
  height: 2rem;
}

.tms-modal_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.tms-modal_list-icon {
  width: .75rem;
  height: 1.125rem;
}

.tms-modal_tag {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 200rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .625rem;
  line-height: 1.28571;
  display: inline-block;
}

.tms-modal_tag.text-color-grey.is-inline {
  flex: none;
}

.tms-modal_tag.is-coming-soon {
  background-color: var(--royal-blue);
}

.paragraph-15 {
  color: #000;
  letter-spacing: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  color: var(--grey);
  flex: none;
  font-family: Sf Pro Text, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.benefits_card-icon-wrapper {
  background-color: #e2e2e2;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  display: flex;
}

.benefits_card-icon-wrapper.api-page {
  background-color: var(--alice-blue);
}

.section_gallery {
  justify-content: center;
  align-items: center;
  padding: 3.25rem 2rem;
  display: flex;
}

.gallery_content {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery_images-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.gallery_image {
  background-image: url('../images/carrier-imahe-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 25.313rem;
}

.gallery_image._2 {
  background-image: url('../images/gallery-image-2.png');
}

.gallery_image._3 {
  background-image: url('../images/gallery-image-3.png');
  flex: 1;
}

.gallery_image.carrers_page {
  background-image: url('../images/Mothership-8.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image {
  width: 10px;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 52px;
  display: flex;
}

.contaier-xsmall {
  width: 100%;
  max-width: 700px;
}

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

.hero_wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog_item-thumbnail-wrapper {
  border-radius: 32px;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.div-block-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 600px;
}

.feature_icon-wrapper {
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.feature_icon-wrapper.is-lime {
  background-color: #dbf0e3;
}

.feature_icon-wrapper.is-blue {
  background-color: #dce8fd;
}

.feature_icon-wrapper.is-white {
  background-color: #fff;
}

.feature_icon {
  width: 20px;
}

.div-block-21 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.carrier_grid-wrapper {
  width: 100%;
  margin-bottom: 24px;
}

.carrier_grid {
  grid-column-gap: 22px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.carrier_grid-card {
  background-color: var(--white-smoke);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.carrier_grid-card.is-blue {
  background-color: #f6f9ff;
}

.carrier_grid-card.is-green {
  background-color: #dbf0e3;
}

.carrier_grid-card-icon {
  border-radius: 18px;
  width: 6rem;
  margin-bottom: 1.5rem;
}

.carrier_download-app {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.carrier_download-app-button {
  height: 40px;
}

.carrier_download-app-button-icon {
  width: 100%;
}

.carrier-gallery_image {
  background-image: url('../images/carrier-imahe-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 405px;
}

.carrier-gallery_image._2 {
  background-image: url('../images/carrier-image-2.png');
}

.carrier-gallery_image._3 {
  background-image: url('../images/carrier-image-3.png');
  flex: 1;
}

.text-size-16 {
  letter-spacing: -.25px;
  font-size: 1rem;
  line-height: 1.25;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.text-spacing-0-25 {
  letter-spacing: -.25px;
}

.reability_bg-image-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.text-spacing-0 {
  letter-spacing: 0;
}

.takeovers_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.takeovers_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.takeovers_icon {
  border-radius: .5rem;
}

.takeovers_icon.bg_color-v1 {
  background-color: var(--honeydew);
}

.takeovers_icon.bg_color-v2 {
  background-color: var(--lavender);
}

.takeovers_icon.bg_color-v3 {
  background-color: var(--lavender-2);
}

.takeovers_icon.bg_color-v4 {
  background-color: var(--gainsboro);
}

.values_icon-embed-copy {
  width: 100%;
  height: 100%;
  display: flex;
}

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

.takeovers_layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #00a857;
  border-radius: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 14px #00000024;
}

.takeovers_terms-text {
  color: var(--dim-grey);
  font-size: .625rem;
  line-height: 1.25;
}

.takeovers_terms-text.is-how-it-works {
  color: var(--grey);
}

.cta_buttons-wrap {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cta_button-icon {
  height: 40px;
}

.splide__arrows-wrapper {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.splide__arrows-wrapper.is-impact {
  display: none;
}

.is-round-arrows {
  width: 3rem;
  height: 3rem;
}

.text-color-black0 {
  color: #000;
}

.frieght-lanes_wrapper {
  padding-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.frieght-lanes_wrapper.padding-botom-fix {
  padding-bottom: 0;
}

.fireight-lanes_lottie {
  object-fit: contain;
  width: 100%;
  height: 10rem;
  max-height: 10rem;
  margin-bottom: -2rem;
}

.home-header-gradeint {
  z-index: 2;
  background-image: linear-gradient(#fff 15%, #fff0);
  height: 12.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.section-mao-wrapper {
  position: relative;
}

.how_fake-white-bg-wrapper {
  z-index: 9;
  height: 0;
  position: sticky;
  top: 3.8rem;
}

.get-a-quote_text {
  color: #fff;
  white-space: nowrap;
  font-size: .875rem;
}

.map-outer-wrapper {
  flex: 1;
}

.how_fake-white-bg {
  background-color: #fff;
  height: 6rem;
  display: none;
  position: relative;
  top: -.5rem;
}

.tab-pane-local-freight {
  position: static;
}

.covered-local-max-width {
  max-width: 25rem;
}

.insurance-text-small.text-sf-24px {
  color: var(--royal-blue);
  font-weight: 500;
}

.div-block-22 {
  background-color: var(--white-smoke);
  border: 0 solid #000;
  border-radius: 1.25rem;
  height: 2.5rem;
  margin-top: 1rem;
}

.is-ltl {
  display: none;
}

.text-color-green {
  color: var(--medium-sea-green);
}

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

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

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

.gallery_image_two {
  background-image: url('../images/carrier-image-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 25.313rem;
}

.gallery_image_two._2 {
  background-image: url('../images/gallery-image-2.png');
}

.gallery_image_two._3 {
  background-image: url('../images/gallery-image-3.png');
  flex: 1;
}

.gallery_image_two.careers_page {
  background-image: url('../images/Mothership-26--crop.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery_image-three {
  background-image: url('../images/carrier-image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.gallery_image-three._2 {
  background-image: url('../images/gallery-image-2.png');
}

.gallery_image-three._3 {
  background-image: url('../images/gallery-image-3.png');
  flex: 1;
}

.gallery_image-three.careers_page {
  object-fit: cover;
  background-image: url('../images/team1.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery_image-three.careers_page.is-mobile {
  background-image: url('../images/team1.jpg');
  background-position: 49%;
  background-size: cover;
}

.div-block-23 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  order: 1;
  display: flex;
}

.text-block-2 {
  color: var(--ghost-white);
  -webkit-text-stroke-color: transparent;
}

.features_section_2 {
  justify-content: center;
  align-items: center;
  padding: 4rem 2rem 4.5rem;
  display: flex;
}

.text-span {
  color: var(--grey);
  -webkit-text-stroke-color: var(--grey);
}

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

.navbar-dark {
  z-index: 10;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-dark.is-signup {
  position: relative;
}

.benefits_card_dark {
  background-color: var(--black-3);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

.gallery_image_two-copy {
  background-image: url('../images/APIPageHeader.png');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 2rem;
  width: 200%;
  height: 37.5rem;
}

.gallery_image_two-copy._2 {
  background-image: url('../images/gallery-image-2.png');
}

.gallery_image_two-copy._3 {
  background-image: url('../images/gallery-image-3.png');
  flex: 1;
}

.text-block {
  font-style: normal;
  text-decoration: none;
}

.api-page {
  color: #fff;
}

.text-color-black-2 {
  color: #1c1c1c;
}

.how_tab-menu-2 {
  z-index: 11;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #f6f6f6;
  border: 1px solid #cbcbcb;
  border-radius: 2rem;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: .3rem;
}

.navigation_component-2 {
  background-color: #ddd0;
  background-image: linear-gradient(#fff 11%, #fff0);
  border-bottom-width: 1px;
  border-bottom-color: #e2e2e2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: static;
}

.how-it-wroks-nav_sticky-component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.how-it-wroks-nav_sticky-component-2.hide {
  display: none;
}

.how_tab-pane-2 {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.how_tab-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #545454;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem 2rem .5rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  display: grid;
}

.how_tab-link-2.w--current {
  color: #000;
  background-color: #fff;
  border-color: #757575;
  box-shadow: 0 2px .75rem #00000014;
}

.nav_tablet-border-line-2 {
  display: none;
}

.link {
  color: #000;
  text-decoration: none;
}

.navigation_component-simple {
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  background-color: #ddd0;
  background-image: linear-gradient(#fff 11%, #fff0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: static;
}

.navigation_component-simple.is-signup {
  border-bottom-style: none;
  min-height: auto;
}

.count-number {
  color: #fff;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.gallery_modal {
  z-index: 201;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.gallery_modal-header {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  display: flex;
}

.gallery_modal-exit {
  cursor: pointer;
  background-color: #000;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.gallery_modal-exit-icon {
  width: 1.25rem;
}

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

.gallery_lightbox {
  width: 100%;
}

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

.gallery_lightbox-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  padding-bottom: 100%;
}

.lightbox-link-2, .image-2, .gallery_thumbnail-list-wrspper {
  width: 100%;
}

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

.gallery_thumbnail-item {
  cursor: pointer;
  width: 100%;
}

.div-block-24 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 100%;
  padding-bottom: 90%;
}

.takeover_heading {
  letter-spacing: -.0855rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.16129;
}

.takeover_heading.text-align-center.api-page, .takeover_heading.text-align-center.api-page-dark {
  color: #fff;
}

.navbar-wrapper-coverage-page {
  background-color: #fff0;
  width: 100vw;
  height: 4rem;
}

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

.gallery_llightbox {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 57px 0% 0%;
}

.gallery_lightbox-side {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 21.063rem;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.gallery_thumbnail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.gallery_thumbnail {
  width: 500px;
}

.gallery_left-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #ffffff1f;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  left: 2.5rem;
}

.gallery_left-button:hover {
  padding-right: .5rem;
}

.gallery_right-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #ffffff1f;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 50%;
  right: 2.5rem;
}

.gallery_right-button:hover {
  padding-left: .5rem;
}

.swiper-pagination {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}

.swiper-pagination.gallery {
  grid-column-gap: .375rem;
}

.swiper-pagination-bullet {
  background-color: #cbcbcb;
  border-radius: 200rem;
  width: .5rem;
  height: .5rem;
  transition: all .2s;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black);
  width: .5rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.gallery {
  background-color: #fff;
}

.swiper-pagination-bullet.gallery {
  background-color: #ffffff4d;
}

.swiper-styles {
  display: none;
}

.parterns_pagination-wrapper {
  width: 100%;
  display: none;
}

.div-block-26 {
  background-color: green;
  height: 100%;
  padding-left: 70%;
  display: none;
}

.image-3 {
  width: 100%;
}

.gallery_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery_container {
  height: 100%;
  padding-left: 72%;
  position: relative;
}

.gallery_photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.gallery_list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery_item {
  flex: none;
  width: 100%;
  height: 100%;
}

.text-size-24 {
  font-size: 1.5rem;
}

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

.gallery_back-button-wrapper, .gallery_modal-logo-icon {
  display: none;
}

.div-block-27 {
  grid-row-gap: 1rem;
  background-color: #333;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

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

.text-size-12.text-color-light_grey {
  color: var(--light-grey);
}

.collection-item {
  grid-column-gap: .25rem;
  align-items: center;
  display: flex;
}

.div-block-29 {
  grid-column-gap: .25rem;
  background-color: #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_desktop-logo-api {
  display: none;
}

.nav_logo-image-api {
  object-fit: contain;
  object-position: 0% 50%;
  display: block;
}

.nav_logo-image-api.is-dekstop {
  height: auto;
}

.hubspot-formwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.hubspot-form {
  width: 100%;
  max-width: 500px;
}

.hubspot-input {
  box-sizing: border-box;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label {
  box-sizing: border-box;
  color: #33475b;
  width: auto;
  max-width: 500px;
  margin-top: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.hubspot-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #2ebd7a;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  margin: 1rem 0 0;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear;
  display: block;
  position: relative;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.form {
  overflow-wrap: normal;
  margin-left: 20px;
  margin-right: 20px;
}

.select-field {
  background-color: var(--white-2);
  color: var(--grey);
  font-style: normal;
}

.select-field.text-sf-14px {
  padding-right: 0;
}

.cta_component-copy {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.cta_component-copy.background-color-black_light-copy {
  grid-template-columns: 1fr;
}

.cta_content-left-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 4.75rem 4.5rem 0;
  display: grid;
}

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

.link-2 {
  color: var(--sea-green);
}

.logo-farm-news-outlets {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: .025rem;
  display: flex;
}

.logo-farm {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: start;
  width: 100%;
  max-width: 53rem;
  margin-left: 92px;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: relative;
}

.logo-farm.is-national {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.logo-farm.desktop-class {
  justify-items: start;
  margin-left: 92px;
}

.logo-farm.desktop-class.mobile-class {
  grid-template-rows: repeat(auto-fit, 51px);
  grid-template-columns: .75fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 100px;
  max-width: 100rem;
  margin-top: 20px;
  margin-left: 0;
}

.logo-farm-bar {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 54%;
  margin-left: 17.5%;
  padding-top: 0;
  display: none;
  position: absolute;
  inset: 3rem 0% auto;
}

.logo-farm-bar.is-national {
  width: 37%;
  margin-left: 28%;
}

.logo-farm-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: auto;
}

.step_image-wrapper-logo-farm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
  position: relative;
}

.logo-farm-image {
  z-index: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-farm-image.is-1 {
  max-width: 106%;
}

.div-block-30 {
  padding-right: 10px;
}

.grid-3 {
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.footer-link-2 {
  color: var(--sea-green);
  font-size: 1.3rem;
  line-height: 1.25;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.is-small {
  font-size: .625rem;
  line-height: 1.2;
}

.blog_item-thumbnail-2-copy {
  background-image: url('../images/Payout.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
}

.blog_item-thumbnail-2-copy.duo {
  border-radius: 32px;
  margin-bottom: 8px;
  padding-bottom: 100%;
}

.button---2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100vw;
  padding: .9375rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
}

.button---2.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button---2.is-small {
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
}

.button---2.is-large {
  padding: 1rem 2rem;
}

.button---2.is-alternate {
  border: 1px solid var(--dim-grey);
  color: var(--white-2);
  background-color: #0000;
}

.button---2.is-alternate.is-icon.is-strech {
  flex: 1;
}

.button---2.is-alternate.is-icon.is-strech.is-chat {
  background-color: var(--black);
  width: 50%;
  margin-top: 32px;
  margin-left: 180px;
}

.button---2.is-alternate.is-icon.is-strech.is-chat-1 {
  background-color: var(--black);
  width: 100%;
  margin-top: 32px;
  margin-left: 0;
  margin-right: 10px;
}

.button---2.is-alternate.is-icon.is-strech-copy {
  flex: 1;
}

.button---2.is-alternate.is-icon.is-strech-copy.is-chat {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  background-image: linear-gradient(258deg, #008944, #018844d1);
}

.button---2.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button---2.is-icon.is-green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to right, var(--medium-sea-green), var(--sea-green));
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  margin-top: 16px;
  display: flex;
}

.button---2.is-icon.is-white {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #e2e2e2;
  background-image: linear-gradient(#f6f6f6, #f6f6f6);
  border: 1px solid #e2e2e2;
  flex-flow: wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  display: flex;
}

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

.button---2.is-secondary.is-icon.mobile_width-100.is-strech {
  flex: none;
  width: 100%;
}

.button---2.is-third {
  background-color: var(--white-smoke);
  color: var(--sea-green);
  border: 1px solid #e2e2e2;
}

.button---2.is-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
  text-decoration: none;
  display: flex;
}

.button---2.is-nav.is-secondary {
  border-color: var(--gainsboro);
  background-color: var(--white-smoke);
  color: #008542;
  background-color: #000;
  border-color: #e2e2e2;
}

.button---2.is-nav_secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
  text-decoration: none;
  display: flex;
}

.button---2.is-nav_secondary.is-secondary {
  border-color: var(--gainsboro);
  background-color: var(--white-smoke);
  color: var(--sea-green);
}

.button---2.is-strech {
  flex: 1;
}

.button---2.is-green {
  background-color: var(--sea-green);
  font-style: normal;
}

.text-block-4 {
  color: #fff;
}

.image-4 {
  border-radius: 14px;
  max-width: 30%;
}

.image-5 {
  border-radius: 14px;
}

@media screen and (min-width: 1440px) {
  .text-weight-semibold.text-color-black, .text-weight-semibold.text-sf-12px.text-color-black0 {
    letter-spacing: 0;
  }

  .plugin {
    margin-top: 1rem;
  }

  .text-color-grey.text-sf-12px {
    letter-spacing: 0;
  }

  .max-width-small._1440-100 {
    max-width: 100%;
  }

  .text-sf-14px.text-color-grey.is-inline {
    color: var(--ghost-white);
  }

  .text-sf-14px.text-color-dim_grey {
    letter-spacing: 0;
  }

  .text-sf-24px {
    grid-template-columns: 1fr auto;
  }

  .heading-style-h2-32px.text-align-left {
    width: auto;
    min-width: 475px;
  }

  .main-wrapper.is-signup {
    border-bottom-width: 10px;
  }

  .button.is-alternate.is-icon.is-strech.is-chat {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-left: 27.5rem;
    margin-right: 28.9rem;
    position: sticky;
  }

  .button.is-alternate.is-icon.is-strech.is-chat-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    position: sticky;
  }

  .button.is-secondary.is-icon.mobile_width-100.is-strech {
    flex: 1;
  }

  .text-sf-18px {
    font-size: 1.125rem;
  }

  .text-style-title.video-card {
    font-size: 1.25rem;
  }

  .how_tab-pane {
    align-items: center;
    margin-bottom: 5rem;
  }

  .local_how-layout {
    justify-items: end;
  }

  .local_how-layout.desktop-class {
    justify-items: start;
  }

  .cta_content-left-news2 {
    grid-row-gap: 1.4rem;
    grid-template-areas: "."
                         "."
                         "."
                         "Area";
  }

  .cta_items-layout {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
  }

  .cta-item {
    flex-direction: column;
  }

  .cta_button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .splide.splide-business, .splide.splide-empower {
    display: none;
  }

  .business_tab-menu {
    margin-top: 0;
  }

  .business_tab-link {
    align-items: center;
    padding-bottom: .95rem;
  }

  .business_tab-container.hide-tablet {
    display: block;
  }

  .business_tab-body {
    padding-right: 0;
  }

  .tab_text-bottom._5 {
    opacity: 0;
  }

  .tab_text-bottom._6 {
    opacity: 0;
    overflow: visible;
  }

  .text-color-dim_grey.text-size-14 {
    letter-spacing: 0;
  }

  .tab_indicator-wrapper {
    top: 1.3rem;
    left: -4.34rem;
  }

  .tab_indicator-wrapper.v2 {
    top: 5.65rem;
  }

  .tab_indicator-wrapper.v3 {
    top: 10.05rem;
  }

  .tab_indicator-wrapper.v4 {
    top: 14.3rem;
  }

  .tab_indicator-wrapper.v5 {
    bottom: 5.3rem;
  }

  .tab_indicator-wrapper.v6 {
    bottom: 1.2rem;
  }

  .navigation_component {
    background-color: #fff0;
  }

  .story_text-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    padding: 3.5rem;
  }

  .story_text-wrapper.padding_bottom-small {
    padding-bottom: 2rem;
  }

  .story_text-wrapper.is-damaged {
    padding-bottom: 2.5rem;
  }

  .spending_content {
    padding-bottom: 5.25rem;
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .mile_graphic-rectangle {
    height: 1.0625rem;
  }

  .mile_graphic-rectangle.v2, .mile_graphic-rectangle.v1 {
    display: block;
  }

  .mile_graphic-wrapper {
    padding: 1rem 2.75rem 1rem 1.125rem;
  }

  .graphic_image-wrapper {
    width: 6.125rem;
    height: 6.125rem;
  }

  .graphic-icon {
    width: 2.125rem;
    height: 2.125rem;
  }

  .graphic_number-text {
    font-size: 5.25rem;
  }

  .graphic_label-text {
    letter-spacing: -.15px;
    font-size: 1rem;
  }

  .graphic_label-text.is-starting-at {
    margin-right: .5rem;
  }

  .increase-lottie {
    height: 14.5rem;
  }

  .readbility_content {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .damaged_item {
    height: 29rem;
  }

  .button_story {
    margin-top: 1.625rem;
  }

  .damaged_content {
    height: 15rem;
    margin-top: auto;
  }

  .coverage_content {
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .local-lottie {
    width: 200%;
  }

  .local_number-text {
    font-size: 6.25rem;
  }

  .vetted_content {
    padding-top: 8.875rem;
    padding-bottom: 11.0625rem;
  }

  .support_item {
    height: 30rem;
    margin-bottom: 200px;
  }

  .support_content {
    padding: 60px 3.5rem 2.5rem;
  }

  .support_graphic-wrapper {
    height: 8.8125rem;
    padding-top: 1.4375rem;
    padding-bottom: 1.4375rem;
    padding-left: 1.4375rem;
  }

  .support_icon-wrapper {
    width: 5.875rem;
    height: 5.875rem;
  }

  .support_graphic-rectangle {
    height: 1.0625rem;
  }

  .support_graphic-rectangle.v3 {
    display: none;
  }

  .negotiated_image-wrapper {
    width: 6.25rem;
    height: 6.25rem;
  }

  .negotiated-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .negotiated_pill-label {
    font-size: 2.625rem;
  }

  .negotiated_pill-text {
    font-size: 1.5rem;
  }

  .story_nat_content-layout {
    height: auto;
  }

  .story_nat_content-layout.is-second {
    grid-template-rows: auto;
    max-height: 73.3rem;
  }

  .story_nat-content {
    align-items: start;
  }

  .insurance_item {
    object-fit: fill;
    overflow: visible;
  }

  .insurance_pill-wrapper {
    font-size: 3.625rem;
  }

  .national_content-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
  }

  .text-size-xlarge.text-weight-semibold.is-frieght {
    font-size: 2.5rem;
  }

  .partnered_item {
    max-height: 73.2rem;
  }

  .local_bar-layout.desktop-class {
    margin-left: 11%;
    padding-left: 0;
  }

  .partnered_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partnered_logo-image {
    width: 6.125rem;
    height: 6.125rem;
  }

  .vetted_additional-content {
    max-height: 80rem;
  }

  .damaged_additional-content {
    height: 100%;
  }

  .damaged_heading-wrapper {
    padding-top: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .damaged_heading {
    font-size: 2rem;
  }

  .damaged_add-text_1 {
    justify-content: flex-start;
    padding-top: .5rem;
    padding-bottom: 0;
  }

  .damaged_triangle-wrapper {
    width: 2.25rem;
    height: 2.25rem;
    left: -4.3rem;
  }

  .damaged_triangle-wrapper.is-big {
    width: 2.25rem;
    height: 2.25rem;
  }

  .damaged_percentage-text {
    font-size: 4.1875rem;
  }

  .damaged_text {
    font-size: 1.5rem;
  }

  .damaged_text-wrapper {
    bottom: 2.075rem;
  }

  .damaged_text-display {
    font-size: 6.25rem;
  }

  .damaged_text-large {
    font-size: 4.375rem;
  }

  .business_tab-wrapper {
    background-image: linear-gradient(124deg, #faf7f1, #e2bc97);
    border-radius: 2rem;
    max-width: 100rem;
    position: relative;
  }

  .reliability_text {
    font-size: 3.5rem;
  }

  .reliability_count-up {
    background-image: linear-gradient(158deg, #7ff58b, #60f0c4);
    font-size: 6.25rem;
  }

  .increase_lottie-wrapper {
    margin-bottom: .5rem;
  }

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

  .story_paragraph {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .story_text-size-large {
    font-size: 1.5rem;
  }

  .increase_pill-wrapper {
    max-width: 21rem;
  }

  .reliability_text-large {
    font-size: 1.5rem;
  }

  .damaged_main-content {
    flex-direction: column;
  }

  .damages_text-large {
    font-size: 1.5rem;
  }

  .damages_text-large.text-weight-semibold {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .damaged_gradient-wrapper {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/big-gradient_2.svg');
    background-size: auto 84%;
    background-clip: border-box;
  }

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

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

  .heading-product-cta {
    letter-spacing: -.2rem;
    font-size: 3.75rem;
  }

  .text-berthold-100px {
    grid-template-columns: 1fr auto;
  }

  .text-berthold-36px.is-hero-heading.is-ltl {
    display: none;
  }

  .damaged_upper {
    grid-template-columns: 1.75fr 1fr;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .damaged_lower {
    grid-template-columns: 1.25fr 1fr;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .map-quoter.is-signup {
    flex-direction: row;
    justify-content: flex-start;
  }

  .quote-details-skeleton {
    justify-content: center;
    display: flex;
  }

  .pertners_section, .partners_wrapper {
    overflow: hidden;
  }

  .partners_grid-card {
    width: 100%;
    height: 100%;
  }

  .nav-mobile {
    border-bottom: 1px solid #191919;
  }

  .counter {
    font-size: 6.25rem;
  }

  .tms-modal_tag.text-color-grey.is-inline {
    color: var(--ghost-white);
  }

  .text-size-16 {
    letter-spacing: -.25px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-color-3333 {
    color: #333;
  }

  .text-size-14 {
    font-size: .875rem;
    line-height: 1.28571;
  }

  .text-spacing-0-25 {
    letter-spacing: -.25px;
  }

  .text-color-black0 {
    color: #000;
  }

  .frieght-lanes_wrapper {
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .insurance-text-small.text-sf-24px {
    color: var(--royal-blue);
  }

  .is-ltl {
    display: none;
  }

  .gallery_image-three.careers_page {
    background-image: url('../images/team1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .navigation_component-2 {
    background-color: #fff0;
  }

  .how_tab-pane-2 {
    margin-bottom: 5rem;
  }

  .navigation_component-simple {
    background-color: #fff0;
  }

  .count-number {
    font-size: 6.25rem;
  }

  .bold-text {
    letter-spacing: 0;
  }

  .logo-farm-news-outlets {
    align-items: center;
    margin-bottom: 5rem;
  }

  .logo-farm {
    justify-items: end;
  }

  .logo-farm.desktop-class {
    justify-items: start;
  }

  .logo-farm-bar.desktop-class {
    margin-left: 11%;
    padding-left: 0;
  }

  .code-embed {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-left: 27.5rem;
    margin-right: 28.9rem;
    position: sticky;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    position: sticky;
  }

  .button---2.is-secondary.is-icon.mobile_width-100.is-strech {
    flex: 1;
  }

  .button---2.is-nav.is-secondary {
    color: #fff;
    background-color: #000;
  }
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .margin-bottom.margin-small.tablet--5rem {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-xxxsmall {
    margin-bottom: .125rem;
  }

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

  .max-width-small._990-18rem {
    max-width: 18rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .text-sf-14px.text-color-grey.is-inline {
    color: var(--ghost-white);
  }

  .text-sf-14px.text-weight-semibold.text-color-grey.text-spacing-0.is-how {
    z-index: 100;
    position: sticky;
    top: .5rem;
  }

  .text-sf-14px.is-faq {
    color: var(--black-2);
  }

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

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

  .text-sf-24px {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.0625rem;
    display: flex;
  }

  .button.is-alternate.is-icon.is-strech {
    flex: none;
  }

  .button.is-alternate.is-icon.is-strech.is-chat {
    width: 19.5rem;
  }

  .button.is-alternate.is-icon.is-strech.is-chat-1 {
    width: 100%;
    margin-top: -23px;
  }

  .button.is-alternate.is-icon.is-strech-copy {
    flex: none;
  }

  .button.is-alternate.is-icon.is-strech-copy.is-chat {
    width: 19.5rem;
  }

  .button.is-nav {
    justify-content: center;
    min-width: 22.375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .button.is-nav_secondary {
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .button.hide-small-phone.is-nav_secondary {
    color: #008542;
    background-color: #f6f6f6;
    border-color: #e2e2e2;
  }

  .text-sf-18px.tablet-18px {
    font-size: 1.125rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .values_component {
    background-color: var(--ghost-white);
    text-align: left;
    padding: 1.5rem;
  }

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

  .values-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .section_how {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .how_heading-wrapper {
    position: relative;
  }

  .how_component {
    margin-top: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    position: relative;
  }

  .how_tab-menu {
    z-index: 100;
    top: 2.25rem;
  }

  .how_tab-content.is-nav {
    display: block;
  }

  .how_tab-pane {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--white-smoke);
    background-color: #fcfcfc;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .local_how-layout {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .local_how-layout.is-national {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .local_how-layout.desktop-class.mobile-class, .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .local_step-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
  }

  .step_image-wrapper {
    flex: none;
    width: 3.5rem;
    height: 3.5rem;
  }

  .step_pill-animated {
    display: none;
  }

  .step_text-wrapper {
    max-width: 100%;
  }

  .cta_component {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta_component.background-color-black_light, .cta_component.background-color-black_light-copy {
    border-radius: 1.5rem;
  }

  .cta_content-left-news2 {
    padding: 1rem 1.5rem 3rem;
  }

  .cta_bg-image-wrapper {
    height: 15rem;
  }

  .cta-lottie {
    width: auto;
    height: 100%;
  }

  .cta_items-layout {
    grid-column-gap: 3.75rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .cta_icon-wrapper {
    flex: none;
  }

  .cta_button-wrapper {
    justify-content: center;
  }

  .footer_content {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer_content-right {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer_link {
    font-size: 1rem;
    font-weight: 600;
  }

  .footer_link.is-small.hide-mobile-landscape {
    font-size: .75rem;
  }

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

  .text-size-xtiny.text-size-small_mobile.text-color-grey.is-copyright {
    flex: 0 auto;
    order: 1;
    width: 100%;
    font-size: .75rem;
  }

  .text-size-xtiny.text-size-small_mobile.is-footer {
    font-size: .75rem;
  }

  .footer_copyright-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .footer_social-link.hide-mobile-portrait {
    display: none;
  }

  .footer_component {
    padding-bottom: 6rem;
  }

  .footer_column-label {
    font-size: 1rem;
  }

  .leaders_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .leaders_item {
    width: 14.5rem;
    height: 100%;
  }

  .leaders_body-wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .splide.splide-leaders {
    display: block;
    position: relative;
  }

  .splide.is-empower {
    display: block;
  }

  .splide.splide-business {
    padding-left: 0;
    display: block;
    position: relative;
  }

  .splide.is-impact {
    padding-left: 7.5rem;
  }

  .splide.splide-empower {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .splide__track.is-business {
    margin-left: 0;
    padding-bottom: 2rem;
    padding-left: 0;
  }

  .splide__track.is-impact {
    padding-bottom: 0;
  }

  .splide__track.is-empower, .splide__track.is-leaders {
    margin-left: 5rem;
  }

  .splide__list.is-tms {
    height: 100%;
  }

  .splide__slide.is-business {
    max-width: 16.25rem;
  }

  .section_social-empower {
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

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

  .empower_item {
    width: 19.125rem;
    max-width: none;
  }

  .section_how-business {
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .business_tab-body {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .tab_text-top {
    opacity: 1;
  }

  .business_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: .8px solid var(--white-smoke-2);
    object-fit: fill;
    background-color: #fff;
    border-radius: 1.5rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    overflow: visible;
  }

  .business_text-heading {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: .75rem;
    display: grid;
  }

  .section_impact {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .splide__container {
    padding-top: 1.5rem;
  }

  .splide__container.no-padding {
    padding-top: 0;
  }

  .splide__container.no-padding.is-business {
    overflow: visible;
  }

  .navigation_component {
    z-index: 999;
    border-top: 1px solid var(--gainsboro);
    border-bottom-style: none;
    border-bottom-color: var(--gainsboro);
    background-color: #fff;
    flex-direction: column-reverse;
    display: flex;
  }

  .navigation_component.is-signup {
    border-top-style: none;
  }

  .nav_logo-link {
    z-index: 102;
  }

  .nav_desktop-logo {
    margin-top: 4px;
  }

  .nav_mobile-logo {
    display: block;
  }

  .nav_logo-image {
    height: auto;
  }

  .nav_main-content {
    height: 4rem;
  }

  .how-it-wroks-nav_sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top: 1px solid var(--gainsboro);
    background-color: #fff;
    border-bottom-style: none;
    flex-direction: column;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_menu {
    z-index: 100;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav_hamburger-wrapper {
    cursor: pointer;
    padding: 0;
  }

  .nav_hamburger-wrapper.w--open {
    z-index: 102;
    background-color: #0000;
  }

  .hamburger_open-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid var(--gainsboro);
    background-color: var(--white-smoke);
    color: var(--sea-green);
    border-radius: 100vw;
    align-items: center;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.28571;
    display: flex;
  }

  .hamburger_close-wrapper {
    background-color: #000;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    display: none;
  }

  .nav_buttons-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: center;
    display: flex;
  }

  .nav_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .show-tablet {
    display: block;
  }

  .story_text-wrapper, .story_text-wrapper.padding-small {
    padding: 1.5rem 1.5rem 2rem;
  }

  .story_text-wrapper.is-damaged {
    padding-bottom: 0;
  }

  .story_text-wrapper.support_tablet-padding-small {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spending_content {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mile_graphic-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-right: 1.5rem;
  }

  .graphic_left-content {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .graphic_right-content {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .graphic_image-wrapper {
    width: 4.375rem;
    height: 4.375rem;
  }

  .graphic_number-text {
    letter-spacing: -.61px;
    font-size: 2.625rem;
    line-height: 1.04878;
  }

  .graphic_label-text {
    color: #757575;
    letter-spacing: -.79px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.125;
  }

  .increase_item {
    overflow: hidden;
  }

  .increase-content {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .readbility_content {
    padding: 2.5rem 1.5rem 5rem;
  }

  .reability_item {
    border-radius: 2rem;
  }

  .damaged_item {
    height: auto;
  }

  .button_story {
    padding-left: .5rem;
  }

  .coverage_content {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .local_lottie-wrapper {
    flex: none;
    max-width: 10.75rem;
  }

  .local_number-text {
    font-size: 3rem;
  }

  .vetted_item {
    height: auto;
    min-height: 40.875rem;
  }

  .vetted_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 8rem 1.5rem 10rem;
  }

  .vetted_text-wrapper {
    display: none;
  }

  .vetted_pill-wrapper {
    font-size: 1rem;
  }

  .vetted_pill-wrapper.is-alternate {
    opacity: 1;
  }

  .vetted_check-wrapper.is-alternate {
    background-image: none;
  }

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

  .support_graphic-wrapper {
    height: 4.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .support_icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .support_text-wrapper {
    align-items: flex-start;
  }

  .negotiated_content {
    padding: 8rem 1.5rem 10rem;
  }

  .negotiated_pill-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding: .5rem 1rem .5rem .5rem;
  }

  .negotiated_image-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .negotiated-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

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

  .negotiated_pill-label {
    font-size: 1.75rem;
  }

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

  .insurance_content {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 3rem;
  }

  .insurance_claims-wrapper {
    height: 4rem;
  }

  .insurance_pill-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2rem;
  }

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

  .coverage-icon {
    width: 2rem;
    height: 2rem;
  }

  .text-size-xlarge {
    font-size: 1.0625rem;
  }

  .local_bar-layout {
    margin-left: 16.7%;
    display: none;
  }

  .partnered_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 4rem 1.5rem 6rem;
  }

  .partnered_logo-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .partnered_logo-image {
    width: 3.5rem;
    height: 3.5rem;
  }

  .vetted_heading-wrapper {
    padding: 1.5rem 1.5rem 2rem;
  }

  .vetted_add-content {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vetted_add-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar {
    z-index: 200;
    flex-direction: column-reverse;
    display: flex;
    inset: auto 0% 0%;
  }

  .nav_tablet-border-line {
    z-index: 3;
    background-color: var(--gainsboro);
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 4rem;
  }

  .damaged_add-content {
    padding-top: 2rem;
  }

  .damaged_triangle-wrapper.is-black {
    width: 2.125rem;
    height: 2.125rem;
    margin-top: .4rem;
  }

  .damaged_percentage-text {
    font-size: 3rem;
  }

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

  .damaged_text-wrapper {
    right: 1.5rem;
  }

  .damaged_text-large {
    font-size: 2.625rem;
  }

  .cta_product-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .story_text-size-large {
    font-size: 1rem;
  }

  .increase_pill-wrapper {
    width: 100%;
    min-width: auto;
  }

  .increase_pill-text-bottom {
    margin-top: .125rem;
  }

  .damaged_main-content {
    justify-content: space-between;
  }

  .damaged_gradient-wrapper {
    background-image: url('../images/gradnient-phone.png');
    background-size: contain;
  }

  .coverage_text-large {
    font-size: 1rem;
  }

  .support_text-heading {
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .splide_tst {
    margin-left: -7.5rem;
  }

  .takeovers_component {
    padding-top: 4rem;
  }

  .text-berthold-100px {
    font-size: 1.0625rem;
  }

  .text-berthold-31px {
    font-size: 1.5rem;
  }

  .text-berthold-31px.text-align-center-mobile {
    text-align: center;
  }

  .text-berthold-36px.is-hero-heading {
    text-align: left;
    font-size: 1.5rem;
  }

  .damaged_lower {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .damaged_lower-inner {
    justify-content: center;
  }

  .slider-arrows-wrapper {
    justify-content: space-between;
  }

  .swiper-arrow {
    display: inline-block;
  }

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

  .footer_copyright-divider {
    border: 1px solid var(--white-smoke-2);
    flex: none;
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
  }

  .map-quoter {
    grid-template-columns: 1fr 1fr 1fr minmax(auto, 11rem);
  }

  .map_quoter-text {
    display: none;
  }

  .map_quoter-pill1 {
    border-color: var(--gainsboro);
    background-color: var(--white-smoke);
    border-top-left-radius: 2.75rem;
    border-bottom-left-radius: 2.75rem;
  }

  .map_quoter-pill2 {
    display: none;
  }

  .map_quoter-pill3, .map_quoter-pill4 {
    border-color: var(--gainsboro);
  }

  .map_tablet-text {
    border: 1px solid var(--dark-grey);
    background-color: var(--white-smoke);
    text-align: center;
    letter-spacing: -.045em;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    margin-bottom: .5rem;
    padding: .375rem .875rem .25rem;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-weight: 500;
    line-height: 1.125;
    display: flex;
  }

  .map_mobile-text-fill {
    background-color: #a3a3a3;
    width: 100%;
  }

  .map_tablet-text-copy {
    border: 1px solid var(--dark-grey);
    background-color: var(--white-smoke);
    text-align: center;
    letter-spacing: -.045em;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    margin-bottom: .5rem;
    padding: .375rem .875rem .25rem;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-weight: 500;
    line-height: 1.125;
    display: flex;
  }

  .carrier-hero_heading {
    font-size: 3em;
  }

  .features_section {
    padding-top: 48px;
    padding-bottom: 0;
  }

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

  .feature_grid-image {
    display: none;
  }

  .feature_grid-content {
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
  }

  .pertners_section {
    padding-top: 40px;
    padding-right: 0;
  }

  .partners_wrapper {
    grid-row-gap: 24px;
  }

  .partners_grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .partners_grid-card-testimonial {
    font-size: .9375em;
  }

  .section_heading {
    text-align: center;
    font-size: 1.875em;
  }

  .section_heading.partners {
    margin-right: 32px;
  }

  .process_step-heading {
    font-size: 1.5em;
  }

  .nav {
    display: flex;
  }

  .cta_section {
    padding: 24px 16px;
  }

  .cta_perks-wrapper {
    grid-row-gap: 26px;
    flex-direction: column;
    margin-bottom: 26px;
  }

  .cta_buttons-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cta_heading {
    font-size: 1.875em;
  }

  .ms-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ms-footer_grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .ms-footer_grid-column {
    grid-row-gap: 24px;
  }

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

  .nav-mobile {
    display: none;
  }

  .nav-mobile_menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 16px 32px;
    display: flex;
  }

  .text-sf-22px {
    font-size: 1rem;
  }

  .text-sf-22px.text-align-center-mobile {
    text-align: center;
  }

  .section_work, .section_benefits {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .benefits_card {
    align-items: flex-start;
  }

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

  .section_hero {
    padding: 1rem;
  }

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

  .section_roles {
    padding-top: 1rem;
  }

  .feature_grid-image-wrapper {
    justify-content: center;
    display: flex;
  }

  .feature_grid-image-mobile {
    display: block;
  }

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

  .blog-trio_item-card-2 {
    width: 100%;
  }

  .blog-trio_collection-list {
    grid-template-columns: 1fr;
  }

  .blog_item-thumbnail-2 {
    padding-bottom: 100%;
  }

  .blog_item-thumbnail-2.duo {
    height: 280px;
  }

  .div-block-17 {
    padding: 32px;
  }

  .blog_item-content {
    width: 100%;
    padding: 40px 16px;
  }

  .section_blog {
    padding: 1rem;
  }

  .blog-containter-2, .grid {
    grid-template-columns: 1fr;
  }

  .div-block-18 {
    height: 280px;
  }

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

  .counter {
    font-size: 3.75rem;
  }

  .lightbox-link.is-leaders-item {
    height: 100%;
  }

  .tms-modal_nav {
    height: 4rem;
  }

  .tms_header-wrapper {
    flex-direction: column-reverse;
    display: flex;
    inset: auto 0% 0%;
  }

  .tms-modal_nav-wrapper {
    border-bottom-color: var(--gainsboro);
    flex-direction: column-reverse;
    display: flex;
  }

  .tms-modal_nav-wrapper.is-signup {
    border-top-style: none;
  }

  .tms_close-btn {
    width: 2rem;
  }

  .tms-modal_body-wrapper {
    z-index: 999;
    border-top: 1px solid var(--gainsboro);
    border-bottom-style: none;
    border-bottom-color: var(--gainsboro);
    flex-direction: column-reverse;
    display: flex;
  }

  .tms-modal_body-wrapper.is-signup {
    border-top-style: none;
  }

  .tms-modal_tag.text-color-grey.is-inline {
    color: var(--ghost-white);
  }

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

  .gallery_images-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .gallery_images-column {
    width: 100%;
  }

  .gallery_images-column.is-top {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .gallery_image {
    border-radius: 1.5rem;
    height: auto;
    padding-bottom: 50%;
  }

  .section-2 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-20 {
    height: auto;
    padding-bottom: 100%;
  }

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

  .carrier_grid {
    background-color: var(--white-smoke);
    border-radius: 16px;
    grid-template-columns: 1fr;
  }

  .carrier_grid-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
  }

  .carrier_grid-card.is-blue {
    background-color: #0000;
  }

  .carrier_grid-card.is-blue.is-middle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .carrier_grid-card.is-green {
    background-color: #0000;
  }

  .carrier_grid-card-icon {
    width: 4.125rem;
    margin-bottom: 0;
  }

  .carrier_download-app {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .text-menu-lable {
    letter-spacing: -.045em;
    font-family: Berthold Akzidenz Grotesk Be Extended, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.125;
  }

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

  .takeovers_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
    padding: 0;
  }

  .frieght-lanes_wrapper {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .how_bg-border-wrapper-dont-delete {
    border: 1px solid var(--white-smoke);
    background-color: #fcfcfc;
    border-radius: 2rem;
    width: 100%;
    height: 17.4rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .how_fake-white-bg-wrapper {
    top: 0;
  }

  .how_fake-white-bg {
    background-color: #fcfcfc;
    height: 7rem;
    display: flex;
  }

  .insurance-text-big {
    letter-spacing: -.01em;
  }

  .gallery_image_two, .gallery_image-three {
    border-radius: 1.5rem;
    height: auto;
    padding-bottom: 50%;
  }

  .gallery_image-three.careers_page {
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-image: url('../images/team1.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    position: static;
  }

  .features_section_2 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .navbar-dark {
    z-index: 200;
    flex-direction: column-reverse;
    display: flex;
    inset: auto 0% 0%;
  }

  .benefits_card_dark {
    align-items: flex-start;
  }

  .gallery_image_two-copy {
    border-radius: 1.5rem;
    height: auto;
    padding-bottom: 50%;
  }

  .hamburger_open-wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #008542;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 100vw;
    align-items: center;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.28571;
    display: flex;
  }

  .how_tab-menu-2 {
    z-index: 100;
    top: 2.25rem;
  }

  .navigation_component-2 {
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom-style: none;
    border-bottom-color: #e2e2e2;
    flex-direction: column-reverse;
    display: flex;
  }

  .how-it-wroks-nav_sticky-component-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom-style: none;
    flex-direction: column;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .how_tab-pane-2 {
    background-color: #fcfcfc;
    border: 1px solid #f6f6f6;
    border-top-style: none;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav_tablet-border-line-2 {
    z-index: 3;
    background-color: #e2e2e2;
    width: 100%;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    inset: auto 0% 4rem;
  }

  .hamburger_open-wrapper-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #008542;
    background-color: #f6f6f6;
    border: 1px solid #e2e2e2;
    border-radius: 100vw;
    align-items: center;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.28571;
    display: flex;
  }

  .navigation_component-simple {
    z-index: 999;
    border-top: 1px solid var(--gainsboro);
    border-bottom-style: none;
    border-bottom-color: var(--gainsboro);
    background-color: #fff;
    flex-direction: column-reverse;
    display: flex;
  }

  .navigation_component-simple.is-signup {
    border-top-style: none;
  }

  .count-number {
    font-size: 3.75rem;
  }

  .gallery_modal-header {
    border-top: 1px solid #dcdcdc;
    border-bottom-style: none;
    position: absolute;
    bottom: 0%;
  }

  .gallery_image-wrapper {
    grid-row-gap: 1rem;
    padding: 1rem;
  }

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

  .takeover_heading {
    font-size: 1.5rem;
  }

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

  .gallery_llightbox {
    top: 0;
  }

  .gallery_thumbnail-wrapper {
    justify-content: center;
  }

  .parterns_pagination-wrapper {
    display: flex;
  }

  .gallery_container {
    width: 100%;
    height: auto;
    padding-bottom: 80%;
    padding-left: 0%;
  }

  .gallery_back-button-wrapper {
    display: flex;
  }

  .div-block-27 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_desktop-logo-api {
    margin-top: 4px;
  }

  .nav_logo-image-api {
    height: auto;
  }

  .cta_component-copy {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta_component-copy.background-color-black_light, .cta_component-copy.background-color-black_light-copy {
    border-radius: 1.5rem;
  }

  .cta_content-left-copy {
    padding: 1rem 1.5rem 3rem;
  }

  .logo-farm-news-outlets {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--white-smoke);
    background-color: #fcfcfc;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logo-farm {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .logo-farm.is-national {
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .logo-farm.desktop-class.mobile-class, .logo-farm.mobile-class {
    margin-left: 0;
  }

  .logo-farm-bar {
    margin-left: 16.7%;
    display: none;
  }

  .logo-farm-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: center;
  }

  .step_image-wrapper-logo-farm {
    flex: none;
    width: 3.5rem;
    height: 3.5rem;
  }

  .footer-link-2 {
    font-size: 1rem;
    font-weight: 600;
  }

  .footer-link-2.is-small.hide-mobile-landscape {
    font-size: .75rem;
  }

  .nav_track_shipment {
    cursor: pointer;
    padding: 0;
  }

  .nav_track_shipment.w--open {
    z-index: 102;
    background-color: #0000;
  }

  .text-block-3 {
    color: #000;
  }

  .blog_item-thumbnail-2-copy {
    padding-bottom: 100%;
  }

  .blog_item-thumbnail-2-copy.duo {
    height: 280px;
  }

  .code-embed {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .button---2.is-alternate.is-icon.is-strech {
    flex: none;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat {
    width: 19.5rem;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat-1 {
    width: 100%;
    margin-top: -23px;
  }

  .button---2.is-alternate.is-icon.is-strech-copy {
    flex: none;
  }

  .button---2.is-alternate.is-icon.is-strech-copy.is-chat {
    width: 19.5rem;
  }

  .button---2.is-nav {
    justify-content: center;
    min-width: 22.375rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .button---2.is-nav_secondary {
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .button---2.hide-small-phone.is-nav_secondary {
    color: #008542;
    background-color: #f6f6f6;
    border-color: #e2e2e2;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    text-align: left;
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-small.mobile-0 {
    margin-bottom: 0;
  }

  .margin-bottom.margin-xxsmall.mobile-xsmall {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-custom2.margin-mobile_custom1, .margin-bottom.margin-medium.margin_mobile-medium {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3-24px {
    font-size: 1rem;
  }

  .heading-style-h1-60px {
    letter-spacing: -.01em;
    font-size: 1.8125rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-sf-12px.text-size-xtiny_mobile {
    font-size: .625rem;
  }

  .text-sf-12px.is-how-it-works {
    color: var(--black);
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .text-sf-14px {
    max-width: 26.5rem;
  }

  .text-sf-14px.text-weight-semibold.text-color-grey.text-spacing-0.is-how {
    text-align: left;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }

  .text-sf-14px.text-size-regular_mobile {
    font-size: 1rem;
    line-height: 1.25;
  }

  .text-sf-14px.text-size-small_mobile, .text-sf-14px.text-size-tiny_mobile {
    font-size: .75rem;
  }

  .heading-style-h4-24px {
    font-size: 1rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-sf-24px {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    font-size: 1rem;
  }

  .heading-style-h2-32px {
    font-size: 1.5rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .text-sf-18px {
    font-size: .875rem;
    line-height: 1.28571;
  }

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

  .padding-section-medium.no-margin-top {
    margin-top: 0;
  }

  .padding-section-medium.is-testimonial.is-trusted {
    padding-bottom: 1.5rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .section_map {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .values_component {
    background-color: var(--ghost-white);
    border-radius: 1.5rem;
    padding: 1.5rem 1rem 1rem;
  }

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

  .values-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
  }

  .section_how {
    padding-bottom: 1rem;
  }

  .how_heading-wrapper {
    text-align: left;
    padding-left: 1rem;
  }

  .how_tab-menu {
    margin-left: 1rem;
  }

  .how_tab-link {
    padding-right: .5rem;
  }

  .how_tab-wrapper {
    align-items: flex-start;
  }

  .how_tab-wrapper.is-nav {
    align-items: center;
  }

  .how_tab-pane {
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .local_how-layout {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .local_how-layout.desktop-class.mobile-class, .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .local_step-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .step_image-wrapper {
    width: 3.625rem;
    height: 3.625rem;
    display: block;
  }

  .step_pill-animated {
    display: none;
  }

  .step_text-wrapper, .step_text-wrapper.max_width-12, .step_text-wrapper.max_width-10 {
    max-width: none;
  }

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

  .national_how-item {
    grid-column-gap: .75rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 0;
    display: grid;
  }

  .national_how-item.bg_color-v1, .national_how-item.bg_color-v2, .national_how-item.bg_color-v3 {
    background-color: #0000;
  }

  .national_image-wrapper {
    width: 3.625rem;
    height: 3.625rem;
  }

  .national_text-wrapper.max_width-10 {
    max-width: none;
  }

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

  .section_cta-product {
    padding-bottom: 1rem;
  }

  .cta_product-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta_heading-wrapper {
    text-align: left;
    padding-right: 2rem;
  }

  .cta_image-wrapper {
    height: 15.75rem;
  }

  .cta_product-image {
    object-fit: cover;
    object-position: 0% 0%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .cta_image-overlay {
    height: 80%;
  }

  .cta_pause-wrapper {
    justify-content: flex-start;
  }

  .show-mobile_landscape {
    display: block;
  }

  .cta_component {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .cta_bg-image-wrapper {
    height: 13.75rem;
  }

  .cta_lottie-wrapper {
    display: none;
  }

  .cta_items-layout {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cta-item {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .footer {
    padding-bottom: 3.625rem;
  }

  .footer_content {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .footer_content-left {
    align-self: auto;
    margin-right: auto;
  }

  .footer_logo-image {
    height: 1.25rem;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_link.is-small {
    font-size: .75rem;
  }

  .footer_item {
    justify-content: space-between;
  }

  .text-size-xtiny.text-size-small_mobile {
    font-size: .75rem;
  }

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

  .footer_item-mobile {
    justify-content: flex-start;
    display: flex;
  }

  .footer_column-label {
    font-size: 1rem;
  }

  .section_social-leaders {
    overflow: hidden;
  }

  .leaders_item {
    grid-row-gap: 0rem;
    width: 13.5rem;
  }

  .leaders_item:hover {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .leaders_body-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .leaders_component {
    padding-top: 1.5rem;
  }

  .splide {
    padding-bottom: 2rem;
    padding-left: 0;
    overflow: hidden;
  }

  .splide.splide-leaders {
    margin-bottom: 0;
    padding-bottom: 2rem;
    display: block;
  }

  .splide.is-empower {
    display: block;
  }

  .splide.splide-business {
    margin-bottom: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .splide.is-impact {
    padding-left: 0;
  }

  .splide.splide-empower {
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

  .splide.is-tms {
    margin-bottom: 0;
  }

  .splide__track.is-business {
    margin-left: 0;
    padding-top: 0;
  }

  .splide__track.is-impact {
    padding-bottom: 0;
  }

  .splide__track.is-empower, .splide__track.is-leaders {
    margin-left: 0;
  }

  .splide__track.is-tms {
    margin-left: 0;
    padding-left: 0;
  }

  .splide__slide.is-leaders, .splide__slide.is-empower {
    flex: none;
  }

  .section_social-empower {
    padding-top: 0;
    padding-bottom: 0;
  }

  .empower_item {
    width: 19.125rem;
  }

  .section_how-business {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_how-business.is-local {
    margin-bottom: 2rem;
  }

  .business_heading-wrapper, .empower_component {
    padding-top: 1.5rem;
  }

  .business_item {
    grid-row-gap: 0rem;
  }

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

  .business_text-heading {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
  }

  .business_text-bot {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .section_impact {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .impact_heading-wrapper {
    align-items: flex-start;
    padding-top: .5rem;
  }

  .impact_cta-wrapper {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .impact_item {
    width: 13.75rem;
  }

  .impact_item-body {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .impact-image {
    min-height: 10.25rem;
  }

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

  .nav_mobile-logo {
    display: block;
  }

  .how-it-wroks-nav_sticky-component {
    border-top-style: solid;
  }

  .nav_menu-wrapper {
    align-items: flex-start;
  }

  .splide__arrows {
    display: none;
  }

  .story_text-wrapper {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .story_text-wrapper.padding_bottom-small {
    padding-bottom: .875rem;
  }

  .story_text-wrapper.padding-small {
    padding: 1.5rem 1rem 1rem;
  }

  .story_text-wrapper.is-damaged {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
  }

  .spending_content {
    padding: 0 1rem 1rem;
  }

  .mile_graphic-rectangle {
    margin-bottom: .25rem;
  }

  .mile_graphic-rectangle.v2, .mile_graphic-rectangle.v1 {
    display: none;
  }

  .mile_graphic-wrapper {
    padding: .875rem 1.8125rem .875rem .875rem;
  }

  .graphic_image-wrapper {
    width: 4.375rem;
    height: 4.375rem;
  }

  .graphic-icon {
    width: 1.5rem;
    height: 1.5rem;
    right: -.5rem;
  }

  .graphic_label-text {
    font-size: .6875rem;
  }

  .increase-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .readbility_content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 1.875rem 1.875rem 1rem;
    display: flex;
  }

  .button_story {
    margin-top: 1rem;
  }

  .coverage_content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .local_lottie-wrapper {
    max-width: 10.75rem;
  }

  .local_number-text {
    letter-spacing: -.67px;
    font-size: 3.75rem;
  }

  .vetted_item {
    min-height: 25.3125rem;
  }

  .vetted_content {
    padding: 2.25rem 1.5rem 1.5rem;
  }

  .vetted_text-wrapper {
    display: none;
  }

  .vetted_pill-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1rem;
  }

  .vetted_check-wrapper.is-alternate {
    color: var(--black-2);
  }

  .support_item {
    height: 13.4375rem;
  }

  .support_content {
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .support_graphic-wrapper {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    height: auto;
    padding: .5rem .875rem .5rem .5rem;
  }

  .support_icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .support_graphic-rectangle.v3 {
    display: block;
  }

  .negotiated_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 0 1rem 1rem;
  }

  .negotiated_pill-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    -webkit-backdrop-filter: blur(2.125rem);
    backdrop-filter: blur(2.125rem);
    background-color: #ffffff29;
    padding: .75rem;
  }

  .negotiated_image-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .negotiated-icon {
    width: 1.75rem;
    height: 1.75rem;
    inset: auto 0% 0% auto;
  }

  .negotiated_text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: block;
  }

  .negotiated_pill-label {
    letter-spacing: -.5px;
    font-family: Sf Pro Text, sans-serif;
    font-size: 1rem;
    font-weight: 900;
  }

  .negotiated_pill-text {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.28571;
  }

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

  .insurance_content {
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .insurance_claims-wrapper {
    height: 3.375rem;
  }

  .claims_horizontal-line {
    height: 2px;
  }

  .insurance_pill-wrapper {
    margin-left: .3125rem;
    padding: 0 1.5rem .3rem;
    font-size: 1.875rem;
  }

  .insurance_text-wrapper {
    padding-top: .5rem;
    padding-left: 1.4rem;
  }

  .insurance_coverage-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 3.25rem;
  }

  .coverage-text {
    font-size: .8125rem;
    line-height: 1.23077;
  }

  .coverage-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .national_lottie-wrapper {
    max-width: 10.75rem;
  }

  .text-size-xlarge {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    font-size: 1.8125rem;
  }

  .local_bar-layout {
    display: none;
  }

  .partnered_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 3.25rem 1rem 1.5rem;
  }

  .partnered_logo-wrapper {
    height: 4.375rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: .625rem;
  }

  .partnered_logo-wrapper.v1 {
    background-image: url('../images/m_p_img_d1.jpg');
  }

  .partnered_logo-wrapper.v4 {
    background-image: url('../images/m_p_img_m4.jpg');
  }

  .partnered_logo-wrapper.v3 {
    background-image: url('../images/m_p_img_m3.jpg');
  }

  .partnered_logo-wrapper.v2 {
    background-image: url('../images/m_p_img_m2.jpg');
  }

  .partnered_logo-image {
    width: 3.1875rem;
    height: 3.1875rem;
  }

  .vetted_heading-wrapper {
    padding: 1.5rem 1rem 1rem;
  }

  .additonal_content-close-button {
    width: 1.75rem;
    height: 1.75rem;
  }

  .vetted_close-icon {
    width: .8rem;
    height: .8rem;
  }

  .vetted_add-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vetted_add-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vetted_item-text.is-second {
    grid-row-gap: .25rem;
  }

  .vetted_documents-text {
    position: static;
  }

  .navbar.is-signup {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid var(--gainsboro);
    position: fixed;
  }

  .damaged_additional-content {
    display: none;
  }

  .damaged_heading-wrapper {
    align-items: center;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .damaged_add-text_2 {
    padding-bottom: 1rem;
  }

  .damaged_triangle-wrapper {
    width: 1.625rem;
    height: 1.625rem;
    margin-top: .75rem;
  }

  .damaged_triangle-wrapper.is-big {
    width: 2.125rem;
    height: 2.125rem;
  }

  .damaged_triangle-wrapper.margin_medium {
    margin-top: .25rem;
  }

  .damaged_percentage-text {
    font-size: 2.1875rem;
  }

  .damaged_text {
    font-size: .75rem;
  }

  .damaged_text-display {
    font-size: 3.75rem;
  }

  .damaged_text-display.bottom-padding {
    margin-bottom: .25rem;
  }

  .damaged_text-large {
    font-size: 2.625rem;
  }

  .cta_product-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 0;
    overflow: hidden;
  }

  .reliability_text {
    font-size: 2.1875rem;
  }

  .reliability_count-up {
    font-size: 4rem;
  }

  .reliability_text-wrapper {
    flex-direction: column;
  }

  .story_heading-style-h2 {
    font-size: 1.5rem;
  }

  .story_text-size-large {
    font-size: 1rem;
  }

  .increase_text-small, .increase_text-tiny {
    font-size: .6875rem;
  }

  .damaged_main-content {
    display: block;
  }

  .damaged_gradient-wrapper.is-gray.pointer-events-off {
    background-image: url('../images/grey-phone-gradient.svg');
    background-size: contain;
  }

  .support_text-medium.text-color-grey.is-supprt {
    font-size: .75rem;
  }

  .takeovers_component {
    padding-top: 1.5rem;
  }

  .form-wrapper {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0 .5rem;
  }

  .heading-product-cta {
    letter-spacing: -.01em;
    font-size: 1.5rem;
  }

  .text-berthold-100px {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    font-size: 1rem;
  }

  .text-berthold-24px.text-size-xtiny_mobile {
    font-size: .625rem;
  }

  .text-berthold-31px.text-size-regular_mobile {
    font-size: 1rem;
    line-height: 1.25;
  }

  .text-berthold-31px.text-size-small_mobile, .text-berthold-31px.text-size-tiny_mobile {
    font-size: .75rem;
  }

  .text-berthold-31px.text-align-center.mobile-text-align-left {
    text-align: left;
  }

  .text-berthold-36px {
    font-size: 1.5rem;
  }

  .text-berthold-36px.is-hero-heading {
    text-align: left;
    letter-spacing: -.046rem;
  }

  .text-berthold-60px {
    font-size: .875rem;
    line-height: 1.28571;
  }

  .damaged_upper, .damaged_lower {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .damaged_upper-inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .slider-gradients-wrapper.pointer-events-off, .slider-gradient.is-other-side.hide-mobile-portrait {
    display: none;
  }

  .map_area-wrapper {
    height: 9.875rem;
    position: static;
  }

  .map-content {
    border: 1px solid var(--medium-sea-green);
    background-color: #fff;
    border-radius: 2rem;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .map_quoter-wrapper {
    padding: .75rem;
    top: 0;
  }

  .map-quoter {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .map-track {
    display: none;
  }

  .map_quoter-pill1 {
    background-color: var(--white-smoke);
    border-radius: .75rem;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
  }

  .map_quoter-pill1.is-left-round {
    border-radius: .75rem;
  }

  .map_quoter-pil1-fill1 {
    width: 20%;
  }

  .map_quoter-pil1-fill2 {
    display: none;
  }

  .map_quoter-pill3 {
    border-color: var(--gainsboro);
    height: 3.5rem;
  }

  .map_quoter-pill4 {
    display: none;
  }

  .map_quoter-button {
    flex-direction: row;
    height: 3.375rem;
    display: flex;
  }

  .map_quoter-button-fill {
    width: 20%;
  }

  .map_tablet-text {
    display: none;
  }

  .map_quoter-pill1-text {
    border: 1px solid #eee;
  }

  .map_mobile-text {
    letter-spacing: -.045em;
    margin-bottom: .5rem;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1;
    display: block;
  }

  .signup-quote_header.is-bottom {
    display: none;
  }

  .section_header {
    display: none;
    position: absolute;
  }

  .section_header.is-coverage-map {
    align-items: center;
    height: 13.3rem;
    display: flex;
    position: relative;
  }

  .section_coverage-map.is-coverage {
    z-index: 9;
  }

  .coverage-map_header {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .coverage-map_map-warpper {
    justify-content: flex-start;
  }

  .ccovergae-map_header-wrapper {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .how_tab-link-local {
    padding-right: .5rem;
  }

  .section_track-shipment-button {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .carrier-hero_section {
    padding: 0;
  }

  .carrier-hero_image-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_navbar {
    display: none;
  }

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

  .hero_persk-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero_buttons-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .feature_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .feature_grid-image {
    display: none;
  }

  .feature_grid-image.show-mobile {
    display: block;
  }

  .feature_grid-column {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature_grid-column.right {
    align-items: center;
  }

  .feature_grid-heading {
    text-align: center;
    font-size: 1.625em;
  }

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

  .feature_grid-content {
    grid-row-gap: .5rem;
  }

  .carrier-hero_content {
    align-items: flex-start;
    left: 24px;
    right: 24px;
  }

  .process_step-heading {
    text-align: center;
    font-size: 1.5em;
  }

  .nav {
    display: none;
  }

  .requirements_section {
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .requirements_grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .requirements_grid-image {
    height: 498px;
  }

  .requirements_grid-column {
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-mobile {
    display: flex;
  }

  .nav-mobile_link {
    color: #000;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: .8125em;
    font-weight: 700;
    text-decoration: none;
  }

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

  .nav-mobile_links-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nac-mobile_link {
    color: #161616;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-mobile_link-wrapper {
    grid-column-gap: 8px;
    display: flex;
  }

  .nav-mobile_heading {
    opacity: .6;
    color: #595a5c;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: .8125em;
    font-weight: 500;
  }

  .div-block-7 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .mav-moible_menu-button-text-close {
    display: none;
  }

  .equal_section {
    padding: 48px 16px;
  }

  .section_work, .section_benefits {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_image {
    background-image: url('../images/careers-hero-mobile.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_interview, .section_roles {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .careers-hero_image-wrapper {
    align-items: flex-start;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_content {
    display: none;
  }

  .primary-button.mobile {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .feature_grid-image-mobile {
    display: block;
  }

  .swiper-slide.basic-swiperr-item {
    height: 22.625rem;
  }

  .requirements_heading {
    font-size: 1.1875em;
  }

  .requirements_content, .requirements_list {
    justify-content: center;
    align-items: center;
  }

  .requirements_list-item-text, .paragraph-8 {
    font-size: .9375em;
  }

  .hero_content-mobile {
    display: flex;
  }

  .hero_heading-mobile {
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: 3em;
    font-weight: 500;
    line-height: 53px;
  }

  .blog-trio_section, .latest-blog_section {
    padding-left: 0;
    padding-right: 0;
  }

  .counter {
    letter-spacing: -.67px;
    font-size: 3.75rem;
  }

  .lightbox-link.is-leaders-item {
    height: 100%;
  }

  .tms-modal_nav-wrapper {
    z-index: 2147483647;
    border-top: 1px solid var(--gainsboro);
    border-bottom-style: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .tms-modal_body-wrapper {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .tms-modal_content-row.is-1 {
    padding-top: 0;
  }

  .tms-modal_tag.text-size-regular_mobile {
    font-size: 1rem;
    line-height: 1.25;
  }

  .tms-modal_tag.text-size-small_mobile, .tms-modal_tag.text-size-tiny_mobile {
    font-size: .75rem;
  }

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

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

  .takeovers_list {
    background-color: var(--white-smoke);
    border-radius: 1rem;
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .takeovers_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
    display: grid;
  }

  .takeovers_layout {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    max-width: 120rem;
    padding-left: 0;
    padding-right: 0;
  }

  .takeovers_layout.is-download {
    padding-top: 0;
  }

  .takeovers_terms-text {
    text-align: center;
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .takeovers_terms-text.text-size-xtiny_mobile {
    font-size: .625rem;
  }

  .takeovers_terms-text.is-how-it-works {
    color: var(--black);
  }

  .splide__arrows-wrapper {
    display: none;
  }

  .frieght-lanes_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header-gradeint {
    display: none;
  }

  .how_fake-white-bg-wrapper {
    top: 0;
  }

  .get-a-quote_text {
    margin-bottom: -.125rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .map-outer-wrapper {
    margin-top: 1.75rem;
  }

  .insurance-text-small.text-sf-24px {
    line-height: .5;
  }

  .navbar-dark.is-signup {
    border-bottom: 1px solid var(--gainsboro);
  }

  .how_tab-menu-2 {
    margin-left: 1rem;
  }

  .how-it-wroks-nav_sticky-component-2 {
    border-top-style: solid;
  }

  .how_tab-pane-2 {
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .how_tab-link-2 {
    padding-right: .5rem;
  }

  .count-number {
    letter-spacing: -.67px;
    font-size: 3.75rem;
  }

  .gallery_modal-header {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .gallery_modal-logo {
    display: none;
  }

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

  .takeover_heading {
    letter-spacing: -.0675rem;
  }

  .takeover_heading.text-size-regular_mobile {
    font-size: 1rem;
    line-height: 1.25;
  }

  .takeover_heading.text-size-small_mobile, .takeover_heading.text-size-tiny_mobile {
    font-size: .75rem;
  }

  .takeover_heading.text-align-center.mobile-text-align-left {
    text-align: left;
  }

  .navbar-wrapper-coverage-page {
    height: 0;
  }

  .swiper-pagination {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .gallery_modal-logo-icon {
    display: block;
  }

  .cta_component-copy {
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .logo-farm-news-outlets {
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-farm {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .logo-farm.desktop-class.mobile-class, .logo-farm.mobile-class {
    margin-left: 0;
  }

  .logo-farm-bar {
    display: none;
  }

  .logo-farm-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: 1.5rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .step_image-wrapper-logo-farm {
    width: 3.625rem;
    height: 3.625rem;
    display: block;
  }

  .footer-link-2 {
    font-size: 1rem;
  }

  .footer-link-2.is-small {
    font-size: .75rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sf-12px.text-color-black {
    letter-spacing: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-sf-14px.text-color-grey.is-inline {
    margin-left: 14px;
  }

  .button.is-alternate.is-icon.is-strech.is-chat {
    flex: 1;
    max-width: 12.5rem;
  }

  .button.is-alternate.is-icon.is-strech.is-chat-1 {
    flex: 1;
    width: 150rem;
    max-width: 12.5rem;
    margin-right: 0;
    padding-right: .1rem;
  }

  .button.is-alternate.is-icon.is-strech-copy.is-chat {
    flex: 1;
    max-width: 12.5rem;
  }

  .button.is-icon.mobile-100, .button.mobile_width-100 {
    width: 100%;
  }

  .button.is-nav {
    min-width: auto;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }

  .section_map {
    margin-top: 0;
  }

  .text-style-title.video-card.video-card-mobile {
    font-size: 1rem;
  }

  .how_tab-menu {
    align-self: stretch;
    margin-right: 1rem;
  }

  .how_tab-link {
    flex: 1;
    font-size: .75rem;
    line-height: 1.33333;
    display: flex;
  }

  .tab_icon-wrapper {
    flex: none;
  }

  .tab_blurb-wrapper {
    text-transform: none;
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

  .local_how-layout.is-national {
    grid-template-columns: 1fr;
  }

  .local_how-layout.desktop-class.mobile-class, .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .cta_image-overlay {
    height: 90%;
  }

  .cta_content-left-news2 {
    padding-left: 1rem;
  }

  .cta_button-wrapper {
    max-width: 80vw;
  }

  .footer_content-right {
    flex-direction: column;
  }

  .show-mobile_portrait {
    display: block;
  }

  .splide__slide.is-business {
    flex: none;
  }

  .social_heading-wrapper {
    width: 100%;
    max-width: 20.375rem;
    padding-top: 1.5rem;
  }

  .business_heading-wrapper {
    width: 100%;
    max-width: 20.375rem;
  }

  .text-color-dim_grey.text-sf-12px {
    letter-spacing: 0;
  }

  .nav_logo-image {
    object-position: 0% 50%;
  }

  .nav_hamburger-wrapper.w--open {
    align-items: center;
    display: flex;
  }

  .hamburger_close-wrapper {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav_menu-wrapper {
    align-items: stretch;
  }

  .icon-1x1-1-25rem.is-embed.is-menu {
    width: 1.125rem;
    height: 1.125rem;
  }

  .story_text-wrapper {
    padding-left: 1rem;
  }

  .story_text-wrapper.padding-small.padding_bottom-medium {
    padding-bottom: 1.125rem;
  }

  .mile_graphic-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .graphic_left-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .graphic_left-content.is-stop-overspending {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .graphic_image-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .graphic-icon {
    width: 1.125rem;
    height: 1.125rem;
    right: 0;
  }

  .graphic_label-text {
    letter-spacing: 0;
    font-size: .75rem;
    line-height: 1.33333;
  }

  .local-lottie {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -.5rem;
  }

  .local_number-text {
    font-size: 3rem;
  }

  .vetted_item {
    min-height: auto;
  }

  .vetted_content {
    padding-top: 2.5rem;
  }

  .support_graphic-wrapper {
    height: auto;
  }

  .support_icon-wrapper {
    width: 3.5rem;
    height: 3.5rem;
  }

  .insurance_pill-wrapper {
    margin-left: 1.3125rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.75rem;
  }

  .insurance_text-wrapper {
    padding-left: 2.2rem;
  }

  .partnered_logo-wrapper.v4 {
    background-image: url('../images/Frame-9072.png');
    background-size: cover;
  }

  .vetted_heading-wrapper {
    grid-column-gap: .25rem;
  }

  .vetted_add-item {
    grid-row-gap: .5rem;
  }

  .vetted_icon {
    width: 1rem;
    height: 1rem;
  }

  .vetted_item-heading {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .vetted_item-text {
    grid-row-gap: .25rem;
  }

  .damaged_additional-content {
    display: none;
  }

  .damaged_add-text_1 {
    flex: none;
    padding-bottom: 0;
  }

  .damaged_add-text_2 {
    position: relative;
    top: 1rem;
  }

  .damaged_triangle-wrapper.is-black {
    width: 1.75rem;
  }

  .damaged_text.text-color-3333.no-line-break {
    white-space: nowrap;
  }

  .damaged_text-wrapper {
    right: 1rem;
  }

  .damaged_text-display {
    font-size: 3rem;
    line-height: .8;
  }

  .damaged_text-display.bottom-padding {
    margin-bottom: 0;
  }

  .damaged_text-large {
    font-size: 2.5rem;
    line-height: 1;
  }

  .story_paragraph.text-color-white.text-height-1-28 {
    line-height: 1.28571;
  }

  .story_paragraph.text-color-black.text-spacing-0-25.text-height-1-28 {
    line-height: 1.28;
  }

  .increase_pill-wrapper {
    width: 100%;
    min-width: auto;
  }

  .damaged_gradient-wrapper {
    background-image: url('../images/damage_gradient.svg');
  }

  .support_text-medium.text-color-grey.is-supprt {
    font-size: .75rem;
  }

  .support_text-heading.text-color-black.text-height-1 {
    line-height: 1;
  }

  .heading-product-cta {
    letter-spacing: -.045em;
    font-size: 1.7rem;
  }

  .heading-product-cta.mobile {
    padding-bottom: 6px;
    font-size: 1.5rem;
  }

  .damaged_lower-inner {
    padding-bottom: 0;
  }

  .damaged_upper-inner {
    margin-bottom: -4.2rem;
  }

  .map_quoter-pill1 {
    border-color: var(--gainsboro);
    background-color: var(--white-smoke);
  }

  .map_quoter-pill3 {
    border-color: var(--gainsboro);
  }

  .section_header.is-coverage-map {
    height: auto;
    padding-bottom: 0;
  }

  .coverage-map_map-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .coverage-map_dropdown-svg {
    margin-bottom: -.75rem;
  }

  .how_tab-link-local {
    flex: none;
    font-size: .75rem;
    line-height: 1.33333;
    display: flex;
  }

  .how_tab-link-local.w--current {
    flex: none;
    display: flex;
  }

  .counter {
    font-size: 3.6rem;
  }

  .gallery_image.carrers_page.mobile {
    background-position: 69%;
  }

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

  .map-outer-wrapper {
    margin-top: 0;
  }

  .gallery_image-three.careers_page.is-mobile {
    background-size: cover;
  }

  .gallery_image_two-copy {
    background-image: url('../images/APIPageHeader.png');
  }

  .how_tab-menu-2 {
    align-self: stretch;
    margin-right: 1rem;
  }

  .how_tab-link-2 {
    flex: 1;
    font-size: .75rem;
    line-height: 1.33333;
    display: flex;
  }

  .count-number {
    font-size: 3.6rem;
  }

  .nav_logo-image-api {
    object-position: 0% 50%;
  }

  .cta_content-left-copy {
    padding-left: 1rem;
  }

  .logo-farm.is-national {
    grid-template-columns: 1fr;
  }

  .logo-farm.desktop-class.mobile-class, .logo-farm.mobile-class {
    margin-left: 0;
  }

  .nav_track_shipment.w--open {
    align-items: center;
    display: flex;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat {
    flex: 1;
    max-width: 12.5rem;
  }

  .button---2.is-alternate.is-icon.is-strech.is-chat-1 {
    flex: 1;
    width: 150rem;
    max-width: 12.5rem;
    margin-right: 0;
    padding-right: .1rem;
  }

  .button---2.is-alternate.is-icon.is-strech-copy.is-chat {
    flex: 1;
    max-width: 12.5rem;
  }

  .button---2.is-icon.mobile-100, .button---2.mobile_width-100 {
    width: 100%;
  }

  .button---2.is-nav {
    min-width: auto;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

#w-node-cd5c91a7-7a71-a16c-788a-4d24ed7b5840-6f43a3fa, #w-node-_5a7587c3-3965-c24d-46ff-78f7be209ad9-6f43a3fa, #w-node-_029488e3-1c05-f5fd-e853-8082c357573c-6f43a3fa, #GetAQuote.w-node-_9cd9e294-08ca-1758-16af-d6708650da92-6f43a3fa, #w-node-be23578e-bcd7-b2a8-5b14-da91bd4a95b4-6f43a3fa, #w-node-dcc9f04c-73d2-a6b1-4c35-ea42e1073992-6f43a3fa, #w-node-_0b232404-4e80-4ebd-3544-e6bcfea43306-6f43a3fa, #w-node-_32ead171-8c2e-995e-39c7-7132740a27b2-6f43a3fa, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c874-6f43a3fa, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c87c-6f43a3fa, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c884-6f43a3fa, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c88c-6f43a3fa, #w-node-_345675a7-0e70-f122-c581-37991401ac6a-6f43a3fa, #w-node-e4256cdf-df49-0d80-e903-f2ad2aed0dc1-6f43a3fa, #w-node-_9c51a571-70ac-cd2f-341f-f964feba783d-6f43a3fa, #w-node-c0c2f815-2c7a-dfde-c887-d4cff8c89b9e-6f43a3fa, #w-node-_046f0dae-4623-21bb-09f1-ae0086637bc0-6f43a3fa, #w-node-d37e4ec0-5970-8a5a-d16c-f7e2f0be3ff6-6f43a3fa, #w-node-_09995a0c-d1f3-ec4c-8091-31758bd4103c-6f43a3fa, #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-6f43a3fa, #w-node-_2d237e34-aea0-409f-923a-7abed0627aef-6f43a3fa, #w-node-_9f427bcc-0aa1-39db-71fd-248e53d44d9e-6f43a3fa, #w-node-_3b6444b6-e2c7-dc3c-b360-65fde65a2e3f-6f43a3fa, #w-node-_5f054e5e-3312-92c4-e9f2-4de7a648f32d-6f43a3fa, #w-node-e430d38c-92a0-3a9a-553c-49db93675af1-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24a-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24b-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26a-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26b-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26c-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c27a-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ad-6f43a3fa {
  justify-self: start;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2bc-6f43a3fa {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ce-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2cf-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a3fa {
  order: -9999;
}

#w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-6f43a3fa, #w-node-_1a9b8ef2-b080-ee69-404e-4be10d736114-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2fb-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c30e-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c318-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c31f-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c321-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c342-6f43a3fa, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f0-6f43a3fa, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f1-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d61-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d6c-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d82-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8d-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8e-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d90-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d92-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec70d-6f43a3fa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec719-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec71a-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec71c-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec721-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec722-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec727-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec728-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72a-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec73a-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec745-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec75c-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-6f43a3fa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_062e0921-5aa8-c319-3b2b-83ba9cdba119-6f43a3fa {
  justify-self: center;
}

#w-node-_8654bc8c-3b47-ccda-5778-db906ff67a6f-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc61f0dd-3257-8185-1bf8-97ff56c33b19-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fc61f0dd-3257-8185-1bf8-97ff56c33b1f-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eed606b8-7218-7f08-0e8c-0f716fc6574d-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-eed606b8-7218-7f08-0e8c-0f716fc65753-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4723e9f-0967-6221-a0f0-e76de5bed96f-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d4723e9f-0967-6221-a0f0-e76de5bed975-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cda43fa1-91f5-88dc-50d8-a198d79975b5-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cda43fa1-91f5-88dc-50d8-a198d79975bb-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff2998-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29ad-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29af-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b2-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b4-6f43a3fa, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862856-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286b-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286d-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862870-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862872-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a26757411e-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a267574133-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a267574135-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a267574138-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a26757413a-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a26757413c-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1e2-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f7-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f9-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fc-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fe-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9dc-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9f1-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9f3-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9f6-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9f8-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f90b-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f920-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f922-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f925-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f927-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-6f43a3fa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8268-6f43a3fa, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8280-6f43a3fa, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8282-6f43a3fa, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8285-6f43a3fa, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8287-6f43a3fa, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ec9-6f43a3fa, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee1-6f43a3fa, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee3-6f43a3fa, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee6-6f43a3fa, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee8-6f43a3fa, #w-node-_98b10312-885a-8df2-a743-3e85a3a5add6-6f43a3fa, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adee-6f43a3fa, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf0-6f43a3fa, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf3-6f43a3fa, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf5-6f43a3fa, #w-node-_552e42ec-cb47-27e7-004a-955efffd9be5-6f43a3fa, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bfd-6f43a3fa, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bff-6f43a3fa, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c02-6f43a3fa, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c04-6f43a3fa, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f10-6f43a3fa, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f28-6f43a3fa, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2a-6f43a3fa, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2d-6f43a3fa, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2f-6f43a3fa, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d47-6f43a3fa, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d5f-6f43a3fa, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d61-6f43a3fa, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d64-6f43a3fa, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d66-6f43a3fa, #w-node-f5ffb944-8368-7687-f4c3-890021b335dd-6f43a3fa, #w-node-c145478d-9b06-23fa-6f3d-8176e41f24c2-6f43a3fa, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-6f43a3fa, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f7e-6f43a3fa, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f86-6f43a3fa, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f8e-6f43a3fa, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3ce-6f43a3fa, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3d0-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c83-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c85-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c87-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c93-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c95-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060c97-6f43a3fa, #w-node-db381a10-7aaf-8c89-d804-6553eebf755d-6f43a3fa, #w-node-db381a10-7aaf-8c89-d804-6553eebf755f-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060cba-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060cbc-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccb-6f43a3fa, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccd-6f43a3fa, #w-node-_29e41ef8-7d84-cb22-13c1-71e9755ffe32-6f43a3fa, #w-node-_1dcd4c8c-f727-cbdf-39d6-b96a49c5bd56-6f43a3fa, #w-node-e630934c-e0fd-7cbf-1042-8a3396cc3030-6f43a3fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca975f0a-e74e-e46a-53e5-cf392b57cce9-2b57cce4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca975f0a-e74e-e46a-53e5-cf392b57ccef-2b57cce4, #w-node-_4c9820f9-4e5f-7592-35f7-de6efad1d725-fad1d725, #w-node-_4c9820f9-4e5f-7592-35f7-de6efad1d730-fad1d725, #w-node-_84031e74-9953-6d18-28e6-3fb4f2ddb6b2-f2ddb6b2, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03ae-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03b3-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03b5-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03bb-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03bc-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03c1-c9fa037a, #w-node-_345850f3-e321-f77f-4ff2-2de5c9fa03c2-c9fa037a, #w-node-cf14ee62-f2e3-b588-2d6f-dacffb3bb3d3-c9fa037a, #w-node-cf14ee62-f2e3-b588-2d6f-dacffb3bb3d4-c9fa037a, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76e2-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76e7-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76e9-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76ef-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76f0-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76f5-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb76f6-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb770d-6f43a460, #w-node-_92031bae-845a-e3ce-cff4-4cbacceb770e-6f43a460, #w-node-c1f9159c-23b6-b4a0-8f3a-8e497cb07098-6f43a460, #w-node-_6523443f-1291-bf74-347b-f63f2d27a130-6f43a460, #w-node-_0e7f20d9-3cf3-4209-8670-b5e0252ddda8-6f43a460, #w-node-a1e4536c-c775-f941-01d7-a82eb8f552c7-6f43a460, #w-node-_153f8567-5357-5816-ce90-5ae4860a615c-6f43a460, #w-node-f4ff25fe-18c7-d3bc-624c-fa68607310f7-6f43a460 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36541b53-b44d-f39c-b6bb-9df377c7d55e-77c7d55a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_36541b53-b44d-f39c-b6bb-9df377c7d565-77c7d55a, #w-node-b58faebf-07fe-d938-62d9-f6f1cc1486c3-cc1486c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb073796-430e-41a3-3198-6b600cd787fb-cc1486c0 {
  grid-area: Area;
}

#w-node-b58faebf-07fe-d938-62d9-f6f1cc1486e5-cc1486c0, #w-node-_0a799949-9cd3-c779-01f2-25ff5b0a7103-cc1486c0, #w-node-b58faebf-07fe-d938-62d9-f6f1cc1486ee-cc1486c0, #w-node-c1f9159c-23b6-b4a0-8f3a-8e497cb07098-6f43a486, #w-node-_6523443f-1291-bf74-347b-f63f2d27a130-6f43a486, #w-node-_0e7f20d9-3cf3-4209-8670-b5e0252ddda8-6f43a486, #w-node-_153f8567-5357-5816-ce90-5ae4860a615c-6f43a486, #w-node-a1e4536c-c775-f941-01d7-a82eb8f552c7-6f43a486, #w-node-f4ff25fe-18c7-d3bc-624c-fa68607310f7-6f43a486, #w-node-_60cf8e2b-189b-8aa9-7acf-0fab42c40f13-6f43a486, #w-node-_60cf8e2b-189b-8aa9-7acf-0fab42c40f37-6f43a486, #w-node-_60cf8e2b-189b-8aa9-7acf-0fab42c40f42-6f43a486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b1b710-acc6-9bf3-0409-32e710d6e0d8-6f43a486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c8b1b710-acc6-9bf3-0409-32e710d6e0df-6f43a486, #w-node-c1f9159c-23b6-b4a0-8f3a-8e497cb07098-6f43a4a1, #w-node-_6523443f-1291-bf74-347b-f63f2d27a130-6f43a4a1, #w-node-_0e7f20d9-3cf3-4209-8670-b5e0252ddda8-6f43a4a1, #w-node-_153f8567-5357-5816-ce90-5ae4860a615c-6f43a4a1, #w-node-a1e4536c-c775-f941-01d7-a82eb8f552c7-6f43a4a1, #w-node-f4ff25fe-18c7-d3bc-624c-fa68607310f7-6f43a4a1, #w-node-dd5275e9-b1ac-d475-2316-b61a660ad7de-6f43a4a2, #w-node-_08cff609-7682-79da-3bb4-5f572a3579f3-6f43a4a2, #w-node-_24987d91-5e5a-b9f9-bc55-d34de3f84b48-6f43a4a2, #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-6f43a4a2, #w-node-eab76242-3281-388e-b260-eabe48862b2d-6f43a4a2, #w-node-_4a0b110b-87d3-4353-657e-baa048a7d44a-6f43a4a2, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a22-6f43a4a2, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-6f43a4a2, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a20-6f43a4a2, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-6f43a4a2, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19a-6f43a4a2, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19c-6f43a4a2, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0e7-6f43a4a2, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0ef-6f43a4a2, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0f0-6f43a4a2, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd12-6f43a4a2, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd13-6f43a4a2, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd15-6f43a4a2, #w-node-fae56527-8688-665f-3e44-1f30f53a6bbd-6f43a4a2, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8ca1-6f43a4a2, #w-node-_0c833d0c-dd60-0dea-08e2-929783f44ad1-6f43a4a2, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8cce-6f43a4a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cc73132-6d2e-d499-a79f-808f6350157e-6350157c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2cc73132-6d2e-d499-a79f-808f63501584-6350157c, #w-node-_89d0c5ff-596b-50d0-aae4-fff620e07d63-6f43a4ab, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f89-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f8e-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f90-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f96-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f97-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f9c-a3623f7a, #w-node-_3f96e62b-32ea-75c5-9376-9260a3623f9d-a3623f7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5041d2b-ecd0-2a79-aa9d-ac8e466a6e04-6f43a4ac {
  grid-area: Area;
}

#w-node-_9eac3272-3fee-d0e7-a699-3fb20ae5db75-6f43a4ac {
  grid-area: Area-2;
}

#w-node-_30669daf-4125-3624-1728-6a17ec3419e1-6f43a4ac, #w-node-_30669daf-4125-3624-1728-6a17ec341a03-6f43a4ac, #w-node-_30669daf-4125-3624-1728-6a17ec341a0e-6f43a4ac, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e49f-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4a4-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4a6-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4ac-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4ad-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4b2-6f43a4ae, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4b3-6f43a4ae, #w-node-c95d5904-d83c-961e-aa95-e754f7fac687-f7fac675, #w-node-c95d5904-d83c-961e-aa95-e754f7fac688-f7fac675, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b16-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b1b-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b1d-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b23-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b24-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b29-6f43a4b0, #w-node-_8dbe2c6f-1132-83b0-8c3e-8697a94d3b2a-6f43a4b0, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd95-6f43a4b0, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd96-6f43a4b0, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd9d-6f43a4b0, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd9e-6f43a4b0, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-6f43a4bf {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-6f43a4bf, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-6f43a4bf {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-6f43a4bf {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-6f43a4bf {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-6f43a4bf {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-6f43a4bf {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-6f43a4bf, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-6f43a4bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-6f43a4bf {
  justify-self: start;
}

#w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f567-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f56c-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f56e-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f574-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f575-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f57a-6f43a4c1, #w-node-_0be76c8c-e79b-d03d-51e7-89a453b0f57b-6f43a4c1, #w-node-_1383f3ba-00b2-1977-b2c6-0211e85b44a9-6f43a4c1, #w-node-_1383f3ba-00b2-1977-b2c6-0211e85b44aa-6f43a4c1, #w-node-cd5c91a7-7a71-a16c-788a-4d24ed7b5840-6f43a4c1, #w-node-_5a7587c3-3965-c24d-46ff-78f7be209ad9-6f43a4c1, #w-node-_029488e3-1c05-f5fd-e853-8082c357573c-6f43a4c1, #GetAQuote.w-node-_9cd9e294-08ca-1758-16af-d6708650da92-6f43a4c1, #w-node-be23578e-bcd7-b2a8-5b14-da91bd4a95b4-6f43a4c1, #w-node-dcc9f04c-73d2-a6b1-4c35-ea42e1073992-6f43a4c1, #w-node-_0b232404-4e80-4ebd-3544-e6bcfea43306-6f43a4c1, #w-node-_32ead171-8c2e-995e-39c7-7132740a27b2-6f43a4c1, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c874-6f43a4c1, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c87c-6f43a4c1, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c884-6f43a4c1, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c88c-6f43a4c1, #w-node-_345675a7-0e70-f122-c581-37991401ac6a-6f43a4c1, #w-node-e4256cdf-df49-0d80-e903-f2ad2aed0dc1-6f43a4c1, #w-node-_9c51a571-70ac-cd2f-341f-f964feba783d-6f43a4c1, #w-node-c0c2f815-2c7a-dfde-c887-d4cff8c89b9e-6f43a4c1, #w-node-_046f0dae-4623-21bb-09f1-ae0086637bc0-6f43a4c1, #w-node-d37e4ec0-5970-8a5a-d16c-f7e2f0be3ff6-6f43a4c1, #w-node-_09995a0c-d1f3-ec4c-8091-31758bd4103c-6f43a4c1, #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-6f43a4c1, #w-node-_2d237e34-aea0-409f-923a-7abed0627aef-6f43a4c1, #w-node-_9f427bcc-0aa1-39db-71fd-248e53d44d9e-6f43a4c1, #w-node-_3b6444b6-e2c7-dc3c-b360-65fde65a2e3f-6f43a4c1, #w-node-_5f054e5e-3312-92c4-e9f2-4de7a648f32d-6f43a4c1, #w-node-e430d38c-92a0-3a9a-553c-49db93675af1-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24a-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24b-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26a-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26b-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26c-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c27a-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ad-6f43a4c1 {
  justify-self: start;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2bc-6f43a4c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ce-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2cf-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a4c1 {
  order: -9999;
}

#w-node-a7b5d664-a074-f2f1-26f7-db3d1375ec59-6f43a4c1, #w-node-e0fdf29c-0fa2-6d30-17fd-e3c956231f16-6f43a4c1, #w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-6f43a4c1, #w-node-_1a9b8ef2-b080-ee69-404e-4be10d736114-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2fb-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c30e-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c318-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c31f-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c321-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c342-6f43a4c1, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f0-6f43a4c1, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f1-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d61-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d6c-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d82-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8d-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8e-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d90-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d92-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec70d-6f43a4c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec719-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec71a-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec71c-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec721-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec722-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec727-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec728-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72a-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec73a-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec745-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec75c-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-6f43a4c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec789-6f43a4c1, #w-node-_2a16dd46-82c3-beaf-a28a-2114dd78f67d-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_062e0921-5aa8-c319-3b2b-83ba9cdba119-6f43a4c1 {
  justify-self: center;
}

#w-node-_8654bc8c-3b47-ccda-5778-db906ff67a6f-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc61f0dd-3257-8185-1bf8-97ff56c33b19-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fc61f0dd-3257-8185-1bf8-97ff56c33b1f-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eed606b8-7218-7f08-0e8c-0f716fc6574d-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-eed606b8-7218-7f08-0e8c-0f716fc65753-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4723e9f-0967-6221-a0f0-e76de5bed96f-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d4723e9f-0967-6221-a0f0-e76de5bed975-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cda43fa1-91f5-88dc-50d8-a198d79975b5-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cda43fa1-91f5-88dc-50d8-a198d79975bb-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff2998-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29ad-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29af-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b2-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b4-6f43a4c1, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862856-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286b-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286d-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862870-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862872-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a26757411e-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a267574133-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a267574135-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a267574138-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a26757413a-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a26757413c-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1e2-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f7-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f9-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fc-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fe-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9dc-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9f1-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9f3-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9f6-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9f8-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f90b-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f920-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f922-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f925-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f927-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-6f43a4c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-6f43a4c1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8268-6f43a4c1, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8280-6f43a4c1, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8282-6f43a4c1, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8285-6f43a4c1, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8287-6f43a4c1, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ec9-6f43a4c1, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee1-6f43a4c1, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee3-6f43a4c1, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee6-6f43a4c1, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee8-6f43a4c1, #w-node-_98b10312-885a-8df2-a743-3e85a3a5add6-6f43a4c1, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adee-6f43a4c1, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf0-6f43a4c1, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf3-6f43a4c1, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf5-6f43a4c1, #w-node-_552e42ec-cb47-27e7-004a-955efffd9be5-6f43a4c1, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bfd-6f43a4c1, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bff-6f43a4c1, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c02-6f43a4c1, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c04-6f43a4c1, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f10-6f43a4c1, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f28-6f43a4c1, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2a-6f43a4c1, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2d-6f43a4c1, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2f-6f43a4c1, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d47-6f43a4c1, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d5f-6f43a4c1, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d61-6f43a4c1, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d64-6f43a4c1, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d66-6f43a4c1, #w-node-f5ffb944-8368-7687-f4c3-890021b335dd-6f43a4c1, #w-node-c145478d-9b06-23fa-6f3d-8176e41f24c2-6f43a4c1, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-6f43a4c1, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f7e-6f43a4c1, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f86-6f43a4c1, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f8e-6f43a4c1, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3ce-6f43a4c1, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3d0-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c83-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c85-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c87-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c93-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c95-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060c97-6f43a4c1, #w-node-db381a10-7aaf-8c89-d804-6553eebf755d-6f43a4c1, #w-node-db381a10-7aaf-8c89-d804-6553eebf755f-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060cba-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060cbc-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccb-6f43a4c1, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccd-6f43a4c1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e49f-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4a4-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4a6-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4ac-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4ad-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4b2-8d940ac1, #w-node-a4c779ff-ca2c-fbf6-0d0f-94b9d735e4b3-8d940ac1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26b-6f43a3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-6f43a3fa {
    align-self: start;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ce-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2cf-6f43a3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a3fa {
    order: 9999;
  }

  #w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-6f43a3fa, #w-node-_1a9b8ef2-b080-ee69-404e-4be10d736114-6f43a3fa, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-6f43a3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-6f43a3fa {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-6f43a3fa {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-6f43a3fa, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f8e-6f43a3fa, #w-node-_19d97a26-1609-eefc-eb7b-ebfa526e07e1-6f43a3fa, #w-node-_878adcb7-24b4-48cf-2152-467fd003e75f-6f43a3fa, #w-node-_456b5eaa-e190-2bbb-c47b-9dce38c44f49-6f43a3fa, #w-node-c1f9159c-23b6-b4a0-8f3a-8e497cb07098-6f43a460, #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26b-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-6f43a4c1 {
    align-self: start;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2ce-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2cf-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a4c1 {
    order: 9999;
  }

  #w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-6f43a4c1, #w-node-_1a9b8ef2-b080-ee69-404e-4be10d736114-6f43a4c1, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-6f43a4c1 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-6f43a4c1 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-6f43a4c1, #w-node-_69b63fa9-6ce0-5938-39d0-a55d77507f8e-6f43a4c1, #w-node-_19d97a26-1609-eefc-eb7b-ebfa526e07e1-6f43a4c1, #w-node-_878adcb7-24b4-48cf-2152-467fd003e75f-6f43a4c1, #w-node-_456b5eaa-e190-2bbb-c47b-9dce38c44f49-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c269-6f43a3fa, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c285-6f43a3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-6f43a3fa, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-6f43a3fa, #w-node-_5762dadf-3420-3361-409e-16a26757413c-6f43a3fa, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-6f43a3fa, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-6f43a3fa, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-6f43a3fa, #w-node-e630934c-e0fd-7cbf-1042-8a3396cc3030-6f43a3fa, #w-node-b58faebf-07fe-d938-62d9-f6f1cc1486ee-cc1486c0, #w-node-_60cf8e2b-189b-8aa9-7acf-0fab42c40f42-6f43a486, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8cce-6f43a4a2, #w-node-_30669daf-4125-3624-1728-6a17ec341a0e-6f43a4ac {
    order: -9999;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c269-6f43a4c1, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c285-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-6f43a4c1, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-6f43a4c1, #w-node-_5762dadf-3420-3361-409e-16a26757413c-6f43a4c1, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-6f43a4c1, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-6f43a4c1, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-6f43a4c1 {
    order: -9999;
  }

  #w-node-db381a10-7aaf-8c89-d804-6553eebf7562-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd5c91a7-7a71-a16c-788a-4d24ed7b5840-6f43a3fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a3fa, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec76a-6f43a3fa {
    order: -9999;
  }

  #w-node-_062e0921-5aa8-c319-3b2b-83ba9cdba119-6f43a3fa {
    justify-self: start;
  }

  #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-6f43a4a2, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-6f43a4a2, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-6f43a4a2, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0ef-6f43a4a2, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd12-6f43a4a2 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cd5c91a7-7a71-a16c-788a-4d24ed7b5840-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2e5-6f43a4c1, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec76a-6f43a4c1 {
    order: -9999;
  }

  #w-node-_062e0921-5aa8-c319-3b2b-83ba9cdba119-6f43a4c1 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0f0f447-354c-04c2-e56a-342909819dff-6f43a3fa, #w-node-feb5601b-0983-1642-9d1c-cc79d6838c45-6f43a3fa, #chatButton.w-node-b58faebf-07fe-d938-62d9-f6f1cc1486ea-cc1486c0, #w-node-b0f0f447-354c-04c2-e56a-342909819dff-6f43a4c1, #w-node-feb5601b-0983-1642-9d1c-cc79d6838c45-6f43a4c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Berthold Akzidenz Grotesk';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Medium-Extended.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Extended.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Bold-Extended.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extended';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Bold-Extended-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extended';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Extended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extra';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Extra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extended';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Medium-Extended.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extended';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Bold-Extended.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Extended';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Light-Extended.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Be Super';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-BE-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}