:root {
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-primary-base: #642eff;
  --elements-webflow-library-neutral--600: #6e7191;
  --elements-webflow-library-neutral--800: #211f54;
  --elements-webflow-library-neutral--300: #eff0f6;
  --elements-webflow-library-neutral--100: white;
  --elements-webflow-library-general--shadow-02: rgba(20, 20, 43, .08);
  --lynx-white: white;
  --lynx-medium-purple: #8979ec;
  --lynx-black: #1f2022;
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-border-default: rgba(0, 0, 0, .16);
  --spark-library-foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-background--interactive: #f0ecfd;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.image {
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 15px;
}

.image.navbar-logo {
  object-fit: fill;
  margin-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.nav-link {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  white-space: normal;
  object-fit: fill;
  border-right: 1px solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.nav-link.w--current {
  color: #fff;
}

.container {
  display: flex;
}

.nav-menu {
  float: right;
  clear: none;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.image-2 {
  display: block;
}

.header {
  height: 75vh;
  background-image: url('../images/Car_Mercedes_Front_Hero_Image.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  opacity: 1;
}

.navbar-2 {
  border: 1px solid rgba(0, 0, 0, 0);
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  border-style: none;
  margin-top: 0;
  margin-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  width: 60%;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  display: flex;
}

.paragraph {
  width: 50%;
  color: #fff;
  text-align: center;
  white-space: normal;
  align-self: center;
  margin-right: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 30px;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #003ac0;
  border-radius: 10px;
  align-self: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer {
  height: auto;
  background-color: #4c2828;
  padding-top: 40px;
  padding-bottom: 0;
  position: static;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.container-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.services {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.services.reviews {
  height: auto;
  background-image: url('../images/White_Mercedes_Front_Hero_Image.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.services.service-section {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-block-title {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  line-height: 24px;
}

.image-3 {
  margin-top: -11px;
  margin-bottom: 15px;
  padding-top: 0;
}

.footer-quick-links {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer-summary {
  margin-right: 0;
}

.footer-store-hours {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-block {
  padding-left: 5px;
  padding-right: 5px;
}

.link-block-2 {
  padding-left: 0;
  padding-right: 0;
}

.quick-links {
  color: #fff;
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.text-block-3 {
  width: auto;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 10px;
  display: flex;
}

.link {
  color: #636669;
  padding-left: 5px;
  text-decoration: none;
}

.heading-2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.div-block-2 {
  height: 60%;
  grid-column-gap: 100px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: start;
  justify-items: center;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.review-div-block {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.section-2 {
  height: auto;
  margin-top: 40px;
  display: flex;
  position: static;
}

.navbar-4 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #2f8ca8;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.button-3 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2f8ca8;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.div-block-3 {
  width: 300px;
  height: 200px;
  max-width: none;
  justify-content: center;
  align-self: auto;
  margin-right: 30px;
  padding-left: 0;
  display: flex;
  overflow: scroll;
}

.div-block-3.review-style {
  height: 220px;
  background-color: #c1291c;
  background-image: linear-gradient(#003ac0, #003ac0);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  box-shadow: -4px 4px 15px rgba(0, 0, 0, .19);
}

.div-block-4 {
  width: 300px;
  height: 200px;
  padding-left: 30px;
}

.div-block-4.review-style {
  background-color: #ccc;
}

.slide-2 {
  background-color: rgba(0, 0, 0, 0);
}

.slider {
  width: 50vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.slide-nav {
  background-color: rgba(0, 0, 0, 0);
  font-size: 5px;
}

.icon-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.icon-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 23px;
}

.text-block-5 {
  color: #fff;
  text-transform: none;
  align-self: center;
  align-items: center;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-4 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: inline-block;
}

.div-block-5 {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  margin-bottom: 30px;
}

.feature-image {
  padding: 0;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 266px;
  display: flex;
}

.container-5 {
  padding-bottom: 35px;
}

.round-edges-form {
  border-radius: 5px;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #636669;
  font-family: Lato, sans-serif;
}

.submit-button.round-edges-form {
  border-radius: 0;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  font-family: Lato, sans-serif;
}

.heading-3.service-titles {
  font-weight: 400;
}

.heading-3.service-type {
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.heading-4 {
  font-family: Lato, sans-serif;
}

.heading-4.service-titles {
  font-weight: 400;
}

.heading-5 {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.column {
  text-transform: none;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.column-2, .column-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.heading-6 {
  width: 40vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  display: flex;
}

.text-block-7 {
  width: 40vw;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  align-self: auto;
}

.button-4 {
  text-transform: uppercase;
  background-color: #005167;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.button-4.w--current {
  background-color: #2f8ca8;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 10px;
}

.paragraph-2 {
  margin-top: 20px;
}

.paragraph-2.service-pg, .paragraph-3, .paragraph-4 {
  text-align: center;
  margin-top: 10px;
}

.image-5 {
  margin-top: 0;
  margin-left: 20px;
  display: inline-block;
}

.container-6 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 100px;
  display: flex;
}

.paragraph-5 {
  align-self: flex-start;
}

.heading-7 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.link-2 {
  color: #000;
}

.section-3 {
  height: 20vh;
  color: #867979;
  background-color: #000;
  align-items: flex-end;
  display: flex;
}

.container-7 {
  flex: 1;
  margin-bottom: 20px;
}

.heading-8 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.heading-9 {
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.list {
  padding-bottom: 0;
}

.paragraph-6, .link-3 {
  color: #000;
}

.container-8 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  font-family: Lato, sans-serif;
}

.nav-link-2.navlink {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 10px;
}

.brand {
  background-image: url('../images/Navbar-Logo.png');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.brand-2 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-6 {
  display: inline-block;
}

.navbar-5 {
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  padding-top: 6px;
  overflow: visible;
}

.navmenu {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.navmenu.w--current {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
}

.image-7 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-6 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000 36%, rgba(0, 0, 0, 0) 90%);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-field {
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.container-9 {
  justify-content: space-between;
  display: block;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-8 {
  margin-top: 0;
  margin-left: 0;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer-main {
  background-color: #000;
}

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

.grid.footer-grid {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr .5fr .5fr;
}

.footer-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

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

.paragraph-7 {
  color: #b6b6b6;
  justify-content: center;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.image-9 {
  order: 0;
  align-self: auto;
  display: block;
}

.footer-links {
  color: #e4e4e4;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.footer-links.w--current {
  text-align: center;
  justify-content: center;
  margin-bottom: 5px;
  text-decoration: none;
}

.paragraph-8 {
  color: #e6e6e6;
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-11 {
  text-align: center;
}

.footer-button {
  width: 110px;
  text-align: center;
  text-transform: none;
  background-color: #003ac0;
  justify-content: center;
  align-self: center;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

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

.container-11 {
  margin-top: 40px;
}

.text-block-8 {
  color: #fff;
}

.text-block-9 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

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

.image-10, .image-11 {
  text-align: center;
}

.div-block-13 {
  flex-direction: column;
  display: flex;
}

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

.text-block-10 {
  color: #003ac0;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.menu-button-2 {
  display: none;
}

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

.text-span {
  font-size: 10px;
}

.div-block-15 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-menu-2, .brand-3 {
  justify-content: space-between;
  display: flex;
}

.button-5 {
  border-radius: 13px;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.f-paragraph-large {
  color: #6b7094;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.f-paragraph-large.grey-header {
  max-width: 600px;
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: #f7f9fd;
  border-radius: 12px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: rgba(255, 255, 255, .5);
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: rgba(255, 255, 255, .5);
  border-color: #fff;
}

.f-button-secondary.service-section-button {
  display: none;
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #003ac0;
  border: 3px solid #003ac0;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  position: static;
}

.f-button-neutral:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid #fff;
}

.f-button-neutral.white-background-button {
  border-width: 3px;
}

.f-button-neutral.white-background-button:hover {
  color: #0738c0;
  background-color: rgba(255, 255, 255, 0);
  border-color: #0738c0;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-wrapper._2 {
  display: none;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  width: auto;
  max-width: 500px;
  color: #160042;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

.f-h3-heading.h3-white {
  color: #fff;
}

.f-heading-detail-small {
  color: #9bafdb;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.f-heading-detail-small.black-subheader {
  color: #fff;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 120px 5%;
  position: relative;
}

.spark-button {
  color: #fff;
  background-color: #003ac0;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-secondary-button {
  color: #003ac0;
  background-color: #f0ecfd;
  border-style: none;
  border-color: #003ac0;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
  box-shadow: inset 0 0 0 1.5px #003ac0;
}

.spark-button.spark-secondary-button:hover {
  color: #1e116e;
  background-color: #a695fb;
  box-shadow: inset 0 0 0 1.5px #a695fb;
}

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

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  width: 12.75px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  width: 24px;
  height: 3.3px;
  background-color: #5532fa;
  border-radius: 3px;
  top: 18px;
}

.spark-simple-menu-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #f0ecfd;
  border-radius: 8px;
}

.spark-nav-link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 20px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  opacity: 1;
  color: #0048ff;
}

.spark-nav-link.w--current {
  color: #5532fa;
}

.spark-nav-link.spark-button {
  color: #fff;
  text-align: center;
  background-color: #5532fa;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #1e116e;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: #fff;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-square-menu-inner {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#000 50%, rgba(0, 0, 0, 0));
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-square-menu-with-links.black-navigation {
  background-color: #000;
}

.hero-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.hero-section.spark-hero-background-image-with-centered-content {
  min-height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/Car_Mercedes_Front_Hero_Image.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 0 #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.hero-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.hero-section h1 {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.hero-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero-section p {
  max-width: 500px;
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.hero-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.hero-section li {
  margin-bottom: .5rem;
}

.text-block-11 {
  color: #f5f0ff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-11:hover {
  color: #0439c0;
}

.text-block-12 {
  font-size: 15px;
}

.text-block-13, .text-block-14 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-15 {
  font-size: 16px;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-icon-regular {
  width: 24px;
  height: 24px;
  color: #003ac0;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-testimonial-r-arrow {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-r-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-l-arrow {
  width: 40px;
  height: 40px;
  color: #393b6a;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all .3s;
  display: flex;
}

.f-testimonial-l-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

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

.f-testimonial-avatar-small {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-slider-regular {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 72px;
  padding-right: 72px;
}

.f-title-wrapper-center {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-background {
  width: 100%;
  height: 30%;
  background-color: rgba(247, 249, 253, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-section-regular {
  background-color: #000;
  padding: 72px 5%;
  position: relative;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  padding-right: 0;
  display: flex;
}

.f-testimonial-card-fixed {
  max-width: 340px;
  color: #160042;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f3f5fb;
  border-radius: 12px;
  flex-direction: column;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  padding: 32px;
  display: flex;
  position: static;
}

.f-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-h3-heading-2.h3-white {
  color: #fff;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.f-testimonial-background-2 {
  width: 100%;
  height: 30%;
  background-color: #f7f9fd;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimony-block {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/White_Mercedes_Front_Hero_Image.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 24px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 80px 5% 100px;
  position: relative;
}

.f-logo-plain {
  min-height: 96px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.f-grid-four-column {
  width: 100%;
  max-width: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: stretch;
  justify-content: stretch;
}

.f-h6-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  width: 100%;
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center-2.margin-bottom-48 {
  margin-bottom: 10px;
}

.f-container-regular-2 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.brand-banner {
  padding: 40px 5%;
  display: none;
  position: relative;
}

.image-12 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success-rounded {
  color: #313d17;
  background-color: #c4f85c;
  border-radius: 35px;
}

.walsh-text-small-white {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-light-green {
  z-index: 5;
  color: #2c2c2c;
  text-align: center;
  white-space: nowrap;
  background-color: #c2ecd5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-light-green:hover {
  color: #fff;
  background-color: #47888a;
}

.walsh-text-field-auto {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-block-center {
  width: 100%;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
}

.walsh-main-paragraph-white {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-tag-white {
  color: #c2ecd5;
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-center-wrapper-gap {
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  background-color: rgba(238, 238, 238, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  padding-top: 92px;
  padding-bottom: 92px;
  position: relative;
}

.walsh-cta-block-dark-green {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  background-color: rgba(255, 255, 255, 0);
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.grid-3 {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.container-13 {
  z-index: 2;
  max-width: 1480px;
  position: relative;
}

.grid-4 {
  width: 100%;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.form-2 {
  display: none;
}

.div-block-16 {
  padding-top: 20px;
}

.brix---accordion-btn-horizontal-line-v2 {
  width: 28px;
  height: 2px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-btn-vertical-line-v2 {
  width: 2px;
  height: 28px;
  background-color: #211f54;
  border-radius: 20px;
  position: absolute;
}

.brix---accordion-icon-wrapper {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---accordion-content-wrapper-v2 {
  max-width: 730px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v2 {
  width: 100%;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v2:hover {
  transform: translate(8px);
}

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

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.footer-container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.faqs {
  color: #fff;
  padding-top: 92px;
  padding-bottom: 92px;
}

.text-span-2 {
  text-decoration: underline;
}

.link-css {
  color: #0439c0;
  text-decoration: none;
}

.logo-band {
  min-height: 25px;
  background-color: #0439c0;
}

.f-icon-regular-2 {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close {
  width: 24px;
  height: 24px;
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.f-modal-close:hover {
  color: #642eff;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-button-primary {
  min-height: 48px;
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: #282556;
}

.f-field-input {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-modal-form-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-modal-form-block-small {
  margin-bottom: 0;
}

.f-paragraph-small-2 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-sub-heading-regular {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-65 {
  margin-bottom: 12px;
}

.f-image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}

.f-modal-image-tall {
  height: 480px;
  background-color: #f7f9fd;
  border-radius: 10px;
}

.f-modal-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.f-modal-base {
  width: 100%;
  max-width: 680px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 34px 34px 74px -24px rgba(56, 50, 124, .08);
}

.container-14 {
  text-align: left;
  justify-content: space-between;
  display: block;
  position: relative;
}

.brix---paragraph-link {
  color: #4a3aff;
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: #281ca5;
}

.brix---footer-bottom {
  color: #6e7191;
  text-align: center;
  border-top: 1px solid #eff0f6;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-link {
  color: #6e7191;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link:hover {
  color: #4a3aff;
}

.brix---footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-col-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-square-36px {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---social-media-grid-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  align-self: center;
  justify-items: start;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---grid-footer-v1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.brix---footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brix---footer-wrapper {
  background-color: #000;
  border-top: 1px solid #eff0f6;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-link {
  width: auto;
  color: #9c9c9c;
  letter-spacing: -.01em;
  object-fit: contain;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: #0d42f3;
}

.f-footer-link.facebook-link {
  display: block;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: #9c9c9c;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-brand {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

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

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: #000;
  padding: 32px 5%;
  position: relative;
}

.text-block-16 {
  color: #8d8d8d;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-divider {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
}

.f-button-neutral-2 {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: #282556;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-text-area {
  min-height: 112px;
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::-ms-input-placeholder {
  color: #6b7094;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-margin-bottom-66 {
  margin-bottom: 32px;
}

.f-field-input-2 {
  min-height: 48px;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: #b6b9ce;
}

.f-field-input-2::-ms-input-placeholder {
  color: #6b7094;
}

.f-field-input-2::placeholder {
  color: #6b7094;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h3-heading-3 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-67 {
  margin-bottom: 16px;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-left {
  max-width: 500px;
}

.f-margin-bottom-68 {
  margin-bottom: 48px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 92px 5%;
  position: relative;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon.spark-float-right {
  margin-left: auto;
  display: inline-block;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

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

.spark-simple-flat-square-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #f0ecfd;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-flat-square-tab:hover {
  opacity: 1;
  color: #5532fa;
  background-color: #f0ecfd;
  border-bottom-color: #a695fb;
}

.spark-simple-flat-square-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow {
  justify-content: flex-start;
  margin-bottom: 16px;
  padding-right: 14px;
  transition: background-position .15s, background-color .15s, color .15s;
  display: flex;
}

.spark-simple-flat-square-tab.spark-tab-with-arrow.w--current {
  background-color: #fff;
}

.spark-wide-simple-stacked-icon-tabs {
  width: 20%;
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 120px 64px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 1.1rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-side-tabs-content {
  width: 60%;
  display: block;
}

.spark-small-sub-paragraph {
  color: rgba(0, 0, 0, .76);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-simple-flat-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  padding: 16px 24px;
  transition: border-color .3s, color .15s;
}

.spark-simple-flat-tab:hover {
  opacity: 1;
  color: #5532fa;
  border-bottom-color: #a695fb;
}

.spark-simple-flat-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
}

.spark-simple-stacked-flat-tabs {
  width: 30%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: inline-block;
}

.spark-simple-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-card-details {
  max-width: 590px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-side-flat-tab {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px solid #f0ecfd;
  padding: 48px 24px;
  transition: border-color .3s, color .15s;
}

.spark-side-flat-tab:hover {
  opacity: 1;
  color: #5532fa;
  border-bottom-color: #a695fb;
}

.spark-side-flat-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
}

.spark-stacked-flat-tabs-menu {
  width: 30%;
  float: left;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: center;
  margin-right: 10%;
  display: inline-block;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
  box-shadow: 0 3px #f0ecfd;
}

.spark-flat-tab:hover {
  opacity: 1;
  color: #5532fa;
  box-shadow: 0 3px #a695fb;
}

.spark-flat-tab.w--current {
  color: #5532fa;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #5532fa;
  box-shadow: 0 3px #5532fa;
}

.spark-flat-tab.w--current:hover {
  color: #0439c0;
}

.spark-flat-tab.spark-small {
  padding-left: 32px;
  padding-right: 32px;
}

.spark-super-simple-flat-tabs-menu {
  grid-column-gap: 0px;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 3px #f0ecfd;
}

.spark-tabs-parent {
  width: 100%;
}

.reviews {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 5%;
  display: flex;
}

.brix---accordion-icon-wrapper-2 {
  width: 38px;
  height: 38px;
  min-height: 38px;
  min-width: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
  font-size: 18px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library-neutral--600);
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library-neutral--800);
}

.brix---accordion-header-2 {
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brix---accordion-content-wrapper-width-660px {
  max-width: 660px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-item-wrapper-v7 {
  width: 100%;
  border: 1px solid var(--elements-webflow-library-neutral--300);
  background-color: var(--elements-webflow-library-neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library-general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 12px;
  justify-content: space-between;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v7:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---grid-1-column-gap-row-24px {
  width: auto;
  max-width: 1218px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.brix---inner-container-900px-center {
  max-width: 1100px;
  margin-left: 60px;
  margin-right: 60px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-574px---center-2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.faqs-section {
  color: var(--elements-webflow-library-neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.lynx-link-footer-dark {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx-white);
}

.lynx-text-footer-dark {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  width: 100%;
  max-width: 1080px;
  object-fit: fill;
  border-top: 1px solid rgba(223, 218, 210, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.lynx-link-footer-large-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx-medium-purple);
}

.lynx-heading-footer-white {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

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

.lynx-logo-footer {
  width: 50px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lynx-footer-dark {
  width: 100%;
  max-width: 1392px;
  background-color: var(--lynx-black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.container-15 {
  align-self: center;
  display: flex;
}

.text-block-18, .text-block-19 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.spark-form-success {
  text-align: center;
  background-color: #f8f9fd;
  border: 3px solid #0738c0;
  border-radius: 8px;
  padding: 24px;
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-full-width {
  width: 100%;
  text-align: center;
  background-color: #0738c0;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.spark-button-2.spark-full-width:hover {
  background-color: #002385;
}

.spark-input {
  height: 48px;
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  color: #6e7191;
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.spark-input:focus {
  border-color: #0738c0;
}

.spark-input::-ms-input-placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-form {
  width: 550px;
  max-width: 100%;
  box-shadow: 0 10px 12px 12px var(--spark-library-border-default);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: none;
  overflow: visible;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary);
}

.spark-centered-901 {
  width: 700px;
  max-width: 700px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.appointment-container {
  max-width: 1440px;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.appointment-form {
  width: 100%;
  background-color: #0a37c0;
  padding: 80px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.appointment-form h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.appointment-form h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-form h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.appointment-form h2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.appointment-form h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.appointment-form h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.appointment-form p {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.appointment-form ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.appointment-form li {
  margin-bottom: .5rem;
}

.field-label-1 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.field-label-1.f-field-label {
  color: #000;
  font-weight: 500;
}

.text-block-20 {
  color: #0738c0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-21 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-20 {
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.field-label-2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-2.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-3.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-4.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-5 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-5.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-6 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-6.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.field-label-7 {
  margin-bottom: 10px;
  font-size: 20px;
}

.field-label-7.f-field-label {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  .paragraph-8 {
    color: #909090;
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }

  .f-paragraph-large {
    color: #a8a8a8;
  }

  .f-paragraph-large.grey-header {
    max-width: 550px;
    color: #000;
  }

  .f-h5-heading {
    font-weight: 700;
  }

  .f-button-secondary:hover {
    color: #000;
  }

  .f-button-neutral {
    background-color: #04f;
  }

  .f-button-neutral:hover {
    background-color: #0439c0;
  }

  .f-section-large {
    padding-bottom: 140px;
  }

  .spark-nav-link {
    text-transform: none;
  }

  .spark-nav-link:hover {
    color: #fff;
    background-color: rgba(240, 236, 253, 0);
  }

  .spark-square-menu-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spark-square-menu-with-links {
    background-color: #000;
  }

  .hero-section.spark-hero-background-image-with-centered-content {
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0) 54%), linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../images/Car_Mercedes_Front_Hero_Image.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .text-block-11:hover {
    color: #000;
  }

  .text-block-12 {
    font-size: 16px;
  }

  .f-h3-heading-2 {
    color: #fff;
  }

  .brand-banner {
    display: block;
  }

  .walsh-form-error {
    margin-left: 50px;
    margin-right: 50px;
  }

  .walsh-form-success-rounded {
    float: none;
    clear: none;
    object-fit: fill;
    background-color: #96ec00;
    position: static;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: .75em;
  }

  .walsh-main-grid {
    background-color: rgba(238, 238, 238, 0);
  }

  .walsh-cta-block-dark-green {
    background-color: rgba(220, 220, 220, 0);
  }

  .grid-4 {
    max-width: 900px;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .brix---paragraph-default {
    color: #909090;
    font-size: 14px;
  }

  .faqs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---paragraph-link {
    color: #909090;
    text-decoration: none;
  }

  .brix---paragraph-link:hover {
    color: #0439c0;
  }

  .brix---footer-link {
    color: #909090;
  }

  .brix---footer-col-title {
    margin-bottom: 30px;
  }

  .brix---icon-square-36px {
    background-color: #0439c0;
  }

  .brix---grid-footer-v1 {
    grid-column-gap: 10px;
    grid-template-columns: minmax(340px, 1fr) auto auto auto;
  }

  .brix---footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-17, .div-block-18, .div-block-19 {
    padding-right: 40px;
  }

  .italic-text, .italic-text-2 {
    font-style: normal;
  }

  .f-footer-link {
    color: #a3a3a3;
  }

  .f-footer-detail {
    color: #d1d1d1;
  }

  .f-footer-small {
    background-color: #000;
  }

  .text-block-16 {
    color: #a3a3a3;
  }

  .text-block-17 {
    color: #000;
  }
}

@media screen and (max-width: 991px) {
  .image.navbar-logo {
    display: inline-block;
  }

  .container {
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    height: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    align-content: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .icon {
    float: right;
    color: #fff;
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .header {
    height: 100vh;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 0;
  }

  .paragraph {
    width: 50%;
  }

  .button {
    background-color: #003ac0;
  }

  .div-block {
    grid-column-gap: 25px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr .5fr 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .services.reviews {
    height: auto;
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .footer-block-title {
    text-align: center;
  }

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

  .footer-quick-links {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .footer-summary {
    margin-right: 0;
    padding-left: 40px;
  }

  .footer-store-hours {
    justify-content: center;
    margin-left: 0;
    display: inline;
  }

  .quick-links.w--current, .text-block-2 {
    text-align: center;
  }

  .text-block-3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .button-2 {
    text-align: center;
    background-color: #2f8ca8;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .button-3 {
    background-color: #2f8ca8;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .div-block-3.review-style {
    background-image: linear-gradient(#003ac0, #003ac0);
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 7.5px;
  }

  .icon-3 {
    margin-right: 0;
  }

  .text-block-6 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .form {
    padding-left: 200px;
    padding-right: 200px;
  }

  .round-edges-form {
    flex: 0 auto;
    align-self: auto;
  }

  .heading-6 {
    width: auto;
    font-size: 36px;
  }

  .text-block-7 {
    width: auto;
  }

  .button-4 {
    background-color: #2f8ca8;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    display: inline-block;
  }

  .image-5 {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
  }

  .menu-button {
    flex: 1;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .navmenu.w--current {
    margin-top: 0;
  }

  .image-7 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
  }

  .icon-4 {
    color: #fff;
    flex: none;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-9 {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .image-8 {
    margin-top: 0;
    margin-left: 0;
  }

  .section.footer-main {
    padding-bottom: 20px;
  }

  .grid.footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr 2fr 1.5fr 1.25fr;
    position: static;
  }

  .div-block-10 {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-7 {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .footer-button {
    width: 110px;
  }

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

  .menu-button-2 {
    justify-content: space-between;
    align-self: center;
    padding: 0;
    display: flex;
  }

  .div-block-15 {
    max-width: 70%;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .f-paragraph-large {
    max-width: 550px;
  }

  .f-grid-three-column, .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .spark-line-3.spark-simple-line {
    width: 12.75px;
    height: 3.33px;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    width: 24px;
    height: 3.33px;
    background-color: #fff;
    border-radius: 3px;
  }

  .spark-line-1.spark-simple-line {
    width: 24px;
    height: 3.33px;
    color: #fff;
    background-color: #fff;
    border-radius: 2px;
  }

  .spark-simple-menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-self: center;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-weight: 600;
    display: flex;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-link.services {
    color: #fff;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-self: center;
    margin-top: 0;
    padding: 2rem 20px 1rem;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    background-color: #000;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section h1 {
    max-width: 650px;
    font-size: 48px;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-testimonial-background, .f-testimonial-background-2 {
    height: 20%;
  }

  .f-logo-plain {
    min-height: auto;
  }

  .f-grid-four-column {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .f-container-regular-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .walsh-button-light-green {
    padding: 18px 40px;
  }

  .walsh-button-light-green:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .walsh-text-field-auto {
    min-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .walsh-form-block-center {
    padding-right: 0;
  }

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

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v2:hover {
    transform: translate(6px);
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .faqs {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---social-media-grid-left {
    grid-column-gap: 10px;
  }

  .brix---footer-logo {
    max-width: 400px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-simple-flat-tab-parent {
    display: flex;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-side-flat-tab {
    width: 100%;
  }

  .spark-stacked-flat-tabs-menu {
    width: 35%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-super-simple-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .faqs-section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .spark-input.spark-message-input {
    padding-top: 12px;
  }

  .spark-centered-901 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .appointment-form {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .appointment-form p {
    max-width: 550px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 50vh;
    background-image: url('../images/Car-Mercedes-Front-cropped.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 40px;
  }

  .heading {
    width: auto;
    font-size: 32px;
  }

  .paragraph {
    width: 100%;
  }

  .services.reviews {
    background-color: #000;
    background-image: none;
  }

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

  .slider {
    width: auto;
  }

  .icon-2 {
    margin-left: 50px;
    margin-right: 28.5px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-3 {
    margin-right: 50px;
  }

  .form {
    padding-left: 100px;
    padding-right: 100px;
  }

  .container-5 {
    max-width: 75vw;
    flex-direction: column;
    display: flex;
  }

  .column, .column-2 {
    margin-bottom: 40px;
  }

  .heading-6, .text-block-7 {
    width: auto;
  }

  .button-4 {
    background-color: #2f8ca8;
    margin-top: 0;
  }

  .image-7 {
    padding-bottom: 20px;
  }

  .div-block-9 {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
  }

  .image-8 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .right-arrow {
    margin-right: 0;
  }

  .left-arrow {
    margin-left: 0;
  }

  .section.footer-main {
    padding-top: 20px;
  }

  .grid.footer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr 2fr 1.5fr;
  }

  .footer-heading-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .paragraph-7 {
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer-button {
    width: 110px;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-15 {
    align-self: center;
    display: block;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .f-testimonial-r-arrow, .f-testimonial-l-arrow {
    display: none;
  }

  .f-testimonial-slider-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .testimony-block {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .walsh-button-light-green {
    width: 100%;
    font-size: 16px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-form-block-center {
    width: 100%;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v2 {
    padding: 48px 0;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .faqs {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-modal-image-tall {
    height: 320px;
  }

  .f-modal-newsletter {
    grid-template-columns: 1fr;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---social-media-grid-left {
    justify-content: start;
    justify-items: start;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---grid-footer-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-flat-square-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    width: 100vw;
    grid-column-gap: 16px;
    background-color: #fff;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 90px;
    overflow: scroll;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-side-tabs-content {
    width: 100%;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-simple-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-stacked-flat-tabs {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0%;
  }

  .spark-simple-flat-tab-parent {
    flex-direction: column;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-side-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-stacked-flat-tabs-menu {
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v7 {
    padding: 40px 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .faqs-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .appointment-container {
    width: 100%;
  }

  .appointment-form {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: 100vh;
  }

  .container-2 {
    margin-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }

  .paragraph {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .button {
    padding-left: 10px;
    padding-right: 5px;
  }

  .services.reviews {
    height: 80vh;
    min-height: 50vh;
    background-color: #000;
    background-image: none;
    padding-bottom: 0;
  }

  .services.service-section {
    padding-top: 40px;
  }

  .footer-summary {
    padding-left: 0;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
  }

  .text-block-4 {
    font-size: 12px;
  }

  .div-block-3.review-style {
    width: 250px;
  }

  .slider {
    width: auto;
    height: 50vh;
    justify-content: center;
    align-items: stretch;
  }

  .form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .recaptcha {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-6, .text-block-7, .mask {
    width: auto;
  }

  .navmenu {
    color: #000;
    text-align: center;
    background-color: #5c5c5c;
    margin-top: 0;
    font-size: 14px;
    font-weight: 900;
  }

  .navmenu.w--current {
    color: #000;
    font-size: 14px;
    font-weight: 900;
  }

  .icon-4 {
    display: flex;
  }

  .right-arrow {
    align-self: stretch;
    margin-right: 0;
  }

  .left-arrow {
    align-self: stretch;
    margin-left: 0;
  }

  .grid.footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-button {
    text-align: center;
    justify-content: center;
  }

  .text-block-10 {
    text-align: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }

  .menu-button-2 {
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 15px 10px 10px 20px;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .f-button-secondary, .f-button-neutral {
    flex: 1;
    align-self: stretch;
  }

  .f-button-neutral.white-background-button {
    margin-top: 40px;
    display: flex;
  }

  .f-button-wrapper {
    display: none;
  }

  .f-button-wrapper._2 {
    display: flex;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    height: auto;
    max-height: none;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    align-self: auto;
    align-items: center;
    padding: 1rem .5rem 40px;
  }

  .spark-square-menu-inner {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .spark-square-menu-with-links {
    width: 100vw;
    height: 80px;
    flex-direction: row;
    padding-left: 20px;
    padding-right: 10px;
  }

  .hero-section {
    padding: 64px 20px;
  }

  .hero-section.spark-hero-background-image-with-centered-content {
    height: 100vh;
    padding-bottom: 64px;
  }

  .hero-section h1 {
    margin-top: 0;
    font-size: 36px;
  }

  .hero-section h2 {
    font-size: 2.5rem;
  }

  .hero-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .testimony-block {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-grid-four-column {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-button-light-green {
    width: 100%;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-text-field-auto {
    text-align: left;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-center-wrapper-gap {
    grid-row-gap: 1em;
    font-size: 18px;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-modal-image-tall {
    height: 280px;
  }

  .f-modal-newsletter {
    grid-template-columns: 1fr;
  }

  .brix---footer-link {
    font-size: 16px;
    line-height: 19px;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-col-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-square-36px {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .brix---social-media-grid-left {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 200px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---grid-footer-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    grid-column-gap: 12px;
    flex-direction: column;
    flex: none;
  }

  .f-footer-brand {
    grid-row-gap: 18px;
    flex-direction: column;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-simple-flat-square-tab {
    padding: 16px;
  }

  .spark-simple-flat-square-tab.spark-tab-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    top: 60px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-simple-flat-tab {
    margin-bottom: 8px;
    padding: 16px;
  }

  .spark-simple-stacked-flat-tabs {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-side-flat-tab {
    padding: 16px;
  }

  .spark-stacked-flat-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tab.spark-small {
    flex: none;
  }

  .spark-super-simple-flat-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    overflow: scroll;
  }

  .reviews {
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-navigation-button {
    display: none;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---inner-container-900px-center {
    margin-left: 0;
    margin-right: 0;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-block-18, .text-block-19 {
    font-size: 12px;
  }

  .primary-form {
    padding: 20px;
  }

  .spark-centered-901 {
    width: auto;
    max-width: none;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .appointment-form {
    padding: 40px 20px;
  }

  .appointment-form h1 {
    font-size: 3rem;
  }

  .appointment-form h2 {
    font-size: 2.5rem;
  }

  .recaptcha-2 {
    flex: 0 auto;
  }
}

#w-node-_4703ee9a-16c7-8175-b302-9e1030810b87-6b89c331, #w-node-_4703ee9a-16c7-8175-b302-9e1030810b8f-6b89c331, #w-node-_4703ee9a-16c7-8175-b302-9e1030810b8b-6b89c331, #w-node-_4703ee9a-16c7-8175-b302-9e1030810b8d-6b89c331, #w-node-_03afd1ee-7271-c270-6a5b-85552c18bb66-6b89c331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03afd1ee-7271-c270-6a5b-85552c18bb6c-6b89c331 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7bd17f0a-91bc-7acd-142e-e50433a3bba1-6b89c331, #w-node-_7b50bcfb-9f02-71cc-1ea8-b962e386f88e-ef2f1515, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251c2-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251ca-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251d2-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251dc-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251e4-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251ec-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251f6-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf6251fe-2c4aa879, #w-node-fb3373cb-bb9e-21a2-4f4f-87bcdf625206-2c4aa879, #w-node-_48abad1c-fa2f-4bb1-21d3-0bad6477ea48-2c4aa879 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


