@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp Solid 900";
  src: url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype"), url('../fonts/Sharp-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Brands 400";
  src: url('../fonts/Brands-Regular-400.otf') format("opentype"), url('../fonts/Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 300";
  src: url('../fonts/Sharp-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 400";
  src: url('../fonts/Pro-Regular-400.otf') format("opentype"), url('../fonts/Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 400";
  src: url('../fonts/Sharp-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sharp 100";
  src: url('../fonts/Sharp-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 300";
  src: url('../fonts/Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro Solid 900";
  src: url('../fonts/Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pro 100";
  src: url('../fonts/Pro-Thin-100.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --slate: #161616;
  --font: #333;
  --grey: #5b5b5b;
  --gainsboro: #e7e7e7;
  --red: #bd3223;
  --firebrick: #df3e2d;
  --white: white;
  --grey-2: #c9c9c9;
  --light-grey: #8d8e8e;
  --black: black;
}

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

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

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

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

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

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

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

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

.body {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/RS6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header {
  z-index: 10000;
  background-color: var(--slate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  top: 0;
}

.nav {
  background-color: var(--font);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-slider {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.hero-arrow {
  z-index: 187;
  transition: all .2s;
  display: none;
  top: 50px;
  bottom: auto;
}

.hero-arrow:hover {
  background-color: #81818199;
}

.service-boxes {
  border-top: 3px solid var(--grey);
  color: var(--font);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content.smoke {
  background-color: var(--gainsboro);
}

.content.red {
  background-color: var(--red);
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-box-div, .content-div {
  width: 90%;
  max-width: 1200px;
}

.content-div._60t {
  padding-top: 60px;
}

.content-div.tint {
  background-image: linear-gradient(#5b5b5bb3, #5b5b5bb3);
  border-radius: 5px;
  padding: 20px;
}

.content-div.tint.white {
  background-image: linear-gradient(#fff, #fff);
}

.h1 {
  color: var(--firebrick);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 34px;
  font-weight: 800;
}

.h1.no-pad {
  padding-bottom: 0;
}

.header-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.home-link {
  height: auto;
  margin-bottom: 0;
}

.header-info {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.header-info.large {
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 30px;
}

.header-info.email {
  padding-bottom: 0;
}

.header-info.opening-times {
  padding-top: 10px;
  padding-bottom: 0;
}

.header-link {
  color: var(--white);
  text-decoration: none;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.navbar {
  text-align: left;
  background-color: #0000;
  position: static;
}

.nav-menu {
  width: 100%;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  background-color: var(--gainsboro);
  color: var(--grey);
}

.nav-link.w--current {
  background-color: var(--gainsboro);
  color: var(--red);
}

.nav-link.home {
  background-color: var(--white);
  color: var(--firebrick);
}

.dropdown {
  z-index: 2;
}

.toggle {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.toggle:hover {
  background-color: var(--gainsboro);
  color: var(--grey);
}

.toggle.w--open {
  background-color: var(--font);
  color: var(--white);
}

.dropdown-link {
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.dropdown-list.w--open {
  z-index: 9999;
  background-color: var(--grey-2);
  position: absolute;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.service-box {
  border: 2px solid var(--light-grey);
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  min-height: 150px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.service-box.repairs {
  background-color: var(--black);
  background-image: linear-gradient(#000, #000), url('../images/211826206_333513691560484_537421366680952779_n.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: opacity .2s;
}

.service-box.repairs:hover {
  background-image: linear-gradient(#bd3223cc, #bd3223cc), url('../images/211826206_333513691560484_537421366680952779_n.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box.servicing {
  background-image: linear-gradient(#000, #000), url('../images/122009376_189337019311486_8611987213883784276_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box.servicing:hover {
  background-image: linear-gradient(#bd3223cc, #bd3223cc), url('../images/122009376_189337019311486_8611987213883784276_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box.vw-specialist {
  background-image: linear-gradient(#000, #000), url('../images/233709679_355256792719507_5927949289060037607_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: space-between;
}

.service-box.vw-specialist:hover {
  background-image: linear-gradient(#bd3223cc, #bd3223cc), url('../images/233709679_355256792719507_5927949289060037607_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box.audi-specialist {
  background-image: linear-gradient(#000, #000), url('../images/231294038_354667589445094_1986448162682844756_n.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-box.audi-specialist:hover {
  background-image: linear-gradient(#bd3223cc, #bd3223cc), url('../images/231294038_354667589445094_1986448162682844756_n.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.service-description {
  width: 80%;
  font-size: 15px;
  line-height: 23px;
}

.h1-span {
  color: var(--slate);
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.h1-span.white {
  color: var(--gainsboro);
}

.columns {
  padding-bottom: 10px;
}

.column-1 {
  padding-left: 0;
}

.p {
  color: #000;
  margin-bottom: 0;
}

.p._30b {
  padding-bottom: 30px;
}

.p._30t {
  padding-top: 30px;
}

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

.p.box {
  color: var(--white);
  text-align: center;
}

.p.w {
  color: #fff;
}

.content-button {
  background-color: var(--grey);
  text-transform: uppercase;
  justify-content: space-between;
  width: 180px;
  padding: 12px 20px;
  font-weight: 800;
  transition: all .2s;
  display: flex;
}

.content-button:hover {
  background-color: var(--red);
  width: 200px;
}

.content-banner {
  border-top: 3px solid var(--light-grey);
  border-bottom: 3px solid var(--light-grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-banner.home {
  background-image: url('../images/IMG_3447.webp');
}

.content-banner.audi {
  background-image: url('../images/152365598_258144255764095_6843839107975319105_n.webp');
}

.content-banner.vw {
  background-image: url('../images/241215338_374178097494043_3026820889064558917_n.webp');
}

.content-banner.servicing {
  background-image: url('../images/254248305_395909178603764_1725652123881582245_n.webp');
}

.content-banner.repairs {
  background-image: url('../images/185222157_308779974033856_5771787166158184648_n.webp');
  background-position: 50% 20%;
}

.content-banner.engine {
  background-image: url('../images/175994037_293123015599552_8881655430739486749_n.webp');
  background-position: 50% 80%;
}

._2x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.grid-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-content.slate {
  background-color: var(--black);
  padding: 30px;
}

.grid-content.outline {
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--light-grey);
  border-radius: 3px;
  padding: 30px;
}

.banner-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}

.banner-heading.no-pad {
  padding-bottom: 0;
}

.p-white {
  color: var(--white);
  margin-bottom: 10px;
}

.p-white._80 {
  width: 80%;
}

.p-white._30b {
  padding-bottom: 20px;
}

.p-white._30t {
  padding-top: 20px;
}

.service-group {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-arrow {
  border: 3px solid var(--white);
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .2s;
  display: flex;
}

.link-arrow:hover {
  background-color: #0000;
}

.arrow {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.grid-image.home1 {
  background-image: url('../images/26036548358_99258d43c8_o.webp');
}

.grid-image.audi1 {
  background-image: url('../images/9C65EA77-8DC2-49CA-92A7-5CFA0BE83D12.webp');
}

.grid-image.vw1 {
  background-image: url('../images/3640B7E8-5505-4B4B-ABBB-1F74B4410F75_202_edited.webp');
}

.grid-image.servicing1 {
  background-image: url('../images/239412867_367230391522147_8855612871863557093_n.jpg');
}

.grid-image.repairs1 {
  background-image: url('../images/car-repairs-3.webp');
}

.grid-image.repairs1.tablet {
  display: none;
}

.grid-image.engine1 {
  background-image: url('../images/93648969_136630724582116_6827244575946440704_n.webp');
  min-height: 550px;
  margin-bottom: 30px;
}

.grid-image.engine2 {
  background-image: url('../images/218304001_341669924078194_4078252885128810006_n.webp');
}

.grid-image.repairs2 {
  background-image: url('../images/car-repairs-2.webp');
}

.grid-image.engine2 {
  background-image: url('../images/155516004_261812332063954_3860002542438123772_n.webp');
  min-height: 550px;
  margin-bottom: 30px;
}

.grid-image.engine3 {
  background-image: url('../images/715D298B-4B10-4E56-996D-DA06405A6BBB.jpeg_edited.webp');
  min-height: 550px;
  margin-bottom: 30px;
}

.grid-image.engine4 {
  background-image: url('../images/IMG_1544.webp');
  background-position: 50% 20%;
  min-height: 550px;
  margin-bottom: 30px;
}

.grid-image.engine5 {
  background-image: url('../images/wiring1_edited.webp');
  margin-bottom: 30px;
}

.grid-image.engine6 {
  background-image: url('../images/wiring2_edited.webp');
  margin-bottom: 30px;
}

.grid-image.engine7 {
  background-image: url('../images/IMG_4343.webp');
  min-height: 550px;
  margin-bottom: 30px;
}

.grid-image.home2 {
  background-image: url('../images/3640B7E8-5505-4B4B-ABBB-1F74B4410F75_202_edited.webp');
}

.grid-image.repairs3 {
  background-image: url('../images/car-repairs-4.webp');
}

.grid-image.repairs4 {
  background-image: url('../images/car-repairs-1.webp');
}

.grid-image.repairs4.tablet {
  display: none;
}

.grid-image.prices1 {
  background-image: url('../images/323578306.webp');
}

.grid-image.prices1.tablet {
  display: none;
}

.grid-image.prices2 {
  background-image: url('../images/276337935.webp');
}

.grid-image.prices3 {
  background-image: url('../images/126879038.webp');
}

.grid-image.prices3.tablet {
  display: none;
}

.grid-image.prices4 {
  background-image: url('../images/car-repairs-4.webp');
}

.grid-image.prices5 {
  background-image: url('../images/car-repairs-3.webp');
}

.grid-image.prices5.tablet {
  display: none;
}

.h2 {
  color: var(--red);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
}

.h2._30t {
  padding-top: 30px;
}

.h2.test {
  font-size: 24px;
  line-height: 30px;
}

.h2.box {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
}

.list-group.hzl {
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

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

.list.white._20 {
  margin-top: 20px;
}

.list.white._10 {
  margin-top: 10px;
}

.list.area {
  padding-left: 20px;
}

.list._2-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.list-item {
  padding-bottom: 5px;
}

.h3 {
  color: var(--light-grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.footer {
  border-top: 2px solid var(--black);
  background-color: var(--slate);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.footer-group {
  padding-bottom: 10px;
}

.footer-info {
  color: var(--firebrick);
  text-transform: uppercase;
  font-weight: 800;
}

.info-link {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.link-black {
  color: var(--font);
  font-weight: 400;
  text-decoration: none;
}

.footerlink-div {
  border-top: 1px solid var(--light-grey);
  background-image: linear-gradient(#000000d9, #000000d9), url('../images/RS6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-div {
  width: 90%;
  max-width: 1200px;
  padding-bottom: 0;
}

.footerlink-group {
  width: 90%;
  max-width: 1200px;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.footer-map {
  height: 480px;
}

.footer-map.mobile {
  display: none;
}

.banner-group {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.banner-group.vtl {
  display: block;
}

.services-nav {
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-toggle {
  background-color: var(--gainsboro);
  color: var(--grey);
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.services-toggle:hover {
  background-color: var(--gainsboro);
}

.services-toggle.w--open {
  background-color: var(--gainsboro);
  color: var(--grey);
}

.hero-overlay {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-div {
  width: 90%;
  max-width: 1200px;
}

.hero-group {
  background-color: var(--black);
  width: 50%;
  padding: 30px;
}

.hero-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

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

.hero-description {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.hero-description.small {
  text-align: left;
  text-transform: none;
  width: 80%;
  font-size: 18px;
  font-weight: 400;
}

.hero-description._30b {
  padding-bottom: 30px;
}

.hero-description._30b.left {
  text-align: left;
}

.hero-sub-div {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-link {
  text-decoration: none;
  transition: all .2s;
}

.hero-link:hover {
  background-color: var(--red);
}

.area-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.area-html.mobile {
  display: none;
}

.contact-group {
  padding-bottom: 20px;
}

.link-header {
  color: var(--white);
  text-decoration: none;
}

.media-group {
  align-items: center;
  display: flex;
}

.media-icon {
  justify-content: center;
  align-items: center;
  font-family: "Fa brands 400", sans-serif;
  font-size: 17px;
  line-height: 30px;
  display: flex;
}

.media-link {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.media-link:hover {
  color: var(--red);
}

.testimonials-slider {
  background-color: var(--gainsboro);
  height: auto;
}

.test-mask {
  height: 250px;
}

.int-link {
  box-shadow: inset 0 -2px 0 0 var(--firebrick);
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.int-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--firebrick);
  color: var(--white);
}

.int-link.white {
  color: var(--white);
}

.int-link.white.bigger {
  font-size: 1.2em;
}

.test-arrow {
  border-right: 1px solid var(--grey-2);
  background-color: var(--gainsboro);
  color: var(--font);
  transition: all .2s;
}

.test-arrow:hover {
  background-color: var(--grey-2);
}

.test-arrow.l {
  border-left: 1px solid var(--grey-2);
  border-right-width: 0;
}

.test-main {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 30px;
  display: flex;
}

.test-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.fb-logo {
  box-shadow: 1px 1px 3px 0 var(--grey);
  border-radius: 10px;
  width: 150px;
  margin-bottom: 70px;
}

.slide {
  background-image: url('../images/835D29F8-0B98-48AB-8290-A38C48AC511B.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/30D47054-6FBB-4A85-83ED-E1B8CC62AC9B-2.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-media-group {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.header-media-link {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header-media-link:hover {
  color: var(--red);
}

.media-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insta-feed {
  width: 100%;
  margin-bottom: 0;
}

._3x1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._6x2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

._6x2.edit, ._3x2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.design-icon-div {
  background-color: #5b5b5b80;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.design-icon {
  height: 100px;
}

.slide-3 {
  background-image: url('../images/DSC06375-2-2.jpg.webp');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-white {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.link-white.bigger {
  font-size: 1.4em;
  text-decoration: underline;
}

.price-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--light-grey);
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 3px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.price-div {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.price-div.grey {
  background-color: #c9c9c933;
}

.p-table {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.p-table.right {
  text-align: right;
  font-weight: 400;
}

.association-logo {
  width: 15%;
}

.association-div {
  background-color: var(--white);
  border-radius: 7px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  padding: 20px;
  display: flex;
}

.red-line {
  background-color: var(--red);
  width: 1px;
  height: 140px;
}

.google-section {
  background-color: var(--slate);
  padding-top: 60px;
  padding-bottom: 60px;
}

.google {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.h-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.h-list.w {
  color: #fff;
}

.h3-small {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph {
  line-height: 23px;
}

.foot-map {
  background-image: url('../images/lingfield.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border: 2px #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  background-color: var(--font);
  color: var(--white);
  border-color: #4353ff;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-prefs_title {
  color: var(--font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  border: 2px solid var(--font);
  background-color: var(--font);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--red);
  color: var(--red);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_label {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--slate);
  color: var(--font);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.flipcard-front {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/car-repairs-4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  height: 600px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-title {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 36px;
  line-height: 43px;
}

.flipcard-subtitle {
  max-width: 215px;
  font-weight: 700;
  line-height: 21px;
}

.flipcard-more {
  background-color: var(--gainsboro);
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.p-2 {
  margin-bottom: 5px;
  font-size: 16px;
}

.flipcard-wrapper {
  position: relative;
}

.flipcard-back-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #90ca5a, #d7d65a 50%, #dac355);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 27px;
}

.flipcard-front-2 {
  backface-visibility: hidden;
  color: #fff;
  background-image: url('../images/3640B7E8-5505-4B4B-ABBB-1F74B4410F75_202_edited.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 600px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 51px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-less {
  background-color: var(--gainsboro);
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: url('../images/369460414_879820193545991_3780483481091476328_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 600px;
  padding-top: 66px;
  padding-left: 44px;
  padding-right: 107px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-flip-card {
  position: relative;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

.cloneable-area {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

._w-card-back {
  perspective: 1000px;
  background-color: #333;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-card-img {
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-card-back {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: none;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-card-btn {
  padding: 20px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

._w-card-quote {
  position: relative;
}

.c-card-quote {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-card-title {
  margin-bottom: 5px;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-img {
  height: 120px;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

._w-card-front {
  perspective: 1000px;
  transform: ;
  background-color: #ff6565;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bullet-icon {
  border: 1px solid var(--black);
  background-color: var(--red);
  background-image: url('../images/car.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 22px;
  flex: none;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.list-item-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.fa-social {
  color: #fff;
  background-color: #3a3a3a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  color: #252525;
  background-color: #fff;
  transform: scale(1.05);
}

.fa-social-2 {
  background-color: var(--red);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social-2:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.fa-social-2.fb, .fa-social-2.brand {
  font-family: "Fa brands 400", sans-serif;
}

.announcement-bar {
  z-index: 1;
  background-color: #252525;
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.image {
  color: #fff;
  width: auto;
  height: 100px;
  font-family: "Sharp Solid 900", sans-serif;
}

.bko-text-12 {
  color: #5c5c5c;
  text-transform: capitalize;
  white-space: break-spaces;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bko-pic-1 {
  height: 2.1em;
}

.bko-text-11 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.3em;
}

.bko-dropdownlink-1 {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 2em;
  margin-right: 0;
  padding: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
}

.bko-dropdown-2 {
  background-color: var(--font);
  width: 60em;
  margin-top: 0;
  margin-left: -13.1em;
  padding: 1em 0 1em 4em;
  display: block;
  box-shadow: 0 5px 13px -1px #00000061;
}

.bko-link-grid-1 {
  text-decoration: none;
}

.bko-text-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bko-icon-1 {
  flex: none;
  margin-right: 1.1em;
}

.bko-grid-11 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bko-grid-1 {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  background-color: var(--font);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #5b5b5b;
  background-color: #e7e7e7;
}

.nav-link-2.w--current {
  color: #bd3223;
  background-color: #e7e7e7;
}

.nav-link-2.home {
  color: #df3e2d;
  background-color: #fff;
}

.nav-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.dropdown-link-2 {
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-link-2:hover, .dropdown-link-2.w--current {
  color: #fff;
  background-color: #bd3223;
}

.nav-2 {
  background-color: #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .2s;
}

.toggle-2:hover, .toggle-2.w--open {
  color: #5b5b5b;
  background-color: #e7e7e7;
}

.nav-menu-2 {
  width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #e7e7e7;
  position: absolute;
}

.header-media-link-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 32px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.header-media-link-2:hover {
  color: #bd3223;
}

.button25_wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 50% 1% auto auto;
}

.button25_link-3, .button25_link-2 {
  border: 2px solid var(--grey);
  background-color: var(--red);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.button25_link-1 {
  border: 2px solid var(--grey);
  background-color: var(--red);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-left: .625rem;
  padding-right: .625rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: auto;
}

.button25-button {
  z-index: 10;
  background-color: var(--red);
  cursor: pointer;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  position: relative;
}

.button25_line-1 {
  background-color: #fff;
  width: 25px;
  height: 3px;
}

.button25_line-2 {
  background-color: #fff;
  width: 3px;
  height: 25px;
  position: absolute;
}

.sticky-text {
  color: #fff;
  font-family: "Sharp Solid 900", sans-serif;
  font-size: 19px;
}

.sticky-text.fb {
  font-family: "Brands 400", sans-serif;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-square {
  z-index: -1;
  background-color: #1e1e2f;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-cont {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.p-3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.flipcard-more-2 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-front-3 {
  background-color: var(--black);
  backface-visibility: hidden;
  color: #fff;
  border-radius: 30px;
  height: 500px;
  padding: 40px 51px 40px 40px;
  position: relative;
  box-shadow: 7px 7px 40px 6px #00000017;
}

.flipcard-less-2 {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.flipcard-back-2 {
  background-color: var(--black);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  height: 500px;
  padding-top: 66px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 7px 7px 40px 6px #00000017;
}

.logo-prices {
  background-image: url('../images/Asset-2logo.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.copy-small {
  font-size: .95em;
}

.teaser-copy {
  max-width: 650px;
  padding-right: 20%;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 90vh;
  position: sticky;
  top: 5vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.title1 {
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

.cloneable-area-2 {
  padding: 20px;
}

.c-card-img-2 {
  background-color: var(--red);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-card-2 {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.c-card-back-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: none;
}

.c-card-quote-2 {
  background-color: var(--font);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.c-card-front-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.contact-info-text {
  color: #fff;
  font-family: "Pro Solid 900", sans-serif;
  font-size: 85px;
  line-height: 1.5;
}

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

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

.flex-service-25 {
  text-align: center;
  background-color: #f5f5f6;
  border: 1px solid #00000040;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px 2px #00000021;
}

.flex-service-25:hover {
  background-color: #fff;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.service-liste {
  color: #fff;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #242424;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 30px;
}

.service-liste.end {
  background-color: #242424;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: auto;
}

.highlight {
  opacity: .1;
  filter: blur(20px);
  background-color: #fff;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.grid-2.one {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.grid-2._2-row {
  grid-template-columns: 1fr 1fr;
}

.icon {
  z-index: 1031;
  background-color: var(--slate);
}

@media screen and (max-width: 991px) {
  .hero-arrow {
    width: 40px;
    font-size: 26px;
    transition: all .2s;
  }

  .hero-arrow:hover {
    background-color: #161616cc;
  }

  .service-boxes, .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-div {
    flex-flow: column;
    width: 100%;
  }

  .nav-menu {
    z-index: 25;
    background-color: var(--font);
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button {
    color: var(--white);
    width: 100%;
    transition: all .2s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: var(--red);
  }

  .dropdown, .toggle {
    width: 100%;
  }

  .dropdown-list.w--open {
    background-color: var(--white);
  }

  .service-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .service-description {
    width: 100%;
    padding-bottom: 30px;
  }

  .column-1 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .banner-heading {
    font-size: 50px;
    line-height: 50px;
  }

  .p-white._80 {
    width: 80%;
  }

  .service-group {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .grid-image.repairs1 {
    display: none;
  }

  .grid-image.repairs1.tablet {
    display: block;
  }

  .grid-image.engine1, .grid-image.engine2, .grid-image.engine3, .grid-image.engine4, .grid-image.engine5, .grid-image.engine6, .grid-image.engine7 {
    min-height: 400px;
  }

  .grid-image.repairs4 {
    display: none;
  }

  .grid-image.repairs4.tablet {
    display: block;
  }

  .grid-image.prices1 {
    display: none;
  }

  .grid-image.prices1.tablet {
    display: block;
  }

  .grid-image.prices3 {
    display: none;
  }

  .grid-image.prices3.tablet {
    display: block;
  }

  .grid-image.prices5 {
    display: none;
  }

  .grid-image.prices5.tablet {
    display: block;
  }

  .list-group.hzl {
    flex-direction: column;
  }

  .h3 {
    font-size: 24px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-div {
    padding-bottom: 60px;
  }

  .banner-group {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .services-toggle {
    width: 100%;
  }

  .hero-group {
    width: 68%;
  }

  .test-arrow {
    width: 60px;
  }

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

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

  ._6x2.edit {
    grid-template-columns: 1fr 1fr;
  }

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

  .association-logo {
    width: 17%;
  }

  .c-card-btn-text.focus, .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .header-div-2 {
    width: 100%;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .announcement-bar {
    display: none;
  }

  .bko-dropdown-2 {
    box-shadow: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bko-grid-1 {
    grid-column-gap: 3em;
  }

  .dropdown-2, .nav-div-2, .toggle-2 {
    width: 100%;
  }

  .nav-menu-2 {
    background-color: #333;
  }

  .menu-button-2 {
    color: #fff;
    width: 100%;
    transition: all .2s;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: #bd3223;
  }

  .menu-button-2.w--open {
    background-color: #bd3223;
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-cont {
    height: auto;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .hero__person-img.mod--3, .hero__person-img.mod--2, .hero__person-img.mod--1 {
    height: auto;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--2, .hero__person.mod--1 {
    width: auto;
    height: auto;
  }

  .hero__person.mod--3 {
    width: auto;
    height: 250px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__persons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-right: 0;
    display: grid;
  }

  .logo-prices {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

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

  .flex-service-25 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: static;
  }

  .hero-mask {
    height: 500px;
  }

  .hero-arrow {
    display: none;
  }

  .service-boxes, .content, .content.red {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-div._60t {
    padding-top: 30px;
  }

  .header-div {
    flex-direction: column;
    justify-content: center;
  }

  .header-group {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-info.opening-times {
    text-align: center;
  }

  .nav-menu {
    top: 34%;
  }

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

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

  .service-description {
    width: 80%;
    padding-bottom: 0;
  }

  .h1-span {
    font-size: 28px;
  }

  .content-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .banner-heading {
    font-size: 40px;
    line-height: 40px;
  }

  .service-group {
    flex-direction: row;
    align-items: flex-end;
  }

  .grid-image, .grid-image.engine1, .grid-image.engine2, .grid-image.engine3, .grid-image.engine4, .grid-image.engine5, .grid-image.engine6, .grid-image.engine7 {
    min-height: 300px;
  }

  .h2.box {
    font-size: 18px;
    line-height: 22px;
  }

  .list._2-row {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 40px;
  }

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

  .footer-div {
    padding-bottom: 40px;
  }

  .footer-map {
    display: none;
  }

  .footer-map.mobile {
    height: auto;
    display: block;
  }

  .banner-group {
    flex-direction: row;
    align-items: flex-end;
  }

  .hero-group {
    width: 100%;
  }

  .hero-heading {
    font-size: 40px;
    line-height: 40px;
  }

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

  .area-html {
    display: none;
  }

  .area-html.mobile {
    display: block;
  }

  .int-link.white.bigger {
    font-size: .7em;
  }

  .test-arrow {
    width: 40px;
    font-size: 30px;
  }

  .fb-logo {
    margin-bottom: 50px;
  }

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

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

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

  .design-icon-div {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .design-icon {
    height: 70px;
  }

  .foot-map {
    height: 350px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .flipcard-front-2, .flipcard-back {
    height: 350px;
  }

  .cloneable-area {
    grid-template-columns: 1fr 1fr;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .bko-dropdown-2 {
    margin-right: 0;
  }

  .menu-button-2 {
    text-align: center;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .c-card-back-2, .c-card-front-2 {
    width: 200px;
    height: 200px;
  }

  .flex-service-25 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition-property: none;
  }

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

@media screen and (max-width: 479px) {
  .header {
    position: static;
  }

  .hero-slider {
    z-index: 1;
    height: 500px;
    display: flex;
  }

  .hero-mask {
    width: 100%;
    height: auto;
  }

  .hero-arrow {
    display: none;
  }

  .service-boxes, .content, .content.red {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h1 {
    text-align: left;
    font-size: 30px;
    line-height: 34px;
  }

  .header-div {
    width: 95%;
  }

  .home-link {
    width: 100%;
  }

  .header-group {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .header-info {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .header-info.large {
    padding-bottom: 5px;
    font-size: 30px;
  }

  .header-info.email {
    font-size: 16px;
  }

  .header-info.opening-times {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

  .header-sub-group {
    margin-left: auto;
    margin-right: auto;
  }

  .header-link {
    font-size: 19px;
  }

  .nav-menu {
    top: 36%;
  }

  .service-description {
    width: 100%;
    padding-bottom: 20px;
  }

  .h1-span {
    font-size: 24px;
    line-height: 32px;
  }

  .content-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-content.slate, .grid-content.outline {
    padding: 20px;
  }

  .banner-heading {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .p-white._80 {
    width: 100%;
    padding-bottom: 20px;
  }

  .service-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-image {
    min-height: 250px;
  }

  .h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .footer {
    padding-top: 30px;
  }

  .footer-div {
    padding-bottom: 30px;
  }

  .banner-group {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-overlay {
    z-index: 2;
  }

  .hero-div {
    width: 100%;
  }

  .hero-group {
    background-color: #000000a6;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-description.small {
    width: 100%;
    padding-bottom: 30px;
  }

  .hero-sub-div {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .test-mask {
    height: 280px;
  }

  .test-arrow {
    display: none;
  }

  .test-main {
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .test-group {
    width: 90%;
  }

  .fb-logo {
    width: 100px;
  }

  .slide {
    width: 100%;
  }

  .slide-2 {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-media-group {
    margin-left: auto;
  }

  .header-media-link {
    font-size: 27px;
  }

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

  .slide-3 {
    width: 100%;
  }

  .p-table {
    font-size: 16px;
    line-height: 21px;
  }

  .p-table.right {
    width: 100px;
  }

  .association-logo {
    width: 90%;
  }

  .association-div {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .red-line {
    width: 90%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .cloneable-area {
    grid-template-columns: 1fr;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
  }

  .c-card-front {
    width: 100%;
    max-width: 250px;
    height: 250px;
  }

  .header-div-2 {
    flex-direction: column;
  }

  .contact-ann-block {
    justify-content: center;
    align-items: center;
  }

  .fa-social-2 {
    margin-right: 0;
  }

  .bko-grid-1 {
    grid-template-columns: 1fr;
  }

  .header-media-link-2 {
    font-size: 27px;
  }

  .button25_wrapper, .button25-button {
    z-index: 999;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__persons {
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .c-card-back-2, .c-card-front-2 {
    width: 100%;
    max-width: 250px;
  }

  .grid, .grid-2._2-row {
    grid-template-columns: 1fr;
  }
}

#w-node-bb6f61aa-8c1b-4629-6f6b-d9b194c7bdbe-b387ae9a, #w-node-b140cc2a-571c-818d-efb2-6ba821758b18-6eac2650 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ffd0bb8d-5d94-5ed2-d8fc-303c6d009321-6eac2650, #w-node-_59a58b53-73e8-074e-347a-8f65bccb6dfe-abac2657, #w-node-_92593bff-1095-e276-3863-8ebc930018cd-abac2657, #w-node-fae4b52b-059f-45fa-0c8e-b55d6c929e86-abac2657 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d0daa0b3-1c49-c57a-5685-f2817b958679-abac2657, #w-node-_7c6943fd-c6e3-c464-0126-ab652f2c03e4-abac2657, #w-node-_3126eb1f-593b-4734-29d8-83b0729b6104-abac2657, #w-node-_0a2d7516-0403-f774-ad1b-95ae223e0bb9-abac2657, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-afac2658 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdab8d8b-5431-b32d-496a-7d01c2176bc1-afac2658, #w-node-a5e7ef85-c202-af5c-9fe9-fc7b1ec2404c-afac2658, #w-node-_7d175fc5-cc19-b736-3a93-8c2c38d08302-afac2658, #w-node-_1d09181b-d482-8229-8955-5958c9786746-83ac265b {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-62ac2638 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_96ebcb1d-d878-7b9b-48ce-c657da6ab1ee-62ac2638 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-abac2657 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_92593bff-1095-e276-3863-8ebc930018cd-abac2657, #w-node-fae4b52b-059f-45fa-0c8e-b55d6c929e86-abac2657, #w-node-_7c6943fd-c6e3-c464-0126-ab652f2c03e4-abac2657, #w-node-_3126eb1f-593b-4734-29d8-83b0729b6104-abac2657, #w-node-_0a2d7516-0403-f774-ad1b-95ae223e0bb9-abac2657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4687235-62c2-d7c4-e251-e42fddb51709-abac2657, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-afac2658, #w-node-a54296cd-12ce-9cdc-418f-1b5704924c56-afac2658 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf6a31f1-2eb1-e277-6493-48a355cd2181-afac2658 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-8aac265a, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-83ac265b, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-b4ac2661 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-62ac2638 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-ffd0bb8d-5d94-5ed2-d8fc-303c6d009321-6eac2650 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-abac2657 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d0daa0b3-1c49-c57a-5685-f2817b958679-abac2657 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-afac2658, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-8aac265a, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-83ac265b, #w-node-_723ba3db-87c8-709d-b8b0-971df245e6fb-b4ac2661 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb6f61aa-8c1b-4629-6f6b-d9b194c7bdbe-b387ae9a, #w-node-d6090b62-dd8b-29b9-fd18-cfe9161e54e7-abac2657, #w-node-a54296cd-12ce-9cdc-418f-1b5704924c56-afac2658 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype'), url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype'), url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype'), url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 100';
  src: url('../fonts/Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}