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

:root {
  --base--black: #000;
  --actions--action: #00703a;
  --actions--fast: #2dff00;
  --gray--500: #6b7280;
  --base--white: #fff;
  --gray--600: #4b5563;
  --black-2\<deleted\|variable-5e5a2467\>: black;
  --gray--100: #f3f4f6;
  --transparent--20-white: #fff3;
  --medium-sea-green\<deleted\|variable-4eb39a67\>: #00a857;
  --base--transparent: #fff0;
  --light-grey\<deleted\|variable-356ba940\>: #cbcbcb;
  --gray--300: #d1d5db;
  --honeydew\<deleted\|variable-8a425f44\>: #dbf0e3;
  --lavender\<deleted\|variable-1cfc83b1\>: #dce8fd;
  --lavender-2\<deleted\|variable-7cbdd635\>: #e7dcfd;
  --gainsboro\<deleted\|variable-706df2fd\>: #e2e2e2;
  --dim-grey\<deleted\|variable-9d4f4037\>: #545454;
  --grey\<deleted\|variable-f2ee5609\>: #757575;
  --white\<deleted\|variable-5cd0bcdf\>: white;
  --black\<deleted\|variable-1e824993\>: #1c1c1c;
  --gray--800: #1f2937;
  --gray--50: #f9fafb;
  --white-smoke-2\<deleted\|variable-5bdfe11a\>: #eee;
  --ivory\<deleted\|variable-3de7af45\>: #fffce7;
  --alice-blue\<deleted\|variable-b49f294e\>: #dbeffd;
  --black-4\<deleted\|variable-e607b8f3\>: #292929;
  --transparent--10-black: #0000001a;
  --white-2\<deleted\|variable-b73bd5b6\>: #fcfcfc;
  --gray--200: #e5e7eb;
  --transparent--30-white: #ffffff4d;
  --transparent--10-white: #ffffff1a;
  --white-smoke\<deleted\|variable-fb08eccf\>: #f6f6f6;
  --alice-blue-2\<deleted\|variable-ecc4eef7\>: #ebf2ff;
  --actions--accent: #00a857;
  --transparent--20-black: #0003;
  --transparent--5-black: #0000000d;
  --dce8fd\<deleted\|variable-1d36c037\>: #f6f6f6;
  --actions--attention: #2563eb;
  --gray--200\<deleted\|variable-30badccf-987d-a424-c9aa-18a9c10e6725\>: #e5e7eb;
  --gray--950-8\<deleted\|variable-7882983b-8ab2-4351-56c1-0cf2c08a8312\>: #030712;
  --gray--600-6\<deleted\|variable-b53c352d-38d2-95bd-22f3-a537e783c105\>: #4b5563;
  --gray--600\<deleted\|variable-95d58d9d-2db0-a3ff-d50e-d03f69060c54\>: #4b5563;
  --gray--200-3\<deleted\|variable-0068b837-81ec-5d68-70c6-16efe8bfafde\>: #e5e7eb;
  --gray--950-10\<deleted\|variable-6786999c-caba-a403-a76f-1f7013ce434f\>: #030712;
  --ghost-white\<deleted\|variable-1d445a1d\>: #f6f9ff;
  --gray--600-8\<deleted\|variable-d58ba8be-dc3b-8707-4501-d9ed3a7d6b88\>: #4b5563;
  --gray--800\<deleted\|variable-5f68e0a6-3d13-4829-2e9f-45e56b4ec6b1\>: #1f2937;
  --base--white-10\<deleted\|variable-db240950-59dd-bdff-29c3-acf8d5f61bae\>: #fff;
  --transparent--5-white: #ffffff0d;
  --gray--950: #030712;
  --transparent--2-black: #00000005;
  --actions--ai: #7c3aed;
  --transparent--30-black: #0000004d;
  --transparent--50-black: #00000080;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-miterlimit='10' d='M11 2L5.5 8.5 2 5'/%3E%3C/svg%3E");
  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;
}

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

@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: var(--base--black);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: left;
  letter-spacing: -.14rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.05;
}

h2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

h3 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.07rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

h6 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  letter-spacing: -.02rem;
  margin-bottom: 0;
  padding-bottom: .6rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

a, button:where(.w-tab-link, .w-lightbox, [data-native-link]) {
  color: var(--actions--action);
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
}

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

li {
  letter-spacing: -.2px;
  margin-bottom: .25rem;
  font-size: 1.2rem;
  font-weight: 500;
}

img {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
}

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

blockquote {
  letter-spacing: -.5px;
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.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-bottom-4-rem {
  margin-bottom: 4rem;
}

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

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

.margin-bottom.margin-xxsmall.mobile-xsmall {
  margin-bottom: 2rem;
}

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

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

.fs-styleguide_max-width {
  display: block;
}

.icon-1x1-small {
  border-radius: 0;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.icon-1x1-small.text-color-fast {
  font-size: .8rem;
  display: flex;
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

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

.icon-1x1-large {
  border-radius: 0;
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
}

.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-align-center.text-large {
  letter-spacing: -.6px;
}

.text-weight-semibold.text-align-center.text-large.text-color-white {
  color: #fff;
}

.text-strikethrough {
  padding-bottom: 0;
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 0 solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  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(--base--black);
}

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

.text-color-black {
  color: var(--base--black);
  vertical-align: baseline;
}

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

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

.text-color-gray.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-h3 {
  letter-spacing: -.09rem;
  font-size: 1.8rem;
  line-height: 1.1;
}

.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 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fs-styleguide_margins {
  display: none;
}

.icon-1x1-medium {
  border-radius: 0;
  flex: none;
  width: 1.4rem;
  height: 1.4rem;
}

.icon-1x1-medium.text-color-fast {
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  display: flex;
}

.heading-h1.is-local {
  text-align: center;
}

.heading-h1.is-ltl {
  text-align: center;
  display: flex;
}

.heading-h1.text-align-center {
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

.heading-h1.text-align-center.is-ltl {
  display: none;
}

.global-pad-1-rem {
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-weight-normal {
  letter-spacing: -.2px;
}

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

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

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

.text-color-white.text-regular {
  color: #fff;
  text-transform: uppercase;
}

.text-color-white.text-large {
  text-transform: none;
}

.text-color-white.text-large.text-align-center {
  text-align: center;
}

.text-italic {
  padding-bottom: 0;
  font-style: italic;
}

.text-weight-medium {
  letter-spacing: -.2px;
  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: block;
}

.text-tiny {
  letter-spacing: -.015rem;
  padding-bottom: 0;
  font-size: .7rem;
}

.text-tiny.text-color-gray-tip {
  color: var(--gray--500);
}

.text-tiny.tiny-link {
  color: var(--actions--action);
  font-weight: 600;
  text-decoration: none;
}

.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 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

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

.text-weight-light {
  letter-spacing: -.2px;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  letter-spacing: -.2rem;
  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-regular {
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.text-regular.text-weight-black {
  font-weight: 900;
}

.text-regular.text-weight-black.text-weight-semibold {
  letter-spacing: -.3px;
}

.text-regular.text-color-white {
  text-transform: none;
}

.text-weight-xbold {
  letter-spacing: -.4px;
  font-weight: 800;
}

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

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

.text-weight-bold.count-number {
  font-family: Inter, sans-serif;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: .7;
}

.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 {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  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-muted {
  opacity: .6;
  padding-bottom: 0;
}

.text-small {
  letter-spacing: -.3px;
  padding-bottom: 0;
  font-size: .9rem;
  line-height: 1.2;
}

.text-small.zzz-gray-combo {
  display: block;
}

.text-small.zzz-gray-combo.no-letter-spacing {
  letter-spacing: -.01rem;
  padding-top: 0;
}

.text-small.text-weight-semibold.zzz-gray-combo.text-spacing-0.is-how {
  text-align: center;
  margin-bottom: 2.5rem;
}

.text-small.text-color-gray-tip2 {
  color: var(--gray--500);
}

.text-small.text-color-black {
  color: var(--base--black);
  padding-top: 0;
}

.heading-h4 {
  letter-spacing: -.09rem;
  font-size: 1.5rem;
  line-height: 1.2;
}

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

.textnowrap {
  white-space: nowrap;
  padding-bottom: 0;
}

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

.background-color-grey {
  background-color: var(--gray--100);
}

.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-h6 {
  letter-spacing: -.05rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.text-link {
  padding-bottom: 0;
  text-decoration: underline;
}

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

.text-large {
  letter-spacing: -.7px;
  padding-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

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

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

.heading-h2 {
  line-height: 1;
}

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

.heading-h2.text-color-white {
  color: var(--base--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

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

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

.heading-h5 {
  letter-spacing: -.07rem;
  font-size: 1.2rem;
  line-height: 1.2;
}

.container-large {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  margin: 0 auto;
}

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

.text-allcaps {
  text-transform: uppercase;
  padding-bottom: 0;
}

.fs-styleguide_paddings {
  display: none;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.main-wrapper.is-signup {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  max-width: 100vw;
  display: flex;
}

.main-wrapper.careers, .main-wrapper.blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.fs-styleguide_icons {
  display: none;
}

.fs-styleguide_colors {
  display: block;
}

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

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

.fs-styleguide_utility-classes {
  display: block;
}

.text-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-regular {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--transparent--20-white);
  background-color: var(--base--black);
  color: var(--base--white);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  display: flex;
}

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

.button-regular.is-small {
  background-color: var(--base--black);
  border: 1px solid #000;
  padding: .25rem .75rem;
  font-size: .75rem;
  line-height: 1.33333;
}

.button-regular.is-large {
  background-color: var(--base--black);
  border-radius: 20em;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  display: block;
  position: relative;
}

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

.button-regular.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-regular.is-icon.is-green {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to right, var(--medium-sea-green\<deleted\|variable-4eb39a67\>), var(--actions--action));
  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-regular.is-secondary {
  border-color: var(--base--white);
  background-color: var(--gray--100);
  color: var(--actions--action);
}

.button-regular.is-secondary.is-icon.mobile_width-100.is-strech {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.button-regular.is-third {
  background-color: var(--base--transparent);
  color: var(--base--black);
  border: 1px solid #000;
}

.button-regular.is-nav {
  font-size: .75rem;
}

.button-regular.is-nav.is-secondary {
  color: #008542;
  background-color: #f6f6f6;
  border-color: #e2e2e2;
}

.button-regular.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-regular.is-nav_secondary.hide-small-phone {
  background-color: #fff;
  border-color: #979797;
  overflow: visible;
}

.button-regular.is-nav_secondary.hide-small-phone:hover {
  border-color: #a8a8a8;
}

.button-regular.is-nav_secondary.hide-small-phone:active {
  background-color: #eefff4;
  border-width: 1px;
  border-color: #000;
}

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

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

.button-regular.hide-small-phone.is-nav_secondary {
  color: #00703a;
  background-color: #fff;
  border-color: #d1d5db;
}

.button-regular.black-cta {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex: none;
  align-self: auto;
  max-height: none;
  padding-top: .3rem;
  padding-bottom: .3rem;
  font-size: .8rem;
  line-height: 1.333;
}

.button-regular.gray-cta {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #00ff84;
  -webkit-text-stroke-color: #0000;
  background-color: #f7f7f7;
  border: 1px solid #dadada;
}

.button-regular.green-cta {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #00703a;
}

.fs-styleguide_buttons {
  background-color: var(--light-grey\<deleted\|variable-356ba940\>);
}

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

.text-medium {
  padding-bottom: 0;
}

.text-medium.zz-tmp-combo-light-2, .text-medium.text-color-light-gray {
  color: var(--gray--300);
}

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

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

.fs-styleguide_structure {
  display: block;
}

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

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

.fs-styleguide_color.is-1 {
  background-color: var(--base--black);
}

.fs-styleguide_color.is-2 {
  background-color: var(--gray--100);
}

.fs-styleguide_color.is-3 {
  background-color: var(--base--white);
}

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

.fs-styleguide_spacers {
  display: block;
}

.section_map {
  z-index: 0;
  margin-top: 0;
  padding-bottom: 40px;
}

.section_values {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.values_component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.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: #f4f7ff;
  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\<deleted\|variable-8a425f44\>);
}

.values_icon-wrapper.bg_color-v2 {
  background-color: var(--lavender\<deleted\|variable-1cfc83b1\>);
}

.values_icon-wrapper.bg_color-v3 {
  background-color: var(--lavender-2\<deleted\|variable-7cbdd635\>);
}

.values_icon-wrapper.bg_color-v4 {
  background-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
}

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

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

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

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

.text-style-title.video-card.video-card-mobile {
  letter-spacing: -.4px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

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

.how_heading-wrapper {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.how_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  position: relative;
}

.how_tab-menu {
  z-index: 4;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--base--white);
  background-color: var(--gray--100);
  border-radius: 2rem;
  padding: .25rem;
  display: flex;
  position: sticky;
  top: 4.7rem;
  box-shadow: 0 0 20px #ffffff80;
}

.how_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dim-grey\<deleted\|variable-9d4f4037\>);
  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: .25rem .5rem .25rem .25rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  display: grid;
}

.how_tab-link.w--current {
  border-color: var(--grey\<deleted\|variable-f2ee5609\>);
  color: var(--black-2\<deleted\|variable-5e5a2467\>);
  background-color: #fff;
  padding-top: .25rem;
  padding-bottom: .25rem;
  box-shadow: 0 2px .75rem #00000014;
}

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

.how_tab-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.how_tab-content {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

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

.how_tab-pane {
  grid-row-gap: 4rem;
  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 {
  border-radius: 0;
  flex: none;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
}

.icon-1x1-xsmall.is-embed.hide-mobile-portrait {
  width: .8rem;
  height: .8rem;
}

.icon-1x1-xsmall.text-color-fast {
  align-items: center;
  font-size: .7rem;
  display: flex;
}

.icon-1x1-xsmall.zzz-gray-combo {
  color: var(--gray--500);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
}

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

.local_how-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: center;
  width: 100%;
  max-width: 53rem;
  display: grid;
  position: relative;
}

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

.local_step-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100px;
  display: flex;
  position: relative;
}

.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\<deleted\|variable-5e5a2467\>);
  height: 1.5rem;
  color: var(--white\<deleted\|variable-5cd0bcdf\>);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -.75rem auto auto;
}

.step_text-wrapper.max_width-120 {
  width: 140%;
}

.step_text-wrapper.max_width-10 {
  width: 140%;
  padding-left: 0;
}

.section_cta-product {
  background-color: var(--base--black);
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  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-black {
  border-radius: 2rem;
}

.cta_heading-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_image-wrapper {
  position: relative;
}

.cta_product-image {
  z-index: 1;
  object-fit: contain;
  position: relative;
  overflow: hidden;
}

.cta_image-overlay {
  z-index: 3;
  background-image: linear-gradient(#0000, #00000069);
  width: 100%;
  height: 20%;
  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 {
  border-radius: 0;
  flex: none;
  width: .6rem;
  height: .6rem;
  display: flex;
}

.icon-1x1-xxsmall.is-embed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #00703a;
  text-align: center;
  object-fit: fill;
  border: 0 solid #0000;
  width: .7rem;
  height: .7rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: .7rem;
  line-height: 1.333;
  display: flex;
  overflow: visible;
}

.show-mobile_landscape {
  display: none;
}

.section_cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_component {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--base--black);
  border: 1px dotted #000;
  border-radius: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
  display: grid;
  overflow: hidden;
  box-shadow: inset 0 0 120px #fff3, 0 0 30px #fff3;
}

.cta_component.background-color-black_light {
  background-color: #000;
  max-width: 1200px;
}

.cta_content-left-news2 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 4.75rem 4.5rem;
  display: flex;
}

.cta_content-left-news2.is-flex {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cta_content-right {
  width: 100%;
}

.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: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  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;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100px;
  max-width: 130px;
  display: flex;
}

.cta_icon-wrapper {
  background-color: var(--black\<deleted\|variable-1e824993\>);
  border-radius: .5rem;
  width: 40px;
  padding: .625rem;
}

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

.background-color-black_light {
  background-color: var(--gray--800);
}

.cta_button-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-1x1-1rem {
  border-radius: 0;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-1x1-tiny-button {
  border-radius: 0;
  width: .8rem;
  height: .8rem;
  font-size: .4rem;
  line-height: 1;
  display: flex;
}

.footer {
  background-color: var(--gray--50);
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer.api-page-dark {
  margin-top: 0;
  margin-bottom: 0;
}

.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;
  border-radius: 0;
  height: 1rem;
}

.footer_content-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  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(--actions--action);
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: 600;
  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_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #dfdfdf;
  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\<deleted\|variable-5bdfe11a\>);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.section_social-leaders {
  background-color: var(--base--white);
  position: relative;
}

.section_social-leaders.margin-bottom-4-rem {
  background-color: var(--base--white);
}

.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\<deleted\|variable-3de7af45\>);
}

.leaders_item.bg_color-v2 {
  background-color: var(--alice-blue\<deleted\|variable-b49f294e\>);
}

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

.leaders_person-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  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: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.leaders_body-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  line-height: 1.25;
  display: flex;
}

.play-button {
  background-color: var(--base--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 {
  border-radius: 0;
  flex: none;
  width: .875rem;
  height: .875rem;
}

.leaders_logo-wrapper {
  height: 50px;
  margin-top: auto;
}

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

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

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

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

.splide {
  width: 100%;
  max-width: 1200px;
  display: none;
}

.splide.splide-leaders {
  display: none;
}

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

.splide__track.is-business {
  padding-top: 20px;
  padding-bottom: 20px;
}

.splide__list {
  display: flex;
}

.splide__list.is-business {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.splide__list.is-tms {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32rem;
  display: flex;
}

.splide__slide.is-business {
  width: 100%;
  max-width: 16rem;
}

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

.empower_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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\<deleted\|variable-8a425f44\>);
}

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

.empower_text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section_how-business {
  position: relative;
}

.business_tab {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 17.25rem) 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: flex;
}

.business_tab-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.business_tab-link {
  border: 1px solid var(--dim-grey\<deleted\|variable-9d4f4037\>);
  background-color: var(--black-4\<deleted\|variable-e607b8f3\>);
  color: #fff;
  letter-spacing: -.3px;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 240px;
  height: 100%;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  transition: all .35s;
  display: flex;
}

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

.business_tab-link.w--current {
  color: #000;
  letter-spacing: -.3px;
  background-color: #fff;
  border-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}

.buiness_tab-content {
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.business_tab-pane {
  z-index: 1;
  flex: none;
  order: 0;
  align-self: stretch;
  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: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 14.625rem) 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 420px;
  display: grid;
  position: relative;
}

.business_tab-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.tab_image-wrapper._4 {
  height: 100%;
}

.tab-image {
  object-fit: cover;
  object-position: 66% 50%;
  border-radius: 10px;
  height: 100%;
}

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

.tab_text-bottom {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.zz-park-light-gray {
  color: var(--gray--300);
}

.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: 4.6rem;
  position: absolute;
  inset: 2.8rem auto auto -4.2rem;
}

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

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

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

.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_text {
  padding: 19px;
}

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

.business_image-wrapper {
  height: 180px;
}

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

.impact_heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: normal;
  flex-flow: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.splide__container {
  max-width: 1200px;
  overflow: hidden;
}

.splide__container.no-padding.is-business {
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  overflow: visible;
}

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

.impact_item {
  border: 1px solid var(--white-smoke-2\<deleted\|variable-5bdfe11a\>);
  background-color: #fff;
  border-radius: 2rem;
  width: 17.5rem;
  transition: all .2s;
  overflow: hidden;
}

.impact_item-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 2rem 3rem 2rem 1.5rem;
  transition: all .2s;
  display: flex;
}

.impact_image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: block;
  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\<deleted\|variable-4eb39a67\>);
  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;
}

.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;
  max-width: 1200px;
  display: grid;
}

.spending_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--alice-blue\<deleted\|variable-b49f294e\>);
  background-image: linear-gradient(#eaf1ff, #c9ddff);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.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 {
  border-radius: 0;
  height: auto;
}

.nav-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: relative;
}

.nav-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\<deleted\|variable-706df2fd\>);
  background-color: var(--white-2\<deleted\|variable-b73bd5b6\>);
  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;
  background-color: #0000;
  padding: 20px 0;
  display: block;
}

.nav_hamburger-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: block;
}

.nav_hamburger-wrapper.w--open {
  background-color: #0000;
}

.hamburger_close-wrapper {
  display: inline-flex;
}

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

.nav_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.show-tablet {
  display: none;
}

.icon-1x1-1-25rem {
  border-radius: 0;
  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;
}

.story_text-wrapper {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 2.5rem 2.5rem 1rem;
  display: flex;
}

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

.spending_content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 23px;
  display: flex;
}

.spending_content.is-same-dayinfo {
  padding-bottom: 0;
}

.mile_graphic-rectangle {
  background-color: var(--white\<deleted\|variable-5cd0bcdf\>);
  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 {
  background-color: var(--base--white);
  width: 52.07%;
  height: 1rem;
}

.mile_graphic-rectangle.v4 {
  background-color: var(--base--white);
  width: 66.77%;
  height: 1rem;
}

.mile_graphic-rectangle.v5 {
  background-color: var(--base--white);
  opacity: .7;
  width: 80%;
  height: 1rem;
}

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

.mile_graphic-wrapper {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.675rem 2.075rem;
  display: flex;
}

.mile_graphic-wrapper.is-same-day {
  flex-flow: column;
  padding-left: 1rem;
  padding-right: 3rem;
}

.graphic_left-content {
  grid-column-gap: .8rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  width: 100%;
  line-height: 1.1;
  display: flex;
}

.graphic_left-content.is-stop-overspending {
  justify-content: flex-start;
  display: flex;
}

.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;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

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

.graphic-image {
  z-index: 1;
  object-fit: contain;
  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\<deleted\|variable-f2ee5609\>);
  letter-spacing: -.15px;
  font-weight: 600;
}

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

.increase_item {
  background-color: var(--black\<deleted\|variable-1e824993\>);
  background-image: url('../images/bg-img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.increase-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.increase-lottie {
  width: 80%;
}

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

.reability_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black\<deleted\|variable-1e824993\>);
  border-radius: 2rem;
  grid-template-rows: .5fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.damaged_item {
  background-color: var(--gray--100);
  border-radius: 2rem;
  flex-flow: column;
  height: 500px;
  display: flex;
}

.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;
  padding: .3rem .75rem;
  font-size: .75rem;
  font-weight: 300;
  text-decoration: none;
  display: inline-flex;
}

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

.button_story.is-alternate {
  text-decoration: none;
  display: inline-flex;
}

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

.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-inverted {
  color: #000;
  background-color: #fff;
}

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

.damaged_content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.coverage_item {
  background-color: var(--gray--200);
  border-radius: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.coverage_content {
  flex-flow: column;
  height: 100%;
  padding: 17px;
  display: flex;
  position: relative;
}

.content-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--base--white);
  border-radius: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem;
  display: grid;
}

.converage-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  padding: 11px 14px;
  display: flex;
}

.local_lottie-wrapper {
  order: -9999;
  height: 100%;
  display: flex;
}

.local-lottie {
  width: auto;
  height: auto;
}

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

.vetted_item {
  background-color: var(--base--black);
  color: #fff;
  border-radius: 2rem;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.vetted_content {
  z-index: 1;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

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

.vetted_pill-wrapper-1 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  -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: 4px 20px 4px 7px;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

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

.support_item {
  background-color: #000;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.support_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 21px 2.3rem 2.3rem;
  display: flex;
}

.support_graphic-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #00ff4c66;
  border: 1px solid #00ff2a4a;
  border-radius: 0 1.5em 1.5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6.5rem;
  padding: 1rem;
  display: grid;
  box-shadow: 0 0 70px #0f46;
}

.support_icon-wrapper {
  background-image: linear-gradient(#000, #000), linear-gradient(40deg, #a6ffaf, #37ffc2);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

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

.support_text-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  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: #fff6;
  border-radius: 100vw;
  width: 79.21%;
  height: .625rem;
  margin-top: .333333rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.negotiated_item {
  background-image: linear-gradient(147deg, #0000, #000000c4), url('../images/m_nat-negotiated-bg-img_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.negotiated_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.negotiated_pill-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  border: 1px solid var(--transparent--30-white);
  background-color: var(--transparent--10-white);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem 2rem 2rem;
  display: flex;
  box-shadow: 0 0 20px #ffffff1a, inset 0 0 30px #ffffff29;
}

.negotiated_image-wrapper {
  width: 5.1rem;
  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: .2rem;
  grid-row-gap: .2rem;
  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: 2rem;
  font-weight: 500;
  line-height: 1;
}

.negotiated_pill-text {
  color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 400;
  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-image: url('../images/m_nat-tracking-bg-img_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-direction: column;
  display: flex;
}

.story_nat-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  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: none;
}

.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: 102%;
  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;
}

.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base--black);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.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: 55%;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translate(-50%);
}

.local_bar-wrapper {
  background-color: var(--lavender\<deleted\|variable-1cfc83b1\>);
  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;
  width: 100%;
  height: 740px;
  padding-bottom: 60px;
  padding-left: 33px;
  padding-right: 33px;
  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_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
}

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

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

.partnered_logo-wrapper.v2 {
  background-image: url('../images/Frame-8832_1.avif');
  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;
}

.carrier-requirements {
  z-index: 3;
  background-color: var(--gray--100);
  flex-direction: column;
  width: auto;
  height: 100%;
  display: none;
  position: relative;
}

.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 2.5rem 10px;
  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: 0px;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vetted_add-item.is-last {
  background-color: #fff;
}

.vetted_icon {
  width: 1.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;
  place-items: center;
  display: flex;
}

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

.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: 2.5rem 2.5rem 10px;
  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-black {
  margin-top: .2rem;
  left: 0;
}

.damaged_triangle-icon {
  object-fit: contain;
  width: 60%;
  height: 60%;
  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_text {
  letter-spacing: -.5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

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

.damaged_text-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5rem 1.5rem 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;
  background-color: #000;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-left: 7.875rem;
  padding-right: 7.875rem;
  display: flex;
}

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

.vetted_main-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  background-image: url('../images/m_vetter-bg-img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: grid;
}

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

.reliability_text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.count-up {
  margin-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 8rem;
  font-weight: 700;
}

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

.increase_lottie-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.story_heading-style-h2 {
  letter-spacing: -.045em;
  width: 80%;
  font-size: 2rem;
  line-height: 1.125;
  text-decoration: none;
}

.story_heading-style-h2.text-color-white {
  width: 80%;
  font-size: 2rem;
}

.story_heading-style-h2.text-color-white.is-sameday {
  width: 75%;
}

.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\<deleted\|variable-9d4f4037\>);
  -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: 17rem;
  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;
}

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

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

.damaged_main-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.damaged_gradient-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg width='620' height='153' viewBox='0 0 620 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.68103 152.748L619.064 152.748C619.064 146.925 614.343 142.204 608.52 142.204H220.813C204.151 142.204 189.666 130.77 185.797 114.563L165.226 28.3895C161.357 12.1826 146.872 0.748466 130.21 0.74846L0.68103 0.748413V152.748Z' fill='url(%23paint0_linear_136_49496)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_49496' x1='322.348' y1='9.50218' x2='-156.318' y2='9.50219' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.328125' stop-color='%2320FFC5'/%3E%3Cstop offset='1' stop-color='%23F6F9FF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 700px;
  width: 100%;
  height: 100%;
}

.damaged_gradient-wrapper.is-gray {
  background-image: url("data:image/svg+xml,%3Csvg width='776' height='220' viewBox='0 0 776 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 220H776C776 211.412 769.038 204.45 760.45 204.45H413.6C383.025 204.45 356.21 184.044 348.06 154.576L319.105 49.8746C310.955 20.406 284.14 4.87514e-06 253.565 1.19154e-05L0 7.03023e-05V220Z' fill='url(%23paint0_linear_2134_10827)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2134_10827' x1='636' y1='12.6699' x2='9.70848e-06' y2='12.6699' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.29717' stop-color='%2320FFC5'/%3E%3Cstop offset='0.449686' stop-color='%23757575'/%3E%3Cstop offset='1' stop-color='%23303030'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: 0 100%;
  background-size: contain;
}

.damaged_gradient-wrapper.is-gray.pointer-events-off {
  background-image: url("data:image/svg+xml,%3Csvg width='1094' height='221' viewBox='0 0 1094 221' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0098877 220.634H1093.23C1093.23 212.046 1086.27 205.084 1077.68 205.084H413.61C383.035 205.084 356.22 184.678 348.07 155.209L319.114 50.5081C310.965 21.0395 284.149 0.63355 253.575 0.633557L0.0098877 0.633615V220.634Z' fill='url(%23paint0_linear_136_49506)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_49506' x1='636' y1='13.3035' x2='-0.000385295' y2='13.3035' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.29717' stop-color='%2320FFC5'/%3E%3Cstop offset='0.449686' stop-color='%23757575'/%3E%3Cstop offset='1' stop-color='%23303030'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: cover;
}

.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: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

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

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

.fs-style-guide_misc {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  background-color: #fff6e6;
  border: 1px dashed #000;
  flex-flow: column;
  padding: 2rem;
  display: flex;
}

.heading-xlarge {
  color: var(--base--black);
  letter-spacing: -.3rem;
  padding-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.heading-xsmall {
  color: var(--base--black);
  letter-spacing: -.1rem;
  padding-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}

.heading-small {
  color: var(--base--black);
  letter-spacing: -.12rem;
  padding-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.9375rem;
  font-weight: 500;
  line-height: 1.16129;
}

.heading-small.text-align-center {
  margin-top: 1.1rem;
}

.heading-small.is-ltl {
  display: none;
}

.heading-medium {
  letter-spacing: -.12rem;
  padding-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-medium.is-hero-heading {
  text-align: center;
  font-weight: 500;
}

.heading-medium.is-hero-heading.is-ltl {
  display: block;
}

.heading-medium.is-hero-heading.is-local.is-same-day {
  font-family: Berthold Akzidenz Grotesk, sans-serif;
}

.heading-large {
  letter-spacing: -.2rem;
  padding-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
}

.heading-large.text-color-white.text-align-center {
  display: block;
}

.damaged_upper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.damaged_lower {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  display: flex;
  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-wrapper {
  align-items: center;
  height: 32rem;
  display: flex;
}

.swiper-slide {
  width: 25%;
}

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

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

.slider-gradients-wrapper.pointer-events-off {
  display: flex;
}

.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 {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #7ff58b, #00d0ff);
  -webkit-background-clip: text;
  background-clip: text;
}

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

.map_area-wrapper {
  z-index: 1;
  background-color: var(--alice-blue-2\<deleted\|variable-ecc4eef7\>);
  width: 100%;
  height: 23rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

.map-quoter {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border: 2px solid var(--actions--action);
  background-color: #fff;
  border-radius: 100vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr minmax(auto, 11rem) minmax(auto, 13rem);
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding: 0 .5rem;
  display: grid;
  box-shadow: 0 0 60px 8px #0000002b;
}

.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\<deleted\|variable-706df2fd\>);
  background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  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-size: 1.2rem;
  font-weight: 500;
  line-height: 1.125;
}

.map_quoter-pill1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--transparent--20-black);
  background-color: #f6f6f6;
  border-radius: .55rem;
  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: var(--transparent--20-black);
  border-radius: .75rem;
  width: 80%;
  height: 1rem;
}

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

.map_quoter-pill2 {
  border: 1px solid var(--transparent--20-black);
  opacity: .91;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 3rem;
  padding: 1rem .75rem;
  display: flex;
}

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

.map_quoter-pil3-fill1 {
  background-color: var(--transparent--20-black);
  border-radius: .75rem;
  width: 80%;
  height: 1rem;
}

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

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

.map_quoter-pil4-fill1 {
  background-color: var(--transparent--20-black);
  border-radius: .75rem;
  width: 80%;
  height: 1rem;
}

.map_quoter-button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-image: linear-gradient(139deg, #00994f, var(--actions--action));
  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_tablet-text {
  display: none;
}

.map_tracker-icon {
  width: .625rem;
  height: .625rem;
  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_mobile-text {
  display: none;
}

.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: 0;
  height: auto;
  padding-top: 8rem;
  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\<deleted\|variable-5cd0bcdf\>);
  flex: 1;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  position: relative;
}

.signup_header-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 20px;
}

.section_coverage-map {
  background-image: linear-gradient(to top, var(--lavender-2\<deleted\|variable-7cbdd635\>), white 29%);
  flex: 1;
  min-height: 40rem;
}

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

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

.coverage-map-header-warpper {
  border-bottom: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
  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_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_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-links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  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: .1rem 1rem .1rem .25rem;
  display: grid;
}

.how_tab-links:hover {
  border-color: var(--actions--fast);
  background-color: var(--transparent--30-white);
  box-shadow: inset 0 0 5px #00ff5d6b, 0 0 10px #00ff6f33;
}

.how_tab-links.w--current {
  border-color: var(--base--white);
  background-color: var(--transparent--30-white);
  color: var(--base--black);
  margin-left: auto;
  margin-right: auto;
  padding: .1rem 1rem .1rem .25rem;
  box-shadow: 0 2px .75rem #00000014;
}

.how_tab-links.w--current:hover {
  border-color: var(--base--white);
}

.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;
  margin-top: 76px;
}

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

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

.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-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-client-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-sf-22px {
  color: var(--grey\<deleted\|variable-f2ee5609\>);
  text-align: left;
  letter-spacing: -.031rem;
  font-family: Inter, sans-serif;
  font-size: 1.375rem;
}

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

.text-sf-22px.text-color-black {
  color: var(--black\<deleted\|variable-1e824993\>);
}

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

.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-date {
  color: var(--grey\<deleted\|variable-f2ee5609\>);
  flex: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

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

.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: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.benefits_card {
  background-color: var(--dce8fd\<deleted\|variable-1d36c037\>);
  text-align: left;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
}

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

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

.section_hero {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 8rem 2rem 2rem;
  display: flex;
}

.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\<deleted\|variable-356ba940\>);
  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\<deleted\|variable-1cfc83b1\>);
  border-color: #000;
}

.interview_step-arrow {
  width: 12px;
}

.interview_step-heading {
  color: var(--black-2\<deleted\|variable-5e5a2467\>);
  letter-spacing: 0;
  font-family: Inter, 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\<deleted\|variable-fb08eccf\>);
  color: #000;
  border-radius: 12px;
  margin-bottom: 8px;
  padding: 16px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

.feature_grid-image-wrapper {
  margin-top: 78px;
}

.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-slide.basic-swiper-item {
  flex: none;
  width: 100%;
  height: 26.563rem;
  display: flex;
}

.swiper-slide.basic-swiper-item.gallery_photo {
  height: 100%;
  display: block;
}

.swiper-slide.basic-swiper-item.gallery_caption-item {
  justify-content: center;
  align-items: center;
  height: auto;
}

.requirements_content-wrapper, .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\<deleted\|variable-f2ee5609\>);
  margin-bottom: 0;
}

.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\<deleted\|variable-356ba940\>);
  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\<deleted\|variable-1cfc83b1\>);
  border-color: #000;
}

.roles_openings-list-item {
  background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  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;
}

.roles_position-dropdown {
  cursor: pointer;
}

.role_position-heading {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, 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;
}

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

.blog-trio_item-card-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog_item-thumbnail-2 {
  background-image: url('../images/Payout.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  width: 100%;
  height: 350px;
}

.blog_item-large-text {
  color: var(--base--black);
  letter-spacing: -.8px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 22px;
}

.blog_item-small-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gray--600);
  flex-flow: column;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  line-height: 17px;
}

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

.blog-duo_wrapper {
  width: 100%;
}

.blog-containter-filled {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-containter-filled.news2 {
  grid-column-gap: 30px;
}

.ms-container-xsmall {
  width: 100%;
  max-width: 700px;
}

.lightbox-link {
  color: var(--black-2\<deleted\|variable-5e5a2467\>);
  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-wrapper {
  z-index: 2147483647;
  border-bottom: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 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_content-row {
  border-bottom: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
  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\<deleted\|variable-4eb39a67\>);
  color: #fff;
  border-radius: 200rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .625rem;
  line-height: 1.28571;
  display: inline-block;
}

.tms-modal_tag.is-coming-soon {
  background-color: var(--actions--attention);
}

.paragraph-15 {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.paragraph-16 {
  color: var(--grey\<deleted\|variable-f2ee5609\>);
  flex: none;
  font-family: Inter, 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;
}

.section_gallery {
  justify-content: center;
  align-items: center;
  padding: 0 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_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 25.313rem;
}

.gallery_image.carrers_page {
  background-image: url('../images/Mothership-8_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.gallery_image.carrers_page.mobile {
  background-image: url('../images/DSC02798_1.avif');
}

.image {
  border-radius: 0;
}

.hero_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.blog-top-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6em 2rem 2em;
  display: flex;
}

.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;
  padding-top: 40px;
}

.carrier_grid-card {
  background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  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;
  padding-bottom: 60px;
  display: flex;
}

.carrier_download-app-button {
  height: 40px;
}

.carrier_download-app-button-icon {
  width: 100%;
}

.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_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_layout.is-download {
  max-width: 32.1rem;
}

.cta_buttons-wrap {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cta_button-icon {
  height: 40px;
}

.frieght-lanes_wrapper {
  padding-bottom: .25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fireight-lanes_lottie {
  object-fit: contain;
  width: 100%;
  max-width: 23em;
  margin-bottom: -2rem;
}

.how_bg-border-wrapper-dont-delete {
  display: none;
}

.home-header-gradeint {
  z-index: 2;
  background-image: linear-gradient(#fff 15%, #fff0);
  height: 12.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.how-tab-menu-bg-wrapper {
  z-index: 4;
  border-radius: 10px;
  width: 100%;
  height: 4rem;
  display: block;
  position: sticky;
  top: 4.2rem;
  overflow: clip;
}

.get-a-quote_text {
  color: #fff;
  white-space: nowrap;
  font-size: .875rem;
}

.map-outer-wrapper {
  flex: 1;
}

.how-gradient-bg {
  background-color: var(--transparent--30-white);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.tab-pane-local-freight {
  position: static;
}

.covered-local-max-width {
  max-width: 25rem;
}

.insurance-text-small.text-sf-24px {
  color: var(--actions--attention);
  font-weight: 500;
}

.div-block-22 {
  background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  border: 0 solid #000;
  border-radius: 1.25rem;
  height: 2.5rem;
  margin-top: 1rem;
}

.is-ltl {
  justify-content: center;
  display: none;
}

.text-color-green {
  color: var(--actions--action);
}

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

.gallery_image_two {
  background-image: url('../images/carrier-image-2_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 200%;
  height: 25.313rem;
}

.gallery_image_two.careers_page {
  background-image: url('../images/jay_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.gallery_image-three {
  background-image: url('../images/carrier-image-3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.gallery_image-three.careers_page {
  object-fit: cover;
  background-image: url('../images/Mothership-84_1.avif');
  background-position: 50%;
  background-size: cover;
}

.div-block-23 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  order: 1;
  display: flex;
}

.nav-bar {
  z-index: 10;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.nav-bar-style {
  z-index: 10;
  display: block;
}

.text-block {
  font-style: normal;
  text-decoration: none;
}

.navigation-box {
  background-color: #fff;
  border-bottom: 1px solid #ffffffc2;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 4rem;
  display: flex;
  position: relative;
}

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

.hamburger_open-wrapper-3 {
  flex-flow: row;
  align-items: baseline;
  display: flex;
}

.navigation_component-simple {
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
  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: 6rem;
  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\<deleted\|variable-706df2fd\>);
  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-image {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' height='125' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 125 125' width='125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-34.738 60.172h84.001v72.445h-84.001z' fill='%23e0e0e0' transform='matrix(1.48807306692 0 0 1.72543738752 51.693113736 -103.823282376)'/%3E%3Cg fill='%23c2c2c2'%3E%3Cpath d='m.072 0v-.727h.278c.053 0 .096.008.131.024.035.017.061.039.079.068.017.028.026.06.026.096 0 .03-.006.055-.017.076s-.027.038-.046.051-.041.022-.064.028v.007c.026.002.05.01.074.024s.043.034.059.06c.015.026.022.058.022.095s-.009.071-.027.101-.046.054-.082.071c-.037.017-.083.026-.139.026zm.131-.11h.142c.048 0 .082-.009.104-.028.021-.018.031-.042.031-.07 0-.022-.005-.041-.016-.059-.01-.017-.025-.031-.045-.041s-.043-.015-.07-.015h-.146zm0-.308h.131c.023 0 .043-.004.061-.013.018-.008.033-.02.043-.035.011-.016.016-.034.016-.056 0-.028-.01-.051-.029-.069-.02-.018-.05-.028-.088-.028h-.134z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 22.9360381866 58.0945343022)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 32.0439855186 58.0945343022)'/%3E%3Cpath d='m.304.011c-.054 0-.101-.012-.14-.036s-.069-.057-.09-.099c-.021-.043-.031-.091-.031-.147 0-.055.01-.104.032-.146.021-.043.051-.076.09-.1s.085-.036.138-.036c.045 0 .084.009.118.025s.061.039.082.068c.02.03.032.064.035.103h-.123c-.005-.026-.017-.048-.036-.065-.018-.018-.043-.027-.074-.027-.026 0-.049.007-.069.021s-.036.035-.047.061-.016.058-.016.094c0 .037.005.069.016.096s.026.047.046.061c.02.015.043.022.07.022.019 0 .036-.004.051-.011s.028-.018.038-.031c.01-.014.017-.031.021-.05h.123c-.003.038-.015.072-.034.102-.02.03-.047.053-.081.07-.034.016-.073.025-.119.025z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 39.938858289 58.0945343022)'/%3E%3Cpath d='m.183-.171v-.155h.02l.197-.219h.15l-.241.268h-.027zm-.117.171v-.727h.129v.727zm.342 0-.177-.248.086-.091.245.339z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 47.754181134 58.0945343022)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 55.0525036248 58.0945343022)'/%3E%3Cpath d='m.066 0v-.545h.125v.09h.005c.01-.031.027-.055.052-.073.024-.017.052-.025.083-.025.007 0 .015 0 .024.001.009 0 .016.001.022.002v.119c-.005-.002-.014-.004-.026-.006-.011-.001-.023-.002-.034-.002-.023 0-.044.005-.063.015-.018.01-.033.024-.043.042-.011.018-.016.038-.016.061v.321z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 63.5837263578 58.0945343022)'/%3E%3Cpath d='m.304.011c-.053 0-.099-.012-.139-.036-.039-.023-.069-.056-.09-.098-.022-.042-.032-.091-.032-.148 0-.056.01-.105.032-.148.021-.042.051-.075.09-.098.04-.024.086-.036.139-.036s.099.012.138.036c.04.023.07.056.091.098.022.043.032.092.032.148 0 .057-.01.106-.032.148-.021.042-.051.075-.091.098-.039.024-.085.036-.138.036zm.001-.103c.029 0 .053-.008.072-.024.02-.016.034-.038.044-.065.009-.027.014-.057.014-.09s-.005-.064-.014-.091c-.01-.027-.024-.048-.044-.064-.019-.017-.043-.025-.072-.025-.03 0-.054.008-.074.025-.02.016-.034.037-.044.064-.009.027-.014.058-.014.091s.005.063.014.09c.01.027.024.049.044.065s.044.024.074.024z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 68.555324772 58.0945343022)'/%3E%3Cpath d='m.414-.229v-.316h.128v.545h-.124v-.097h-.006c-.012.031-.033.056-.061.075-.028.019-.062.029-.103.029-.036 0-.067-.008-.095-.024-.027-.016-.048-.039-.064-.07-.015-.03-.023-.068-.023-.111v-.347h.129v.327c0 .035.009.062.028.082.019.021.044.031.075.031.019 0 .037-.005.055-.014.017-.009.032-.023.043-.041.012-.019.018-.042.018-.069z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 76.907572533 58.0945343022)'/%3E%3Cpath d='m.195-.32v.32h-.129v-.545h.123v.092h.006c.013-.03.033-.055.061-.073.027-.018.061-.027.102-.027.038 0 .07.008.098.025.029.016.05.039.066.07.015.03.023.067.023.111v.347h-.129v-.327c0-.037-.009-.065-.028-.086s-.045-.031-.078-.031c-.022 0-.042.005-.06.015-.017.01-.031.024-.041.042-.009.019-.014.041-.014.067z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 85.041045639 58.0945343022)'/%3E%3Cpath d='m.268.01c-.042 0-.081-.011-.115-.033-.033-.022-.06-.054-.08-.096-.019-.042-.029-.093-.029-.153 0-.061.01-.112.03-.154.02-.041.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.02.01.037.023.049.038s.021.029.028.043h.005v-.272h.129v.727h-.126v-.086h-.008c-.007.013-.017.027-.029.042-.013.015-.029.028-.05.038-.02.01-.046.016-.078.016zm.036-.106c.028 0 .051-.007.07-.022s.034-.036.044-.062c.01-.027.015-.057.015-.093 0-.035-.005-.066-.015-.092s-.024-.046-.044-.06c-.019-.015-.042-.022-.07-.022s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.026-.014.056-.014.09s.005.065.014.091c.01.027.025.048.044.063s.043.023.071.023z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 93.234341871 58.0945343022)'/%3E%3Cpath d='m43.2139072605 63.91650431248h1.84799944835v10.17799696172h-1.84799944835z' fill-rule='nonzero' stroke-width='13.9999958208'/%3E%3Cpath d='m.066 0v-.545h.123v.092h.006c.012-.031.03-.055.057-.073.026-.018.057-.027.094-.027s.068.009.093.027c.026.018.044.042.054.073h.006c.012-.03.032-.054.061-.072.029-.019.063-.028.103-.028.05 0 .091.016.123.048.031.032.047.078.047.139v.366h-.129v-.346c0-.034-.009-.059-.027-.075-.018-.015-.04-.023-.066-.023-.031 0-.055.009-.072.029-.018.019-.027.044-.027.075v.34h-.126v-.352c0-.028-.008-.05-.025-.067s-.039-.025-.066-.025c-.019 0-.036.004-.051.014-.015.009-.027.022-.036.039s-.013.037-.013.059v.332z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 45.9047566098 74.0945012742)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 58.0752030276 74.0945012742)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 65.970075798 74.0945012742)'/%3E%3Cpath d='m.308.011c-.055 0-.102-.012-.142-.035-.04-.022-.07-.055-.091-.097-.022-.042-.032-.091-.032-.149 0-.056.01-.105.032-.147.021-.043.051-.076.09-.1.038-.024.084-.036.136-.036.033 0 .065.006.095.017.03.01.057.027.08.049.023.023.041.052.054.086.013.035.02.076.02.124v.039h-.447v-.086h.324c0-.025-.006-.047-.016-.066-.011-.019-.025-.035-.044-.046-.018-.011-.04-.016-.064-.016-.027 0-.05.006-.07.019-.02.012-.035.029-.046.049-.011.021-.017.043-.017.068v.075c0 .032.006.059.018.082.011.022.027.04.048.052s.045.018.073.018c.019 0 .036-.003.051-.008.015-.006.028-.014.04-.024.011-.011.019-.023.025-.039l.12.014c-.008.031-.022.059-.043.083-.022.023-.049.041-.082.054-.032.013-.07.02-.112.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 74.501298531 74.0945012742)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 .79066396332 -.27506030607 .27506030607 -21.815911953 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 -.79066396332 -.27506030607 -.27506030607 -21.815911953 155.818972584)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 .79066396332 .27506030607 .27506030607 146.815839324 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 -.79066396332 .27506030607 -.27506030607 146.815839324 155.818972584)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  padding-bottom: 100%;
}

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

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

.gallery_llightbox {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 57px 0% 0%;
}

.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_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\<deleted\|variable-1e824993\>);
  width: .5rem;
}

.swiper-styles {
  display: none;
}

.parterns_pagination-wrapper {
  width: 100%;
  display: none;
}

.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("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' height='125' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 125 125' width='125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-34.738 60.172h84.001v72.445h-84.001z' fill='%23e0e0e0' transform='matrix(1.48807306692 0 0 1.72543738752 51.693113736 -103.823282376)'/%3E%3Cg fill='%23c2c2c2'%3E%3Cpath d='m.072 0v-.727h.278c.053 0 .096.008.131.024.035.017.061.039.079.068.017.028.026.06.026.096 0 .03-.006.055-.017.076s-.027.038-.046.051-.041.022-.064.028v.007c.026.002.05.01.074.024s.043.034.059.06c.015.026.022.058.022.095s-.009.071-.027.101-.046.054-.082.071c-.037.017-.083.026-.139.026zm.131-.11h.142c.048 0 .082-.009.104-.028.021-.018.031-.042.031-.07 0-.022-.005-.041-.016-.059-.01-.017-.025-.031-.045-.041s-.043-.015-.07-.015h-.146zm0-.308h.131c.023 0 .043-.004.061-.013.018-.008.033-.02.043-.035.011-.016.016-.034.016-.056 0-.028-.01-.051-.029-.069-.02-.018-.05-.028-.088-.028h-.134z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 22.9360381866 58.0945343022)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 32.0439855186 58.0945343022)'/%3E%3Cpath d='m.304.011c-.054 0-.101-.012-.14-.036s-.069-.057-.09-.099c-.021-.043-.031-.091-.031-.147 0-.055.01-.104.032-.146.021-.043.051-.076.09-.1s.085-.036.138-.036c.045 0 .084.009.118.025s.061.039.082.068c.02.03.032.064.035.103h-.123c-.005-.026-.017-.048-.036-.065-.018-.018-.043-.027-.074-.027-.026 0-.049.007-.069.021s-.036.035-.047.061-.016.058-.016.094c0 .037.005.069.016.096s.026.047.046.061c.02.015.043.022.07.022.019 0 .036-.004.051-.011s.028-.018.038-.031c.01-.014.017-.031.021-.05h.123c-.003.038-.015.072-.034.102-.02.03-.047.053-.081.07-.034.016-.073.025-.119.025z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 39.938858289 58.0945343022)'/%3E%3Cpath d='m.183-.171v-.155h.02l.197-.219h.15l-.241.268h-.027zm-.117.171v-.727h.129v.727zm.342 0-.177-.248.086-.091.245.339z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 47.754181134 58.0945343022)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 55.0525036248 58.0945343022)'/%3E%3Cpath d='m.066 0v-.545h.125v.09h.005c.01-.031.027-.055.052-.073.024-.017.052-.025.083-.025.007 0 .015 0 .024.001.009 0 .016.001.022.002v.119c-.005-.002-.014-.004-.026-.006-.011-.001-.023-.002-.034-.002-.023 0-.044.005-.063.015-.018.01-.033.024-.043.042-.011.018-.016.038-.016.061v.321z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 63.5837263578 58.0945343022)'/%3E%3Cpath d='m.304.011c-.053 0-.099-.012-.139-.036-.039-.023-.069-.056-.09-.098-.022-.042-.032-.091-.032-.148 0-.056.01-.105.032-.148.021-.042.051-.075.09-.098.04-.024.086-.036.139-.036s.099.012.138.036c.04.023.07.056.091.098.022.043.032.092.032.148 0 .057-.01.106-.032.148-.021.042-.051.075-.091.098-.039.024-.085.036-.138.036zm.001-.103c.029 0 .053-.008.072-.024.02-.016.034-.038.044-.065.009-.027.014-.057.014-.09s-.005-.064-.014-.091c-.01-.027-.024-.048-.044-.064-.019-.017-.043-.025-.072-.025-.03 0-.054.008-.074.025-.02.016-.034.037-.044.064-.009.027-.014.058-.014.091s.005.063.014.09c.01.027.024.049.044.065s.044.024.074.024z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 68.555324772 58.0945343022)'/%3E%3Cpath d='m.414-.229v-.316h.128v.545h-.124v-.097h-.006c-.012.031-.033.056-.061.075-.028.019-.062.029-.103.029-.036 0-.067-.008-.095-.024-.027-.016-.048-.039-.064-.07-.015-.03-.023-.068-.023-.111v-.347h.129v.327c0 .035.009.062.028.082.019.021.044.031.075.031.019 0 .037-.005.055-.014.017-.009.032-.023.043-.041.012-.019.018-.042.018-.069z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 76.907572533 58.0945343022)'/%3E%3Cpath d='m.195-.32v.32h-.129v-.545h.123v.092h.006c.013-.03.033-.055.061-.073.027-.018.061-.027.102-.027.038 0 .07.008.098.025.029.016.05.039.066.07.015.03.023.067.023.111v.347h-.129v-.327c0-.037-.009-.065-.028-.086s-.045-.031-.078-.031c-.022 0-.042.005-.06.015-.017.01-.031.024-.041.042-.009.019-.014.041-.014.067z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 85.041045639 58.0945343022)'/%3E%3Cpath d='m.268.01c-.042 0-.081-.011-.115-.033-.033-.022-.06-.054-.08-.096-.019-.042-.029-.093-.029-.153 0-.061.01-.112.03-.154.02-.041.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.02.01.037.023.049.038s.021.029.028.043h.005v-.272h.129v.727h-.126v-.086h-.008c-.007.013-.017.027-.029.042-.013.015-.029.028-.05.038-.02.01-.046.016-.078.016zm.036-.106c.028 0 .051-.007.07-.022s.034-.036.044-.062c.01-.027.015-.057.015-.093 0-.035-.005-.066-.015-.092s-.024-.046-.044-.06c-.019-.015-.042-.022-.07-.022s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.026-.014.056-.014.09s.005.065.014.091c.01.027.025.048.044.063s.043.023.071.023z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 93.234341871 58.0945343022)'/%3E%3Cpath d='m43.2139072605 63.91650431248h1.84799944835v10.17799696172h-1.84799944835z' fill-rule='nonzero' stroke-width='13.9999958208'/%3E%3Cpath d='m.066 0v-.545h.123v.092h.006c.012-.031.03-.055.057-.073.026-.018.057-.027.094-.027s.068.009.093.027c.026.018.044.042.054.073h.006c.012-.03.032-.054.061-.072.029-.019.063-.028.103-.028.05 0 .091.016.123.048.031.032.047.078.047.139v.366h-.129v-.346c0-.034-.009-.059-.027-.075-.018-.015-.04-.023-.066-.023-.031 0-.055.009-.072.029-.018.019-.027.044-.027.075v.34h-.126v-.352c0-.028-.008-.05-.025-.067s-.039-.025-.066-.025c-.019 0-.036.004-.051.014-.015.009-.027.022-.036.039s-.013.037-.013.059v.332z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 45.9047566098 74.0945012742)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 58.0752030276 74.0945012742)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 65.970075798 74.0945012742)'/%3E%3Cpath d='m.308.011c-.055 0-.102-.012-.142-.035-.04-.022-.07-.055-.091-.097-.022-.042-.032-.091-.032-.149 0-.056.01-.105.032-.147.021-.043.051-.076.09-.1.038-.024.084-.036.136-.036.033 0 .065.006.095.017.03.01.057.027.08.049.023.023.041.052.054.086.013.035.02.076.02.124v.039h-.447v-.086h.324c0-.025-.006-.047-.016-.066-.011-.019-.025-.035-.044-.046-.018-.011-.04-.016-.064-.016-.027 0-.05.006-.07.019-.02.012-.035.029-.046.049-.011.021-.017.043-.017.068v.075c0 .032.006.059.018.082.011.022.027.04.048.052s.045.018.073.018c.019 0 .036-.003.051-.008.015-.006.028-.014.04-.024.011-.011.019-.023.025-.039l.12.014c-.008.031-.022.059-.043.083-.022.023-.049.041-.082.054-.032.013-.07.02-.112.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 74.501298531 74.0945012742)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 .79066396332 -.27506030607 .27506030607 -21.815911953 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 -.79066396332 -.27506030607 -.27506030607 -21.815911953 155.818972584)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 .79066396332 .27506030607 .27506030607 146.815839324 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 -.79066396332 .27506030607 -.27506030607 146.815839324 155.818972584)'/%3E%3C/g%3E%3C/svg%3E");
  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;
}

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

.text-size-12 {
  font-size: .875rem;
}

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

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

.grid-3 {
  grid-template: "Area Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  max-width: 64.5rem;
  padding-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.image-4 {
  max-width: 83%;
}

.video {
  margin-bottom: 93px;
  padding-bottom: 0;
}

.product-blockheadline-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 264px;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.headline {
  grid-column-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.description {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.instructions {
  z-index: 1;
  grid-column-gap: 8px;
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pills {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.product-block {
  grid-row-gap: 32px;
  background-color: var(--gray--200\<deleted\|variable-30badccf-987d-a424-c9aa-18a9c10e6725\>);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 264px;
  max-width: 100%;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  text-decoration: none;
  display: flex;
}

.small-block-dark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base--white);
  background-image: linear-gradient(266deg, #834eff, #fff0), linear-gradient(97deg, #4bff7b, #fff0);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 240px;
  max-width: 541px;
  height: 500px;
  max-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-style-4 {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-28 {
  width: 100%;
  color: var(--gray--950-8\<deleted\|variable-7882983b-8ab2-4351-56c1-0cf2c08a8312\>);
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.text-31 {
  z-index: 1;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-style-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.text-33 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-5 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 40px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.headline-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.description-2 {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

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

.headline-4 {
  grid-column-gap: 8px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-37 {
  width: 100%;
  color: var(--gray--950-8\<deleted\|variable-7882983b-8ab2-4351-56c1-0cf2c08a8312\>);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.text-37.dark-mode {
  color: var(--base--white);
}

.text-38 {
  width: 100%;
  color: var(--gray--600-6\<deleted\|variable-b53c352d-38d2-95bd-22f3-a537e783c105\>);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.product-blockhero-2 {
  grid-row-gap: 32px;
  background-color: var(--gray--200-3\<deleted\|variable-0068b837-81ec-5d68-70c6-16efe8bfafde\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 264px;
  max-width: 1688px;
  padding-top: 100px;
  text-decoration: none;
  display: flex;
}

.subtext-2 {
  color: var(--gray--950-10\<deleted\|variable-6786999c-caba-a403-a76f-1f7013ce434f\>);
  text-align: center;
  letter-spacing: -.15px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.subtext-2.dark-mode {
  color: var(--ghost-white\<deleted\|variable-1d445a1d\>);
}

.ai-image-2 {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Powered-by-AI.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 98px;
  border: 1px solid #00ff3c;
  border-radius: 4px;
  width: 96px;
  height: 22px;
  overflow: hidden;
  box-shadow: 0 0 10px #00ff48b8, inset 0 0 8px 2px #00ff0887;
}

.hero-headlline {
  color: #000;
  text-align: center;
  letter-spacing: -.06em;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 54px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.hero-headlline.dark-mode {
  color: var(--white\<deleted\|variable-5cd0bcdf\>);
  letter-spacing: -.05em;
  white-space: break-spaces;
  font-size: 47px;
}

.text-40 {
  width: 100%;
  max-width: 600px;
  color: var(--gray--600-8\<deleted\|variable-d58ba8be-dc3b-8707-4501-d9ed3a7d6b88\>);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.text-40.dark-mode {
  color: var(--base--white);
}

.pill-2 {
  grid-column-gap: 0rem;
  background-color: var(--base--white-10\<deleted\|variable-db240950-59dd-bdff-29c3-acf8d5f61bae\>);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem 0;
  text-decoration: none;
  display: flex;
}

.frame-11495-2 {
  grid-column-gap: 8px;
  background-color: var(--gray--950-10\<deleted\|variable-6786999c-caba-a403-a76f-1f7013ce434f\>);
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: .25rem;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.hero-ui-image {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/Dashboard_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.div-block-37 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--base--black);
  border-radius: 0;
  justify-content: center;
  max-width: 100%;
  height: 865px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.button-2 {
  box-sizing: border-box;
  color: #000;
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 9999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 auto;
  padding: .2rem .75rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.333;
  display: flex;
  overflow: visible;
}

.button-2.dark-mode {
  color: #fff;
  border-color: #fff;
}

.code-embed {
  aspect-ratio: auto;
  color: #00ff19;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .8rem;
  font-size: .7rem;
  line-height: 0;
  display: flex;
}

.code-embed.svg-green {
  aspect-ratio: 1;
  color: #00ff08;
  -webkit-text-stroke-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  width: .9rem;
  height: .8rem;
}

.code-embed.svg-dark-green {
  color: #00703a;
  -webkit-text-stroke-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .8rem;
  font-size: .5rem;
}

.code-embed.svg-white {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #0000;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: .9rem;
  height: .7rem;
  margin-left: 0;
  padding: 0 0;
  font-size: .7rem;
  display: flex;
}

.small-text {
  color: #000;
  letter-spacing: -.2px;
  max-width: 600px;
  font-size: .76rem;
  line-height: 1.333;
}

.small-text.dark-mode {
  color: #fff;
}

.text-block-10 {
  color: #00703a;
  letter-spacing: -.3px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.333;
}

.text-block-11 {
  font-size: .8rem;
  line-height: 1.333;
}

.image-14 {
  color: #fff;
}

.block {
  background-color: var(--gray--200\<deleted\|variable-30badccf-987d-a424-c9aa-18a9c10e6725\>);
  border-radius: 16px;
  flex: 0 auto;
  min-width: 90px;
  max-width: 100%;
  overflow: hidden;
}

.block.dark-mode {
  background-color: var(--base--black);
  border-radius: 16px;
  flex: 0 auto;
  min-height: 610px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.block.dark-mode.long {
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #000;
  background-image: none;
  border-radius: 20px;
  align-items: center;
  width: 98%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  max-height: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0;
  overflow: hidden;
}

.block.dark-mode.long.blackbg {
  background-color: var(--base--black);
}

.block.light-mode {
  grid-row-gap: 0px;
  border: 1px solid var(--gray--300);
  background-color: var(--gray--100);
  border-radius: 16px;
  height: 620px;
  padding: 19px;
  position: relative;
  overflow: hidden;
}

.team-slider-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: clip;
}

.team-slide-wrapper {
  border: 1px solid var(--transparent--20-black);
  border-radius: 16px;
  width: 100%;
  min-width: auto;
  max-width: 30%;
  height: 720px;
  min-height: 100%;
  max-height: none;
  margin-right: 20px;
  overflow: hidden;
}

.team-slider-arrow {
  height: 110%;
  margin-top: 0;
  margin-bottom: 0;
}

.team-slider-arrow.left {
  height: 100%;
  display: none;
  inset: 0% 25% 0% auto;
}

.team-slider-arrow.right {
  height: 100%;
  display: none;
  inset: 0% 19% 0% auto;
}

.team-slider-nav {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 10px;
  display: block;
  position: relative;
}

.mask {
  aspect-ratio: auto;
  height: auto;
  padding-bottom: 2rem;
  overflow: visible;
}

.slider-block-light {
  background-color: #fff;
  background-image: linear-gradient(265deg, #1fff5e, #fff0), linear-gradient(98deg, #9d90ff 81%, #fff0);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.header-flex-block {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.header-flex-block.header-gradient-dark {
  background-color: #fff0;
  background-image: linear-gradient(#000 9%, #0000 57%);
}

.text-37-center {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 27px;
}

.text-38-center {
  width: 100%;
  max-width: 100%;
  color: var(--gray--600-6\<deleted\|variable-b53c352d-38d2-95bd-22f3-a537e783c105\>);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}

.text-38-center-dark {
  width: 100%;
  max-width: 600px;
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
}

.text-37-center-dark {
  width: 100%;
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.hero-dark {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white\<deleted\|variable-5cd0bcdf\>);
  background-image: url('../images/MIBG_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1600px;
  height: 760px;
  padding-bottom: 60px;
  position: static;
}

.stats {
  grid-row-gap: 32px;
  background-color: #1b1b1b;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 270px;
  padding: 37px;
  text-decoration: none;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  color: var(--base--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-50 {
  margin-bottom: 10px;
}

.div-block-53 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.div-block-54 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pill-text {
  color: #000;
  letter-spacing: -.03rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .8rem;
  font-weight: 600;
}

.ui-image-light {
  z-index: 1;
  flex: 0 auto;
  width: 55%;
  max-width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.ui-image-light.local {
  width: 90%;
}

.image-17 {
  z-index: 0;
  clear: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0 0 0%;
  overflow: visible;
}

.menu-label-dark {
  color: var(--base--white);
  text-align: left;
  letter-spacing: -.2px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.menu-label-dark:active {
  text-decoration: none;
}

.mobille-menu-icon {
  width: 30px;
}

.menu-label {
  color: #000;
  letter-spacing: -.3px;
  font-size: .9rem;
  font-weight: 700;
}

.menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base--transparent);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .55rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  display: flex;
}

.menu-button:hover {
  background-color: var(--transparent--10-white);
}

.menu-button:focus {
  background-color: var(--transparent--20-white);
}

.menu-button.rest-state {
  pointer-events: auto;
  mix-blend-mode: normal;
  border-radius: 8px;
  padding-left: .5rem;
  padding-right: 1rem;
}

.menu-button.rest-state:hover {
  background-color: #d9fceb;
  border-radius: 4px;
}

.product {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.mobile-menu-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.desktop-menu-link-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.desktop-visible {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.mobile-nav-style {
  height: 2.5rem;
  display: none;
}

.desktop-nav-style {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  height: 1.6rem;
  display: flex;
}

.desktop-hide {
  background-color: #fff;
  display: none;
}

.menu-pop-over {
  background-color: #fff;
  border: 1px solid #00000080;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto;
  box-shadow: 0 20px 20px #0000004d;
}

.image-22 {
  border-radius: 16px;
  width: 4rem;
  display: none;
  box-shadow: -2px -7px 32px #8214ff4d, 2px 2px 16px #00ff6f4d;
}

.bg-image {
  z-index: 0;
  clear: none;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.bg-image-small-block {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ui-image-smallblock {
  z-index: 3;
  aspect-ratio: auto;
  background-color: var(--base--transparent);
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.small-block-light {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--gray--200);
  background-color: var(--base--white);
  background-image: linear-gradient(274deg, #9054ff, #fff0 57%), linear-gradient(99deg, #00e62e, #fff0);
  border-radius: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 240px;
  max-width: 541px;
  height: 500px;
  max-height: 500px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sm-block-header-dark {
  z-index: 1;
  grid-column-gap: 30px;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.6rem 1.6rem 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 10px 80px 80px #000;
}

.sm-block-header-light {
  z-index: 3;
  grid-column-gap: 20px;
  width: 100%;
  box-shadow: none;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px 30px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.small-block-text {
  width: 100%;
  color: var(--base--black);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
}

.small-block-text.dark-mode {
  color: var(--base--white);
}

.slider-block-dark {
  z-index: 1;
  grid-column-gap: 20px;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px 30px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 10px 80px 80px #000;
}

.header-flex-block-gradient {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  background-image: linear-gradient(#000 67%, #fff0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.block-lflex-image-floating {
  grid-row-gap: 32px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 264px;
  max-width: 100%;
  height: 100%;
  max-height: 900px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 56px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-70 {
  max-width: 1200px;
  margin-bottom: 10px;
}

.ui-image-example {
  z-index: 1;
  flex: 0 auto;
  width: 50%;
  max-width: 90%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  overflow: visible;
}

.nav-menu {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #141414cc;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-height: 600px;
  padding: 0;
  display: flex;
  position: absolute;
  overflow: clip;
}

.footer-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 33.125rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.footer-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 820px;
  display: flex;
}

.footer-menu-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 260px;
  display: flex;
}

.div-block-75 {
  width: 98%;
}

.image-body-horizontal {
  z-index: 3;
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 424px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-floating {
  z-index: 1;
  flex: 0 auto;
  width: 444px;
  max-width: 90%;
  display: block;
  position: relative;
  top: auto;
}

.text-block-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-start {
  width: 100%;
  max-width: 100%;
  color: var(--base--white);
  text-align: left;
  letter-spacing: -.025em;
  text-shadow: 0 1px 2px #00000073;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
}

.text-white-shadow {
  width: 100%;
  max-width: 100%;
  color: var(--base--white);
  text-align: left;
  letter-spacing: -.2px;
  text-shadow: 0 1px 2px #00000073;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.image-light-big {
  z-index: 1;
  flex: 0 auto;
  max-width: 90%;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
}

.div-block-78 {
  background-image: url('../images/MI_UI-accessorials_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  height: 545px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-80 {
  background-image: url('../images/MI_BG-smart-filtering_1.avif');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.blog-hero-image {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' height='125' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 125 125' width='125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-34.738 60.172h84.001v72.445h-84.001z' fill='%23e0e0e0' transform='matrix(1.48807306692 0 0 1.72543738752 51.693113736 -103.823282376)'/%3E%3Cg fill='%23c2c2c2'%3E%3Cpath d='m.072 0v-.727h.278c.053 0 .096.008.131.024.035.017.061.039.079.068.017.028.026.06.026.096 0 .03-.006.055-.017.076s-.027.038-.046.051-.041.022-.064.028v.007c.026.002.05.01.074.024s.043.034.059.06c.015.026.022.058.022.095s-.009.071-.027.101-.046.054-.082.071c-.037.017-.083.026-.139.026zm.131-.11h.142c.048 0 .082-.009.104-.028.021-.018.031-.042.031-.07 0-.022-.005-.041-.016-.059-.01-.017-.025-.031-.045-.041s-.043-.015-.07-.015h-.146zm0-.308h.131c.023 0 .043-.004.061-.013.018-.008.033-.02.043-.035.011-.016.016-.034.016-.056 0-.028-.01-.051-.029-.069-.02-.018-.05-.028-.088-.028h-.134z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 22.9360381866 58.0945343022)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 32.0439855186 58.0945343022)'/%3E%3Cpath d='m.304.011c-.054 0-.101-.012-.14-.036s-.069-.057-.09-.099c-.021-.043-.031-.091-.031-.147 0-.055.01-.104.032-.146.021-.043.051-.076.09-.1s.085-.036.138-.036c.045 0 .084.009.118.025s.061.039.082.068c.02.03.032.064.035.103h-.123c-.005-.026-.017-.048-.036-.065-.018-.018-.043-.027-.074-.027-.026 0-.049.007-.069.021s-.036.035-.047.061-.016.058-.016.094c0 .037.005.069.016.096s.026.047.046.061c.02.015.043.022.07.022.019 0 .036-.004.051-.011s.028-.018.038-.031c.01-.014.017-.031.021-.05h.123c-.003.038-.015.072-.034.102-.02.03-.047.053-.081.07-.034.016-.073.025-.119.025z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 39.938858289 58.0945343022)'/%3E%3Cpath d='m.183-.171v-.155h.02l.197-.219h.15l-.241.268h-.027zm-.117.171v-.727h.129v.727zm.342 0-.177-.248.086-.091.245.339z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 47.754181134 58.0945343022)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 55.0525036248 58.0945343022)'/%3E%3Cpath d='m.066 0v-.545h.125v.09h.005c.01-.031.027-.055.052-.073.024-.017.052-.025.083-.025.007 0 .015 0 .024.001.009 0 .016.001.022.002v.119c-.005-.002-.014-.004-.026-.006-.011-.001-.023-.002-.034-.002-.023 0-.044.005-.063.015-.018.01-.033.024-.043.042-.011.018-.016.038-.016.061v.321z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 63.5837263578 58.0945343022)'/%3E%3Cpath d='m.304.011c-.053 0-.099-.012-.139-.036-.039-.023-.069-.056-.09-.098-.022-.042-.032-.091-.032-.148 0-.056.01-.105.032-.148.021-.042.051-.075.09-.098.04-.024.086-.036.139-.036s.099.012.138.036c.04.023.07.056.091.098.022.043.032.092.032.148 0 .057-.01.106-.032.148-.021.042-.051.075-.091.098-.039.024-.085.036-.138.036zm.001-.103c.029 0 .053-.008.072-.024.02-.016.034-.038.044-.065.009-.027.014-.057.014-.09s-.005-.064-.014-.091c-.01-.027-.024-.048-.044-.064-.019-.017-.043-.025-.072-.025-.03 0-.054.008-.074.025-.02.016-.034.037-.044.064-.009.027-.014.058-.014.091s.005.063.014.09c.01.027.024.049.044.065s.044.024.074.024z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 68.555324772 58.0945343022)'/%3E%3Cpath d='m.414-.229v-.316h.128v.545h-.124v-.097h-.006c-.012.031-.033.056-.061.075-.028.019-.062.029-.103.029-.036 0-.067-.008-.095-.024-.027-.016-.048-.039-.064-.07-.015-.03-.023-.068-.023-.111v-.347h.129v.327c0 .035.009.062.028.082.019.021.044.031.075.031.019 0 .037-.005.055-.014.017-.009.032-.023.043-.041.012-.019.018-.042.018-.069z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 76.907572533 58.0945343022)'/%3E%3Cpath d='m.195-.32v.32h-.129v-.545h.123v.092h.006c.013-.03.033-.055.061-.073.027-.018.061-.027.102-.027.038 0 .07.008.098.025.029.016.05.039.066.07.015.03.023.067.023.111v.347h-.129v-.327c0-.037-.009-.065-.028-.086s-.045-.031-.078-.031c-.022 0-.042.005-.06.015-.017.01-.031.024-.041.042-.009.019-.014.041-.014.067z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 85.041045639 58.0945343022)'/%3E%3Cpath d='m.268.01c-.042 0-.081-.011-.115-.033-.033-.022-.06-.054-.08-.096-.019-.042-.029-.093-.029-.153 0-.061.01-.112.03-.154.02-.041.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.02.01.037.023.049.038s.021.029.028.043h.005v-.272h.129v.727h-.126v-.086h-.008c-.007.013-.017.027-.029.042-.013.015-.029.028-.05.038-.02.01-.046.016-.078.016zm.036-.106c.028 0 .051-.007.07-.022s.034-.036.044-.062c.01-.027.015-.057.015-.093 0-.035-.005-.066-.015-.092s-.024-.046-.044-.06c-.019-.015-.042-.022-.07-.022s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.026-.014.056-.014.09s.005.065.014.091c.01.027.025.048.044.063s.043.023.071.023z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 93.234341871 58.0945343022)'/%3E%3Cpath d='m43.2139072605 63.91650431248h1.84799944835v10.17799696172h-1.84799944835z' fill-rule='nonzero' stroke-width='13.9999958208'/%3E%3Cpath d='m.066 0v-.545h.123v.092h.006c.012-.031.03-.055.057-.073.026-.018.057-.027.094-.027s.068.009.093.027c.026.018.044.042.054.073h.006c.012-.03.032-.054.061-.072.029-.019.063-.028.103-.028.05 0 .091.016.123.048.031.032.047.078.047.139v.366h-.129v-.346c0-.034-.009-.059-.027-.075-.018-.015-.04-.023-.066-.023-.031 0-.055.009-.072.029-.018.019-.027.044-.027.075v.34h-.126v-.352c0-.028-.008-.05-.025-.067s-.039-.025-.066-.025c-.019 0-.036.004-.051.014-.015.009-.027.022-.036.039s-.013.037-.013.059v.332z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 45.9047566098 74.0945012742)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 58.0752030276 74.0945012742)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 65.970075798 74.0945012742)'/%3E%3Cpath d='m.308.011c-.055 0-.102-.012-.142-.035-.04-.022-.07-.055-.091-.097-.022-.042-.032-.091-.032-.149 0-.056.01-.105.032-.147.021-.043.051-.076.09-.1.038-.024.084-.036.136-.036.033 0 .065.006.095.017.03.01.057.027.08.049.023.023.041.052.054.086.013.035.02.076.02.124v.039h-.447v-.086h.324c0-.025-.006-.047-.016-.066-.011-.019-.025-.035-.044-.046-.018-.011-.04-.016-.064-.016-.027 0-.05.006-.07.019-.02.012-.035.029-.046.049-.011.021-.017.043-.017.068v.075c0 .032.006.059.018.082.011.022.027.04.048.052s.045.018.073.018c.019 0 .036-.003.051-.008.015-.006.028-.014.04-.024.011-.011.019-.023.025-.039l.12.014c-.008.031-.022.059-.043.083-.022.023-.049.041-.082.054-.032.013-.07.02-.112.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 74.501298531 74.0945012742)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 .79066396332 -.27506030607 .27506030607 -21.815911953 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 -.79066396332 -.27506030607 -.27506030607 -21.815911953 155.818972584)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 .79066396332 .27506030607 .27506030607 146.815839324 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 -.79066396332 .27506030607 -.27506030607 146.815839324 155.818972584)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  height: 410px;
}

.videos {
  border-radius: 20px;
  overflow: hidden;
}

.impact_item-2 {
  background-color: var(--gray--100);
  padding-right: 0;
  transition: all .2s;
}

.impact_image-wrapper-2 {
  height: 100%;
  max-height: 300px;
  position: relative;
}

.play-button-3 {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #fff;
  background-color: #0003;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.play-button-3.is-impact {
  z-index: 2;
  padding-left: 4px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.lightbox-link-4 {
  color: #000;
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.ui-image-smallblock-left {
  z-index: 8;
  aspect-ratio: auto;
  background-color: var(--base--transparent);
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.ui-image-smallblock-imageleft {
  z-index: 3;
  aspect-ratio: auto;
  background-color: var(--base--transparent);
  object-fit: contain;
  flex: 0 auto;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.ui-image-smallblock-right {
  z-index: 2;
  aspect-ratio: auto;
  background-color: var(--base--transparent);
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.ui-image-light-bottom {
  z-index: 1;
  flex: 0 auto;
  width: auto;
  max-width: 100%;
  height: 390px;
  margin-bottom: 4rem;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
}

.ui-image-light-bottom.no-float {
  margin-bottom: 0;
}

.ui-image-light-max-height {
  z-index: 1;
  flex: 0 auto;
  width: 60%;
  max-width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
}

.image-max-height {
  object-fit: cover;
  width: auto;
  min-width: auto;
  height: 430px;
  min-height: auto;
  position: absolute;
  inset: auto auto 0%;
}

.image-bottom-small {
  object-fit: cover;
  height: 500px;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-84 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  max-width: 1400px;
  height: auto;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.image-31 {
  object-fit: fill;
  border-radius: 32px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-87 {
  object-fit: cover;
  height: 100%;
}

.menu-section-label {
  color: #030712;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .9rem;
  line-height: 1.6;
  display: flex;
}

.mobile-menu-link-label {
  color: #000;
}

.desktop-menu-icon {
  width: 50px;
  overflow: hidden;
}

.panel-dashboard {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.get-a-quote_text-style {
  color: #fff;
  letter-spacing: -.01rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
}

.div-block-90 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.bg-not-flexed-box {
  z-index: 0;
  object-fit: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.ui-image-box---floating {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.ui-image-box---floating.floating-removed {
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  max-width: 29vw;
  padding-top: 0;
  padding-bottom: 0;
}

.ui-image-box---floating.floating-removed.larger-ui {
  max-width: 90vw;
}

.floating-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  overflow: visible;
}

.not-flexed-bg-image-rspsv {
  width: 80%;
  max-width: none;
  overflow: hidden;
}

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

.bg-flexed-box {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-95 {
  z-index: 1;
  background-image: linear-gradient(#fff 35%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-36 {
  border-radius: 4px;
  box-shadow: inset 0 0 8px 2px #00ff5980, 0 0 10px #00ff66b3;
}

.bg-image-billing {
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.image-37 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-99 {
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.video-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.videos-image {
  object-fit: cover;
  border-radius: 0;
  height: 100%;
}

.faq {
  background-color: var(--gray--50);
}

.social-proof-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--gray--300);
  color: #000;
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  padding: 2em;
  display: flex;
}

.social-proof-card.happyreturns {
  background-color: #fff5ca;
}

.social-proof-card.morelabs {
  background-color: #b1c7ff;
}

.social-proof-card.vybes {
  background-color: var(--gray--600);
}

.social-proof-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1340px;
  display: grid;
}

.section-padding {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-padding.desktop {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.section-padding-wide {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-padding-wide.desktop {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.story-small-text {
  letter-spacing: -.5px;
  -webkit-text-stroke-color: var(--base--black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.story-small-text.text-weight-semibold {
  color: var(--base--black);
  font-size: .9rem;
  font-weight: 600;
}

.story-small-text.text-weight-bold {
  font-weight: 600;
}

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

.story-regular-text {
  letter-spacing: -1px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.story-regular-text.text-weight-semibold {
  letter-spacing: -.9px;
}

.story-text-large {
  letter-spacing: -5px;
  font-size: 5rem;
  font-weight: 700;
  line-height: .7;
}

.story-text-large.text-weight-light {
  font-size: 5rem;
  line-height: .9;
}

.count-up-percent {
  margin-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 8rem;
  font-weight: 300;
}

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

.damage-example-compare {
  z-index: 2;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 18.4rem 10.2rem auto;
}

.damage-example-compare-mshp {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1em;
  display: flex;
  position: absolute;
  inset: 0% 19% 0% auto;
}

.story-text-medium {
  line-height: 1;
}

.vetted-button {
  font-size: 1rem;
  font-weight: 600;
}

.fs-shape-helper {
  background-color: var(--base--black);
  height: 60px;
}

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

.icon, .icon-2, .icon-3, .icon-4 {
  color: #000;
  inset: auto 0% 0%;
}

.div-block-106 {
  position: absolute;
  inset: auto 0% -7%;
}

.slide-in-gradient-dark {
  z-index: 1;
  background-image: linear-gradient(#000 35%, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-109 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 320px;
  display: flex;
}

.div-block-109-copy {
  width: 320px;
}

.slider-special-padding {
  flex-flow: row;
  align-items: center;
  margin-top: 2rem;
  margin-left: 2rem;
  display: flex;
}

.feature-grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-110 {
  justify-content: center;
  display: flex;
}

.div-block-111 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ui-image-slider {
  z-index: 10;
  aspect-ratio: auto;
  background-color: var(--base--transparent);
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-113 {
  max-width: 1000px;
}

.center {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-h1-pg {
  text-align: left;
  letter-spacing: -.15rem;
  padding-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h2-pg {
  letter-spacing: -.06em;
  padding-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.heading-h2-pg.text-color-white {
  letter-spacing: -.06rem;
  text-shadow: 0 1px 6px #0000001c;
}

.heading-h3-pg {
  letter-spacing: -.09rem;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-h3-pg.text-color-white {
  color: var(--base--white);
}

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

.hero-heading-center-2 {
  z-index: 0;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  line-height: 1.7;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  line-height: 2.7;
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-21 {
  line-height: 2;
}

.div-block-37-copy {
  background-color: var(--base--white);
  border-radius: 8px;
  max-width: none;
  padding-top: 100px;
}

.div-block-144 {
  max-width: 320px;
}

.cta-drive-with-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--base--black);
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.hero-galaxy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 950px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-153 {
  background-color: var(--gray--50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.galaxy-content {
  background-color: var(--base--black);
  border-bottom: 1px solid #3c00ff80;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 1200px;
  padding: 80px 60px 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.same-day-coverage-text-and-image {
  z-index: 1;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.galaxy-image-regular {
  width: 100%;
  height: 100%;
}

.galaxy-all-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.galaxy-content-header {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.galaxy-530px-image {
  z-index: 1;
  width: 100%;
  max-width: 680px;
  height: 100%;
  position: relative;
}

.galaxy-grid-img-box {
  z-index: 0;
  opacity: .61;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% -4% 50%;
  overflow: clip;
  transform: translate(-50%);
}

.div-block-173 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.galaxy-1000px-image {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.galaxy-700-image {
  z-index: 1;
  width: 100%;
  max-width: 720px;
  height: 100%;
  position: relative;
}

.div-block-175 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid #fff3;
  border-radius: 1em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
}

.div-block-176 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 770px;
  display: flex;
  position: relative;
}

.galaxy-label-icon {
  background-color: var(--gray--800);
  border-radius: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  padding: 12px;
  display: flex;
}

.div-block-178 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-179 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.galaxy-600-image {
  z-index: 1;
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: relative;
}

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

.image-50 {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  position: relative;
  top: -50px;
}

.cta-left {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 4.75rem 4.5rem;
  display: flex;
}

.cta-right {
  position: relative;
}

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

.nav_desktop-logo-api-white {
  display: none;
}

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

.nav_logo-image-white.is-dekstop {
  border-radius: 0;
  height: auto;
}

._w-nav {
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 4rem;
  min-height: 4rem;
  display: flex;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2rem;
  display: flex;
}

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

.div-block-183 {
  width: 100%;
  max-width: 820px;
}

.legal {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.div-block-184 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--transparent--20-white);
  background-color: var(--base--black);
  color: var(--base--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-small:hover {
  border-color: var(--base--white);
  box-shadow: 0 0 20px #fff6;
}

.button-small.w--open {
  border-color: var(--base--white);
  background-color: var(--base--black);
  flex-flow: row;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 0 20px #fff6;
}

.button-small.w--open:hover, .button-small.w--open:active {
  box-shadow: 0 0 20px #fff6;
}

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

.button-small.is-alternate:hover {
  border-color: var(--actions--fast);
}

.button-small.is-secondary {
  border-width: 1px;
  border-color: var(--base--transparent);
  background-color: var(--transparent--5-black);
  color: var(--actions--action);
  transition: background-color .2s, border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
}

.button-small.is-secondary:hover {
  border-width: 1px;
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  color: var(--base--black);
  box-shadow: 0 0 10px #00ff1966;
}

.button-small.is-secondary.w--open {
  border-color: var(--base--transparent);
  background-color: var(--gray--100);
  box-shadow: none;
  color: var(--base--black);
}

.button-small.is-third {
  background-color: var(--base--transparent);
  color: var(--base--black);
  border: 1px solid #000;
}

.button-small.green-cta {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #00703a;
}

.button-medium {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--transparent--20-white);
  background-color: var(--base--black);
  color: var(--base--white);
  text-align: center;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  display: flex;
}

.button-medium.is-alternate {
  border: 1px solid var(--base--white);
  color: var(--base--white);
  background-color: #0000;
  transition: box-shadow .2s, border-color .2s;
}

.button-medium.is-alternate:hover {
  border-color: var(--actions--fast);
  box-shadow: 0 0 20px #00ff196b;
}

.button-medium.is-secondary {
  border-color: var(--base--white);
  background-color: var(--gray--100);
  color: var(--actions--action);
}

.button-medium.is-third {
  background-color: var(--base--transparent);
  color: var(--base--black);
  border: 1px solid #000;
}

.text-color-fast {
  color: var(--actions--fast);
  display: block;
}

.menu-button-elements {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.all-products-menu {
  display: flex;
}

.div-block-188 {
  border-radius: 100rem;
}

.text-xsmall {
  letter-spacing: -.015rem;
  padding-bottom: 0;
  font-size: .8rem;
  font-style: normal;
  line-height: 1.3;
}

.text-xsmall.text-color-white {
  color: #fff;
  border-right: 1px #000;
  display: inline-flex;
}

.text-xsmall.text-color-gray-tip4 {
  color: var(--gray--500);
}

.navbar-component {
  z-index: 11;
  width: 100%;
  height: 4rem;
  position: fixed;
}

.menu-content-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0px solid var(--base--white);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .3fr;
  grid-auto-columns: 1fr;
  width: 97%;
  max-width: 1050px;
  padding: 2px 2px 20px;
  display: flex;
  position: relative;
}

.menu-content-box {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.panel-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 100%;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
}

.panel-intelligence {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu-triggers {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 250px;
  margin-right: 2px;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.body-dark {
  background-color: var(--base--black);
  color: var(--base--black);
}

.div-block-197 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.menu-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.trigger-dashboard {
  text-decoration: none;
}

.panel-link-dark {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--transparent--5-white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 190px;
  padding: 12px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.panel-link-dark:hover {
  background-color: var(--transparent--20-white);
}

.menu-description-dark {
  color: var(--gray--300);
  text-align: left;
  letter-spacing: -.3px;
  font-size: .7rem;
  line-height: 1.4;
  display: block;
}

.menu-panel-label-dark {
  width: 100%;
  color: var(--base--white);
  text-align: left;
  letter-spacing: -.3px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.menu-panel-label-dark:active {
  text-decoration: none;
}

.trigger-intelligence {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.desktop-menu-icon-trigger {
  border-radius: 7px;
  width: 30px;
}

.navbar-wrapper-dark {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  -webkit-user-select: none;
  user-select: none;
  background-color: #141414cc;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  min-height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.text-block-26 {
  -webkit-user-select: none;
  user-select: none;
  font-weight: 600;
  line-height: 1.28571;
}

.product-description-dark {
  color: var(--gray--300);
  text-align: left;
  letter-spacing: -.3px;
  font-size: .7rem;
  line-height: 1.4;
}

.trigger-galaxy-api {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.trigger-dashboard-api, .trigger-local-same-day, .trigger-national-ltl, .trigger-ltl-carriers {
  text-decoration: none;
}

.trigger-coverage {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.panel-local-same-day {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.panel-dashboard-api, .panel-national-ltl, .panel-ltl-carrier-partners {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.trigger-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 8px;
  text-decoration: none;
  transition: opacity .1s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.trigger-box:hover {
  background-color: var(--transparent--20-white);
  box-shadow: inset 0 0 10px #ffffff36, 0 0 20px #ffffff1f;
}

.panel-reset-dark {
  background-color: var(--transparent--5-white);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: 530px;
  text-decoration: none;
  display: grid;
}

.panel-reset-dark.panel-coverage {
  display: flex;
}

.panel-reset-dark.panel-ltl-carrier-partners, .panel-reset-dark.panel-national-ltl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.panel-reset-dark.panel-galaxy-api {
  display: flex;
}

.panel-reset-dark.panel-dashboard-api, .panel-reset-dark.panel-intelligence {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.panel-reset-dark.panel-dashboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-height: 560px;
  display: flex;
}

.panel-feature-blurb {
  color: var(--base--white);
  text-align: left;
  font-size: .8rem;
  line-height: 1.3;
}

.panel-product-name {
  width: 100%;
  color: var(--base--black);
  letter-spacing: -.03px;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.icon-box {
  color: var(--transparent--20-white);
}

.navbar-wrapper-light {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  -webkit-user-select: none;
  user-select: none;
  background-color: #ffffffb3;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  min-height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.button-small---light-bg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--base--black);
  background-color: var(--base--black);
  color: var(--base--white);
  text-align: center;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.button-small---light-bg:hover {
  border-width: 1px;
  border-color: var(--actions--fast);
  box-shadow: inset 0 0 5px #00ff2a, 0 0 10px #00ff2a4a;
}

.button-small---light-bg.w--open {
  border-color: var(--base--white);
  background-color: var(--base--black);
  flex-flow: row;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  box-shadow: 0 0 20px #fff6;
}

.button-small---light-bg.w--open:hover, .button-small---light-bg.w--open:active {
  box-shadow: 0 0 20px #fff6;
}

.nav-menu-light {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--transparent--5-black);
  background-color: var(--base--white);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.menu-label-light {
  color: var(--base--black);
  text-align: left;
  letter-spacing: -.1px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
}

.menu-label-light:active {
  text-decoration: none;
}

.menu-panel-label-light {
  color: var(--base--black);
  text-align: left;
  letter-spacing: -.3px;
  word-break: keep-all;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.menu-panel-label-light:active {
  text-decoration: none;
}

.menu-description-light {
  color: var(--gray--500);
  text-align: left;
  letter-spacing: -.1px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.3;
  display: block;
}

.panel-reset-light {
  background-color: var(--transparent--5-black);
  border-radius: 20px;
  flex-flow: column;
  max-height: 600px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.panel-reset-light.panel-coverage, .panel-reset-light.panel-ltl-carrier-partners {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent--2-black);
  display: flex;
}

.panel-reset-light.panel-national-ltl {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent--2-black);
  transition: flex .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.panel-reset-light.panel-local-same-day {
  background-color: var(--transparent--2-black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition: flex .2s cubic-bezier(.645, .045, .355, 1);
  display: grid;
}

.panel-reset-light.panel-galaxy-api, .panel-reset-light.panel-dashboard-api, .panel-reset-light.panel-intelligence, .panel-reset-light.panel-dashboard {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent--2-black);
  display: flex;
}

.panel-link-light {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--transparent--2-black);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  min-height: 190px;
  padding: 12px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.panel-link-light:hover {
  background-color: var(--transparent--10-black);
}

.panel-link-light.w--current {
  background-color: var(--transparent--5-black);
}

.panel-link-light.w--current:hover {
  background-color: var(--transparent--10-black);
}

.trigger-box-light {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 610px;
  padding: 8px;
  text-decoration: none;
  transition: opacity .1s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.trigger-box-light:hover {
  background-color: var(--transparent--20-white);
  box-shadow: inset 0 0 10px #ffffff36, 0 0 20px #ffffff1f;
}

.trigger-box-light.w--current:hover {
  background-color: var(--transparent--5-black);
  box-shadow: none;
}

.trigger-box-light.trigger-local-same-day-light {
  transition: opacity .1s cubic-bezier(.645, .045, .355, 1);
}

.menu-content-light {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 0px solid var(--base--white);
  border-radius: 8px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .3fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1050px;
  height: auto;
  max-height: 560px;
  padding: 2px 2px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-203 {
  height: 560px;
  overflow: hidden;
}

.image-52 {
  height: 100%;
}

.mobile-menu-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--transparent--20-white);
  background-color: var(--base--black);
  color: var(--base--white);
  text-align: center;
  border-radius: 50vw;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.28571;
  text-decoration: none;
  display: flex;
}

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

.footer-link-label {
  color: var(--gray--600);
  letter-spacing: 0;
  font-size: .8rem;
  font-weight: 600;
}

.menu-panel-label-dark-left {
  color: var(--base--white);
  text-align: left;
  letter-spacing: -.3px;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.menu-panel-label-dark-left:active {
  text-decoration: none;
}

.div-block-206 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-207 {
  width: 100%;
  position: absolute;
}

.heading-h1-thin {
  text-align: left;
  letter-spacing: -.15rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-h2-thin {
  letter-spacing: -.04em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.heading-h3-thin {
  letter-spacing: -.09rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-h4-thin {
  letter-spacing: -.09rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-h5-thin {
  letter-spacing: -.09rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-h6-thin {
  letter-spacing: -.05rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-impact-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slide-style {
  background-color: var(--gray--50);
  border-radius: 10px;
  overflow: hidden;
}

.div-block-211 {
  background-color: #d6e3ff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-213 {
  padding-top: 10px;
}

.tabs-4 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  max-width: 1400px;
  max-height: 620px;
  display: grid;
}

.menu-list-label {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-left: 8px;
  display: flex;
}

._w-nav-button-built-in {
  border: 1px solid var(--base--transparent);
  background-color: var(--transparent--5-black);
  color: var(--actions--action);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
  line-height: 1.28571;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
}

._w-nav-button-built-in:hover {
  border-width: 1px;
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  color: var(--base--black);
  box-shadow: 0 0 10px #00ff2a33;
}

._w-nav-button-built-in.w--open {
  border: 1px solid var(--base--white);
  background-color: var(--gray--100);
  color: var(--base--black);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
}

._w-nav-button-built-in.w--open:hover {
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  box-shadow: 0 0 10px #00ff2a33;
}

._w-nav-button-custom {
  border: 1px solid var(--base--white);
  background-color: var(--gray--100);
  color: var(--actions--action);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
  line-height: 1.28571;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-flex;
}

._w-nav-button-custom:hover {
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  color: var(--base--black);
  box-shadow: inset 0 0 5px #00ff4c4d, 0 0 10px #00ff2a33;
}

._w-nav-button-custom.w--open {
  border: 1px solid var(--transparent--30-white);
  background-color: var(--gray--100);
  color: var(--base--black);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
}

._w-nav-button-custom.w--open:hover {
  box-shadow: none;
}

.rich-text-block {
  padding-bottom: 40px;
  font-weight: 500;
}

.blog-hero {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 9rem 2rem 2rem;
  display: flex;
}

.div-block-218 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-nav-button-built-in-copy {
  border: 1px solid var(--base--white);
  background-color: var(--gray--100);
  color: var(--actions--action);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
  line-height: 1.28571;
  transition: border-color .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
}

._w-nav-button-built-in-copy:hover {
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  color: var(--base--black);
  box-shadow: inset 0 0 5px #00ff4c4d, 0 0 10px #00ff2a33;
}

._w-nav-button-built-in-copy.w--open {
  border: 1px solid var(--base--white);
  background-color: var(--gray--100);
  color: var(--base--black);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .8rem;
  display: flex;
}

._w-nav-button-built-in-copy.w--open:hover {
  border-color: var(--actions--fast);
  background-color: var(--base--white);
  box-shadow: inset 0 0 5px #00ff4c4d, 0 0 10px #00ff2a33;
}

.national-ltl-block-how {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#fff 23%, #c9dcf0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.div-block-220 {
  background-color: var(--base--white);
}

.national-ltl-hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 850px;
  display: flex;
  overflow: hidden;
}

.div-block-224 {
  z-index: 2;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: center;
  width: 900px;
  display: flex;
  position: absolute;
  inset: 53% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-225 {
  width: 330px;
}

.description-national-ltl {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  text-decoration: none;
  display: flex;
}

.national-ltl-examples {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: 0;
}

.div-block-226 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(135deg, #d3ffe3, #cce1ff);
  border-radius: 8px;
  flex-flow: column;
  padding: 8px 20px 8px 80px;
  display: flex;
  position: relative;
}

.div-block-227 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  padding: 0 20px 0 16px;
  display: flex;
}

.div-block-228 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22.4em;
  display: flex;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.div-block-229 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000003;
  border: 1px solid #0000000f;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-231 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.national-why-grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-left: 18px;
  padding-right: 18px;
  display: grid;
  position: relative;
}

.national-why-card {
  z-index: 1;
  background-color: var(--base--white);
  object-fit: cover;
  border: 1px solid #00000026;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 510px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-232 {
  z-index: 4;
  width: 100%;
  padding: 20px;
  position: relative;
}

.nationa-why-image {
  z-index: 0;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.national-gradient {
  z-index: 0;
  background-image: linear-gradient(#fff 43%, #fff0 68% 74%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.national-ltl-block-why {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  background-image: linear-gradient(#fff, #f5f5f5 69%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.small-block-text-national-ltl {
  width: 100%;
  color: var(--base--black);
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  text-decoration: none;
}

.div-block-233 {
  z-index: 1;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-234 {
  width: 200px;
  padding-top: 10px;
}

.div-block-220-copy {
  background-image: linear-gradient(0deg, #e9f7ff, #fff 85%);
}

.national-ltl-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.national-book-image {
  position: static;
  inset: auto 0% 0% 50%;
}

.div-block-235 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: cover;
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 1160px;
  height: 100%;
  padding-left: 53px;
  padding-right: 53px;
  display: flex;
  position: relative;
}

.div-block-236 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.div-block-237 {
  background-color: #d6d6d6;
  background-image: linear-gradient(#00ca3d, #005514);
  border-radius: 60px;
  width: 4px;
  height: 100%;
}

.div-block-238 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 200px;
  height: 100%;
  display: flex;
}

.div-block-239 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.national-tracking-value-prop {
  width: 100%;
}

.galaxy-content-in-national {
  background-color: var(--base--black);
  border: 1px solid #5e00ff;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 10px 30px;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: inset 1px 1px 20px #0400ff;
}

.national-growing-feature {
  z-index: 1;
  width: 100%;
  max-width: 890px;
  height: 100%;
  position: relative;
}

.div-block-240 {
  z-index: 1;
  background-image: linear-gradient(#0000, #000);
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-241 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-242 {
  background-image: linear-gradient(0deg, #00ffcc1f, #fff0 42%);
  width: 100%;
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.img-grid-natiional {
  opacity: .53;
  width: 104%;
  max-width: none;
}

.div-block-243 {
  width: 100%;
  max-width: 680px;
  height: 100%;
}

.div-block-244 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base--white);
  border-radius: 70px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.div-block-245 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  height: 27px;
  display: flex;
}

.div-block-244-dotted {
  background-color: var(--base--black);
  border: 1px dashed #fff;
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
}

.galaxy-content-in-national2 {
  background-color: var(--base--black);
  border: 1px solid #5e00ff;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 940px;
  padding: 100px 10px 30px;
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: inset 1px 1px 20px #0400ff;
}

.div-block-246 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.national-ltl-hero-cities {
  z-index: 2;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  align-items: center;
  width: 1010px;
  display: flex;
  position: absolute;
  inset: 25% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-250 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pills-for-national-ltl-hero {
  justify-content: flex-start;
  align-items: center;
  width: 630px;
  padding-left: 140px;
  display: flex;
}

.div-block-251 {
  width: 450px;
}

.text-block-31 {
  color: var(--base--white);
  letter-spacing: 2px;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}

.div-block-252 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff3d;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pills-for-national-ltl-hero-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-253 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

.text-block-31-smaller {
  color: var(--base--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .6rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-252-smaller {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff3d;
  border: 1px solid #ffffff30;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 24px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.div-block-252-left {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff3d;
  border: 1px solid #ffffff30;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-254 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.image-59-ms {
  z-index: 1;
  width: 96%;
  max-width: 33em;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-59-others {
  z-index: 1;
  width: 100%;
  max-width: 36em;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.compare-vs-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  color: var(--gray--500);
  background-color: #e2ebf5;
  border: 1px solid #555;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-256 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.image-59 {
  width: 40px;
  position: absolute;
  inset: -7% 0% 0% 5%;
}

.div-block-257 {
  border-radius: 8px;
  height: 100px;
  padding-right: 20px;
}

.image-59-big-truck {
  width: 70px;
  position: absolute;
  inset: -23% 0% 0% -1%;
}

.div-block-259 {
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  padding: 8px;
  display: flex;
}

.div-block-260 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-259-line {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: black var(--gray--300) black black;
  width: 1px;
  height: 100%;
}

.div-block-261 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.div-block-259-line-2 {
  opacity: .17;
  justify-content: center;
  width: 100%;
  height: 20px;
  display: flex;
}

.div-block-227-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  padding: 20px 20px 0 16px;
  display: flex;
}

.div-block-259-line-top {
  border: 0 solid #000;
  width: 1px;
  height: 20px;
}

.div-block-228-others {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 22.4em;
  display: flex;
  position: relative;
  top: -40px;
  overflow: hidden;
}

.div-block-257-top {
  border-radius: 8px;
  height: 80px;
  padding-right: 20px;
}

.div-block-227-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 0 solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
}

.div-block-227-title-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 0 solid #690002;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 20px;
  display: flex;
}

.div-block-226-others {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #faeeee;
  border-radius: 8px;
  flex-flow: column;
  padding: 8px 20px 8px 80px;
  display: flex;
  position: relative;
}

.div-block-257-bottom {
  border-radius: 8px;
  height: 70px;
  padding-right: 20px;
}

.div-block-262 {
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 570px;
  padding: 23px;
  position: relative;
  overflow: hidden;
}

.paragraph-24 {
  font-family: PT Serif, serif;
  font-size: 1.4rem;
}

.div-block-263 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-264 {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.div-block-265 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-266 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff21;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.div-block-267 {
  height: 100%;
}

.paragraph-25 {
  letter-spacing: -.15rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2rem;
  line-height: .8;
}

.text-block-32 {
  color: var(--base--black);
  font-size: 1.1rem;
  font-weight: 500;
}

.div-block-268 {
  z-index: 1;
  background-image: linear-gradient(0deg, #fff0, #2c303b);
  width: 100%;
  height: 370px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-269 {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: center;
  width: 660px;
  display: flex;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tags-galaxy {
  z-index: 1;
  color: var(--base--white);
  text-align: center;
  letter-spacing: .03rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.galaxy-brand {
  color: var(--base--white);
  text-align: center;
  letter-spacing: 1rem;
  text-transform: uppercase;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.div-block-270 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #000;
  border: 1px solid #00ff33a1;
  border-radius: 6px;
  align-items: flex-start;
  width: 100%;
  padding-top: 12px;
  padding-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00fa3a66, inset 0 0 30px #00ff0042;
}

.div-block-271 {
  background-color: #00ff0042;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-272 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-273 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-274 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 680px;
  height: 130px;
  display: flex;
}

.div-block-270-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px solid #56ffd285;
  border-radius: 6px;
  flex-flow: column;
  width: 540px;
  height: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00fa3a66;
}

.paragraph-26 {
  z-index: 1;
  color: var(--base--white);
  text-align: right;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .6rem;
  line-height: .9;
}

.image-62 {
  width: 70%;
}

.div-block-275 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 72%;
  display: flex;
}

.heading-galaxy-hero {
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.2rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #858585, #fff 54%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.75rem;
  line-height: 1;
}

.div-block-276 {
  z-index: 0;
  filter: blur(30px);
  background-color: #2f3a4b;
  position: absolute;
  top: -47px;
  left: 150px;
}

.div-block-259-line-botto {
  border-right: 1px solid var(--gray--300);
  opacity: 0;
  width: 1px;
  height: 100%;
}

.div-block-259-line-2-copy {
  opacity: 0;
  justify-content: center;
  width: 100%;
  height: 20px;
  display: flex;
}

.div-block-277 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.panel-feature-blurb-light {
  color: var(--gray--500);
  text-align: left;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-278 {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.paragraph-26-ai {
  z-index: 1;
  color: var(--base--white);
  text-align: right;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #00ff33f0;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: .8;
}

.tags-galaxy-blocks {
  z-index: 1;
  color: var(--actions--fast);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: var(--base--black);
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer-link-dark {
  color: var(--base--white);
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.footer-link-dark:hover {
  text-decoration: underline;
}

.footer-link-dark-tiny {
  color: var(--base--white);
  letter-spacing: 0;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.footer-link-dark-tiny:hover {
  text-decoration: underline;
}

.footer-item-dark {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-276-chip {
  z-index: 0;
  filter: blur(60px);
  background-color: #2f3a4b;
  width: 310px;
  height: 100px;
  position: absolute;
  top: -47px;
  left: 30px;
}

.image-66 {
  width: 12px;
}

.text-span-18 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #009dff, #0f2);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-24-large {
  font-family: Instrument Serif, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-276-chip-lines {
  z-index: 0;
  background-image: url('../images/Lines.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110% 100%;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 12px #00ff2a33;
}

.div-block-153-galaxy {
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.div-block-279 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.galaxy-content-long {
  background-color: var(--base--black);
  border-bottom: 1px solid #3c00ff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: 1330px;
  padding: 80px 60px 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-280 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.div-block-280-long {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 320px;
  display: flex;
}

.paragraph-27, .paragraph-28 {
  color: #000;
  font-weight: 600;
}

.paragraph-29 {
  color: #000;
  font-size: .8rem;
}

.paragraph-30 {
  color: #000;
}

.div-block-268-2 {
  z-index: 1;
  background-image: linear-gradient(#fff0 90%, #00ff1a21);
  width: 100%;
  height: 370px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-283 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  max-width: 1600px;
  padding: 60px 40px 20px;
  display: flex;
}

.visibility {
  background-color: var(--black\<deleted\|variable-1e824993\>);
  background-image: url('../images/bg-img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.costs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray--100);
  border-radius: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.same-day-delivery {
  height: 100%;
}

.same-day-scale {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray--100);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
  position: relative;
}

.insurance {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gray--200);
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: .8fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.carriers {
  color: #fff;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.div-block-280-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.grid-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1600px;
}

.local-features {
  flex-flow: column;
  width: 100%;
  height: 100%;
  min-height: 230px;
  display: flex;
  overflow: hidden;
}

.div-block-284 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-header {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 24px 24px 20px;
  display: flex;
  position: relative;
}

.div-block-286 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 23px 23px;
  display: flex;
}

.div-block-287 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 36px;
  display: flex;
}

.div-block-288 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--base--white);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 17px;
  display: flex;
  box-shadow: 0 0 20px #fff;
}

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

.reliability_count-up-2 {
  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: 2rem;
  font-weight: 500;
  line-height: .8;
}

.count-up-2 {
  margin-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 6rem;
  font-weight: 700;
}

.count-up-percent-2 {
  margin-right: 4px;
  font-family: Inter, sans-serif;
  font-size: 6rem;
  font-weight: 300;
}

.div-block-289 {
  z-index: 2;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-290 {
  z-index: 2;
  color: var(--base--white);
  position: relative;
}

.grid-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.text-block-33 {
  letter-spacing: -4px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: .8;
}

.div-block-291 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.local-same-day-hero {
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 880px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-292 {
  padding-bottom: 40px;
}

.image-67 {
  min-width: 460px;
}

.div-block-293 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-294 {
  width: 30px;
}

.div-block-295 {
  background-color: var(--gray--100);
  border-radius: 2rem;
  height: 500px;
  overflow: hidden;
}

.div-block-296 {
  background-color: var(--gray--100);
  border-radius: 40px;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-297 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-299 {
  width: 100%;
  padding-top: 36px;
  padding-left: 36px;
  padding-right: 36px;
}

.div-block-301 {
  flex-flow: column;
  height: 100%;
  display: flex;
}

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

.div-block-302 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--base--white);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.div-block-280-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.div-block-303 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 540px;
  display: flex;
}

.vetted_main-content-2 {
  background-color: #000;
  background-image: linear-gradient(94deg, #000, #0000 67%), linear-gradient(#000, #0000003d 62%), url('../images/carrier.avif');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.local-same-day-how-it-works {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.local-same-day-steps {
  z-index: 1;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  padding: 13px 17px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-232-2 {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 15px 20px 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.paragraph-31-2 {
  letter-spacing: -.1rem;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.image-68 {
  max-width: none;
}

.same-day-coverage {
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px 10px 30px;
  display: flex;
  position: relative;
  overflow: clip;
}

.local-coverage-header {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.text-span-24, .text-span-25 {
  font-weight: 700;
}

.div-block-306 {
  background-color: #01fe2c;
  border: 1px solid #028319;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.local-pill-legend {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--base--white);
  border: 1px solid #00ff4c;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5px;
  padding-right: 9px;
  font-weight: 600;
  display: flex;
}

.div-block-307 {
  background-color: #d6fee0;
  border: 1px solid #19d83a;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.product-header-2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  width: 100%;
  max-width: 530px;
  color: var(--base--white);
  text-align: left;
  white-space: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-308 {
  background-color: var(--base--black);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.same-day-product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.same-day-product-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: relative;
}

.text-38-center-dark-copy {
  width: 100%;
  max-width: 600px;
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
  text-decoration: none;
}

.div-block-311 {
  z-index: 4;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 280px;
  height: 420px;
  display: flex;
  position: absolute;
  top: 58%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 90px #0000001a;
}

.div-block-313 {
  z-index: 1;
  width: 400px;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.div-block-314 {
  border-radius: 20px;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.div-block-318 {
  background-color: var(--gray--100);
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-319-damon {
  z-index: 0;
  background-image: url('../images/damon-carrier.avif');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px #ffae00;
}

.div-block-109-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.coverage {
  z-index: 0;
  opacity: .56;
  position: absolute;
  inset: 0%;
}

.div-block-322 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#fff9f1, #fff);
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-323 {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: grid;
  position: relative;
}

.fp-icon {
  justify-content: center;
  height: 3rem;
  display: flex;
  position: relative;
}

.text-block-33-copy {
  text-align: center;
  letter-spacing: -1.5px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-block-38 {
  color: var(--gray--500);
  font-size: .9rem;
  line-height: 1.2;
}

.div-block-324 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.div-block-325 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base--white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 19px;
  display: flex;
  overflow: hidden;
}

.pill-shape {
  opacity: .5;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #fff6;
  border-radius: 100vw;
  width: 90%;
  height: .625rem;
}

.pill-shape-2 {
  background-color: var(--transparent--20-white);
  opacity: .5;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  border-radius: 100vw;
  width: 70%;
  height: .625rem;
}

.pill-shape-3 {
  background-color: var(--base--white);
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  border-radius: 100vw;
  width: 80%;
  height: 1.1rem;
}

.pill-shape-4 {
  background-color: var(--base--white);
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  border-radius: 100vw;
  width: 60%;
  height: 1.1rem;
}

.text-span-27 {
  font-weight: 700;
}

.div-block-231-copy {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.pill-floating {
  z-index: 5;
  background-color: var(--base--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  padding: .25rem .75rem;
  display: flex;
  position: absolute;
  inset: -2.5% auto auto 50%;
  transform: translate(-50%);
}

.div-block-326 {
  border-radius: 20px;
  flex-flow: column;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph-32 {
  color: var(--gray--600);
}

.div-block-233-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 137px;
  display: flex;
}

.div-block-233-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 160px;
  display: flex;
}

.carrier-graphic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 23px;
  display: none;
  overflow: hidden;
}

.carrier-benefit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent--5-black);
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 210px;
  display: flex;
}

.grid-9-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
}

.slider {
  background-color: #fff0;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

.slide-same-day {
  padding-left: 69px;
  padding-right: 69px;
}

.icon-7 {
  font-size: 2rem;
}

.right-arrow {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 50%;
  top: 0;
}

.right-arrow.black-arrow {
  color: var(--base--black);
}

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

.image-71 {
  width: 100%;
  max-width: 900px;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.div-block-327 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 7px 20px;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 6px;
  display: flex;
}

.left-arrow {
  height: 50%;
  top: 0;
}

.left-arrow.black-arrow {
  color: var(--base--black);
}

.div-block-328 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.div-block-329 {
  max-width: 230px;
}

.div-block-330 {
  max-width: 190px;
}

.div-block-331 {
  max-width: 260px;
}

.div-block-332 {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40px;
  height: 110px;
  display: flex;
  position: absolute;
  inset: 19% auto 0% 0%;
  overflow: hidden;
}

.description-3 {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-333 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 430px;
  display: flex;
  position: relative;
}

.div-block-311-2 {
  border: 1px solid #ffffff8f;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 240px;
  height: 360px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px #0000001a;
}

.div-block-334 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-335 {
  background-color: #00000057;
  background-image: linear-gradient(0deg, #000, #02020200 44%);
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-336 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-338 {
  width: 200px;
}

.carrier-graphic-no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.image-72 {
  z-index: 3;
  width: 290px;
  position: absolute;
  inset: 150px 0% 0% -23%;
}

.div-block-339 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 980px;
  height: 710px;
  display: flex;
  position: absolute;
  inset: 61% auto 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.feature-header-dark {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  color: var(--base--white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.div-block-340 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-319-danny {
  z-index: 0;
  background-image: url('../images/Danny.avif');
  background-position: 50% 0;
  background-size: 435px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px #ffae00;
}

.div-block-319-wilber {
  z-index: 0;
  background-image: url('../images/wilber-carrier.avif');
  background-position: 100% 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 20px #ffae00;
}

.div-block-341 {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #0000);
  height: 220px;
  position: absolute;
  inset: auto 0% 0%;
}

.national-header {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding-left: 47px;
  padding-right: 47px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.national-heading {
  letter-spacing: -.12rem;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.cta_component-dark {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--base--black);
  border: 1px solid #fff;
  border-radius: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 500px;
  display: grid;
  overflow: hidden;
  box-shadow: inset 0 0 120px #fff3, 0 0 30px #fff3;
}

.local-how-works-card {
  border: 1px solid var(--transparent--20-black);
  border-radius: 21px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-342 {
  z-index: 0;
  background-image: linear-gradient(0deg, #000 56%, #0000);
  height: 600px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-74 {
  width: 670px;
}

.div-block-342-left, .div-block-342-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #000, #0000 100%, #0000);
  width: 300px;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-343 {
  width: 1500px;
  height: 100%;
}

.instant-support-local {
  background-color: var(--base--black);
  border-radius: 1rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.support_graphic-wrapper-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  -webkit-backdrop-filter: blur(5.5rem);
  backdrop-filter: blur(5.5rem);
  background-color: #00ff334d;
  border: 1px solid #00ff2a;
  border-radius: 0 1em 1em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 80px #0f16;
}

.div-block-343-copy {
  flex-flow: column;
  align-items: center;
  width: 1440px;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-hero-image {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 800px;
  display: flex;
  position: relative;
}

.image-75 {
  object-fit: cover;
  width: 100%;
  max-width: 1500px;
  height: 100%;
}

.subtext-same-day {
  color: var(--gray--500);
  text-align: left;
  letter-spacing: -.5px;
  font-size: .9rem;
  line-height: 1.2;
}

.readbility_content-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 2.5rem;
  display: flex;
  position: relative;
}

.div-block-344-2 {
  flex-flow: column;
  width: auto;
  display: flex;
}

.div-block-345 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 27px;
  padding-right: 27px;
  display: flex;
}

.coverage-features {
  background-color: #ffffffe8;
  border: 1px solid #ffffff8f;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.bottom-gradient-color-1 {
  z-index: 1;
  background-image: linear-gradient(0deg, #dbefff, #fff0);
  height: 400px;
  position: absolute;
  inset: auto 0% 0%;
}

.big-pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(6.25rem);
  backdrop-filter: blur(6.25rem);
  color: #000;
  letter-spacing: -.5px;
  background-color: #0000000d;
  border-radius: 100vw;
  align-items: center;
  padding: 4px 20px 4px 4px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.paragraph-34 {
  letter-spacing: -.08rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.coverage-check-icon {
  background-color: var(--actions--fast);
  color: #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.code-embed-3 {
  width: 13px;
  height: 15px;
}

.image-76 {
  width: 32px;
}

.div-block-346-2 {
  background-color: #000;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 7px;
  display: none;
}

.div-block-280-4 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.coverage-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.coverage-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  max-width: 570px;
  display: flex;
}

.div-block-348 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.coverage-features-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000000d9;
  border: 1px solid #000000f5;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.feature-content-dark {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  min-height: 163px;
  color: var(--base--white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.big-pill-dark {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(6.25rem);
  backdrop-filter: blur(6.25rem);
  color: #fff;
  letter-spacing: -.5px;
  background-color: #ffffff1c;
  border-radius: 100vw;
  align-items: center;
  padding: 4px 20px 4px 4px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.div-block-349 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--base--white);
  background-color: #222;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 14px;
  display: flex;
}

.div-block-350 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--actions--fast);
  background-color: #2c2c2c;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px 4px 4px;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.div-block-351 {
  background-color: #00d639;
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.image-77 {
  border-radius: 0;
  width: 12px;
}

.paragraph-35 {
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.div-block-352 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.paragraph-36 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  font-size: .8rem;
  display: flex;
}

.paragraph-35-large {
  padding-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.div-block-353 {
  flex-flow: column;
  width: 140px;
  padding-top: 0;
  display: flex;
}

.image-78 {
  width: 185px;
}

.div-block-354 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-37-2 {
  opacity: .57;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.story-text-large-2 {
  letter-spacing: -1.5px;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: .7;
}

.graphic_image-wrapper-3 {
  border-radius: 130px;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.graphic_right-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  font-size: .9rem;
  line-height: 1;
  display: flex;
}

.div-block-288-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--base--white);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 11px;
  display: flex;
}

.div-block-355 {
  position: relative;
}

.visibility-ltl {
  background-image: url('../images/m_nat-tracking-bg-img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.grid-9-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1000px;
}

.ltl-coverage-header {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-flow: column;
  max-width: 580px;
  display: flex;
}

.div-block-342-2 {
  z-index: 0;
  background-image: linear-gradient(0deg, #000 51%, #0000);
  height: 610px;
  position: absolute;
  inset: auto 0% 0%;
}

.ltl-partnerhero-image {
  width: 100%;
  max-width: none;
  position: absolute;
}

.ltl-partnershero {
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 780px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-37 {
  padding-bottom: 0;
  font-size: .8rem;
}

.ltl-hero-heading {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 980px;
  height: 390px;
  display: flex;
  position: absolute;
  inset: 68% auto 0% 50%;
  overflow: visible;
  transform: translate(-50%, -50%);
}

.div-block-353-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  width: 210px;
  display: flex;
}

.div-block-356 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.local-hero-image {
  opacity: .68;
  object-fit: cover;
  width: 1500px;
  max-width: none;
  display: block;
  position: relative;
  top: -101px;
}

.image-80 {
  opacity: .59;
  border-radius: 0;
  width: 24px;
}

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

.div-block-357 {
  background-color: var(--transparent--5-black);
  border-radius: 4px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.vetted-carriers-headline {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  background-color: var(--base--transparent);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 264px;
  max-width: 1688px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.div-block-358 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 800px;
  display: flex;
}

.feature-content-2 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 163px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.image-81 {
  object-fit: cover;
  width: 104%;
  max-width: none;
  height: auto;
  max-height: none;
  position: absolute;
}

.div-block-359 {
  border: 1px solid #e4e4e4;
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-360 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 350px;
  padding: 24px;
  display: flex;
}

.div-block-361 {
  background-color: var(--base--black);
  background-image: linear-gradient(152deg, #000 23%, #0000 49%), url('../images/carriers_2.avif');
  background-position: 0 0, 50% 6%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 770px;
  border-radius: 20px;
  height: 510px;
}

.paragraph-39 {
  color: var(--base--white);
  text-shadow: 1px 2px 13px #0003;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

.div-block-362 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-363 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto 40%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.slide-nav-2 {
  font-size: .5rem;
}

.div-block-364 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: .36;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
}

.text-span-30 {
  color: var(--gray--500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-34-2 {
  letter-spacing: -.08rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-308-2 {
  background-color: var(--gray--100);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.slide-claims {
  padding-left: 69px;
  padding-right: 69px;
}

.claims-product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--gray--100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.freight-coverage {
  background-color: var(--base--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 860px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.freight-coverage-hero {
  opacity: 1;
  object-fit: cover;
  width: 1500px;
  max-width: none;
  display: block;
  position: relative;
  top: -101px;
}

.div-block-342-copy {
  z-index: 0;
  background-image: linear-gradient(0deg, #fff 66%, #0000);
  height: 700px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-342-right-2, .div-block-342-left-2 {
  z-index: 0;
  background-image: linear-gradient(90deg, #000, #0000 100%, #0000);
  width: 300px;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-339-3 {
  z-index: 1;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  align-items: center;
  width: 980px;
  height: 390px;
  display: flex;
  position: absolute;
  inset: 69% auto 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.div-block-349-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent--5-black);
  color: var(--base--black);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 22px;
  display: flex;
}

.div-block-350-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent--5-black);
  color: var(--base--black);
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px 4px 4px;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.div-block-351-2 {
  background-color: #0060fc;
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.div-block-365 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.superscript {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-366 {
  text-align: center;
  background-color: #ffffff30;
  border-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding: 2px;
  display: flex;
}

.panel-box-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  min-width: 100%;
  display: grid;
}

.text-span-32 {
  font-size: .6rem;
  line-height: 2.4;
}

.intelligence-brand {
  color: var(--base--white);
  text-align: center;
  letter-spacing: -.05rem;
  text-transform: none;
  font-family: Berthold Akzidenz Grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-span-33 {
  font-size: .8rem;
  line-height: 0;
}

.slide-nav-3 {
  font-size: .5rem;
}

.text-33-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-287-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.image-82 {
  width: 10px;
}

.text-span-35 {
  font-size: .7rem;
}

.div-block-327-2 {
  width: 100%;
  max-width: 900px;
  height: 190px;
  padding-left: 7px;
  padding-right: 7px;
}

.div-block-368 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 1010px;
  height: 440px;
  display: flex;
  position: absolute;
  inset: 47% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.image-83 {
  position: absolute;
  top: -80px;
  left: -17px;
}

.div-block-353-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 170px;
  display: flex;
}

.div-block-349-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--base--white);
  background-image: linear-gradient(149deg, #7e7e7e40, #00000026);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 14px;
  display: flex;
}

.div-block-369 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #ffffff29;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 650px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-370 {
  color: var(--base--white);
  flex-flow: column;
  display: flex;
}

.div-block-371 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-372 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  padding: 19px;
  display: grid;
}

.div-block-373 {
  z-index: 1;
  width: 80%;
  position: relative;
}

.div-block-352-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-351-3 {
  background-color: #0002ff;
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  box-shadow: 0 0 10px 8px #001eff66;
}

.div-block-374 {
  flex-flow: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-35-2 {
  letter-spacing: -.08rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-40 {
  color: var(--gray--500);
  font-size: 1.2rem;
}

.div-block-375-bottom {
  background-image: linear-gradient(0deg, #000000d1, #0000);
  height: 220px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-375-pattern {
  opacity: 1;
  background-image: linear-gradient(348deg, #20e975, #20928bd1 33%, #0000 69%);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-373-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-375-image {
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-375-top {
  background-image: linear-gradient(#000 32%, #0000 78%);
  height: 520px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-375 {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 620px;
  display: flex;
  position: relative;
}

.div-block-376 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #111;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-377 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1120px;
  display: grid;
}

.paragraph-41 {
  padding-bottom: 0;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: .9;
}

.paragraph-42 {
  padding-bottom: 0;
  font-size: 3.8rem;
  line-height: .9;
}

.paragraph-43 {
  color: #9e9e9e;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
}

.paragraph-44 {
  color: var(--actions--fast);
  padding-bottom: 0;
}

.paragraph-41-2 {
  padding-bottom: 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.div-block-378, .div-block-379 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-376-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-153-2 {
  background-color: var(--gray--50);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.div-block-153-3 {
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.div-block-203-2 {
  z-index: 1;
  width: 470px;
  position: relative;
}

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

.div-block-375-image-2 {
  opacity: .39;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.image-87 {
  width: 100%;
}

.div-block-380 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000036;
  position: absolute;
  inset: 0%;
}

.div-block-381 {
  background-image: linear-gradient(0deg, #000000a6, #0000);
  height: 300px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-45 {
  color: var(--base--white);
  letter-spacing: -.05rem;
  text-shadow: 0 0 17px #ffffff82;
  font-size: 1.8rem;
}

.div-block-382 {
  flex-flow: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-9-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1200px;
}

.div-block-383 {
  max-width: 1200px;
  display: flex;
}

.div-block-385 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.dashboard-api-hero {
  background-color: var(--base--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 780px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-339-5 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  width: 980px;
  height: 280px;
  display: flex;
  position: absolute;
  inset: 74% auto 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.dashboard-api {
  opacity: .68;
  object-fit: cover;
  width: 1500px;
  max-width: none;
  display: block;
}

.div-block-318-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--gray--100);
  flex-flow: column;
  padding: 100px 15px;
  display: flex;
}

.div-block-387 {
  background-color: var(--base--white);
  border-radius: 30px;
  flex-flow: column;
  height: 100%;
  padding: 27px;
  display: flex;
}

.div-block-388 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 42px;
  padding-left: 42px;
  padding-right: 42px;
  display: block;
}

.div-block-308-white {
  background-color: var(--base--white);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.same-day-product-white {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--base--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-381-white {
  background-image: linear-gradient(0deg, #fff, #0000);
  height: 25%;
  max-height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-7-black, .icon-8-black {
  color: var(--base--black);
  font-size: 2rem;
}

.paragraph-46 {
  text-align: center;
  letter-spacing: -.1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-392 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  padding: 30px;
  display: flex;
  position: relative;
}

.image-17-copy {
  z-index: 0;
  clear: none;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% 0 0 0%;
  overflow: visible;
}

.div-block-393 {
  background-color: var(--gray--100);
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-394 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1600px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.feature-header-copy {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 24px 20px 40px;
  display: flex;
  position: relative;
}

.vetted_pill-wrapper-2, .vetted_pill-wrapper-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  -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: 4px 20px 4px 7px;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
}

.text-block-39 {
  letter-spacing: -.6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.div-block-395 {
  color: var(--base--white);
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.best-carriers {
  background-image: url('../images/m_vetter-bg-img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.flex-block {
  height: 2rem;
  max-height: 200px;
}

.div-block-397 {
  background-color: var(--transparent--5-black);
  border-radius: 2px;
  padding: 1px 6px;
}

.blog-item-thumbnail {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' height='125' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 125 125' width='125' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m-34.738 60.172h84.001v72.445h-84.001z' fill='%23e0e0e0' transform='matrix(1.48807306692 0 0 1.72543738752 51.693113736 -103.823282376)'/%3E%3Cg fill='%23c2c2c2'%3E%3Cpath d='m.072 0v-.727h.278c.053 0 .096.008.131.024.035.017.061.039.079.068.017.028.026.06.026.096 0 .03-.006.055-.017.076s-.027.038-.046.051-.041.022-.064.028v.007c.026.002.05.01.074.024s.043.034.059.06c.015.026.022.058.022.095s-.009.071-.027.101-.046.054-.082.071c-.037.017-.083.026-.139.026zm.131-.11h.142c.048 0 .082-.009.104-.028.021-.018.031-.042.031-.07 0-.022-.005-.041-.016-.059-.01-.017-.025-.031-.045-.041s-.043-.015-.07-.015h-.146zm0-.308h.131c.023 0 .043-.004.061-.013.018-.008.033-.02.043-.035.011-.016.016-.034.016-.056 0-.028-.01-.051-.029-.069-.02-.018-.05-.028-.088-.028h-.134z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 22.9360381866 58.0945343022)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 32.0439855186 58.0945343022)'/%3E%3Cpath d='m.304.011c-.054 0-.101-.012-.14-.036s-.069-.057-.09-.099c-.021-.043-.031-.091-.031-.147 0-.055.01-.104.032-.146.021-.043.051-.076.09-.1s.085-.036.138-.036c.045 0 .084.009.118.025s.061.039.082.068c.02.03.032.064.035.103h-.123c-.005-.026-.017-.048-.036-.065-.018-.018-.043-.027-.074-.027-.026 0-.049.007-.069.021s-.036.035-.047.061-.016.058-.016.094c0 .037.005.069.016.096s.026.047.046.061c.02.015.043.022.07.022.019 0 .036-.004.051-.011s.028-.018.038-.031c.01-.014.017-.031.021-.05h.123c-.003.038-.015.072-.034.102-.02.03-.047.053-.081.07-.034.016-.073.025-.119.025z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 39.938858289 58.0945343022)'/%3E%3Cpath d='m.183-.171v-.155h.02l.197-.219h.15l-.241.268h-.027zm-.117.171v-.727h.129v.727zm.342 0-.177-.248.086-.091.245.339z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 47.754181134 58.0945343022)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 55.0525036248 58.0945343022)'/%3E%3Cpath d='m.066 0v-.545h.125v.09h.005c.01-.031.027-.055.052-.073.024-.017.052-.025.083-.025.007 0 .015 0 .024.001.009 0 .016.001.022.002v.119c-.005-.002-.014-.004-.026-.006-.011-.001-.023-.002-.034-.002-.023 0-.044.005-.063.015-.018.01-.033.024-.043.042-.011.018-.016.038-.016.061v.321z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 63.5837263578 58.0945343022)'/%3E%3Cpath d='m.304.011c-.053 0-.099-.012-.139-.036-.039-.023-.069-.056-.09-.098-.022-.042-.032-.091-.032-.148 0-.056.01-.105.032-.148.021-.042.051-.075.09-.098.04-.024.086-.036.139-.036s.099.012.138.036c.04.023.07.056.091.098.022.043.032.092.032.148 0 .057-.01.106-.032.148-.021.042-.051.075-.091.098-.039.024-.085.036-.138.036zm.001-.103c.029 0 .053-.008.072-.024.02-.016.034-.038.044-.065.009-.027.014-.057.014-.09s-.005-.064-.014-.091c-.01-.027-.024-.048-.044-.064-.019-.017-.043-.025-.072-.025-.03 0-.054.008-.074.025-.02.016-.034.037-.044.064-.009.027-.014.058-.014.091s.005.063.014.09c.01.027.024.049.044.065s.044.024.074.024z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 68.555324772 58.0945343022)'/%3E%3Cpath d='m.414-.229v-.316h.128v.545h-.124v-.097h-.006c-.012.031-.033.056-.061.075-.028.019-.062.029-.103.029-.036 0-.067-.008-.095-.024-.027-.016-.048-.039-.064-.07-.015-.03-.023-.068-.023-.111v-.347h.129v.327c0 .035.009.062.028.082.019.021.044.031.075.031.019 0 .037-.005.055-.014.017-.009.032-.023.043-.041.012-.019.018-.042.018-.069z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 76.907572533 58.0945343022)'/%3E%3Cpath d='m.195-.32v.32h-.129v-.545h.123v.092h.006c.013-.03.033-.055.061-.073.027-.018.061-.027.102-.027.038 0 .07.008.098.025.029.016.05.039.066.07.015.03.023.067.023.111v.347h-.129v-.327c0-.037-.009-.065-.028-.086s-.045-.031-.078-.031c-.022 0-.042.005-.06.015-.017.01-.031.024-.041.042-.009.019-.014.041-.014.067z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 85.041045639 58.0945343022)'/%3E%3Cpath d='m.268.01c-.042 0-.081-.011-.115-.033-.033-.022-.06-.054-.08-.096-.019-.042-.029-.093-.029-.153 0-.061.01-.112.03-.154.02-.041.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.02.01.037.023.049.038s.021.029.028.043h.005v-.272h.129v.727h-.126v-.086h-.008c-.007.013-.017.027-.029.042-.013.015-.029.028-.05.038-.02.01-.046.016-.078.016zm.036-.106c.028 0 .051-.007.07-.022s.034-.036.044-.062c.01-.027.015-.057.015-.093 0-.035-.005-.066-.015-.092s-.024-.046-.044-.06c-.019-.015-.042-.022-.07-.022s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.026-.014.056-.014.09s.005.065.014.091c.01.027.025.048.044.063s.043.023.071.023z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 93.234341871 58.0945343022)'/%3E%3Cpath d='m43.2139072605 63.91650431248h1.84799944835v10.17799696172h-1.84799944835z' fill-rule='nonzero' stroke-width='13.9999958208'/%3E%3Cpath d='m.066 0v-.545h.123v.092h.006c.012-.031.03-.055.057-.073.026-.018.057-.027.094-.027s.068.009.093.027c.026.018.044.042.054.073h.006c.012-.03.032-.054.061-.072.029-.019.063-.028.103-.028.05 0 .091.016.123.048.031.032.047.078.047.139v.366h-.129v-.346c0-.034-.009-.059-.027-.075-.018-.015-.04-.023-.066-.023-.031 0-.055.009-.072.029-.018.019-.027.044-.027.075v.34h-.126v-.352c0-.028-.008-.05-.025-.067s-.039-.025-.066-.025c-.019 0-.036.004-.051.014-.015.009-.027.022-.036.039s-.013.037-.013.059v.332z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 45.9047566098 74.0945012742)'/%3E%3Cpath d='m.223.011c-.035 0-.066-.006-.093-.019-.028-.012-.05-.03-.066-.055-.016-.024-.024-.054-.024-.09 0-.031.006-.056.018-.076.011-.021.026-.037.046-.049s.042-.021.067-.027c.024-.006.05-.011.077-.014.031-.003.057-.006.077-.009s.035-.007.044-.013.013-.015.013-.027v-.002c0-.027-.007-.047-.023-.062s-.039-.022-.069-.022c-.031 0-.056.007-.075.02-.018.014-.03.03-.037.049l-.12-.017c.01-.033.025-.061.047-.083.022-.023.049-.039.08-.051.032-.011.066-.017.104-.017.027 0 .053.004.079.01s.05.016.071.03c.022.014.039.033.052.057.013.025.02.055.02.091v.365h-.124v-.075h-.004c-.008.015-.019.029-.033.043-.014.013-.031.023-.053.031-.021.008-.046.012-.074.012zm.033-.094c.026 0 .049-.006.068-.016.018-.01.033-.024.043-.041.011-.017.016-.036.016-.056v-.064c-.004.003-.011.006-.021.009-.009.003-.02.006-.032.008s-.023.004-.035.005c-.012.002-.022.004-.03.005-.019.002-.036.007-.052.012-.015.006-.027.015-.035.025-.009.011-.014.024-.014.041 0 .023.009.041.026.053.018.013.04.019.066.019z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 58.0752030276 74.0945012742)'/%3E%3Cpath d='m.303.214c-.046 0-.086-.006-.119-.019-.033-.012-.059-.028-.08-.049-.02-.021-.034-.043-.041-.068l.115-.028c.005.01.013.02.023.03s.023.019.04.026.039.01.064.01c.037 0 .067-.008.091-.026.024-.017.036-.046.036-.085v-.103h-.007c-.006.013-.016.027-.029.041-.012.014-.029.026-.05.035-.02.009-.046.014-.078.014-.041 0-.079-.01-.113-.029-.034-.02-.061-.05-.081-.089-.02-.04-.03-.089-.03-.149 0-.059.01-.11.03-.151.02-.042.047-.073.081-.094.034-.022.072-.033.114-.033.032 0 .058.006.079.017.021.01.037.023.049.038.013.015.022.029.028.043h.008v-.09h.126v.554c0 .046-.011.084-.033.114s-.053.053-.091.068c-.039.015-.083.023-.132.023zm.001-.323c.028 0 .051-.006.07-.02.019-.013.034-.032.044-.057s.015-.054.015-.089-.005-.065-.015-.09c-.01-.026-.024-.046-.044-.061-.019-.014-.042-.021-.07-.021s-.052.007-.071.022c-.02.015-.034.036-.044.062-.009.025-.014.055-.014.088s.005.062.014.087c.01.025.025.045.044.059.019.013.043.02.071.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 65.970075798 74.0945012742)'/%3E%3Cpath d='m.308.011c-.055 0-.102-.012-.142-.035-.04-.022-.07-.055-.091-.097-.022-.042-.032-.091-.032-.149 0-.056.01-.105.032-.147.021-.043.051-.076.09-.1.038-.024.084-.036.136-.036.033 0 .065.006.095.017.03.01.057.027.08.049.023.023.041.052.054.086.013.035.02.076.02.124v.039h-.447v-.086h.324c0-.025-.006-.047-.016-.066-.011-.019-.025-.035-.044-.046-.018-.011-.04-.016-.064-.016-.027 0-.05.006-.07.019-.02.012-.035.029-.046.049-.011.021-.017.043-.017.068v.075c0 .032.006.059.018.082.011.022.027.04.048.052s.045.018.073.018c.019 0 .036-.003.051-.008.015-.006.028-.014.04-.024.011-.011.019-.023.025-.039l.12.014c-.008.031-.022.059-.043.083-.022.023-.049.041-.082.054-.032.013-.07.02-.112.02z' fill-rule='nonzero' transform='matrix(13.9999958208 0 0 13.9999958208 74.501298531 74.0945012742)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 .79066396332 -.27506030607 .27506030607 -21.815911953 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(.79066396332 -.79066396332 -.27506030607 -.27506030607 -21.815911953 155.818972584)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 .79066396332 .27506030607 .27506030607 146.815839324 -30.8191935348)'/%3E%3Cpath d='m85.156 13.795h-50.976l-.895 2.571.895 2.571h50.976z' transform='matrix(-.79066396332 -.79066396332 .27506030607 -.27506030607 146.815839324 155.818972584)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  width: 100%;
  height: 330px;
  display: flex;
}

.empty-state {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.blog-content-wrapper-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.blog-bottom-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph-49 {
  color: #000;
  text-align: center;
  letter-spacing: -.05rem;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.hero_wrapper-blog {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.top-news-subheading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #00eb46 14%, #004715 86%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-399 {
  background-color: #f1f1f1;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.blog-content-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.div-block-400 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-401 {
  background-image: linear-gradient(180deg, black 23%, var(--gray--600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: auto;
}

.div-block-402 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent--5-black);
  border-radius: 30px;
  justify-content: flex-start;
  align-items: center;
  padding: 2px 10px 3px;
  display: flex;
}

.div-block-403 {
  background-color: #00d639;
  border-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.image-89 {
  border-radius: 0;
  width: 12px;
}

.div-block-404 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  padding-top: 14px;
  display: flex;
}

.thumbnail-area {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-image-label {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #00000085, #0000);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 40px 16px 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-406 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.blog-back-link {
  color: #555;
  text-align: center;
  margin-bottom: 12px;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.submit-button-quoter {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--actions--action);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.div-block-407 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  display: flex;
}

.back-to-blog {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f3f3f3;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.paragraph-49-copy {
  color: var(--actions--action);
  text-align: center;
  letter-spacing: -.05rem;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.link {
  font-weight: 600;
}

.panel-feature-light {
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
}

.ltlg-blocks {
  width: 100%;
}

.ltlg-hero {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 740px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ltlg-hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ltlg-hero-scrim {
  object-fit: fill;
  width: 100%;
  height: 83%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ltlg-hero-lockup {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.ltlg-eyebrow {
  color: #fff;
  letter-spacing: -.44px;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.65;
}

.ltlg-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: .9;
}

.ltlg-sub {
  color: #fff;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

.ltlg-sub-last {
  margin-top: 26px;
}

.ltlg-ctas {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.ltlg-pill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.ltlg-pill-play {
  border-top: 4px solid #0000;
  border-bottom: 4px solid #0000;
  border-left: 7px solid #fff;
  width: 0;
  height: 0;
}

.ltlg-toc {
  background-color: #000;
  width: 100%;
  padding: 80px 40px;
}

.ltlg-toc-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ltlg-toc-label {
  color: #8a8a8a;
  letter-spacing: 1.56px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.ltlg-toc-cols {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ltlg-toc-col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  min-width: 0;
  display: flex;
}

.ltlg-toc-row {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ltlg-toc-num {
  color: #8a8a8a;
  letter-spacing: -.5px;
  flex: 0 0 28px;
  width: 28px;
  padding-top: 2px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.05;
}

.ltlg-toc-text {
  color: #fff;
  letter-spacing: -.16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.05;
}

.ltlg-toc-slot {
  flex-direction: row;
  align-items: center;
  height: 16px;
  display: flex;
}

.ltlg-check {
  border-bottom: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
}

.vcs {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0a0a0c;
  border-top: 1px solid #1f1f22;
  border-bottom: 1px solid #1f1f22;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.vcs-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.vcs-title-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 720px;
  max-width: 100%;
  display: flex;
}

.vcs-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #2aa399;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  display: flex;
}

.vcs-badge-dot {
  background-color: #2aa399;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.vcs-badge-text {
  color: #2aa399;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.vcs-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
}

.vcs-sub {
  color: #8a8a8a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.vcs-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.vcs-arrow {
  background-color: #0000;
  border: 1.5px solid #595959;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.vcs-arrow-next {
  background-color: #2aa39914;
  border-color: #2aa399;
}

.vcs-chev {
  border-bottom: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  width: 9px;
  height: 9px;
}

.vcs-chev-left {
  margin-left: 3px;
  transform: rotate(45deg);
}

.vcs-chev-right {
  margin-right: 3px;
  transform: rotate(-135deg);
}

.vcs-viewport {
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  scroll-padding-left: 80px;
  overflow: auto hidden;
}

.vcs-track {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  width: max-content;
  display: flex;
}

.vcs-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  scroll-snap-align: start;
  flex-direction: column;
  flex: 0 0 380px;
  align-items: flex-start;
  width: 380px;
  display: flex;
}

.vcs-thumb {
  cursor: pointer;
  background-color: #111114;
  border: 1px solid #1f1f22;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vcs-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vcs-scrim {
  background-color: #0a0a0c66;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.vcs-play {
  z-index: 2;
  background-color: #2aa399;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 6px #00000040;
}

.vcs-play-tri {
  border-top: 7px solid #0000;
  border-bottom: 7px solid #0000;
  border-left: 12px solid #fff;
  width: 0;
  height: 0;
  margin-left: 3px;
}

.vcs-duration {
  z-index: 2;
  color: #fff;
  background-color: #000c;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  bottom: 11px;
  right: 11px;
}

.vcs-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vcs-card-title {
  color: #fff;
  width: 100%;
  min-height: 50px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.vcs-card-desc {
  color: #8a8a8a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.vcs-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.vcs-progress {
  background-color: #1f1f22;
  border-radius: 10px;
  width: 280px;
  max-width: 60%;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.vcs-progress-bar {
  background-color: #2aa399;
  border-radius: 10px;
  width: 0%;
  height: 100%;
}

.vcs-counter {
  color: #8a8a8a;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.vcs-counter-now {
  color: #fff;
}

.vcs-embed {
  display: none;
}

.stats-section {
  background-color: #0a0a0c;
  border-top: 1px solid #1f1f22;
  border-bottom: 1px solid #1f1f22;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 96px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats-bg {
  background-color: #0a0a0c;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-overlay {
  background-color: #0a0a0cd9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.stats-inner {
  z-index: 1;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.stats-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #2aa399;
  border-radius: 100px;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.stats-badge-dot {
  background-color: #2aa399;
  border-radius: 100px;
  width: 6px;
  height: 6px;
}

.stats-badge-text {
  color: #2aa399;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.stats-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.stats-divider {
  background-color: #ffffff24;
  width: 100%;
  height: 1px;
}

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

.stats-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.stats-vdivider {
  background-color: #ffffff24;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1px;
  height: 220px;
}

.stats-figure {
  color: #fff;
  width: 100%;
  font-family: Instrument Serif, sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: .9;
}

.stats-figure-teal {
  color: #2aa399;
}

.stats-label {
  color: #fff;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.stats-desc {
  color: #8a8a8a;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.ltlg-hero-video, .vcs-thumb-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  body {
    font-weight: 400;
  }

  h3, h4 {
    font-family: Geist, sans-serif;
  }

  h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Geist, sans-serif;
  }

  h6, p, a, button:where(.w-tab-link, .w-lightbox, [data-native-link]), li, blockquote {
    font-family: Geist, sans-serif;
  }

  .utility-page_wrapper {
    align-items: center;
    max-width: none;
  }

  .margin-bottom.margin-xxsmall.mobile-xsmall {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

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

  .icon-1x1-small.text-color-fast {
    color: var(--actions--fast);
  }

  .icon-1x1-large {
    border-radius: 14px;
    box-shadow: 0 2px 10px #0003;
  }

  .text-weight-semibold.text-color-black {
    letter-spacing: 0;
  }

  .fs-styleguide_item {
    grid-auto-columns: 1fr;
    font-family: Geist, sans-serif;
  }

  .plugin {
    margin-top: 1rem;
  }

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

  .heading-h3 {
    color: var(--base--black);
    font-size: 1.8rem;
  }

  .container-small {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    max-width: 1000px;
    display: flex;
  }

  .heading-h1 {
    color: var(--base--black);
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-h1.is-local {
    color: #000;
  }

  .heading-h1.text-align-center {
    z-index: 1;
    position: relative;
  }

  .max-width-small._1440-100 {
    max-width: 100%;
  }

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

  .text-color-white.text-medium {
    display: block;
  }

  .text-color-white.heading-h2-pg {
    letter-spacing: -.08rem;
  }

  .text-color-white.text-large {
    text-transform: none;
  }

  .text-tiny {
    letter-spacing: -.01rem;
    display: block;
  }

  .text-tiny.tiny-link {
    color: var(--actions--action);
    font-weight: 500;
    text-decoration: none;
  }

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

  .text-regular.text-color-white {
    text-transform: none;
    font-family: Sf Pro Text;
  }

  .text-regular.zzz-gray-combo {
    color: var(--gray--600);
  }

  .text-small.text-size-small_mobile.text-weight-semibold {
    color: var(--base--black);
    padding-top: 0;
  }

  .text-small.text-color-gray-tip2 {
    letter-spacing: 0;
  }

  .heading-h4 {
    color: var(--base--black);
    letter-spacing: -.06rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .form_input {
    border-radius: 8px;
  }

  .heading-h6 {
    color: var(--base--black);
    letter-spacing: -.5px;
    font-size: .8rem;
    line-height: 1.3;
  }

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

  .heading-h2.text-align-left {
    width: auto;
    min-width: 475px;
  }

  .container-large {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .main-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    display: block;
  }

  .main-wrapper.is-signup {
    z-index: 0;
    position: relative;
  }

  .button-regular {
    font-family: Geist, sans-serif;
  }

  .button-regular.is-large {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
  }

  .button-regular.is-secondary.is-icon.mobile_width-100.is-strech {
    flex: 0 auto;
    width: 260px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .text-medium.text-color-white.text-spacing-0 {
    text-align: center;
  }

  .padding-section-medium.no-margin-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_map {
    margin-top: 0;
  }

  .values_component {
    align-items: center;
  }

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

  .text-style-title.video-card.video-card-mobile {
    letter-spacing: -.4px;
  }

  .how_component {
    flex-flow: column;
  }

  .how_tab-menu {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .how_tab-link.w--current {
    padding-right: .5rem;
  }

  .how_tab-pane {
    align-items: center;
  }

  .icon-1x1-xsmall.is-embed.hide-mobile-portrait {
    width: .8rem;
    height: .8rem;
  }

  .icon-1x1-xsmall.text-color-fast {
    color: var(--actions--fast);
  }

  .local_how-layout.desktop-class {
    justify-items: start;
  }

  .cta_product-component.background-color-black {
    background-color: var(--base--black);
    color: #fff;
    border-radius: 20px;
  }

  .cta_heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .cta_image-wrapper {
    z-index: 0;
  }

  .text-style-cta.text-color-gradient {
    color: #fff;
    background-image: linear-gradient(185deg, #00ff1a, #00fbff);
  }

  .section_cta {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cta_component {
    border-radius: 1rem;
    max-width: 1340px;
  }

  .cta_component.background-color-black_light {
    background-color: var(--base--black);
    background-color: #000;
    border-radius: 1rem;
    min-height: 570px;
  }

  .cta_content-left-news2 {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cta-lottie.is-2 {
    max-width: 90%;
  }

  .cta_items-layout {
    grid-column-gap: 1.9rem;
    grid-row-gap: 1.9rem;
    flex-direction: row;
  }

  .cta-item {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    width: 100%;
    max-width: 130px;
  }

  .cta_button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .icon-1x1-1rem {
    width: 1rem;
    color: var(--gray--500);
    flex: none;
    display: flex;
  }

  .icon-1x1-1rem.is-embed {
    color: var(--base--black);
  }

  .footer {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .leaders_layout.hide-tablet {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: var(--base--transparent);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .leaders_item.bg_color-v1 {
    background-color: #fffce7;
    border-radius: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .leaders_item.bg_color-v2 {
    background-color: #dbeffd;
    border-radius: 1rem;
    height: 100%;
  }

  .leaders_item.bg_color-v3 {
    border-radius: 1rem;
    align-items: flex-start;
  }

  .leaders_person-wrapper {
    place-content: stretch;
    display: flex;
  }

  .person_image-wrapper {
    width: 2em;
    min-width: 3em;
    height: 2em;
    min-height: 3em;
  }

  .person_name-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .leaders_body-wrapper {
    flex-flow: column;
    grid-template-rows: auto auto;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .play-button {
    background-color: var(--base--black);
    min-width: 3rem;
    min-height: 3rem;
  }

  .icon-1x1-0-875rem.is-embed {
    position: relative;
    inset: 0% auto auto 17%;
    transform: translate(-50%);
  }

  .splide, .splide.splide-business, .splide.splide-empower {
    display: none;
  }

  .splide.is-tms {
    margin-bottom: 0;
  }

  .splide__list.is-tms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    overflow: visible;
  }

  .splide__slide {
    background-color: #fff;
    border-radius: 16px;
    width: 20rem;
    height: 100%;
    margin-right: 0;
    overflow: hidden;
  }

  .business_tab {
    border-radius: 0;
    max-width: 1350px;
    padding: 0;
    display: flex;
  }

  .business_tab-link {
    align-items: center;
  }

  .business_tab-container.hide-tablet {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .business_tab-heading {
    top: 3rem;
    left: auto;
  }

  .business_tab-body {
    padding-right: 0;
  }

  .tab-image {
    border-radius: 10px;
  }

  .tab_text-bottom, .tab_text-bottom._4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .tab_text-bottom._5 {
    opacity: 0;
  }

  .tab_text-bottom._6 {
    opacity: 0;
    overflow: visible;
  }

  .zz-park-light-gray.text-size-14 {
    letter-spacing: 0;
  }

  .tab_indicator-wrapper {
    top: 6.2rem;
    left: -4.34rem;
  }

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

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

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

  .tab_indicator-wrapper.v5 {
    bottom: 6.5rem;
  }

  .tab_indicator-wrapper.v6 {
    bottom: 1.9rem;
  }

  .impact_heading-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .impact_cta-wrapper {
    padding-top: 0;
  }

  .impact_item-body {
    flex-flow: column;
    align-items: flex-start;
    padding: 2rem 2rem 2rem 1.5rem;
    display: flex;
  }

  .impact_image-wrapper {
    height: 300px;
    overflow: hidden;
  }

  .impact-image {
    height: 100%;
    min-height: 0;
  }

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

  .nav-content {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    height: auto;
    padding: 1rem;
    display: flex;
  }

  .nav-content.is-signup {
    padding: 0;
  }

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

  .story_text-wrapper.padding-small.padding_bottom-medium {
    padding: 3.5rem 3.5rem 2rem;
  }

  .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_left-content {
    grid-auto-columns: 1fr;
  }

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

  .local_lottie-wrapper {
    order: -9999;
  }

  .local_number-text {
    font-size: 5rem;
  }

  .support_item {
    background-image: none;
    margin-bottom: 0;
  }

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

  .negotiated-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .negotiated_pill-label {
    font-size: 2rem;
  }

  .negotiated_pill-text {
    font-size: 1.2rem;
  }

  .story_nat_content-layout {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .story_nat_content-layout.is-second {
    grid-template-rows: auto;
    max-height: 80rem;
  }

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

  .insurance_item {
    object-fit: fill;
    overflow: visible;
  }

  .insurance_content {
    display: none;
  }

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

  .partnered_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .partnered_logo-image {
    width: 6.125rem;
    height: 6.125rem;
  }

  .carrier-requirements {
    max-height: 80rem;
  }

  .navbar.is-signup {
    justify-content: flex-start;
    align-items: center;
    min-height: 4rem;
    display: flex;
  }

  .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_percentage-text {
    font-size: 4.1875rem;
  }

  .damaged_text {
    font-size: 1.5rem;
  }

  .damaged_text-display {
    font-size: 6.25rem;
  }

  .damaged_text-large {
    font-size: 4.375rem;
  }

  .cta_product-content {
    background-color: var(--base--transparent);
    border-radius: 0;
  }

  .business_tab-wrapper {
    background-color: #0000;
    border-radius: 2rem;
    max-width: 100rem;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem;
    position: relative;
  }

  .reliability_text {
    font-size: 3.5rem;
  }

  .reliability_text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .increase_lottie-wrapper {
    height: 300px;
    margin-bottom: .5rem;
  }

  .story_heading-style-h2 {
    width: 80%;
    font-size: 2rem;
  }

  .story_heading-style-h2.text-color-white {
    width: 80%;
  }

  .story_heading-style-h2.text-color-white.is-sameday {
    width: 70%;
    max-width: 70px;
  }

  .story_paragraph {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  .story_paragraph.text-color-white.text-height-1-28 {
    max-width: 80%;
  }

  .story_paragraph.text-color-black {
    width: 70%;
  }

  .story_paragraph.text-color-black.text-spacing-0-25.text-height-1-28 {
    max-width: 80%;
  }

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

  .increase_pill-wrapper {
    grid-auto-columns: 1fr;
    max-width: 21rem;
  }

  .reliability_text-large {
    font-size: 1.5rem;
  }

  .damaged_main-content {
    flex: 1;
  }

  .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("data:image/svg+xml,%3Csvg width='497' height='117' viewBox='0 0 497 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2111_15074)'%3E%3Cpath d='M0.545898 116.807H496.25C496.25 112.354 492.465 108.744 487.797 108.744H177.007C163.65 108.744 152.039 100.001 148.937 87.607L132.447 21.7096C129.346 9.31606 117.734 0.572306 104.378 0.572302L0.545898 0.572266V116.807Z' fill='url(%23paint0_linear_2111_15074)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2111_15074' x1='258.398' y1='7.26632' x2='-125.307' y2='7.26633' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.328125' stop-color='%2320FFC5'/%3E%3Cstop offset='1' stop-color='%23F6F9FF' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_2111_15074'%3E%3Crect width='497' height='117' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: auto 84%;
    background-clip: border-box;
  }

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

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

  .support_text-heading.text-color-black.text-height-1 {
    font-size: 1.5rem;
  }

  .impact_tag-wrapper {
    display: block;
  }

  .heading-product-cta {
    letter-spacing: -.2rem;
    font-size: 3.75rem;
  }

  .heading-xlarge {
    grid-template-columns: 1fr auto;
  }

  .heading-small.text-align-center.mobile-text-align-left {
    margin-top: auto;
  }

  .heading-medium.is-hero-heading.is-ltl {
    display: none;
  }

  .heading-large {
    line-height: 1;
  }

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

  .slider-main_component {
    margin-top: 0;
    position: static;
    overflow: visible;
  }

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

  .body {
    background-color: var(--base--white);
    font-family: Geist, sans-serif;
  }

  .map_area-wrapper {
    background-color: #ebf2ff;
  }

  .map-quoter.is-signup {
    border-color: var(--actions--accent);
    flex-direction: row;
    justify-content: flex-start;
  }

  .map_quoter-pill1.is-left-round {
    border-width: 0;
    border-color: var(--gray--100);
    background-color: var(--gray--100);
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
  }

  .map_quoter-pil1-fill1 {
    width: 80%;
  }

  .map_quoter-pil1-fill2 {
    background-color: var(--gray--300);
  }

  .map_quoter-pill3 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    display: flex;
  }

  .map_quoter-pill4.is-round-right {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    background-color: var(--gray--100);
    border-width: 0;
    border-color: #e2e2e2;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    flex-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    padding-left: 1rem;
    display: flex;
  }

  .map_quoter-pil4-fill1 {
    width: 60%;
    height: 100%;
  }

  .quote-details-skeleton {
    justify-content: center;
    display: flex;
  }

  .how_tab-links {
    padding: .125rem 1rem .125rem .25rem;
    transition: box-shadow .2s, border-color .2s cubic-bezier(.645, .045, .355, 1);
  }

  .pertners_section, .partners_wrapper {
    overflow: hidden;
  }

  .partners_grid-card {
    width: 100%;
    height: 100%;
  }

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

  .benefits_content {
    grid-row-gap: 50px;
  }

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

  .swiper-slide.basic-swiper-item {
    width: 33%;
  }

  .lightbox-link {
    color: var(--base--transparent);
  }

  .section_gallery {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 0;
  }

  .gallery_content {
    width: 100%;
  }

  .gallery_images-wrapper {
    width: 100%;
    display: flex;
  }

  .gallery_image.carrers_page.mobile {
    background-image: url('../images/DSC02798_1.avif');
  }

  .text-size-16 {
    letter-spacing: -.25px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-size-16.text-color-black.text-weight-heavy {
    letter-spacing: -.5px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .text-size-16.text-color-white.text-weight-heavy {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .text-size-14 {
    font-size: .875rem;
    line-height: 1.28571;
  }

  .text-spacing-0-25 {
    letter-spacing: -.25px;
  }

  .takeovers_list {
    max-width: 18em;
  }

  .takeovers_layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .takeovers_layout.is-download {
    max-width: 36rem;
  }

  .frieght-lanes_wrapper {
    padding-bottom: 3.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .how_bg-border-wrapper-dont-delete {
    display: block;
  }

  .insurance-text-small.text-sf-24px {
    color: var(--actions--attention);
  }

  .is-ltl {
    display: none;
  }

  .gallery_image_two.careers_page {
    background-image: url('../images/jay_1.avif');
    width: 100%;
  }

  .gallery_image-three.careers_page {
    background-image: url('../images/Mothership-84_1.avif');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-bar.nav-bar-style {
    z-index: 10;
    display: block;
  }

  .navigation-box {
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
    min-height: 4rem;
  }

  .navigation_component-simple {
    background-color: #fff0;
  }

  .count-number {
    font-size: 6.25rem;
  }

  .takeover_heading {
    color: #000;
  }

  .parterns_pagination-wrapper {
    display: none;
  }

  .bold-text {
    letter-spacing: 0;
  }

  .product-blockheadline-block {
    background-color: #0000;
  }

  .description {
    max-width: 700px;
  }

  .pills {
    margin-top: 10px;
  }

  .product-block {
    grid-row-gap: 60px;
    background-color: #e5e7eb;
    width: 100%;
    max-width: 100%;
    max-height: 750px;
    padding-top: 60px;
  }

  .small-block-dark {
    border: 0 solid #000;
    overflow: clip;
  }

  .header-style-4 {
    width: auto;
  }

  .text-28 {
    letter-spacing: -.05em;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .header-style-5 {
    z-index: 1;
  }

  .description-2 {
    grid-row-gap: 6px;
    flex-flow: column;
    max-width: 490px;
  }

  .text-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .headline-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-37 {
    letter-spacing: -.05em;
    width: auto;
    font-family: Sf Pro Text;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .text-38 {
    color: var(--gray--600\<deleted\|variable-95d58d9d-2db0-a3ff-d50e-d03f69060c54\>);
    letter-spacing: -.6px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .subtext-2 {
    color: var(--base--black);
    font-family: Sf Pro Text;
  }

  .subtext-2.dark-mode {
    color: var(--white\<deleted\|variable-5cd0bcdf\>);
  }

  .ai-image-2 {
    box-shadow: 0 0 10px #00ff48b8, inset 0 0 8px 2px #00ff0887;
  }

  .hero-headlline {
    max-width: 1300px;
    color: var(--black\<deleted\|variable-1e824993\>);
    letter-spacing: -.06em;
  }

  .hero-headlline.dark-mode {
    max-width: 1200px;
    color: var(--ghost-white\<deleted\|variable-1d445a1d\>);
    white-space: break-spaces;
  }

  .hero-headlline.dark-mode.mobile {
    max-width: 950px;
  }

  .text-40 {
    color: var(--gray--800\<deleted\|variable-5f68e0a6-3d13-4829-2e9f-45e56b4ec6b1\>);
    -webkit-text-stroke-color: var(--base--transparent);
    padding-left: 0;
    font-family: Sf Pro Text;
  }

  .text-40.dark-mode {
    color: var(--base--white);
  }

  .div-block-37 {
    grid-row-gap: 50px;
    background-color: #000;
    border-radius: 0;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 160px;
    padding-bottom: 100px;
    overflow: visible;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
  }

  .small-text.dark-mode {
    color: #fff;
  }

  .image-14 {
    width: 60%;
  }

  .block {
    grid-row-gap: 40px;
    background-color: #e5e7eb;
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    max-height: 750px;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .block.dark-mode {
    grid-row-gap: 0px;
    overflow: hidden;
  }

  .block.dark-mode.long {
    background-image: none;
    border-radius: 20px;
    width: 98%;
    height: 100%;
    min-height: auto;
    max-height: 1200px;
    margin-left: 1rem;
    margin-right: 1rem;
    overflow: hidden;
  }

  .block.dark-mode.long.blackbg.adjust-width {
    border-radius: 0;
  }

  .block.dark-mode.long.adjust-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .block.light-mode {
    min-width: 0;
    height: 800px;
    overflow: hidden;
  }

  .div-block-42 {
    display: flex;
  }

  .team-slider-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
    overflow: clip;
  }

  .team-slide-wrapper {
    background-color: #f5f5f5;
    border-radius: 16px;
    width: 100%;
    max-width: 33%;
    height: 700px;
    margin-right: 16px;
    overflow: clip;
  }

  .team-slider-arrow {
    display: block;
  }

  .team-slider-arrow.left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 44px;
    display: none;
    position: absolute;
    inset: auto -52% -9% 0;
  }

  .team-slider-arrow.right {
    height: 44px;
    display: none;
    position: absolute;
    inset: auto -70% -9% 0%;
  }

  .team-slider-nav {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .mask {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    max-width: 1600px;
    padding-bottom: 4rem;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .slider-block-light {
    justify-content: space-between;
    width: 100%;
    height: 700px;
  }

  .text-37-center {
    text-align: center;
    letter-spacing: -.05em;
    font-family: Sf Pro Text;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .text-38-center {
    line-height: 1.5rem;
  }

  .text-38-center-dark {
    color: var(--base--white);
    text-align: center;
    letter-spacing: -.6px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-37-center-dark {
    color: var(--white\<deleted\|variable-5cd0bcdf\>);
    text-align: center;
    letter-spacing: -.05em;
    font-family: Sf Pro Text;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .hero-dark {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #0000;
    background-image: url('../images/MIBG_1.avif');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 1600px;
    height: 820px;
    padding-bottom: 100px;
  }

  .stats {
    flex: 0 auto;
  }

  .div-block-50 {
    margin-top: 10px;
  }

  .ui-image-light {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 55%;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: auto auto 0%;
    overflow: hidden;
  }

  .ui-image-light.local {
    width: 90%;
  }

  .menu-label-dark {
    border: 0px solid var(--base--white);
    color: var(--base--white);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    line-height: 1;
    display: block;
  }

  .mobille-menu-icon {
    border-radius: 4px;
    overflow: hidden;
  }

  .menu-label {
    font-size: .8rem;
    font-weight: 600;
  }

  .menu-button {
    background-color: var(--base--transparent);
    border-radius: 8px;
    padding: .25rem 1rem .25rem .25rem;
  }

  .menu-button:hover {
    background-color: var(--transparent--20-white);
  }

  .menu-button.rest-state {
    background-color: var(--base--transparent);
    padding: .25rem 1rem .25rem .25rem;
  }

  .menu-button.rest-state:hover {
    background-color: var(--transparent--20-white);
  }

  .product {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    display: flex;
  }

  .desktop-visible {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 0;
    display: flex;
    position: static;
  }

  .desktop-nav-style {
    padding-right: 0;
  }

  .menu-pop-over {
    max-width: none;
    position: relative;
  }

  .image-22 {
    border-radius: 16px;
  }

  .bg-image-small-block {
    object-fit: cover;
    height: 100%;
    inset: 0%;
  }

  .ui-image-smallblock {
    z-index: 2;
    aspect-ratio: auto;
    background-color: var(--base--transparent);
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .sm-block-header-dark {
    grid-column-gap: 24px;
    flex-flow: row;
    padding: 24px 40px 40px;
  }

  .sm-block-header-light {
    grid-column-gap: 24px;
    flex-flow: row;
    padding: 1.6rem 1.6rem 40px;
  }

  .small-block-text {
    color: var(--gray--600\<deleted\|variable-95d58d9d-2db0-a3ff-d50e-d03f69060c54\>);
    letter-spacing: -.6px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .slider-block-dark {
    grid-column-gap: 24px;
    flex-flow: row;
    padding: 40px;
  }

  .header-flex-block-gradient {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .block-lflex-image-floating {
    grid-row-gap: 60px;
    background-color: #0000;
    background-image: url('../images/MI_BG-smart-filtering_1.avif');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 98%;
    max-width: 100%;
    height: 800px;
    max-height: 750px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 60px;
    padding-bottom: 159px;
    overflow: hidden;
  }

  .ui-image-example {
    aspect-ratio: auto;
    flex: 0 auto;
    width: 55%;
    max-width: none;
    overflow: hidden;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: absolute;
  }

  .footer-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .footer-links {
    width: 100%;
    margin-top: 2rem;
  }

  .footer-menu-column {
    min-width: 150px;
    max-width: none;
  }

  .div-block-74 {
    height: 100px;
  }

  .image-body-horizontal {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    width: 424px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-floating {
    width: auto;
    max-width: none;
    height: 444px;
  }

  .bg-image {
    border-radius: 0;
    bottom: 0;
    right: 0;
  }

  .text-block-white {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: flex-start;
  }

  .text-start {
    color: var(--base--white);
    text-align: left;
    letter-spacing: -.05em;
    text-shadow: 0 1px 2px #00000073;
    font-family: Sf Pro Text;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .text-white-shadow {
    color: var(--base--white);
    text-align: left;
    letter-spacing: -.6px;
    text-shadow: 0 1px 2px #00000073;
    font-size: 14px;
    line-height: 18px;
  }

  .image-light-big {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 80%;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: auto auto 0%;
    overflow: hidden;
  }

  .div-block-78 {
    background-image: url('../images/MI_UI-accessorials_1.avif');
    background-position: 50% 100%;
    background-size: 1656px;
    height: 495px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .impact_item-2 {
    border-width: 0;
    border-radius: 1em;
    box-shadow: 0 0 20px #0000000f;
  }

  .impact_image-wrapper-2 {
    height: 330px;
    max-height: 330px;
  }

  .ui-image-smallblock-left {
    aspect-ratio: auto;
    background-color: var(--base--transparent);
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 57%;
    inset: auto 0% 0%;
  }

  .ui-image-smallblock-imageleft {
    aspect-ratio: auto;
    background-color: var(--base--transparent);
    color: #000;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 66%;
    inset: auto auto 0% 0%;
  }

  .ui-image-smallblock-right {
    aspect-ratio: auto;
    background-color: var(--base--transparent);
    color: #000;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 57%;
    inset: auto 0% 0% auto;
  }

  .ui-image-light-bottom.no-float {
    height: 390px;
  }

  .ui-image-light-bottom.no-float.support {
    object-fit: cover;
    width: 840px;
    height: 510px;
  }

  .ui-image-light-max-height {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 55%;
    max-width: 100%;
    display: block;
    position: absolute;
    inset: auto auto 0%;
    overflow: hidden;
  }

  .image-max-height {
    object-fit: cover;
    width: auto;
    height: 550px;
    min-height: auto;
    position: absolute;
    inset: auto auto 0%;
  }

  .div-block-84 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
  }

  .div-block-85 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    max-width: 1400px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-87 {
    flex: 1;
  }

  .desktop-menu-icon {
    border-radius: 4px;
    overflow: hidden;
  }

  .panel-dashboard {
    background-color: var(--transparent--5-white);
    width: 100%;
    max-width: 1000px;
  }

  .div-block-90 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .bg-not-flexed-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    display: flex;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  .ui-image-box---floating {
    object-fit: fill;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 750px;
    max-width: 40%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
  }

  .ui-image-box---floating.floating-removed {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: 23vw;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .ui-image-box---floating.floating-removed.larger-ui {
    max-width: 90vw;
  }

  .floating-image {
    object-fit: contain;
    max-width: 100%;
  }

  .not-flexed-bg-image-rspsv {
    width: 100%;
    max-width: none;
  }

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

  .bg-flexed-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-95 {
    height: 70%;
  }

  .div-block-99 {
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    inset: 0%;
  }

  .image-38 {
    object-fit: cover;
    max-width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .video-grid {
    width: 100%;
  }

  .videos-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .faq {
    position: relative;
  }

  .social-proof-card {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    background-color: var(--gray--300);
    border-radius: 1rem;
    flex-flow: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 2em;
    display: flex;
  }

  .social-proof-box {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1340px;
    display: grid;
  }

  .section-padding.desktop {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-padding-wide {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .damage-example-compare, .damage-example-compare-mshp {
    bottom: 2.075rem;
  }

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

  .icon-4 {
    inset: 0%;
  }

  .div-block-106 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .slide-in-gradient-dark {
    height: 70%;
  }

  .slider-special-padding {
    justify-content: center;
  }

  .feature-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    justify-items: center;
    width: 1600px;
  }

  .ui-image-slider {
    z-index: 2;
    aspect-ratio: auto;
    background-color: var(--base--transparent);
    color: #000;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-113 {
    max-width: 1100px;
  }

  .heading-h1-pg {
    color: var(--base--black);
    flex-flow: column;
    align-items: center;
    font-family: Geist, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    display: flex;
  }

  .heading-h2-pg {
    color: var(--base--black);
    font-family: Geist, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .heading-h2-pg.text-color-white {
    color: var(--base--white);
    flex-flow: column;
    align-items: center;
  }

  .heading-h3-pg {
    font-family: Geist, sans-serif;
  }

  .heading-h3-pg.text-color-white {
    color: var(--base--white);
  }

  .paragraph-21 {
    line-height: 1;
  }

  .larger-image {
    width: 50em;
    position: absolute;
  }

  .cta-drive-with-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-galaxy {
    align-items: center;
  }

  .div-block-153 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .galaxy-content {
    max-width: none;
    max-height: 1200px;
  }

  .same-day-coverage-text-and-image {
    z-index: 2;
  }

  .galaxy-image-regular {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .galaxy-all-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .galaxy-content-header {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    overflow: visible;
  }

  .div-block-174 {
    background-color: #000;
  }

  .galaxy-1000px-image {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    height: 100%;
    display: flex;
  }

  .div-block-175 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border: 1px solid var(--base--white);
    text-align: left;
    border-radius: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    display: flex;
  }

  .grid-8 {
    grid-template-rows: auto;
  }

  .div-block-176 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .galaxy-label-icon {
    background-color: var(--gray--800);
    border-radius: 3em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    padding: 5px;
    display: flex;
  }

  .div-block-177 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-178 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .div-block-179 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .image-50 {
    width: 100%;
    max-width: 1600px;
  }

  .cta-left {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  ._w-nav {
    background-color: var(--base--transparent);
    border-bottom: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
    align-items: center;
    max-width: none;
    min-height: 4rem;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 2em;
  }

  .div-block-183 {
    width: 100%;
    max-width: 820px;
  }

  .button-small {
    font-family: Geist, sans-serif;
  }

  .button-small.w--open {
    border-color: var(--base--white);
    background-color: var(--gray--950);
    transition: box-shadow .3s cubic-bezier(.645, .045, .355, 1);
  }

  .button-medium {
    font-family: Geist, sans-serif;
  }

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

  .text-xsmall.text-color-white {
    display: block;
  }

  .navbar-component {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .menu-content-dark {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--base--transparent);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .3fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 1086px;
    max-width: none;
    margin-right: 0;
    padding: 2px 2px 20px;
    display: flex;
    position: relative;
    left: auto;
  }

  .menu-content-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .panel-box {
    flex-flow: wrap;
    grid-template-rows: auto 1fr;
    grid-auto-columns: 1fr;
  }

  .panel-intelligence {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--transparent--5-white);
    border-radius: 8px;
    width: 100%;
    max-width: 1000px;
  }

  .menu-triggers {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
  }

  .body-dark {
    background-color: var(--base--black);
  }

  .div-block-197 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .trigger-dashboard {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .panel-link-dark {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--transparent--5-white);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .menu-description-dark {
    color: var(--gray--300);
  }

  .menu-panel-label-dark {
    border: 0px solid var(--base--white);
    color: var(--base--white);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    display: block;
  }

  .trigger-intelligence {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .desktop-menu-icon-trigger {
    border-radius: 4px;
    width: 100%;
    min-width: 30px;
    max-width: 30px;
    overflow: hidden;
  }

  .navbar-wrapper-dark {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    display: flex;
  }

  .menu-label-box {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
  }

  .product-description-dark {
    color: var(--gray--300);
  }

  .trigger-galaxy-api, .trigger-dashboard-api {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trigger-local-same-day {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 12px;
  }

  .trigger-national-ltl, .trigger-ltl-carriers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trigger-coverage {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--base--transparent);
    border-radius: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px;
    padding: 12px;
  }

  .panel-galaxy-api, .panel-local-same-day, .panel-dashboard-api, .panel-national-ltl, .panel-ltl-carrier-partners {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--transparent--5-white);
    border-radius: 8px;
    width: 100%;
    max-width: 1000px;
  }

  .panel-coverage {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 1000px;
  }

  .trigger-box {
    justify-content: flex-start;
    align-items: center;
  }

  .trigger-box.trigger-coverage {
    padding: 8px;
  }

  .panel-reset-dark {
    background-color: var(--transparent--5-white);
    border-radius: 10px;
    flex-flow: column;
    display: flex;
  }

  .panel-reset-dark.panel-coverage, .panel-reset-dark.panel-galaxy-api, .panel-reset-dark.panel-dashboard-api {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navbar-wrapper-light {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
  }

  .button-small---light-bg.w--open {
    border-color: var(--base--white);
    background-color: var(--gray--950);
    transition: box-shadow .3s cubic-bezier(.645, .045, .355, 1);
  }

  .nav-menu-light {
    background-color: #fffc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: absolute;
  }

  .menu-label-light {
    border: 0px solid var(--base--white);
    color: var(--base--black);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    display: block;
  }

  .menu-panel-label-light {
    border: 0px solid var(--base--white);
    color: var(--base--black);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    display: block;
  }

  .menu-description-light {
    color: var(--gray--500);
  }

  .panel-reset-light {
    background-color: var(--transparent--5-black);
  }

  .panel-reset-light.panel-coverage {
    display: flex;
  }

  .panel-reset-light.panel-ltl-carrier-partners {
    border-radius: 20px;
  }

  .panel-reset-light.panel-national-ltl {
    border-radius: 20px;
    display: flex;
  }

  .panel-reset-light.panel-local-same-day {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    display: flex;
  }

  .panel-reset-light.panel-galaxy-api {
    border-radius: 20px;
    display: flex;
  }

  .panel-reset-light.panel-dashboard-api, .panel-reset-light.panel-intelligence {
    border-radius: 20px;
  }

  .panel-link-light {
    background-color: var(--transparent--5-black);
    text-decoration: none;
  }

  .panel-link-light.w--current {
    max-width: 234px;
  }

  .trigger-box-light {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-content-light {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: var(--base--transparent);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .3fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 1086px;
    max-width: none;
    max-height: 600px;
    margin-right: 0;
    padding: 2px 2px 20px;
    display: flex;
    position: relative;
    left: auto;
  }

  .div-block-201 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .map_quoter-pill3-adjusted {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    display: flex;
  }

  .div-block-204 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .menu-panel-label-dark-left {
    border: 0px solid var(--base--white);
    color: var(--base--white);
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    display: block;
  }

  .div-block-207 {
    z-index: 10;
  }

  .heading-h1-thin {
    color: var(--base--black);
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-h2-thin {
    color: var(--base--black);
  }

  .heading-h3-thin {
    color: var(--base--black);
    font-size: 1.8rem;
  }

  .heading-h4-thin {
    color: var(--base--black);
    letter-spacing: -.06rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .heading-h6-thin {
    color: var(--base--black);
    letter-spacing: -.5px;
    font-size: .8rem;
    line-height: 1.3;
  }

  .div-block-211 {
    flex-flow: column;
    align-items: center;
  }

  .national-ltl-hero {
    background-color: var(--base--black);
  }

  .description-national-ltl {
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .nationa-why-image {
    inset: 0%;
  }

  .small-block-text-national-ltl {
    letter-spacing: -.6px;
  }

  .national-growing-feature {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .pills-for-national-ltl-hero {
    width: 730px;
  }

  .div-block-251 {
    width: 510px;
  }

  .text-block-31-smaller {
    letter-spacing: 0;
  }

  .div-block-254 {
    max-width: 1320px;
  }

  .div-block-259-line-2 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .paragraph-25 {
    letter-spacing: -.15rem;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-size: 2.4rem;
    line-height: .8;
  }

  .div-block-275 {
    z-index: 1;
    position: relative;
  }

  .div-block-259-line-2-copy {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .footer-dark {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-276-chip, .div-block-276-chip-lines {
    z-index: 1;
  }

  .div-block-153-galaxy {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .galaxy-content-long {
    max-width: none;
  }

  .div-block-283 {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .insurance {
    object-fit: fill;
  }

  .grid-9, .grid-10 {
    max-width: 1400px;
  }

  .section-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-306 {
    border-radius: 4px;
  }

  .local-pill-legend {
    border-radius: 8px;
  }

  .div-block-307 {
    border-radius: 4px;
  }

  .text-38-center-dark-copy {
    color: var(--base--white);
    text-align: center;
    letter-spacing: -.6px;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .pill-shape-3, .pill-shape-4 {
    height: 1.0625rem;
  }

  .grid-9-2 {
    max-width: 1400px;
  }

  .description-3 {
    grid-row-gap: 6px;
    flex-flow: column;
    max-width: 490px;
  }

  .cta_component-dark {
    border-radius: 1rem;
    max-width: 1340px;
  }

  .div-block-342-left {
    background-image: linear-gradient(90deg, #000 20%, #0000 100%, #0000);
    display: block;
    inset: 0% auto 0% 0%;
  }

  .div-block-342-right {
    background-image: linear-gradient(270deg, #000 20%, #0000 100%, #0000);
    display: block;
    inset: 0% 0% 0% auto;
  }

  .div-block-343 {
    position: relative;
    left: 18px;
  }

  .instant-support-local {
    background-image: none;
    margin-bottom: 0;
  }

  .div-block-343-copy {
    position: relative;
  }

  .div-block-hero-image {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 1500px;
    height: 850px;
  }

  .subtext-same-day {
    color: var(--gray--600);
  }

  .paragraph-37 {
    font-size: .8rem;
  }

  .graphic_left-content-3 {
    grid-auto-columns: 1fr;
  }

  .vetted-carriers-headline {
    background-color: #0000;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .div-block-361 {
    position: relative;
    overflow: hidden;
  }

  .div-block-342-right-2 {
    background-image: linear-gradient(270deg, #fff 20%, #0000 100%, #0000);
    display: block;
    inset: 0% 0% 0% auto;
  }

  .div-block-342-left-2 {
    background-image: linear-gradient(90deg, #fff 20%, #0000 100%, #0000);
    display: block;
    inset: 0% auto 0% 0%;
  }

  .div-block-366 {
    justify-content: center;
    align-items: center;
  }

  .panel-box-mobile {
    flex-flow: wrap;
    grid-template-rows: auto 1fr;
    grid-auto-columns: 1fr;
  }

  .text-span-34 {
    font-size: .7rem;
  }

  .div-block-375-bottom {
    z-index: 2;
  }

  .div-block-376-2 {
    width: 100%;
  }

  .div-block-153-2, .div-block-153-3 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .grid-9-2-copy {
    max-width: 1400px;
  }

  .div-block-386 {
    padding: 50px 0;
  }

  .paragraph-50, .link-2, .block-quote, .list-item, .list-item-2 {
    font-family: Geist, sans-serif;
  }

  .ltlg-hero-lockup {
    max-width: 760px;
  }

  .ltlg-toc-cols {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: row;
  }

  .ltlg-toc-row {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
  }

  h3 {
    font-family: Inter, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
  }

  h4 {
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h5 {
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  h6 {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  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-medium.margin_mobile-medium {
    text-align: left;
    width: 100%;
    max-width: 70%;
    margin-bottom: 0;
  }

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

  .hide-mobile-landscape {
    display: block;
  }

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

  .heading-h3 {
    letter-spacing: -.06rem;
  }

  .heading-h1.text-align-center.is-ltl {
    display: none;
  }

  .max-width-small._990-18rem {
    max-width: 18rem;
  }

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

  .fs-styleguide_section-header {
    display: block;
  }

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

  .text-tiny.tiny-link {
    color: var(--actions--action);
    font-weight: 600;
    text-decoration: none;
  }

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

  .fs-styleguide_empty-box {
    z-index: 0;
    width: 4rem;
    height: 3rem;
  }

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

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

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

  .text-regular.text-color-white {
    text-transform: none;
  }

  .text-regular.text-color-white.text-weight-semibold {
    font-weight: 400;
  }

  .fs-styleguide_item-wrapper.is-text-style {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    align-items: flex-start;
    display: flex;
  }

  .text-small.text-weight-semibold.zzz-gray-combo.text-spacing-0.is-how {
    z-index: 100;
    position: relative;
    top: .5rem;
  }

  .text-small.is-faq {
    color: var(--black-2\<deleted\|variable-5e5a2467\>);
  }

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

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

  .text-large {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-wrapper {
    display: block;
  }

  .container-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block;
  }

  .button-regular {
    border-color: var(--transparent--20-white);
  }

  .button-regular.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-regular.is-nav_secondary {
    border-color: #292929;
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .button-regular.hide-small-phone.is-nav_secondary {
    color: #008542;
    background-color: #f6f6f6;
    border-color: #e2e2e2;
  }

  .fs-styleguide_buttons {
    background-color: #6d6d6d;
  }

  .fs-styleguide_classes {
    grid-template-columns: 1fr;
    width: auto;
  }

  .fs-styleguide_section {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .fs-styleguide_structure {
    display: block;
  }

  .values_layout {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .section_how {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .how_heading-wrapper {
    position: relative;
  }

  .how_tab-menu {
    position: sticky;
    top: 1rem;
  }

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

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

  .how_tab-pane {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .local_how-layout.desktop-class.mobile-class {
    grid-column-gap: 2rem;
    grid-row-gap: 1.1rem;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .step_image-wrapper {
    flex: none;
  }

  .step_pill-animated {
    display: none;
  }

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

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

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
  }

  .cta_component.background-color-black_light {
    border-radius: 1.5rem;
  }

  .cta_content-left-news2 {
    flex-flow: column;
    padding: 0 0 0 4rem;
  }

  .cta_content-left-news2.is-flex {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta_content-right {
    height: 100%;
    max-height: 300px;
    overflow: clip;
  }

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

  .cta_lottie-wrapper {
    width: 100%;
    max-width: none;
    position: absolute;
    inset: 50% 0% 0% 50%;
    transform: translate(-50%, -50%);
  }

  .cta-lottie {
    width: auto;
    height: 100%;
  }

  .cta_items-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .cta-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }

  .cta_button-wrapper {
    grid-template-columns: 1fr .25fr .75fr;
    justify-content: center;
    justify-items: 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: .8rem;
    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.zzz-gray-combo.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_component {
    padding-bottom: 6rem;
  }

  .footer_column-label {
    font-size: .8rem;
  }

  .leaders_layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .leaders_item {
    width: 14.5rem;
    height: 100%;
  }

  .leaders_person-wrapper {
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .leaders_body-wrapper {
    background-color: #0000001a;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 1rem;
    display: flex;
  }

  .icon-1x1-0-875rem.is-embed {
    width: 1em;
    height: 2em;
    position: relative;
    inset: 0% auto auto 0%;
  }

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

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

  .splide {
    display: flex;
  }

  .splide.splide-leaders {
    display: block;
    position: relative;
  }

  .splide.splide-business {
    padding-left: 0;
    display: block;
    position: relative;
  }

  .splide.splide-empower {
    padding-left: 0;
    display: block;
  }

  .splide__track.is-business {
    margin-left: 0;
    padding-left: 0;
  }

  .splide__track.is-leaders {
    margin-left: 5rem;
  }

  .splide__list.is-business {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .splide__list.is-tms {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .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: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .empower_layout.hide-tablet {
    display: flex;
  }

  .empower_item {
    max-width: none;
  }

  .business_heading-wrapper {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .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: 1px solid var(--transparent--10-black);
    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;
  }

  .impact_heading-wrapper {
    width: 540px;
  }

  .splide__container.no-padding {
    padding-top: 0;
  }

  .splide__container.no-padding.is-business {
    width: 100%;
    max-width: 1200px;
    overflow: visible;
  }

  .impact_cta-wrapper {
    padding-top: 0;
  }

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

  .nav_logo-link {
    z-index: 102;
  }

  .nav_desktop-logo {
    margin-top: 4px;
    display: none;
  }

  .nav_mobile-logo {
    display: block;
  }

  .nav_logo-image {
    height: auto;
  }

  .nav-content {
    z-index: 10001;
    height: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .how-it-wroks-nav_sticky-component {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-top: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
    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;
    display: block;
  }

  .nav_hamburger-wrapper.w--open {
    z-index: 102;
    background-color: #0000;
    display: block;
  }

  .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 {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .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-rectangle.v4 {
    width: 60%;
  }

  .mile_graphic-rectangle.v5 {
    width: 70%;
  }

  .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 {
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .increase-lottie {
    width: 100%;
  }

  .readbility_content {
    padding: 2.5rem 1.5rem 5rem;
  }

  .reability_item {
    border-radius: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .damaged_item {
    height: auto;
  }

  .button_story {
    padding-left: .5rem;
  }

  .coverage_item {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

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

  .converage-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .local_lottie-wrapper {
    flex: none;
    height: 130px;
  }

  .local_number-text {
    font-size: 3rem;
  }

  .vetted_item {
    height: auto;
  }

  .vetted_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 3.8rem 1.5rem;
  }

  .vetted_text-wrapper {
    display: flex;
  }

  .vetted_pill-wrapper-1 {
    font-size: 1rem;
  }

  .support_item {
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

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

  .support_graphic-wrapper {
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .support_icon-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .support_text-wrapper {
    align-items: flex-start;
  }

  .negotiated_content {
    padding: 0 1.5rem 1.5rem;
  }

  .negotiated_pill-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.6rem;
  }

  .negotiated_image-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .negotiated-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .negotiated_text-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .negotiated_pill-label {
    letter-spacing: -.5px;
    font-size: 1.2rem;
  }

  .negotiated_pill-text {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .tracking_item {
    background-position: 50%;
  }

  .insurance_content {
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 3rem;
    display: flex;
  }

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

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

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

  .vetted_main-content {
    flex-flow: column;
  }

  .count-up {
    font-size: 6rem;
  }

  .local_grid-column {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .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.avif');
    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;
  }

  .takeovers_component {
    padding-top: 4rem;
  }

  .heading-xlarge {
    letter-spacing: -.3rem;
    font-size: 5rem;
  }

  .heading-xsmall {
    letter-spacing: -.07rem;
    font-size: 1rem;
  }

  .heading-small {
    letter-spacing: -.09rem;
    font-size: 1.5rem;
  }

  .heading-small.text-align-center-mobile {
    text-align: center;
  }

  .heading-medium {
    letter-spacing: -.12rem;
  }

  .heading-medium.is-hero-heading {
    text-align: left;
    font-size: 1.5rem;
  }

  .heading-large {
    letter-spacing: -.16rem;
    font-size: 2.9rem;
  }

  .damaged_lower {
    padding-top: 0;
    padding-bottom: 35px;
  }

  .damaged_lower-inner {
    justify-content: center;
  }

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

  .map_area-wrapper {
    height: 21rem;
  }

  .map-content {
    height: 23rem;
  }

  .map-quoter {
    grid-template-columns: 1fr 1fr 1fr minmax(auto, 12rem);
  }

  .map_quoter-text {
    display: none;
  }

  .map_quoter-pill1 {
    border-color: var(--transparent--20-black);
    border-top-left-radius: 2.75rem;
    border-bottom-left-radius: 2.75rem;
  }

  .map_quoter-pil1-fill1 {
    background-color: var(--transparent--20-black);
  }

  .map_quoter-pill2 {
    display: none;
  }

  .map_quoter-pill3 {
    border-color: var(--transparent--20-black);
  }

  .map_quoter-pil3-fill1 {
    background-color: var(--transparent--20-black);
  }

  .map_quoter-pill4 {
    border-color: var(--transparent--20-black);
  }

  .map_quoter-pil4-fill1 {
    background-color: var(--transparent--20-black);
  }

  .map_quoter-button {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .map_tablet-text {
    border: 1px solid var(--transparent--20-black);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    text-align: center;
    letter-spacing: -.045em;
    background-color: #ffffffc4;
    border-radius: 100vw;
    justify-content: center;
    align-items: center;
    width: 7.5rem;
    margin-bottom: .5rem;
    padding: .5rem .875rem;
    font-family: Berthold Akzidenz Grotesk, sans-serif;
    font-weight: 500;
    line-height: 1.125;
    display: flex;
  }

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

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

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

  .blog-trio_item-card-2 {
    width: 100%;
  }

  .blog_item-thumbnail-2 {
    padding-bottom: 100%;
  }

  .section_blog {
    padding: 1rem;
  }

  .blog-containter-filled {
    grid-template-columns: 1fr;
  }

  .lightbox-link.is-leaders-item {
    height: 100%;
  }

  .tms-modal_nav {
    height: 4rem;
  }

  .tms-modal_nav-wrapper {
    border-bottom-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
    flex-direction: column-reverse;
    display: flex;
  }

  .tms_close-btn {
    width: 2rem;
  }

  .tms-modal_body-wrapper {
    z-index: 999;
    border-top: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
    border-bottom-style: none;
    border-bottom-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
    flex-direction: column-reverse;
    display: flex;
  }

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

  .hero_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-top-section {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .carrier_grid {
    grid-column-gap: 11px;
    background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
    border-radius: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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;
    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\<deleted\|variable-fb08eccf\>);
    background-color: #0000;
    border-radius: 2rem;
    width: 100%;
    height: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .how-tab-menu-bg-wrapper {
    width: 100%;
    height: 64px;
    display: block;
    top: .4rem;
    overflow: visible;
    box-shadow: 0 0 50px #ffffff6e;
  }

  .how-gradient-bg {
    background-color: var(--transparent--30-white);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    width: 102%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% auto auto 50%;
    transform: translate(-50%);
  }

  .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/Mothership-84_1.avif');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    position: static;
  }

  .nav-bar {
    z-index: 100;
    flex-direction: column-reverse;
    display: block;
    inset: auto 0% 0%;
  }

  .navigation-box {
    z-index: 999;
    background-color: var(--base--white);
    border-top: 1px solid #e2e2e2;
    border-bottom-style: none;
    border-bottom-color: #e2e2e2;
    flex-direction: column-reverse;
    display: flex;
  }

  .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\<deleted\|variable-706df2fd\>);
    border-bottom-style: none;
    border-bottom-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
    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;
  }

  .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;
    display: none;
  }

  .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-copy {
    border-radius: 1.5rem;
  }

  .product-blockheadline-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-headlline.dark-mode {
    font-size: 1.8rem;
  }

  .hero-headlline.dark-mode.mobile {
    font-size: 2.4rem;
  }

  .hero-ui-image {
    max-width: 700px;
    height: 350px;
  }

  .div-block-37 {
    padding: 60px 40px;
  }

  .block.dark-mode.long {
    width: 96%;
    margin-right: 1rem;
  }

  .block.light-mode {
    min-height: 600px;
  }

  .team-slider-wrapper {
    width: 100%;
    height: 100%;
    overflow: clip;
  }

  .team-slide-wrapper {
    width: 100%;
    max-width: 45%;
    max-height: none;
    margin-right: 1rem;
  }

  .team-slider-arrow.left {
    height: 100%;
    display: block;
    inset: 0% 16% 0% auto;
  }

  .team-slider-arrow.right {
    height: 100%;
    display: block;
    inset: 0% 7% 0% auto;
  }

  .team-slider-nav {
    width: auto;
    height: auto;
  }

  .mask {
    width: 100%;
    height: auto;
  }

  .slider-block-light {
    justify-content: space-between;
    height: 100%;
    min-height: 90%;
  }

  .header-flex-block {
    padding-top: 3rem;
  }

  .text-37-center-dark {
    font-size: 1.6rem;
  }

  .hero-dark {
    height: 600px;
    padding-top: 20px;
  }

  .ui-image-light.local {
    width: 80%;
  }

  .menu-label-dark {
    color: #fff;
    align-self: flex-start;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.2;
  }

  .mobille-menu-icon {
    border-radius: 8px;
    width: 50px;
  }

  .menu-label {
    color: #000;
  }

  .menu-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--base--transparent);
    border-radius: 1vw;
    align-self: flex-start;
    padding-left: .5rem;
    padding-right: 1rem;
    display: flex;
  }

  .product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-self: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-62 {
    color: #030712;
  }

  .mobile-menu-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--transparent--5-white);
    border-radius: 10px;
    align-items: flex-start;
    width: 100%;
    padding: 2.1em;
    text-decoration: none;
  }

  .mobile-menu-section:hover {
    background-color: var(--transparent--10-white);
  }

  .desktop-visible {
    display: none;
  }

  .mobile-nav-style {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .desktop-nav-style {
    display: none;
  }

  .desktop-hide {
    z-index: 40;
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    background-color: var(--base--transparent);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    margin-bottom: 6em;
    padding-top: 2rem;
    display: flex;
    position: absolute;
    overflow: scroll;
  }

  .sm-block-header-dark, .sm-block-header-light {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .slider-block-dark {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .nav-menu {
    z-index: auto;
    background-color: #000000f5;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .footer-header {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer-links {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 820px;
    display: flex;
  }

  .footer-menu-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .blog-hero-image {
    height: auto;
    padding-bottom: 100%;
  }

  .impact_item-2 {
    height: 100%;
  }

  .impact_image-wrapper-2 {
    height: 100%;
    max-height: 260px;
  }

  .play-button-3.is-impact {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000a6;
    width: 5em;
    height: 5em;
    display: flex;
    inset: auto 0% 0% auto;
    transform: translate(-50%, -50%);
  }

  .ui-image-smallblock-left {
    inset: auto 0% 0%;
  }

  .ui-image-light-max-height {
    object-fit: fill;
    width: auto;
    max-height: 60%;
  }

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

  .div-block-85 {
    margin-top: 2rem;
  }

  .menu-section-label {
    color: #030712;
    letter-spacing: -.02px;
    align-self: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
    line-height: 1.2;
  }

  .mobile-menu-link-label {
    color: #000;
    letter-spacing: -.5px;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .desktop-menu-icon {
    width: 40px;
    min-width: 40px;
  }

  .panel-dashboard {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--base--transparent);
    width: 100%;
    padding: 0;
  }

  .ui-image-box---floating {
    max-width: 80%;
  }

  .ui-image-box---floating.floating-removed {
    max-width: 40vw;
  }

  .div-block-95 {
    height: 100%;
  }

  .video-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    padding-left: 39px;
    padding-right: 39px;
  }

  .videos-image {
    object-fit: cover;
  }

  .social-proof-card {
    height: 100%;
    padding: 1em;
  }

  .social-proof-card.happyreturns {
    height: 100%;
  }

  .social-proof-card.morelabs {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .social-proof-card.vybes {
    height: 100%;
  }

  .social-proof-box {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-padding.desktop {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .section-padding-wide.desktop {
    display: flex;
  }

  .story-text-large, .story-text-large.text-weight-bold, .story-text-large.text-weight-light {
    font-size: 4rem;
  }

  .count-up-percent {
    font-size: 6rem;
  }

  .damage-example-compare, .damage-example-compare-mshp {
    right: 1.5rem;
  }

  .icon {
    color: #000;
  }

  .div-block-106 {
    inset: auto 0% 0%;
  }

  .slide-in-gradient-dark {
    background-image: linear-gradient(#000 35%, #fff0);
    height: 100%;
  }

  .slider-special-padding {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 1rem;
  }

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

  .ui-image-slider {
    inset: auto 0% 0%;
  }

  .heading-h3-pg {
    letter-spacing: -.06rem;
  }

  .container-medium-w-90-rem {
    max-width: none;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-37-copy {
    padding-top: 0;
  }

  .div-block-144 {
    max-width: 280px;
  }

  .cta-drive-with-us {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-galaxy {
    height: 680px;
    margin-top: 0;
  }

  .div-block-153 {
    padding: 0;
  }

  .galaxy-content {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galaxy-all-content {
    padding-left: 0;
    padding-right: 0;
  }

  .galaxy-content-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-50 {
    max-width: none;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
  }

  .cta-left {
    padding: 3.5rem;
  }

  .cta-right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav_desktop-logo-api-white {
    margin-top: 4px;
    display: none;
  }

  .nav_logo-image-white {
    height: auto;
  }

  ._w-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--base--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top: 0 solid #e2e2e2;
    border-bottom: 0 #e2e2e2;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    display: flex;
    position: relative;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 6rem;
    padding: 1rem 4rem;
  }

  .footer-statement {
    max-width: 31rem;
  }

  .legal {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    display: flex;
  }

  .button-small, .button-medium {
    border-color: var(--transparent--20-white);
    display: flex;
  }

  .button-medium.is-alternate {
    white-space: nowrap;
  }

  .all-products-menu {
    display: none;
  }

  .menu-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--transparent--5-white);
    border-radius: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    text-decoration: none;
    display: flex;
  }

  .menu-link:hover {
    background-color: var(--transparent--10-white);
  }

  .text-xsmall {
    font-size: .8rem;
  }

  .navbar-component {
    z-index: 10;
    position: fixed;
    inset: auto 0% 0%;
  }

  .panel-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: 100%;
    min-width: auto;
    max-width: 750px;
    display: grid;
  }

  .body-dark {
    background-color: var(--base--black);
  }

  .menu-description-dark {
    font-size: .7rem;
  }

  .menu-panel-label-dark {
    font-size: .9rem;
  }

  .desktop-menu-icon-trigger {
    width: 30px;
  }

  .navbar-wrapper-dark {
    z-index: 10001;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #000000b3;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .panel-content-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--transparent--5-white);
    border-radius: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    display: flex;
  }

  .div-block-199 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-link-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--base--transparent);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .div-block-200 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-description-dark {
    font-size: .8rem;
  }

  .product-label-dark {
    color: var(--base--white);
    letter-spacing: -.02rem;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .navbar-wrapper-light {
    z-index: 10;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #000000e6;
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .button-small---light-bg {
    border-color: var(--transparent--20-white);
    display: flex;
  }

  .nav-menu-light {
    background-color: #0f0f0ff7;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    max-height: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: fixed;
    inset: 0;
    overflow: auto;
  }

  .menu-label-light {
    color: #fff;
    align-self: flex-start;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.2;
  }

  .menu-panel-label-light {
    color: #030712;
    align-self: flex-start;
    padding-left: 8px;
    font-size: .9rem;
    line-height: 1.2;
  }

  .menu-description-light {
    font-size: .8rem;
  }

  .div-block-203 {
    height: 400px;
  }

  .image-52 {
    width: 970px;
    max-width: none;
    height: auto;
  }

  .mobile-menu-button {
    border-color: var(--transparent--20-white);
    display: flex;
  }

  .map_quoter-pill3-adjusted {
    border-color: var(--transparent--20-black);
    border-radius: 4rem;
  }

  .footer-link-label {
    letter-spacing: 0;
    font-size: .7rem;
  }

  .panel-content-box-tall {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--transparent--5-white);
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    text-decoration: none;
    display: flex;
  }

  .div-block-205 {
    padding-top: 20px;
  }

  .menu-panel-label-dark-left {
    width: 80%;
    font-size: .9rem;
  }

  .heading-h3-thin {
    letter-spacing: -.06rem;
  }

  .div-block-211 {
    display: none;
  }

  .div-block-212 {
    justify-content: center;
    display: flex;
  }

  .blog-hero {
    padding: 1rem;
  }

  .national-ltl-hero {
    padding-top: 0;
  }

  .div-block-228 {
    justify-content: flex-start;
    display: flex;
    bottom: 6%;
  }

  .national-why-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 22px;
  }

  .national-gradient {
    height: 100%;
  }

  .div-block-235 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-left: 22px;
    padding-right: 22px;
  }

  .galaxy-content-in-national {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galaxy-content-in-national2 {
    max-height: 813px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pills-for-national-ltl-hero {
    width: 420px;
    padding-left: 80px;
  }

  .div-block-251 {
    width: 400px;
  }

  .div-block-253 {
    width: 280px;
  }

  .div-block-254 {
    flex-flow: column;
  }

  .div-block-228-others {
    bottom: 6%;
  }

  .div-block-227-title, .div-block-227-title-copy {
    padding-top: 40px;
  }

  .div-block-262 {
    height: 420px;
    padding: 19px;
  }

  .paragraph-24 {
    font-size: 1.1rem;
  }

  .div-block-268 {
    height: 180px;
  }

  .div-block-269 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 520px;
    top: 61%;
  }

  .div-block-274 {
    width: 560px;
  }

  .heading-galaxy-hero {
    font-size: 2.9rem;
  }

  .footer-link-dark, .footer-link-dark-tiny {
    font-size: .8rem;
    font-weight: 600;
  }

  .footer-item-dark {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-24-large {
    font-size: 1.4rem;
  }

  .div-block-153-galaxy {
    padding: 0;
  }

  .div-block-279 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .galaxy-content-long {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-268-2 {
    height: 180px;
  }

  .visibility {
    overflow: hidden;
  }

  .same-day-delivery {
    display: block;
  }

  .same-day-scale {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .carriers {
    height: auto;
    min-height: 40.875rem;
  }

  .feature-header {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .graphic_image-wrapper-2 {
    width: 4.375rem;
    height: 4.375rem;
  }

  .count-up-2, .count-up-percent-2 {
    font-size: 6rem;
  }

  .local-same-day-hero {
    padding-top: 0;
  }

  .local_grid-column-2 {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .vetted_main-content-2 {
    flex-flow: column;
  }

  .local-same-day-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 22px;
  }

  .same-day-coverage {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-header-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 496px;
  }

  .same-day-product-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fp-icon {
    width: 4.375rem;
    height: 4.375rem;
  }

  .pill-floating {
    display: none;
  }

  .carrier-graphic {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider {
    max-width: 790px;
  }

  .section-4 {
    max-width: 590px;
  }

  .carrier-graphic-no-padding {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-header-dark {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .national-heading {
    letter-spacing: -.12rem;
  }

  .cta_component-dark {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
  }

  .instant-support-local {
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .support_graphic-wrapper-2 {
    height: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .readbility_content-2 {
    padding: 2.5rem 1.5rem 5rem;
  }

  .big-pill {
    font-size: 1rem;
  }

  .feature-content-dark {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .big-pill-dark {
    font-size: 1rem;
  }

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

  .graphic_image-wrapper-3 {
    width: 4.375rem;
    height: 4.375rem;
  }

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

  .visibility-ltl {
    overflow: hidden;
  }

  .ltl-partnershero {
    padding-top: 0;
  }

  .graphic_left-content-3 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .vetted-carriers-headline {
    padding-left: 60px;
    padding-right: 60px;
  }

  .feature-content-2 {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .freight-coverage {
    padding-top: 0;
  }

  .panel-box-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    grid-template: "."
    / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: 100%;
    min-width: auto;
    max-width: 750px;
    display: grid;
  }

  .div-block-153-2, .div-block-153-3 {
    padding: 0;
  }

  .div-block-203-2 {
    height: 400px;
  }

  .dashboard-api-hero {
    padding-top: 0;
  }

  .paragraph-46 {
    font-size: 1.6rem;
  }

  .div-block-394 {
    flex-flow: column;
  }

  .feature-header-copy {
    z-index: 0;
    padding: 1.5rem 1.5rem 2rem;
  }

  .vetted_pill-wrapper-2, .vetted_pill-wrapper-3 {
    font-size: 1rem;
  }

  .blog-bottom-section {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_wrapper-blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ltlg-hero {
    height: 620px;
    padding-bottom: 56px;
  }

  .ltlg-eyebrow {
    font-size: 18px;
  }

  .ltlg-title {
    font-size: 64px;
  }

  .ltlg-sub {
    max-width: 360px;
    font-size: 20px;
  }

  .ltlg-toc {
    padding: 64px 40px;
  }

  .ltlg-toc-cols {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .ltlg-toc-col {
    flex-grow: 0;
    flex-basis: auto;
    width: 100%;
  }

  .vcs-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vcs-title {
    font-size: 44px;
  }

  .vcs-viewport {
    padding-left: 40px;
    padding-right: 40px;
    scroll-padding-left: 40px;
  }

  .vcs-card {
    flex-basis: 340px;
    width: 340px;
  }

  .vcs-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stats-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .stats-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .stats-title {
    font-size: 44px;
  }

  .stats-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .stats-figure {
    font-size: 88px;
  }
}

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

  h2 {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.07;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  h4 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  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-h3 {
    font-size: 1.2rem;
  }

  .heading-h1 {
    letter-spacing: -.07em;
    font-size: 1.8125rem;
  }

  .heading-h1.is-local {
    letter-spacing: -.07em;
  }

  .heading-h1.is-ltl {
    display: none;
  }

  .heading-h1.text-align-center {
    height: 100%;
    padding-bottom: 2px;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .text-tiny.text-size-xtiny_mobile {
    font-size: .625rem;
  }

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

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

  .text-regular {
    font-size: .9rem;
  }

  .text-regular.text-color-white {
    text-align: left;
    justify-content: flex-start;
    display: flex;
  }

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

  .text-small.text-weight-semibold.zzz-gray-combo.text-spacing-0.is-how {
    text-align: center;
    width: auto;
    max-width: none;
    margin-bottom: 1.5rem;
    margin-left: 0;
    padding-top: 0;
  }

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

  .text-small.text-size-small_mobile, .text-small.text-size-tiny_mobile {
    font-size: .75rem;
  }

  .text-small.text-align-center {
    max-width: none;
  }

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

  .textnowrap {
    white-space: normal;
  }

  .heading-h6 {
    font-size: .75rem;
  }

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

  .text-large {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    font-size: 1.2rem;
  }

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

  .heading-h5 {
    font-size: .875rem;
  }

  .container-large {
    width: 100%;
    margin-bottom: 2rem;
    overflow: visible;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fs-styleguide_classes {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-medium {
    font-size: .9rem;
    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;
  }

  .section_map {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

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

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

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

  .section_how {
    padding-bottom: 1rem;
  }

  .how_heading-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .how_component {
    margin-top: 0;
    padding-top: 1rem;
  }

  .how_tab-menu {
    margin-left: 0;
  }

  .how_tab-link {
    padding-right: .5rem;
  }

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

  .how_tab-wrapper.is-nav {
    align-items: center;
  }

  .local_how-layout {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    max-width: 22rem;
    display: grid;
  }

  .local_how-layout.desktop-class.mobile-class {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .local_step-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    max-width: 140px;
  }

  .step_pill-animated {
    display: none;
  }

  .step_text-wrapper {
    max-width: none;
  }

  .step_text-wrapper.max_width-120, .step_text-wrapper.max_width-10 {
    width: 100%;
  }

  .cta_product-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta_heading-wrapper {
    text-align: left;
    padding-right: 2rem;
  }

  .cta_product-image {
    object-position: 0% 0%;
  }

  .cta_image-overlay {
    height: 80%;
  }

  .cta_pause-wrapper {
    justify-content: flex-start;
  }

  .show-mobile_landscape {
    display: block;
  }

  .cta_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 1em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .cta_component.background-color-black_light {
    flex-flow: column;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .cta_content-left-news2 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5.4rem 2.8rem;
  }

  .cta_content-right {
    width: 100%;
  }

  .cta_bg-image-wrapper, .cta_background-image {
    height: 100%;
  }

  .cta_lottie-wrapper {
    height: 100%;
    display: block;
  }

  .cta-lottie.is-2 {
    inset: 0%;
  }

  .cta_items-layout {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-item {
    grid-template-columns: auto 1fr;
    align-items: center;
    max-width: 230px;
  }

  .cta_icon-wrapper {
    width: 40px;
  }

  .cta_button-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer {
    padding-bottom: 3.625rem;
    display: block;
  }

  .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: .8rem;
  }

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

  .leaders_person-wrapper {
    grid-template-columns: auto 1fr;
    place-items: center stretch;
  }

  .person_name-wrapper {
    max-width: none;
  }

  .leaders_body-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #0000001a;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    display: flex;
  }

  .play-button {
    min-width: 3rem;
    min-height: 3rem;
  }

  .splide {
    padding-left: 0;
    overflow: hidden;
  }

  .splide.splide-leaders {
    margin-bottom: 0;
    padding-bottom: 2rem;
    display: block;
  }

  .splide.splide-business {
    margin-bottom: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .splide.splide-empower {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .splide.is-tms {
    margin-bottom: 0;
  }

  .splide__track.is-business {
    margin-left: 0;
    padding-top: 0;
  }

  .splide__track.is-empower, .splide__track.is-leaders {
    margin-left: 0;
  }

  .splide__track.is-tms {
    margin-left: 0;
    padding-left: 0;
  }

  .splide__list.is-tms {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .splide__slide.is-leaders, .splide__slide.is-empower {
    flex: none;
  }

  .section_social-empower {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_how-business {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .business_heading-wrapper {
    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;
  }

  .section_impact {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .impact_heading-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
  }

  .splide__container.no-padding.show-tablet {
    margin-top: 2rem;
  }

  .impact_cta-wrapper {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .impact_item {
    width: 100%;
  }

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

  .spending_content.is-same-dayinfo {
    padding-top: 1rem;
    padding-bottom: 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;
  }

  .converage-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .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-1 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1rem;
  }

  .support_item {
    height: auto;
  }

  .support_content {
    padding: 1rem 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;
    flex-flow: row;
    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;
    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;
    width: 70%;
    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.avif');
  }

  .partnered_logo-wrapper.v4 {
    background-image: url('../images/m_p_img_m4.avif');
  }

  .partnered_logo-wrapper.v3 {
    background-image: url('../images/m_p_img_m3.avif');
  }

  .partnered_logo-wrapper.v2 {
    background-image: url('../images/m_p_img_m2.avif');
  }

  .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\<deleted\|variable-706df2fd\>);
    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_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: 1rem;
    padding-right: 1rem;
    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_paragraph.text-color-white.text-height-1-28 {
    max-width: 270px;
  }

  .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("data:image/svg+xml,%3Csvg width='359' height='110' viewBox='0 0 359 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.935547 109.217L358.936 109.217C358.936 105.04 355.55 101.655 351.374 101.655H215.974C199.382 101.655 184.938 90.3144 181.002 74.1956L169.641 27.676C165.705 11.5572 151.262 0.216591 134.669 0.216587L0.935547 0.216553V109.217Z' fill='url(%23paint0_linear_138_49585)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_138_49585' x1='294.348' y1='6.49392' x2='0.935551' y2='6.49393' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.257018' stop-color='%2320FFC5'/%3E%3Cstop offset='0.369488' stop-color='%23757575'/%3E%3Cstop offset='1' stop-color='%23303030'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
  }

  .takeovers_component {
    padding-top: 1.5rem;
  }

  .heading-product-cta {
    letter-spacing: -.01em;
    font-size: 1.5rem;
  }

  .heading-xlarge {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    letter-spacing: -.2rem;
    grid-template-columns: 1fr;
    font-size: 3.2rem;
  }

  .heading-small {
    flex-flow: column;
    align-items: center;
    font-size: 1.3rem;
    display: inline-flex;
  }

  .heading-small.text-align-center.mobile-text-align-left {
    text-align: left;
  }

  .heading-small.is-local {
    text-align: center;
  }

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

  .heading-medium.is-hero-heading {
    text-align: left;
    letter-spacing: -.046rem;
  }

  .heading-large {
    font-size: 2.4rem;
    line-height: 1;
  }

  .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 {
    background-color: #ebf2ff;
    height: 14rem;
    position: static;
  }

  .map-content {
    border: 2px solid var(--actions--action);
    background-color: var(--base--black);
    border-radius: 30px;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .map_quoter-wrapper {
    background-color: #fff;
    padding: 1rem;
    top: 0;
  }

  .map-quoter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 0px none var(--base--transparent);
    height: auto;
    box-shadow: none;
    background-color: #fff0;
    border-radius: 0;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .map-track, .map_quoter-text {
    display: none;
  }

  .map_quoter-pill1 {
    border-color: var(--transparent--20-black);
    background-color: var(--base--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    height: 3.5rem;
  }

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

  .map_quoter-pil1-fill1 {
    width: 90%;
  }

  .map_quoter-pil1-fill2 {
    display: none;
  }

  .map_quoter-pill3 {
    border-color: var(--transparent--20-black);
    background-color: var(--base--white);
    height: 3.5rem;
  }

  .map_quoter-pill4 {
    display: none;
  }

  .map_quoter-button {
    background-color: var(--base--transparent);
    flex-direction: row;
    height: 3.375rem;
    display: flex;
  }

  .map_tablet-text {
    display: none;
  }

  .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-links {
    padding-right: .5rem;
  }

  .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-content {
    grid-row-gap: .5rem;
  }

  .section_work, .section_benefits, .section_interview, .section_roles {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature_grid-image-mobile {
    display: block;
  }

  .swiper-slide.basic-swiper-item {
    flex-flow: row;
    width: 70%;
    height: 22.625rem;
  }

  .requirements_content, .requirements_list {
    justify-content: center;
    align-items: center;
  }

  .lightbox-link {
    width: 100%;
  }

  .lightbox-link.is-leaders-item {
    height: 100%;
  }

  .tms-modal_nav-wrapper {
    z-index: 2147483647;
    border-top: 1px solid var(--gainsboro\<deleted\|variable-706df2fd\>);
    border-bottom-style: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .tms-modal_body-wrapper {
    padding-top: 0;
    padding-bottom: 4rem;
  }

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

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

  .takeovers_list {
    background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
    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 {
    max-width: 120rem;
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .takeovers_layout.is-download {
    padding-top: 0;
  }

  .frieght-lanes_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header-gradeint {
    display: none;
  }

  .how-tab-menu-bg-wrapper {
    height: 0;
  }

  .get-a-quote_text {
    margin-bottom: -.125rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .map-outer-wrapper {
    margin-top: 1.75rem;
  }

  .how-gradient-bg {
    height: 66px;
    display: block;
  }

  .insurance-text-small.text-sf-24px {
    line-height: .5;
  }

  .is-local {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

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

  .small-block-dark {
    max-width: none;
  }

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

  .text-33 {
    grid-row-gap: 20px;
    width: 480px;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-headlline.dark-mode {
    font-size: 1.8rem;
  }

  .hero-headlline.dark-mode.mobile {
    font-size: 2.2rem;
  }

  .hero-ui-image {
    max-width: 540px;
    height: 230px;
  }

  .div-block-37 {
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .block.dark-mode.long {
    width: 95%;
    margin-right: 1rem;
  }

  .block.light-mode {
    grid-row-gap: 10px;
    height: 100%;
    min-height: 550px;
    padding-top: 20px;
  }

  .team-slider-wrapper {
    width: 100%;
    height: auto;
    overflow: clip;
  }

  .team-slide-wrapper {
    width: 80%;
    max-width: 450px;
    max-height: none;
    margin-right: 1rem;
    overflow: visible;
  }

  .team-slider-arrow.left {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .team-slider-arrow.right {
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .team-slider-nav {
    width: auto;
    height: auto;
    display: block;
  }

  .mask {
    overflow: visible;
  }

  .slider-block-light {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .text-38-center {
    color: #4b5563;
  }

  .hero-dark {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .stats {
    min-width: auto;
  }

  .div-block-54 {
    justify-content: flex-start;
    align-items: center;
  }

  .ui-image-light.local {
    width: 80%;
  }

  .mobille-menu-icon {
    border-radius: 8px;
    width: 44px;
  }

  .mobile-menu-section {
    padding: 16px;
  }

  .desktop-hide {
    margin-bottom: 4em;
  }

  .image-22 {
    border-radius: 1em;
  }

  .ui-image-smallblock {
    z-index: 3;
    object-fit: cover;
    object-position: 50% 0%;
    height: auto;
    max-height: 70%;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .small-block-light {
    max-width: none;
    height: 600px;
    max-height: 700px;
  }

  .sm-block-header-dark {
    flex-flow: row;
  }

  .sm-block-header-light {
    z-index: 3;
    height: auto;
  }

  .slider-block-dark {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .nav-menu {
    padding-left: 1rem;
  }

  .footer-header {
    grid-template-columns: 1fr;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-links {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
  }

  .footer-menu-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    width: auto;
    display: flex;
    position: relative;
  }

  .impact_item-2 {
    width: auto;
  }

  .play-button-3.is-impact {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #000;
    transition: opacity .2s;
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: none;
  }

  .lightbox-link-4 {
    padding-right: 0;
  }

  .ui-image-smallblock-left {
    z-index: 3;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: auto;
    max-height: 70%;
    inset: auto 0% 0%;
  }

  .ui-image-smallblock-imageleft {
    z-index: 3;
    max-width: 100%;
    max-height: 70%;
  }

  .ui-image-smallblock-right {
    z-index: 3;
  }

  .ui-image-light-bottom {
    object-fit: cover;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

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

  .div-block-85 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-31 {
    border-radius: 0;
  }

  .div-block-87 {
    border-radius: 1em;
    overflow: hidden;
  }

  .menu-section-label {
    letter-spacing: -.2px;
    padding-left: 0;
    font-size: .8rem;
  }

  .mobile-menu-link-label {
    letter-spacing: -.5px;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .get-a-quote_text-style {
    margin-bottom: -.125rem;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .ui-image-box---floating {
    max-width: 100%;
  }

  .ui-image-box---floating.floating-removed {
    max-width: 60vw;
  }

  .ui-image-box---floating.floating-removed.larger-ui {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .floating-image.larger-image {
    object-fit: cover;
    min-height: 330px;
  }

  .div-block-95 {
    z-index: 2;
    height: 70%;
  }

  .bg-image-billing {
    width: 100%;
    height: 100%;
    display: block;
    inset: 0% auto auto 0%;
  }

  .image-37 {
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .video-grid {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-proof-card {
    border-radius: 20px;
  }

  .social-proof-card.happyreturns {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    padding: 1em;
    display: grid;
  }

  .social-proof-card.morelabs, .social-proof-card.vybes {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 1em;
  }

  .social-proof-box {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
  }

  .section-padding.desktop {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .icon-3, .icon-4 {
    color: #000;
    inset: auto 0% 0%;
  }

  .div-block-106 {
    z-index: 4;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .slide-in-gradient-dark {
    z-index: 2;
    height: 70%;
  }

  .slider-special-padding {
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }

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

  .ui-image-slider {
    z-index: 3;
    object-fit: cover;
    object-position: 50% 0%;
    height: auto;
    position: relative;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .div-block-118 {
    width: 80%;
  }

  .heading-h1-pg {
    letter-spacing: -.07em;
    font-size: 1.8125rem;
  }

  .heading-h2-pg {
    font-size: 1.5rem;
  }

  .heading-h3-pg {
    font-size: 1.1rem;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .div-block-37-copy {
    padding-top: 0;
  }

  .div-block-144 {
    text-align: left;
    width: 330px;
    max-width: none;
  }

  .cta-drive-with-us {
    flex-flow: column;
  }

  .hero-galaxy {
    height: 580px;
  }

  .galaxy-content {
    padding-bottom: 40px;
  }

  .cta-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    padding: 3em;
  }

  .cta-right {
    flex: 0 auto;
    order: 1;
    height: 320px;
  }

  ._w-nav {
    display: flex;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    max-width: none;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-statement {
    max-width: 30rem;
  }

  .legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    display: flex;
  }

  .menu-content-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-panel-label-dark {
    text-align: center;
  }

  .panel-content-box {
    flex-flow: column;
  }

  .menu-link-vertical {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-200 {
    justify-content: flex-start;
    align-items: center;
  }

  .product-description-dark {
    text-align: center;
  }

  .product-label-dark {
    color: var(--base--white);
    letter-spacing: -.02rem;
  }

  .nav-menu-light {
    padding-left: 1rem;
  }

  .map_quoter-pill3-adjusted {
    border-color: var(--transparent--20-black);
    background-color: var(--base--white);
    border-radius: 4rem;
    height: 3.5rem;
  }

  .footer-link-label {
    font-size: .7rem;
  }

  .panel-content-box-tall {
    flex-flow: column;
  }

  .menu-panel-label-dark-left {
    text-align: left;
    width: 100%;
  }

  .heading-h1-thin {
    letter-spacing: -.07em;
    font-size: 1.8125rem;
  }

  .heading-h2-thin {
    font-size: 1.5rem;
  }

  .heading-h3-thin, .heading-h4-thin {
    font-size: 1rem;
  }

  .heading-h5-thin {
    font-size: .875rem;
  }

  .heading-h6-thin {
    font-size: .75rem;
  }

  .national-ltl-block-how {
    height: auto;
  }

  .national-ltl-hero {
    min-height: 670px;
    padding-top: 0;
  }

  .div-block-224 {
    width: 100%;
    max-width: 340px;
    top: 43%;
  }

  .div-block-225 {
    width: 100%;
    max-width: 350px;
  }

  .national-ltl-examples {
    object-fit: cover;
    width: auto;
    height: auto;
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: visible;
  }

  .div-block-228 {
    grid-template-rows: auto 51px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-231 {
    width: 410px;
  }

  .national-why-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .national-why-card {
    height: 350px;
  }

  .div-block-232 {
    padding: 21px;
  }

  .nationa-why-image {
    width: 120%;
    max-width: none;
  }

  .national-gradient {
    z-index: 2;
  }

  .national-ltl-block-why {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .small-block-text-national-ltl {
    flex-flow: column;
    align-items: center;
  }

  .national-ltl-block {
    padding-top: 2rem;
  }

  .div-block-235 {
    flex-flow: column;
  }

  .div-block-236 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 2rem;
  }

  .div-block-238 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-239 {
    z-index: 1;
    grid-template-columns: 1fr 1fr 1.5fr;
    width: 100%;
    padding: 0 25px;
    position: relative;
  }

  .galaxy-content-in-national {
    padding-bottom: 40px;
  }

  .national-growing-feature {
    width: 90%;
  }

  .div-block-241 {
    bottom: -18%;
  }

  .galaxy-content-in-national2 {
    padding-bottom: 40px;
  }

  .national-ltl-hero-cities {
    width: 450px;
    top: 16%;
  }

  .pills-for-national-ltl-hero {
    width: 300px;
    padding-left: 66px;
  }

  .div-block-251 {
    width: 260px;
  }

  .text-block-31 {
    font-size: 2.4rem;
  }

  .div-block-252 {
    width: 150px;
    height: 60px;
  }

  .pills-for-national-ltl-hero-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-253 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 180px;
  }

  .text-block-31-smaller {
    letter-spacing: 0;
    font-size: .6rem;
  }

  .div-block-252-smaller {
    height: 22px;
  }

  .div-block-252-left {
    width: 100px;
    height: 60px;
  }

  .compare-vs-text {
    top: 43.5%;
  }

  .div-block-228-others {
    grid-template-rows: auto 51px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-262 {
    height: auto;
  }

  .paragraph-24 {
    font-size: 1.4rem;
  }

  .div-block-267 {
    height: auto;
    padding-right: 100px;
  }

  .paragraph-25 {
    letter-spacing: -.12rem;
    font-size: 1.5rem;
  }

  .div-block-269 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    top: 59%;
  }

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

  .div-block-270-large {
    width: 310px;
  }

  .heading-galaxy-hero {
    letter-spacing: -.1rem;
    font-size: 2.4rem;
  }

  .div-block-277 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-dark {
    padding-bottom: 3.625rem;
    display: block;
  }

  .footer-link-dark, .footer-link-dark-tiny {
    font-size: .8rem;
  }

  .footer-item-dark {
    justify-content: space-between;
  }

  .paragraph-24-large {
    font-size: 1.4rem;
  }

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

  .galaxy-content-long {
    padding-bottom: 40px;
  }

  .same-day-delivery {
    display: none;
  }

  .carriers {
    min-height: 25.3125rem;
  }

  .feature-header {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .graphic_image-wrapper-2 {
    width: 4.375rem;
    height: 4.375rem;
  }

  .reliability_count-up-2 {
    font-size: 4rem;
  }

  .local-same-day-hero {
    min-height: 670px;
    padding-top: 0;
  }

  .local-same-day-how-it-works {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .local-same-day-steps {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .div-block-232-2 {
    padding: 21px;
  }

  .same-day-coverage {
    padding-bottom: 40px;
  }

  .product-header-2 {
    width: 510px;
  }

  .coverage {
    width: 100%;
    height: 100%;
    display: block;
    inset: 0% auto auto 0%;
  }

  .fp-icon {
    width: 4.375rem;
    height: 4.375rem;
  }

  .pill-shape, .pill-shape-2, .pill-shape-3, .pill-shape-4 {
    margin-bottom: .25rem;
  }

  .div-block-231-copy {
    width: 410px;
  }

  .pill-floating {
    display: none;
  }

  .carrier-graphic, .carrier-graphic-no-padding {
    padding: 0 1rem 1rem;
  }

  .feature-header-dark {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .national-header {
    grid-row-gap: 20px;
    width: 480px;
  }

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

  .cta_component-dark {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 1em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .instant-support-local {
    height: auto;
  }

  .support_graphic-wrapper-2 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    height: auto;
    padding: .5rem .875rem .5rem .5rem;
  }

  .div-block-hero-image {
    height: 670px;
  }

  .readbility_content-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 1.875rem 1.875rem 1rem;
    display: flex;
  }

  .big-pill {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1rem;
  }

  .feature-content-dark {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .big-pill-dark {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1rem;
  }

  .image-37-2 {
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .graphic_image-wrapper-3 {
    width: 4.375rem;
    height: 4.375rem;
  }

  .ltl-partnershero {
    min-height: 670px;
    padding-top: 0;
  }

  .feature-content-2 {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .freight-coverage {
    min-height: 670px;
    padding-top: 0;
  }

  .text-33-2 {
    grid-row-gap: 20px;
    width: 480px;
  }

  .div-block-327-2 {
    height: 110px;
  }

  .dashboard-api-hero {
    min-height: 670px;
    padding-top: 0;
  }

  .div-block-392 {
    padding: 23px 80px;
  }

  .feature-header-copy {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .vetted_pill-wrapper-2, .vetted_pill-wrapper-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1rem;
  }

  .submit-button-quoter {
    width: 100%;
  }

  .ltlg-hero {
    height: 560px;
    padding-bottom: 48px;
  }

  .ltlg-title {
    font-size: 48px;
  }

  .ltlg-toc {
    padding: 56px 24px;
  }

  .vcs-header {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .vcs-title {
    font-size: 36px;
  }

  .vcs-viewport {
    padding-left: 24px;
    padding-right: 24px;
    scroll-padding-left: 24px;
  }

  .vcs-card {
    flex-basis: 300px;
    width: 300px;
  }

  .vcs-thumb {
    height: 180px;
  }

  .vcs-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .stats-section {
    padding: 64px 24px;
  }

  .stats-title {
    font-size: 36px;
  }

  .stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .stats-vdivider {
    width: 100%;
    height: 1px;
  }

  .stats-figure {
    font-size: 72px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.1rem;
    font-size: 1.5rem;
    line-height: 1;
  }

  h2 {
    letter-spacing: -.095rem;
    font-size: 1.3rem;
    line-height: 1.1;
  }

  h3 {
    letter-spacing: -.095rem;
    font-size: 1.2rem;
    line-height: 1.1;
  }

  h4 {
    font-size: 1.05rem;
  }

  h5 {
    letter-spacing: -.04rem;
    font-size: .95rem;
    line-height: 1.3;
  }

  h6 {
    font-size: .85rem;
    line-height: 1.3;
  }

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

  .icon-1x1-small.text-color-fast {
    display: none;
  }

  .fs-styleguide_item {
    flex-flow: column;
    display: flex;
  }

  .text-color-gray.text-sf-12px {
    text-align: center;
  }

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

  .heading-h1.text-align-center {
    height: auto;
  }

  .text-color-white.icon-1x1-small {
    display: none;
  }

  .fs-styleguide_section-header {
    display: block;
  }

  .text-tiny.text-color-black {
    letter-spacing: 0;
  }

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

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_item-wrapper {
    flex-flow: column;
    display: flex;
  }

  .text-small {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .fs-styleguide_3-col.is-text {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: clip;
  }

  .button-regular.mobile_width-100 {
    width: 100%;
  }

  .button-regular.is-nav {
    min-width: auto;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    display: none;
  }

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

  .section_map {
    margin-top: 0;
    padding: 1em;
  }

  .values_layout {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .values-item {
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-columns: auto;
    display: flex;
  }

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

  .how_heading-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .how_component {
    width: 100%;
    padding-top: 0;
  }

  .how_tab-menu {
    border-radius: .5rem;
    flex-flow: wrap;
  }

  .how_tab-link {
    border-radius: .5rem;
    flex-flow: wrap;
    display: flex;
  }

  .how_tab-link.w--current {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    border-color: var(--gray--300);
    border-radius: 2rem;
    flex: 0 auto;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: .5rem;
  }

  .tab_icon-wrapper {
    min-width: 30px;
  }

  .how_tab-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .tab_blurb-wrapper {
    text-transform: none;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .icon-1x1-xsmall.is-embed.hide-mobile-portrait {
    display: block;
  }

  .local_how-layout {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .local_how-layout.desktop-class.mobile-class, .local_how-layout.mobile-class {
    margin-left: 0;
  }

  .local_step-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 9rem;
    display: flex;
  }

  .cta_heading-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-right: .7rem;
    display: flex;
  }

  .cta_image-overlay {
    height: 90%;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .cta_content-left-news2 {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    grid-template-rows: auto auto;
    justify-content: center;
    height: 100%;
    padding: 4.3rem 2.2rem;
  }

  .cta_content-right {
    height: 270px;
  }

  .cta_bg-image-wrapper {
    width: 100%;
  }

  .cta_background-image {
    max-width: none;
  }

  .cta_lottie-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta_button-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    max-width: 60vw;
    display: flex;
  }

  .footer_content-right {
    flex-direction: column;
  }

  .leaders_person-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .leaders_body-wrapper {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
  }

  .play-button {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .icon-1x1-0-875rem.is-menu-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .splide__list.is-business {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .splide__list.is-tms {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .splide__slide.is-business {
    flex: none;
  }

  .social_heading-wrapper {
    width: 100%;
    max-width: 20.375rem;
    padding-top: 1.5rem;
  }

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

  .business_heading-wrapper {
    width: 100%;
    max-width: 20.375rem;
  }

  .zz-park-light-gray.text-sf-12px {
    letter-spacing: 0;
  }

  .impact_heading-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .impact_cta-wrapper {
    flex-flow: column;
    padding-bottom: 1rem;
  }

  .impact_item-body {
    height: 90px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spending_item {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav_logo-image {
    object-position: 0% 50%;
  }

  .nav-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .nav_hamburger-wrapper.w--open {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .hamburger_close-wrapper {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav_menu-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    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;
  }

  .spending_content.is-same-dayinfo {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mile_graphic-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .mile_graphic-wrapper.is-same-day {
    border-radius: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: 1rem;
    display: flex;
  }

  .graphic_left-content {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-items: stretch;
  }

  .graphic_left-content.is-stop-overspending {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .graphic_right-content {
    align-items: flex-end;
    width: 100%;
  }

  .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: 2.6rem;
  }

  .vetted_item {
    min-height: auto;
  }

  .vetted_content {
    padding-top: 2.5rem;
  }

  .support_graphic-wrapper {
    height: auto;
  }

  .support_icon-wrapper {
    width: 80px;
    height: 60px;
  }

  .negotiated_content {
    flex-flow: column;
  }

  .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_1.avif');
    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-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;
  }

  .cta_product-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-left: .6rem;
    padding-right: 0;
  }

  .local_grid-column {
    overflow: hidden;
  }

  .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("data:image/svg+xml,%3Csvg width='620' height='153' viewBox='0 0 620 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.68103 152.748L619.064 152.748C619.064 146.925 614.343 142.204 608.52 142.204H220.813C204.151 142.204 189.666 130.77 185.797 114.563L165.226 28.3895C161.357 12.1826 146.872 0.748466 130.21 0.74846L0.68103 0.748413V152.748Z' fill='url(%23paint0_linear_136_49496)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_136_49496' x1='322.348' y1='9.50218' x2='-156.318' y2='9.50219' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23A5FFAE'/%3E%3Cstop offset='0.328125' stop-color='%2320FFC5'/%3E%3Cstop offset='1' stop-color='%23F6F9FF' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

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

  .fs-style-guide_misc {
    padding: 0;
  }

  .damaged_lower-inner {
    padding-bottom: 0;
  }

  .damaged_upper-inner {
    margin-bottom: -4.2rem;
  }

  .map_quoter-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map-track.hide-tablet {
    display: none;
  }

  .map_quoter-pill1 {
    border-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
    background-color: var(--white-smoke\<deleted\|variable-fb08eccf\>);
  }

  .map_quoter-pill3 {
    border-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
  }

  .section_header.is-coverage-map {
    height: auto;
    padding-bottom: 0;
  }

  .coverage-map_dropdown-svg {
    margin-bottom: -.75rem;
  }

  .how_tab-links {
    flex: 1;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    min-height: 50px;
    padding-left: 1rem;
    font-size: .75rem;
    line-height: 1.33333;
  }

  .how_tab-links:hover {
    border-radius: .5em;
  }

  .how_tab-links.w--current {
    border-radius: .5rem;
    flex-flow: wrap;
    flex: 1;
    min-height: 50px;
    padding-left: 1rem;
  }

  .features_section {
    padding-top: 0;
  }

  .gallery_image.carrers_page.mobile {
    background-position: 69%;
  }

  .hero_wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .map-outer-wrapper {
    margin-top: 0;
  }

  .how-gradient-bg {
    height: 90px;
  }

  .nav-bar.nav-bar-style {
    box-shadow: none;
    outline-offset: 0px;
    outline: 3px #000;
    padding-right: 0;
  }

  .navigation-box {
    display: flex;
  }

  .count-number {
    font-size: 3.6rem;
  }

  .nav_logo-image-api {
    object-position: 0% 50%;
  }

  .product-blockheadline-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pills {
    padding: 7px;
  }

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

  .text-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-33 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .text-block-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-6 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-37.dark-mode {
    text-align: left;
  }

  .text-38 {
    font-size: .9rem;
    line-height: 1rem;
  }

  .ai-image-2 {
    min-width: 96px;
  }

  .hero-headlline, .hero-headlline.dark-mode {
    font-size: 1.3rem;
  }

  .hero-headlline.dark-mode.mobile {
    font-size: 1.5rem;
  }

  .text-40, .text-40.dark-mode {
    font-size: .9rem;
  }

  .hero-ui-image {
    max-width: 290px;
    height: 150px;
  }

  .block.dark-mode.long {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .block.dark-mode.long.blackbg.adjust-width, .block.dark-mode.long.adjust-width {
    width: auto;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .block.dark-mode.adjust-width {
    margin-left: 0;
  }

  .block.light-mode {
    grid-row-gap: 0px;
    min-height: 540px;
  }

  .div-block-42 {
    text-align: center;
  }

  .team-slider-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .team-slide-wrapper {
    width: 90%;
    min-width: 90%;
    max-width: 380px;
    height: 100%;
    min-height: auto;
    max-height: 100%;
    margin-right: 1rem;
    overflow: visible;
  }

  .team-slider-arrow.left {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .team-slider-arrow.right {
    height: 100%;
    inset: 0% 2% 0% auto;
  }

  .team-slider-nav {
    width: auto;
    height: auto;
    display: block;
  }

  .mask {
    padding-left: 0;
  }

  .slider-block-light {
    border: 0 solid #000;
    justify-content: space-around;
    height: 610px;
  }

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

  .text-38-center-dark {
    font-size: .9rem;
    line-height: 1rem;
  }

  .hero-dark {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .div-block-54 {
    justify-content: center;
    align-items: center;
  }

  .ui-image-light {
    object-fit: cover;
    width: auto;
    height: 45%;
    overflow: hidden;
  }

  .ui-image-light.local {
    width: 110%;
    max-width: 100%;
    height: 48%;
    top: 200px;
  }

  .menu-label-dark {
    color: var(--base--white);
    text-align: left;
    flex-flow: row;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-57 {
    padding-right: 0;
  }

  .mobille-menu-icon {
    border-radius: 8px;
    width: 40px;
    min-width: 40px;
    max-width: none;
    overflow: hidden;
  }

  .menu-label {
    cursor: pointer;
    align-self: center;
    margin-left: 0;
    font-weight: 600;
  }

  .div-block-60 {
    padding-top: 8px;
  }

  .menu-button {
    color: #000;
    background-color: #fff;
    justify-content: flex-start;
    padding: .5rem .5rem .5rem 0;
  }

  .mobile-menu-section {
    padding: 16px;
  }

  .desktop-visible {
    display: none;
  }

  .mobile-nav-style {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-self: center;
    align-items: center;
  }

  .desktop-nav-style {
    align-self: center;
  }

  .desktop-hide {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .bg-image-small-block {
    background-color: var(--base--transparent);
    inset: 0% auto auto 0%;
  }

  .ui-image-smallblock {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .sm-block-header-dark {
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .sm-block-header-light {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 10px;
  }

  .small-block-text.dark-mode {
    text-align: left;
  }

  .slider-block-dark {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column;
    box-shadow: 0 0 30px 30px #000;
  }

  .block-lflex-image-floating {
    margin-left: .125rem;
    margin-right: .25rem;
  }

  .ui-image-example {
    width: 70%;
  }

  .nav-menu {
    padding-left: 1rem;
  }

  .footer-header {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links {
    flex-direction: column;
  }

  .image-body-horizontal {
    flex-flow: column;
    width: auto;
  }

  .text-start {
    font-size: 18px;
  }

  .div-block-78 {
    background-image: url('../images/MI_UI-accessorials_1.avif');
    background-position: 50% 100%;
    background-size: cover;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .div-block-79 {
    bottom: 0;
  }

  .videos {
    width: 100%;
  }

  .impact_item-2 {
    border-color: var(--gray--500);
    background-color: var(--base--white);
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .impact_image-wrapper-2 {
    max-height: 200px;
  }

  .play-button-3.is-impact {
    width: 2em;
    height: 2em;
  }

  .lightbox-link-4 {
    width: 100%;
    padding-right: 0;
  }

  .ui-image-smallblock-imageleft {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .ui-image-smallblock-right {
    object-fit: contain;
  }

  .ui-image-light-bottom {
    object-fit: contain;
    height: 230px;
  }

  .ui-image-light-bottom.no-float {
    object-fit: cover;
    object-position: 50% 100%;
    height: 183px;
  }

  .image-max-height {
    object-fit: fill;
    max-width: none;
    height: 45%;
    max-height: 50%;
    overflow: hidden;
  }

  .image-bottom-small {
    height: 250px;
  }

  .div-block-84, .div-block-85 {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .image-31 {
    border-radius: 16px;
  }

  .menu-section-label {
    color: #000;
    text-align: left;
    letter-spacing: -.07px;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    font-size: .8rem;
    display: flex;
  }

  .mobile-menu-link-label {
    text-align: left;
    letter-spacing: -.03rem;
    cursor: pointer;
    align-self: center;
    margin-left: 0;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .desktop-menu-icon {
    border-radius: 4px;
    width: 40px;
    min-width: 40px;
    overflow: hidden;
  }

  .bg-not-flexed-box {
    inset: auto 0% 0%;
    transform: none;
  }

  .ui-image-box---floating {
    max-width: 120%;
  }

  .ui-image-box---floating.floating-removed {
    max-width: 80vw;
  }

  .ui-image-box---floating.floating-removed.larger-ui {
    max-width: 100%;
  }

  .floating-image.larger-image {
    object-fit: cover;
    width: 100%;
    max-width: none;
    min-height: 240px;
  }

  .not-flexed-bg-image-rspsv {
    width: 120%;
  }

  .div-block-94 {
    height: 100%;
  }

  .image-37 {
    object-fit: cover;
  }

  .div-block-99 {
    object-fit: fill;
    height: 100%;
    inset: auto 0% 0%;
  }

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

  .video-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .social-proof-box {
    flex-flow: column;
    display: flex;
  }

  .section-padding-wide.desktop {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
    overflow: clip;
  }

  .story-text-large {
    font-size: 3.6rem;
  }

  .damage-example-compare, .damage-example-compare-mshp {
    right: 1rem;
  }

  .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .icon-3 {
    color: #000;
  }

  .div-block-106 {
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .div-block-108 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slide-in-gradient-dark {
    background-image: linear-gradient(#000 35%, #fff0);
  }

  .div-block-109, .div-block-109-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .ui-image-slider {
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .heading-h3-pg {
    font-size: 1rem;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .div-block-144 {
    width: 230px;
  }

  .cta-drive-with-us {
    flex-flow: column;
  }

  .hero-galaxy {
    height: 660px;
  }

  .same-day-coverage-text-and-image {
    width: 100%;
  }

  .galaxy-all-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .galaxy-content-header {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-175 {
    flex-flow: column;
  }

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

  .image-50 {
    width: 590px;
    top: -160px;
  }

  .cta-left {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    grid-template-rows: auto auto;
    justify-content: center;
    height: 100%;
    padding: 1.6em;
  }

  .nav_logo-image-white {
    object-position: 0% 50%;
  }

  ._w-nav {
    display: flex;
  }

  .legal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

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

  .button-medium.is-alternate {
    white-space: normal;
  }

  .menu-link {
    flex-flow: row;
  }

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

  .panel-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-description-dark {
    font-size: .7rem;
  }

  .menu-panel-label-dark {
    color: var(--base--white);
    text-align: left;
    align-items: center;
    font-size: .8rem;
    display: flex;
  }

  .desktop-menu-icon-trigger {
    border-radius: 4px;
    width: 30px;
    overflow: hidden;
  }

  .panel-content-box {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-link-vertical {
    flex-flow: column;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-200 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product-description-dark {
    text-align: center;
    letter-spacing: -.02rem;
    font-size: .8rem;
  }

  .product-label-dark {
    color: var(--base--white);
    letter-spacing: -.03rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .nav-menu-light {
    padding-left: 1rem;
  }

  .menu-label-light {
    color: var(--base--white);
    text-align: left;
    flex-flow: row;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-panel-label-light {
    color: #6b7280;
    text-align: left;
    align-items: center;
    margin-left: 0;
    padding-left: 8px;
    display: flex;
  }

  .menu-description-light {
    font-size: .7rem;
  }

  .div-block-203 {
    height: 270px;
  }

  .image-52 {
    width: 650px;
  }

  .map_quoter-pill3-adjusted {
    border-color: var(--gainsboro\<deleted\|variable-706df2fd\>);
  }

  .panel-content-box-tall {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-panel-label-dark-left {
    width: 80%;
    color: var(--base--white);
    text-align: left;
    align-items: center;
    font-size: .8rem;
    display: flex;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 1rem;
  }

  .heading-h1-thin {
    width: auto;
  }

  .div-block-224 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 272px;
    padding-left: 10px;
    padding-right: 10px;
    top: 40%;
  }

  .national-ltl-examples {
    object-fit: contain;
    height: 195px;
  }

  .div-block-226 {
    flex-flow: column;
    padding-top: 40px;
    padding-left: 20px;
  }

  .div-block-229 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .nationa-why-image {
    background-color: var(--base--transparent);
    inset: 0% auto auto 0%;
  }

  .national-ltl-block {
    margin-left: .125rem;
    margin-right: .25rem;
  }

  .div-block-239 {
    grid-template-columns: 1fr;
  }

  .national-growing-feature {
    display: none;
  }

  .div-block-243 {
    width: 390px;
  }

  .div-block-245 {
    display: none;
  }

  .national-ltl-hero-cities {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    max-width: 272px;
    padding-left: 10px;
    padding-right: 10px;
    top: 9%;
  }

  .pills-for-national-ltl-hero {
    width: 184px;
    padding-left: 43px;
  }

  .div-block-251 {
    width: 150px;
  }

  .text-block-31 {
    font-size: 1.5rem;
  }

  .div-block-252 {
    width: 101px;
    height: 40px;
  }

  .div-block-253 {
    width: 140px;
  }

  .text-block-31-smaller {
    font-size: .5rem;
  }

  .div-block-252-smaller {
    height: 17px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .div-block-252-left {
    height: 40px;
  }

  .div-block-254 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-59-ms {
    width: 108%;
  }

  .image-59-others {
    width: 113%;
  }

  .div-block-256 {
    flex-flow: row;
  }

  .div-block-259 {
    justify-content: center;
    align-items: center;
  }

  .div-block-261 {
    padding-bottom: 70px;
  }

  .div-block-227-title {
    padding-top: 10px;
  }

  .div-block-226-others {
    flex-flow: column;
    align-items: stretch;
    padding-top: 40px;
    padding-left: 20px;
  }

  .paragraph-24 {
    font-size: 1.2rem;
  }

  .div-block-267 {
    padding-right: 20px;
  }

  .div-block-269 {
    top: 52%;
  }

  .div-block-272 {
    grid-template-columns: 1fr 1fr;
    height: 88px;
  }

  .div-block-274 {
    flex-flow: column;
  }

  .div-block-270-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .image-62 {
    width: 180px;
  }

  .div-block-275 {
    height: auto;
  }

  .heading-galaxy-hero {
    font-size: 2.1rem;
  }

  .div-block-278 {
    width: 100%;
    padding: 10px;
  }

  .paragraph-24-large {
    font-size: 1.8rem;
  }

  .div-block-279 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .costs {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .carriers {
    min-height: auto;
  }

  .feature-header {
    padding-left: 1rem;
  }

  .graphic_image-wrapper-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .local_grid-column-2 {
    overflow: hidden;
  }

  .local-same-day-steps {
    grid-template-columns: 1fr;
  }

  .product-header-2 {
    width: 100%;
    padding-right: 20px;
  }

  .text-38-center-dark-copy {
    font-size: .9rem;
    line-height: 1rem;
  }

  .div-block-109-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .fp-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .div-block-231-copy {
    width: 100%;
  }

  .carrier-benefit {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .slider {
    max-width: 540px;
  }

  .section-4 {
    max-width: 350px;
  }

  .feature-header-dark {
    padding-left: 1rem;
  }

  .national-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .cta_component-dark {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
    display: flex;
  }

  .support_graphic-wrapper-2 {
    height: auto;
  }

  .coverage-features {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .coverage-header {
    width: 100%;
  }

  .coverage-features-dark {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .feature-content-dark {
    padding-left: 1rem;
  }

  .image-37-2 {
    object-fit: cover;
  }

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

  .graphic_image-wrapper-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .graphic_right-content-2 {
    align-items: flex-end;
    width: 100%;
  }

  .graphic_left-content-3 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    justify-items: stretch;
  }

  .vetted-carriers-headline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-content-2 {
    padding-left: 1rem;
  }

  .panel-box-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-33-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .div-block-327-2 {
    height: 170px;
  }

  .div-block-203-2 {
    height: 270px;
  }

  .paragraph-45 {
    padding-bottom: 0;
  }

  .div-block-392 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-header-copy {
    padding-left: 1rem;
  }

  .hero_wrapper-blog {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .ltlg-hero {
    height: 520px;
    padding-bottom: 40px;
  }

  .ltlg-eyebrow {
    font-size: 16px;
  }

  .ltlg-title {
    font-size: 38px;
  }

  .ltlg-sub {
    max-width: 300px;
    margin-top: 16px;
    font-size: 18px;
  }

  .ltlg-toc {
    padding: 48px 20px;
  }

  .ltlg-toc-row {
    grid-column-gap: 14px;
    align-items: flex-start;
  }

  .ltlg-toc-text {
    font-size: 15px;
    line-height: 1.25;
  }

  .vcs {
    grid-row-gap: 32px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .vcs-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vcs-title {
    font-size: 30px;
  }

  .vcs-viewport {
    padding-left: 20px;
    padding-right: 20px;
    scroll-padding-left: 20px;
  }

  .vcs-card {
    flex-basis: 270px;
    width: 270px;
  }

  .vcs-thumb {
    height: 160px;
  }

  .vcs-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stats-section {
    padding: 56px 20px;
  }

  .stats-title {
    font-size: 30px;
  }

  .stats-figure {
    font-size: 60px;
  }

  .stats-label {
    font-size: 18px;
  }

  .stats-desc {
    font-size: 14px;
  }
}

#w-node-_5a7587c3-3965-c24d-46ff-78f7be209ad9-3e7a955b, #w-node-_029488e3-1c05-f5fd-e853-8082c357573c-3e7a955b, #w-node-_4dfa148d-0d7c-3bba-fe79-deca93e5990d-3e7a955b, #GetAQuote.w-node-_9cd9e294-08ca-1758-16af-d6708650da92-3e7a955b, #w-node-be23578e-bcd7-b2a8-5b14-da91bd4a95b4-3e7a955b, #w-node-dcc9f04c-73d2-a6b1-4c35-ea42e1073992-3e7a955b, #w-node-_0b232404-4e80-4ebd-3544-e6bcfea43306-3e7a955b, #w-node-_32ead171-8c2e-995e-39c7-7132740a27b2-3e7a955b, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c874-3e7a955b, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c87c-3e7a955b, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c884-3e7a955b, #w-node-_2609aa06-810b-a5ed-eea7-36b46c07c88c-3e7a955b, #w-node-_345675a7-0e70-f122-c581-37991401ac6a-3e7a955b, #w-node-e4256cdf-df49-0d80-e903-f2ad2aed0dc1-3e7a955b, #w-node-_9c51a571-70ac-cd2f-341f-f964feba783d-3e7a955b, #w-node-c0c2f815-2c7a-dfde-c887-d4cff8c89b9e-3e7a955b, #w-node-_046f0dae-4623-21bb-09f1-ae0086637bc0-3e7a955b, #w-node-d37e4ec0-5970-8a5a-d16c-f7e2f0be3ff6-3e7a955b, #w-node-_09995a0c-d1f3-ec4c-8091-31758bd4103c-3e7a955b, #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-3e7a955b, #w-node-_2d237e34-aea0-409f-923a-7abed0627aef-3e7a955b, #w-node-_9f427bcc-0aa1-39db-71fd-248e53d44d9e-3e7a955b, #w-node-_3b6444b6-e2c7-dc3c-b360-65fde65a2e3f-3e7a955b, #w-node-_5f054e5e-3312-92c4-e9f2-4de7a648f32d-3e7a955b, #w-node-e430d38c-92a0-3a9a-553c-49db93675af1-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24a-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c24b-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26a-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26b-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c26c-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-3e7a955b, #w-node-_0dd557f1-23fe-8b78-4ff2-b4aef28c76da-3e7a955b, #w-node-d514b24b-21dd-0480-f73d-12912f831207-3e7a955b, #w-node-d514b24b-21dd-0480-f73d-12912f831214-3e7a955b, #w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2fb-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c31f-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c321-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c30e-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c318-3e7a955b, #w-node-_1337c494-1888-b67b-f0ef-b0202fc46906-3e7a955b, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f0-3e7a955b, #w-node-c40849d9-a7ad-a85c-ddfc-86246f52b1f1-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d61-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d6c-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d82-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8d-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d8e-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d90-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d92-3e7a955b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec70d-3e7a955b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec719-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec71c-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec721-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec727-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-3e7a955b, #w-node-_18c21bf5-3b81-68ee-b346-79b5fc01b399-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec75c-3e7a955b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1044654-a817-dd99-a308-1f1db6ace974-3e7a955b {
  order: -9999;
}

#w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-3e7a955b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0937e266-fa50-97bf-05d9-8f2cf1b170db-3e7a955b, #w-node-_0937e266-fa50-97bf-05d9-8f2cf1b170ed-3e7a955b, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8268-3e7a955b, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8280-3e7a955b, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8282-3e7a955b, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8285-3e7a955b, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8287-3e7a955b, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ec9-3e7a955b, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee1-3e7a955b, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee3-3e7a955b, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee6-3e7a955b, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee8-3e7a955b, #w-node-_98b10312-885a-8df2-a743-3e85a3a5add6-3e7a955b, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adee-3e7a955b, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf0-3e7a955b, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf3-3e7a955b, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf5-3e7a955b, #w-node-_552e42ec-cb47-27e7-004a-955efffd9be5-3e7a955b, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bfd-3e7a955b, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bff-3e7a955b, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c02-3e7a955b, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c04-3e7a955b, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f10-3e7a955b, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f28-3e7a955b, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2a-3e7a955b, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2d-3e7a955b, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2f-3e7a955b, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d47-3e7a955b, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d5f-3e7a955b, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d61-3e7a955b, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d64-3e7a955b, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d66-3e7a955b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-3e7a955b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-cd5be120-b555-f384-6726-c9a6b3ff2998-3e7a955b, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29ad-3e7a955b, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29af-3e7a955b, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b2-3e7a955b, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b4-3e7a955b, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862856-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286b-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286d-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862870-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862872-3e7a955b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-3e7a955b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5762dadf-3420-3361-409e-16a26757411e-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a267574133-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a267574135-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a267574138-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a26757413a-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a26757413c-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1e2-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f7-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f9-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fc-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fe-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-3e7a955b, #w-node-e396affb-8cba-048f-575c-79ae09bee9dc-3e7a955b, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-3e7a955b, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f90b-3e7a955b, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-3e7a955b, #w-node-f5ffb944-8368-7687-f4c3-890021b335dd-3e7a955b, #w-node-c145478d-9b06-23fa-6f3d-8176e41f24c2-3e7a955b, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-3e7a955b, #w-node-_7a7333be-19e0-ec05-fb65-84c9d0baa4ca-3e7a955b, #w-node-_1e4879b6-4ff8-de4d-8bf2-1a28de5fc3ef-3e7a955b, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-3e7a955b, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3ce-3e7a955b, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3d0-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c83-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c85-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c87-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c93-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c95-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060c97-3e7a955b, #w-node-db381a10-7aaf-8c89-d804-6553eebf755d-3e7a955b, #w-node-db381a10-7aaf-8c89-d804-6553eebf755f-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060cba-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060cbc-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccb-3e7a955b, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccd-3e7a955b, #w-node-_6dcb6944-38db-bf90-ec63-6c20005c10c9-005c10aa, #w-node-_32eadc24-e391-a089-abe0-fb5b6627caca-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-3e7a955e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-3e7a955e, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-3e7a955e {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-3e7a955e {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-3e7a955e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-3e7a955e {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-3e7a955e {
  justify-self: start;
}

#w-node-_774efdda-3b11-be7e-e124-07fafd047097-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca11-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-3e7a955e {
  justify-self: start;
}

#w-node-_6e31d2f5-a6fb-f777-c3d8-5b3a4efe7213-3e7a955e, #w-node-de873584-a8b2-61ac-83d9-4e224b757342-3e7a955e, #w-node-_4c809f23-59e8-c252-bd0a-ce25152f0a93-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb89-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-3e7a955e, #w-node-_2f160421-4591-762e-e304-d881392dbd16-3e7a955e, #w-node-_2f160421-4591-762e-e304-d881392dbd17-3e7a955e, #w-node-_89c19d19-4438-b414-67de-be39f19eb440-3e7a955e, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-3e7a955e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-3e7a955e {
  justify-self: start;
}

#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, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd95-3abaa1ff, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd96-3abaa1ff, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd9d-3abaa1ff, #w-node-_39c4472b-e058-53fc-8f3e-5a1e1084cd9e-3abaa1ff, #w-node-_89d0c5ff-596b-50d0-aae4-fff620e07d63-575d38fe, #w-node-dd5275e9-b1ac-d475-2316-b61a660ad7de-d0a663b3, #w-node-_08cff609-7682-79da-3bb4-5f572a3579f3-d0a663b3, #w-node-_24987d91-5e5a-b9f9-bc55-d34de3f84b48-d0a663b3, #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-d0a663b3, #w-node-eab76242-3281-388e-b260-eabe48862b2d-d0a663b3, #w-node-_4a0b110b-87d3-4353-657e-baa048a7d44a-d0a663b3, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a22-d0a663b3, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-d0a663b3, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a20-d0a663b3, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-d0a663b3, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19a-d0a663b3, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19c-d0a663b3, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0e7-d0a663b3, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0ef-d0a663b3, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0f0-d0a663b3, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd12-d0a663b3, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd13-d0a663b3, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd15-d0a663b3, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8ca1-d0a663b3, #w-node-_0c833d0c-dd60-0dea-08e2-929783f44ad1-d0a663b3, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8cce-d0a663b3, #w-node-fae56527-8688-665f-3e44-1f30f53a6bbd-d0a663b3, #w-node-_153f8567-5357-5816-ce90-5ae4860a615c-6f96d73e, #w-node-_6523443f-1291-bf74-347b-f63f2d27a130-6f96d73e, #w-node-_0e7f20d9-3cf3-4209-8670-b5e0252ddda8-6f96d73e {
  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-_80460ed5-cbd3-6f45-54c2-bfc76a644144-3f98d978, #w-node-_80460ed5-cbd3-6f45-54c2-bfc76a64414a-3f98d978, #w-node-_80460ed5-cbd3-6f45-54c2-bfc76a644152-3f98d978 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5041d2b-ecd0-2a79-aa9d-ac8e466a6e04-25c3fd6e {
  grid-area: Area;
}

#w-node-_9eac3272-3fee-d0e7-a699-3fb20ae5db75-25c3fd6e {
  grid-area: Area-2;
}

#w-node-_38b638f6-f047-7e42-5bc9-1bbf0021dc42-25c3fd6e, #w-node-d1a3b782-fd93-579e-cf0d-69851204ed94-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204ed99-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204ed9b-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204eda1-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204eda2-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204eda7-da01d219, #w-node-d1a3b782-fd93-579e-cf0d-69851204eda8-da01d219, #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-5747c5de, #w-node-eab76242-3281-388e-b260-eabe48862b2d-5747c5de, #w-node-_4a0b110b-87d3-4353-657e-baa048a7d44a-5747c5de, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a22-5747c5de, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-5747c5de, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a20-5747c5de, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-5747c5de, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19a-5747c5de, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a19c-5747c5de, #w-node-_277f3214-24a9-cc1c-51cc-4b732c5f7eb5-5747c5de, #w-node-_277f3214-24a9-cc1c-51cc-4b732c5f7ed7-5747c5de, #w-node-_277f3214-24a9-cc1c-51cc-4b732c5f7edc-5747c5de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d39f927f-9dc1-2332-e974-c09d6a97668c-05a22939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8ac788af-c9fe-37cb-0718-20bd3bf675fa-035cc012 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_735788de-a56f-f02f-cacd-b14ad7d9b907-d7d9b8c7, #w-node-_623c9209-6e75-3fdd-0723-1ce2a9b167ea-a9b167cb, #w-node-_61597f36-f149-78d5-69c2-b582e76d7c99-a4859578, #w-node-_6772a3c3-7232-abe7-b4a9-13f5e90eff05-a4859578, #w-node-_8fccf5b5-3158-5f26-48c2-642ccbd9a8bf-a4859578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c43d55-339e-e90a-d171-cab6f3b88891-a4859578 {
  order: -9999;
}

#w-node-_9ee8571f-9fbb-04d5-7496-b52bdbc98bd4-a4859578, #w-node-f41e2cfa-4ac7-0368-9cc9-06720a0888fa-a4859578, #w-node-_250df694-ba7b-64ea-6d5a-345c220b035b-a4859578, #w-node-_250df694-ba7b-64ea-6d5a-345c220b0365-a4859578, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8268-a4859578, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8280-a4859578, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8282-a4859578, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8285-a4859578, #w-node-_99cd0ebb-e7b4-be9d-2400-4e4a271c8287-a4859578, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ec9-a4859578, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee1-a4859578, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee3-a4859578, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee6-a4859578, #w-node-cbaadf2b-a62f-a05a-e66b-ce88768f7ee8-a4859578, #w-node-_98b10312-885a-8df2-a743-3e85a3a5add6-a4859578, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adee-a4859578, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf0-a4859578, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf3-a4859578, #w-node-_98b10312-885a-8df2-a743-3e85a3a5adf5-a4859578, #w-node-_552e42ec-cb47-27e7-004a-955efffd9be5-a4859578, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bfd-a4859578, #w-node-_552e42ec-cb47-27e7-004a-955efffd9bff-a4859578, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c02-a4859578, #w-node-_552e42ec-cb47-27e7-004a-955efffd9c04-a4859578, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f10-a4859578, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f28-a4859578, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2a-a4859578, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2d-a4859578, #w-node-_7e9f76f2-c557-56e6-b4ff-4599c5091f2f-a4859578, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d47-a4859578, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d5f-a4859578, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d61-a4859578, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d64-a4859578, #w-node-b1d3c1d8-8991-f116-17d0-9d92a8a93d66-a4859578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-a4859578 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-cd5be120-b555-f384-6726-c9a6b3ff2998-a4859578, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29ad-a4859578, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29af-a4859578, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b2-a4859578, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b4-a4859578, #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862856-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286b-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b886286d-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862870-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862872-a4859578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-a4859578 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5762dadf-3420-3361-409e-16a26757411e-a4859578, #w-node-_5762dadf-3420-3361-409e-16a267574133-a4859578, #w-node-_5762dadf-3420-3361-409e-16a267574135-a4859578, #w-node-_5762dadf-3420-3361-409e-16a267574138-a4859578, #w-node-_5762dadf-3420-3361-409e-16a26757413a-a4859578, #w-node-_5762dadf-3420-3361-409e-16a26757413c-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1e2-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f7-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1f9-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fc-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f1fe-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-a4859578, #w-node-e396affb-8cba-048f-575c-79ae09bee9dc-a4859578, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-a4859578, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f90b-a4859578, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-a4859578, #w-node-f5ffb944-8368-7687-f4c3-890021b335dd-a4859578, #w-node-c145478d-9b06-23fa-6f3d-8176e41f24c2-a4859578, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-a4859578, #w-node-_7a7333be-19e0-ec05-fb65-84c9d0baa4ca-a4859578, #w-node-_1e4879b6-4ff8-de4d-8bf2-1a28de5fc3ef-a4859578, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-a4859578, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3ce-a4859578, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3d0-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c83-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c85-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c87-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c93-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c95-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060c97-a4859578, #w-node-db381a10-7aaf-8c89-d804-6553eebf755d-a4859578, #w-node-db381a10-7aaf-8c89-d804-6553eebf755f-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060cba-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060cbc-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccb-a4859578, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccd-a4859578, #w-node-_61597f36-f149-78d5-69c2-b582e76d7c99-637d070e, #w-node-_6772a3c3-7232-abe7-b4a9-13f5e90eff05-637d070e, #w-node-_47e8aeaa-3d00-d98b-8e4d-e171e6bf9408-637d070e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37c43d55-339e-e90a-d171-cab6f3b88891-637d070e {
  order: -9999;
}

#w-node-f5ffb944-8368-7687-f4c3-890021b335dd-637d070e, #w-node-c145478d-9b06-23fa-6f3d-8176e41f24c2-637d070e, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-637d070e, #w-node-_7a7333be-19e0-ec05-fb65-84c9d0baa4ca-637d070e, #w-node-_1e4879b6-4ff8-de4d-8bf2-1a28de5fc3ef-637d070e, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-637d070e, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3ce-637d070e, #w-node-_57db4775-62ab-2b80-91bc-e946ee9da3d0-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c83-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c85-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c87-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c93-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c95-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060c97-637d070e, #w-node-db381a10-7aaf-8c89-d804-6553eebf755d-637d070e, #w-node-db381a10-7aaf-8c89-d804-6553eebf755f-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060cba-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060cbc-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccb-637d070e, #w-node-_862bbf97-8993-edc6-82a7-daa202060ccd-637d070e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e38be3af-bbbe-b28c-971e-57e181dac70e-3e7a955b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c287-3e7a955b {
    align-self: start;
  }

  #w-node-_0dd557f1-23fe-8b78-4ff2-b4aef28c76da-3e7a955b, #w-node-_1d3c47aa-6f1f-b42a-c914-c21a9b7af313-3e7a955b, #w-node-_1ff5c067-49bf-46a4-3ab7-b56a38b2c2fb-3e7a955b, #w-node-_1337c494-1888-b67b-f0ef-b0202fc46906-3e7a955b, #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d77-3e7a955b, #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec72c-3e7a955b, #w-node-_18c21bf5-3b81-68ee-b346-79b5fc01b399-3e7a955b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0ab1f586-8042-b0a3-a782-8f083ecec773-3e7a955b {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-3e7a955b {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-3e7a955b, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-3e7a955b, #w-node-_19d97a26-1609-eefc-eb7b-ebfa526e07e1-3e7a955b, #w-node-_878adcb7-24b4-48cf-2152-467fd003e75f-3e7a955b, #w-node-_456b5eaa-e190-2bbb-c47b-9dce38c44f49-3e7a955b, #w-node-_651a306b-15f6-07de-2e1a-f59c8328a142-83289fdd, #w-node-_774efdda-3b11-be7e-e124-07fafd047097-3e7a955e, #w-node-_23334f69-4bf5-b95c-8db3-23a3a7e546c0-3e7a955e, #w-node-_5e1c62ba-82eb-45c8-e2d9-39286de1583a-3e7a955e, #w-node-d2e04f5a-9934-deb1-0992-26b2eeac2bae-3e7a955e, #w-node-_6b0dc1c4-0a5d-4a45-b1cf-3f9facb8b916-3e7a955e, #w-node-_80460ed5-cbd3-6f45-54c2-bfc76a644152-3f98d978, #w-node-_410f4887-5649-3efe-ea48-34ba0fea6207-a4859578, #w-node-_9ee8571f-9fbb-04d5-7496-b52bdbc98bd4-a4859578, #w-node-f41e2cfa-4ac7-0368-9cc9-06720a0888fa-a4859578 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e1638c9-bed8-36a3-734a-6389bcac8178-a4859578 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-a4859578, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-a4859578, #w-node-_19d97a26-1609-eefc-eb7b-ebfa526e07e1-a4859578, #w-node-_878adcb7-24b4-48cf-2152-467fd003e75f-a4859578, #w-node-_456b5eaa-e190-2bbb-c47b-9dce38c44f49-a4859578, #w-node-_47e8aeaa-3d00-d98b-8e4d-e171e6bf9408-637d070e, #w-node-_410f4887-5649-3efe-ea48-34ba0fea6207-637d070e, #w-node-_3dfa82ce-19e8-98a7-7a98-ea3cc5e3ce92-637d070e, #w-node-_4e55f069-709c-3be2-f64e-97daf6348f7c-637d070e, #w-node-_19d97a26-1609-eefc-eb7b-ebfa526e07e1-637d070e, #w-node-_878adcb7-24b4-48cf-2152-467fd003e75f-637d070e, #w-node-_456b5eaa-e190-2bbb-c47b-9dce38c44f49-637d070e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7488e651-18c8-9b0e-be69-62b1beef9d61-3e7a955b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-3e7a955b, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-3e7a955b, #w-node-_5762dadf-3420-3361-409e-16a26757413c-3e7a955b, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-3e7a955b, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-3e7a955b, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-3e7a955b {
    order: -9999;
  }

  #w-node-_6337d14d-49ed-1f23-5639-0dc80967e12f-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e13f-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e159-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e169-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e171-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e18b-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e193-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1a3-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1ab-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1d8-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1e8-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1f6-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e220-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e226-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e232-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e238-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e276-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e282-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e288-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e294-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2aa-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2b0-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2b6-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2bc-83289fdd {
    align-self: stretch;
  }

  #w-node-_32eadc24-e391-a089-abe0-fb5b6627cad5-3e7a955e {
    justify-self: auto;
  }

  #w-node-_774efdda-3b11-be7e-e124-07fafd047097-3e7a955e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-d0a663b3, #w-node-_09e20615-958c-8a33-da4f-2fa82a5c8cce-d0a663b3 {
    order: -9999;
  }

  #w-node-_28c14594-a086-bd64-2656-bf9eb79ca081-d74315f3, #w-node-_28c14594-a086-bd64-2656-bf9eb79ca09f-d74315f3, #w-node-_45ff79e1-2984-fd90-01f7-ac8caa3e9cd7-d74315f3, #w-node-_45ff79e1-2984-fd90-01f7-ac8caa3e9ce7-d74315f3, #w-node-_45ff79e1-2984-fd90-01f7-ac8caa3e9cef-d74315f3, #w-node-_1bb84118-321b-427c-8696-e49b29cfafc6-d74315f3, #w-node-_1bb84118-321b-427c-8696-e49b29cfafcc-d74315f3, #w-node-_1bb84118-321b-427c-8696-e49b29cfafd8-d74315f3, #w-node-_1bb84118-321b-427c-8696-e49b29cfafde-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd6673082-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd6673092-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd66730a0-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf489-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf48f-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf49b-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf4a7-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77caf-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77cbb-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77cc1-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77ccd-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b4e-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b56-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b5e-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b66-d74315f3 {
    align-self: stretch;
  }

  #w-node-_277f3214-24a9-cc1c-51cc-4b732c5f7edc-5747c5de {
    order: -9999;
  }

  #w-node-d39f927f-9dc1-2332-e974-c09d6a97668c-05a22939 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8ac788af-c9fe-37cb-0718-20bd3bf675fa-035cc012 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8fccf5b5-3158-5f26-48c2-642ccbd9a8bd-a4859578 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd5be120-b555-f384-6726-c9a6b3ff29b6-a4859578, #w-node-_1b52ba33-691d-ce5c-6cc5-2fd4b8862874-a4859578, #w-node-_5762dadf-3420-3361-409e-16a26757413c-a4859578, #w-node-d1a5459a-c43f-3b10-962c-fcd15338f200-a4859578, #w-node-e396affb-8cba-048f-575c-79ae09bee9fa-a4859578, #w-node-_8cc2b23a-d437-4e1d-631c-72cc6d52f929-a4859578 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a1044654-a817-dd99-a308-1f1db6ace974-3e7a955b {
    order: -9999;
  }

  #w-node-_6dcb6944-38db-bf90-ec63-6c20005c10ad-005c10aa {
    order: 9999;
  }

  #w-node-_6337d14d-49ed-1f23-5639-0dc80967e127-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e12f-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e137-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e13f-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e159-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e161-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e19b-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1c8-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1d8-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e1e8-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e226-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e232-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e238-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e248-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e266-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e276-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e294-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2a4-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2aa-83289fdd, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e2b0-83289fdd {
    align-self: stretch;
  }

  #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-d0a663b3, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-d0a663b3, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-d0a663b3, #w-node-e3d6a9d1-a972-42e3-b3d4-5a0f7369f0ef-d0a663b3, #w-node-_24afaa0c-2033-fa3e-00b2-5e7934a7bd12-d0a663b3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_28c14594-a086-bd64-2656-bf9eb79ca071-d74315f3, #w-node-_28c14594-a086-bd64-2656-bf9eb79ca081-d74315f3, #w-node-_28c14594-a086-bd64-2656-bf9eb79ca091-d74315f3, #w-node-_28c14594-a086-bd64-2656-bf9eb79ca09f-d74315f3, #w-node-_45ff79e1-2984-fd90-01f7-ac8caa3e9cd7-d74315f3, #w-node-_45ff79e1-2984-fd90-01f7-ac8caa3e9cdf-d74315f3, #w-node-_1bb84118-321b-427c-8696-e49b29cfafd2-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd6673072-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd6673082-d74315f3, #w-node-_73d56036-4b8c-a260-5c45-868bd6673092-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf48f-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf49b-d74315f3, #w-node-_585d5cc1-f7b8-0bfa-381a-0908295cf4a7-d74315f3, #w-node-eb763398-d375-cdf0-a653-66c755235d16-d74315f3, #w-node-eb763398-d375-cdf0-a653-66c755235d2e-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77caf-d74315f3, #w-node-_2072278e-2a89-da04-5c5b-1f48acd77ccd-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b46-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b4e-d74315f3, #w-node-_59670484-67b0-124e-1096-1b35b82a0b56-d74315f3 {
    align-self: stretch;
  }

  #w-node-_38b638f6-f047-7e42-5bc9-1bbf0021dc26-25c3fd6e {
    order: 9999;
  }

  #w-node-_576704ad-7fab-2a75-adc0-2aac6605ded1-5747c5de, #w-node-a68b8e9f-4908-2f14-f114-c9c5c38f2a1f-5747c5de, #w-node-_88e58f8e-e71b-a3d4-50ff-eda36b22a199-5747c5de {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_735788de-a56f-f02f-cacd-b14ad7d9b8ec-d7d9b8c7, #w-node-_623c9209-6e75-3fdd-0723-1ce2a9b167ce-a9b167cb {
    order: 9999;
  }

  #w-node-_37c43d55-339e-e90a-d171-cab6f3b88891-a4859578, #w-node-_37c43d55-339e-e90a-d171-cab6f3b88891-637d070e {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b0f0f447-354c-04c2-e56a-342909819dff-3e7a955b, #w-node-feb5601b-0983-1642-9d1c-cc79d6838c45-3e7a955b, #w-node-_0b232404-4e80-4ebd-3544-e6bcfea43306-3e7a955b, #w-node-_6337d14d-49ed-1f23-5639-0dc80967e248-83289fdd, #w-node-eb763398-d375-cdf0-a653-66c755235d16-d74315f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ac788af-c9fe-37cb-0718-20bd3bf675fa-035cc012 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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