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

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --transparent: #0000;
  --white: white;
  --gray: #b8b8b8;
  --primary: #a20000;
  --primary-dark: #161616;
  --off-white: white;
  --dark: #0f0f0f;
  --white-transparent: #ffffff1c;
}

.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-color: var(--black);
  color: var(--transparent);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 0;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oxanium, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: var(--gray);
  margin-bottom: 0;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--primary);
  cursor: pointer;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--gray);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: column wrap;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  display: flex;
}

ol {
  grid-row-gap: 15px;
  background-color: var(--gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  width: 100%;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

label {
  color: var(--white);
  text-align: left;
  margin-bottom: 10px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: block;
}

blockquote {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/quote.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 40px 20px 10px;
  font-family: Oxanium, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.style-guide-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.base-container {
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.banner-title-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.banner-title-wrapper.width-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-wrapper.width-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title-wrapper.career {
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.section {
  background-color: var(--black);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.gray-background {
  background-color: var(--primary-dark);
}

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

.section.dark-background.oth {
  padding-top: 80px;
  padding-bottom: 0;
}

.section.dark-background.oth2 {
  padding-top: 60px;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.about-us-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/About-Us-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  padding-bottom: 120px;
}

.section.why-choose-us {
  padding-bottom: 120px;
}

.section.why-choose-us.mid {
  padding-top: 0;
  padding-bottom: 0;
}

.section.our-team-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/Car-Service.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.without-top-spacing {
  padding-top: 0;
}

.section.service-banner {
  z-index: 0;
  background-image: linear-gradient(90deg, #49000040, #fff0), linear-gradient(90deg, #000000db, #0003), linear-gradient(#0009, #0009), url('../images/20210303_713242.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-bottom: 120px;
}

.section.clients-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/Car-Service.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.pricing-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/About-Us-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.career-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/About-Us-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.testimonials-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/Video-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  padding-bottom: 220px;
}

.section.faq-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/Video-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.blog-banner {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/Car-Service.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.our-process {
  background-image: url('../images/Banner-Gradient.svg'), linear-gradient(#1616164d, #1616164d), url('../images/About-Us-BG.jpg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.section.banner {
  background-color: var(--primary);
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.changelog-banner, .section.job-position-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.blog-detail {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.no-top {
  padding-top: 0;
}

.section.bigmarg {
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.section.oth2 {
  padding-top: 80px;
}

.section.no-spacing {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  background-color: var(--primary);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  margin-top: 0;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-header {
  width: 100%;
  margin-top: 60px;
}

.top-style-spacing-desktop {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 2%;
  bottom: auto;
  right: 0;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

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

.bottom-style-spacing-mobile {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  bottom: 2%;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middlr-style-spacing-mobile {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 23%;
  right: 0;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.spacing-system-column {
  padding-right: 20px;
}

.middle-style-spacing-desktop {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 27% 0% auto auto;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-system-image {
  max-width: 80%;
}

.top-style-spacing-mobile {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  top: 0%;
  right: 0;
}

.bottom-style-spacing-desktop {
  color: var(--primary);
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: auto 0% 4% auto;
}

.colors-wrapper {
  margin-right: 60px;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.primary-light-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #ffffff1a;
}

.color-wrapper {
  margin-right: 30px;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.top-space-small {
  margin-top: 10px;
}

.h1-mobile {
  font-size: 40px;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-large.mt-20 {
  margin-top: 20px;
}

.paragraph-large.text-white {
  color: var(--white);
}

.paragraph-large.text-white.oth {
  max-width: 620px;
}

.paragraph-large.oth {
  margin-bottom: 30px;
}

.paragraph-large.ttt {
  margin-bottom: 5px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.style-guide-content-wrapper {
  display: flex;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-mobile {
  font-size: 32px;
}

.link-with-icon {
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.style-guide-body-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.button-arrow-white {
  color: var(--primary);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.primary-button {
  grid-column-gap: 20px;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-style: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--black);
}

.primary-button.large {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.primary-button.large.oth5 {
  padding-left: 57px;
  padding-right: 57px;
}

.primary-button.large.ddd {
  margin-top: 10px;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.full-width-mobile {
  font-size: 16px;
  line-height: 150%;
}

.primary-button.oth {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-wrapper {
  margin-top: 20px;
  display: flex;
}

.secondary-button {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: gray;
  border-radius: 60px;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #ff4d24;
}

.secondary-button.header-btn {
  padding-left: 24px;
  padding-right: 24px;
}

.secondary-button.header-btn.hidden-on-mobile {
  background-color: var(--primary);
  width: 200px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
}

.secondary-button.header-btn.hidden-on-mobile:hover {
  background-color: var(--white);
  color: var(--black);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.button-arrow {
  background-color: #ffffff4d;
  border: 1px #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.button-arrow.oth {
  background-color: #fff0;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.primary-button-white {
  grid-column-gap: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff4d;
  border-style: none;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button-white:hover {
  background-color: var(--primary);
  color: var(--white);
}

.primary-button-white.banner-button {
  background-color: var(--primary);
}

.primary-button-white.banner-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.primary-button-white.oth {
  grid-column-gap: 10px;
  color: var(--black);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-right: 18px;
}

.primary-button-white.oth:hover {
  background-color: var(--primary);
  color: var(--white);
}

.primary-button-white.oth.oth2 {
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 18px;
}

.primary-button-white.oth.oth2.smaller {
  padding-top: 9px;
  padding-bottom: 9px;
}

.footer-social-icon {
  width: 20px;
  height: 20px;
}

.footer-copyright-link {
  color: gray;
  letter-spacing: .2px;
  margin-right: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-copyright {
  color: gray;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
}

.footer-social-link {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition-property: background-color;
}

.footer-social-link:hover {
  filter: grayscale();
}

.footer-icon {
  width: 22px;
  margin-top: 0;
}

.footer-menu {
  grid-column-gap: 40px;
  display: flex;
}

.footer-menu-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-menu-link:hover {
  color: var(--primary);
}

.form-message-wrrap {
  width: 100%;
}

.form-input-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.footer-form-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.footer-menu-wrapper {
  border-top: 1px solid var(--off-white);
  border-bottom: 1px solid var(--off-white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.form-input-label.full-width-contact {
  width: 100%;
}

.footer-link {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: gray;
}

.footer {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 30px;
}

.footer._22 {
  padding-top: 30px;
}

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-field {
  color: var(--primary);
  text-align: left;
  background-color: #0000;
  border: 1px solid #d0d5dd66;
  border-radius: 8px;
  width: 270px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: var(--primary);
}

.text-field.full-width-field {
  width: 100%;
}

.textarea {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #d0d5dd73;
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 110px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.textarea:focus {
  border-color: var(--primary);
}

.footer-rights-wrapper {
  color: gray;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.footer-links-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.footer-info {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-info.double {
  align-items: flex-start;
  width: 270px;
}

.body {
  background-color: var(--black);
  color: var(--white);
  font-size: 20px;
}

.success-message {
  border: 1px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--white);
  margin-top: 30px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.success-message.no-space {
  margin-top: 0;
}

.error-message {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.menu-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.nav-dropdown-column {
  width: 50%;
}

.nav-dropdown-link {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

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

.nav-item-title {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.nav-item-title:hover {
  color: #ff4d24;
}

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 28px 45px 28px 20px;
}

.header-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.brand {
  width: 200px;
  margin-right: 0;
}

.brand.w--current {
  width: 200px;
}

.nav-link {
  color: #fff;
  padding: 28px 20px;
  font-family: Sarabun, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  background-color: var(--primary);
  color: #fff;
  margin-right: 0;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-buttons-wrapper-tablet {
  grid-column-gap: 10px;
  align-items: center;
  display: none;
}

.nav-dropdown-icon {
  color: var(--white);
  font-size: 16px;
  line-height: 1.3em;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  background-color: #000;
  width: 500px;
  display: flex;
}

.header-number {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: none;
}

.header-number:hover {
  color: #ff4d24;
}

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

.navbar-fixed {
  border-top: 3px solid var(--primary);
  background-color: #000;
}

.banner-button-wrap {
  margin-top: 30px;
  display: flex;
}

.banner-button-wrap.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.home-banner-tittle {
  max-width: 800px;
}

.banner-description {
  color: var(--white);
  max-width: 444px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.home-banner-section {
  background-image: linear-gradient(90deg, #49000040, #fff0), linear-gradient(90deg, #000000db, #0003), linear-gradient(#0009, #0009), url('../images/Screenshot_20221222_113815_Photos_1.avif');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  padding-top: 120px;
  padding-bottom: 190px;
}

.banner-logos-wrap {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.car-logo {
  max-height: 40px;
}

.car-logo.car-service.smaller {
  max-height: 35px;
}

.car-logo.partner-logo {
  transition: filter .3s;
}

.car-logo.partner-logo:hover {
  filter: invert(60%);
}

.car-logo.partner-logo.smaller {
  max-height: 30px;
}

.service-cards-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: -70px;
  display: flex;
}

.service-cards-wrapper.pricing {
  margin-top: 50px;
}

.service-card {
  border: 2px solid var(--off-white);
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 30px 45px;
  display: flex;
  box-shadow: 5px 0 40px #0000001a;
}

.service-card.pricing {
  background-color: #000;
}

.empty-state {
  background-color: var(--transparent);
  padding: 0;
}

.service-icon {
  color: var(--primary);
  max-width: 50px;
  margin-bottom: 20px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 42px;
  line-height: 100%;
}

.service-icon._3 {
  max-width: 57px;
  margin-top: -2px;
  margin-left: -4px;
}

.service-icon._2 {
  max-width: 52px;
}

.service-card-title {
  margin-bottom: 10px;
}

.card-button-wrap {
  margin-top: 30px;
}

.home-dropdown {
  width: 100%;
}

.why-us-text {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  margin-top: 0;
  display: flex;
}

.why-us-content {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.dropdown-text {
  white-space: pre-wrap;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  position: relative;
}

.why-us-wrapper {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  color: var(--black);
  text-transform: uppercase;
  text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  font-family: Oxanium, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.dropdown-toggle.w--open {
  color: #ff4d24;
  text-shadow: none;
}

.hidden {
  display: none;
}

.title-wrapper {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.home-video-container {
  width: 100%;
}

.home-video-wrapper {
  background-image: linear-gradient(#0006, #0006), url('../images/Video-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-video-wrapper:hover {
  opacity: 1;
}

.play-button-icon {
  z-index: 10;
  color: var(--white);
  margin-left: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
}

.play-button {
  z-index: 5;
  background-color: #fff3;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
}

.play-button-hover {
  z-index: 12;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 84px;
  height: 84px;
  transition: all .3s;
  position: absolute;
  transform: scale(1);
}

.play-button-hover:hover {
  transform: scale(1.1);
}

.circle-number {
  z-index: 10;
  margin-top: 2px;
  margin-left: 1px;
  position: relative;
}

.dashed-line-right {
  position: absolute;
  top: 43px;
  right: 170px;
}

.number-circle {
  z-index: 3;
  background-color: #ce0000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.number-circle.big {
  z-index: 1;
  background-color: #790000;
  width: 84px;
  height: 84px;
}

.number-circle.medium {
  z-index: 2;
  background-color: #a20000;
  width: 64px;
  height: 64px;
}

.service-number-paragraph {
  text-align: center;
}

.service-number-item {
  flex-direction: column;
  align-items: center;
  width: 230px;
  display: flex;
}

.home-service-item {
  background-color: var(--black);
  border: 1px #ffffff4a;
  border-radius: 10px;
  width: 25%;
}

.home-service-item.oth {
  flex-flow: column;
  width: auto;
  height: 100%;
  display: flex;
}

.services-list {
  grid-column-gap: 30px;
  margin-top: 80px;
  display: flex;
}

.services-list.bottom-row {
  margin-top: 30px;
}

.services-list.oth {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.dashed-line-left {
  position: absolute;
  top: 43px;
  left: 170px;
}

.service-numbers-list {
  justify-content: space-between;
  width: 100%;
  max-width: 910px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.service-number-text {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.service-number {
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
  position: relative;
}

.service-image {
  aspect-ratio: auto;
  filter: brightness(92%);
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}

.service-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--dark);
  object-fit: fill;
  border: 1px #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 23px 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.service-heading-link {
  text-decoration: none;
}

.service-heading {
  font-size: 23px;
  line-height: 112%;
  transition: color .3s;
}

.service-heading:hover {
  color: var(--primary);
}

.mt-10 {
  flex-flow: row;
  flex: 1;
  margin-top: 10px;
  display: block;
}

.service-link {
  margin-top: 20px;
  display: inline-block;
}

.accordion-toggle {
  grid-column-gap: 20px;
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.accordion-title {
  width: 90%;
  line-height: 150%;
}

.accordion-icon {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 1px;
  padding-left: 1px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.accordion-item {
  border-bottom: 1px solid #fff6;
  width: 100%;
  padding-bottom: 30px;
  position: static;
}

.accordion-item.last-faq, .accordion-item.last-faq-column {
  border-bottom: 0 #0000;
  padding-bottom: 0;
}

.accordion-list-content {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-wrap-one-column {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  display: flex;
}

.accordion-wrap-one-column.oth {
  margin-top: 46px;
}

.home-faq-wrapper {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-image {
  filter: brightness(90%);
  object-fit: cover;
  border-radius: 10px;
  height: 415px;
  margin-top: 50px;
}

.home-faq-content {
  width: 40%;
}

.team-section {
  background-color: #161616;
  padding-bottom: 415px;
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.team-member {
  width: 25%;
}

.team-image {
  object-fit: cover;
  border-radius: 10px;
  height: 300px;
}

.team-name {
  margin-top: 20px;
}

.team-position {
  margin-top: 10px;
  font-weight: 500;
}

.testimonial {
  color: #fff;
  margin-top: 20px;
}

.home-3-slide-image {
  border: 1px solid var(--primary);
  object-fit: cover;
  border-radius: 10px;
  width: 380px;
  height: 590px;
}

.testimonials-container {
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-slide-container {
  display: flex;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slider-content-container {
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  display: flex;
}

.slider-testimonials-author {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.slider-image-container {
  justify-content: flex-end;
  align-items: center;
  width: 460px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-left-arrow {
  color: #fff;
  background-color: gray;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: none;
  inset: auto auto 270px 50px;
}

.slider-left-arrow:hover {
  background-color: var(--primary);
}

.slider-bg {
  border: 1px solid var(--primary);
  background-color: var(--black);
  border-radius: 10px;
  position: absolute;
  inset: 60px 0%;
  box-shadow: 7px 7px 50px #0f5cfa12;
}

.testimonials-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -295px;
  position: relative;
}

.testimonials-slider.home, .testimonials-slider.without-margin {
  margin-top: 0;
}

.slider-right-arrow {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: none;
  inset: auto auto 270px 430px;
}

.slider-right-arrow:hover {
  background-color: var(--gray);
  color: #fff;
}

.testimonials-slide-item {
  height: 100%;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

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

.price-old {
  color: var(--gray);
  font-weight: 500;
  text-decoration: line-through;
}

.price-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.home-pricing-wrapper {
  grid-column-gap: 30px;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.price-text {
  color: var(--white);
}

.price {
  font-size: 54px;
}

.price-check {
  background-color: #ff4d2433;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.price-check.white-check {
  background-color: #fff3;
}

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

.price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.price-button {
  margin-top: 50px;
  display: flex;
}

.pricing-item {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 33.33%;
  padding: 50px 30px;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.main-price {
  border: 1px solid var(--primary);
  background-color: #ff4d244d;
  padding-bottom: 70px;
}

.pop-up-form {
  width: 100%;
  max-width: 635px;
  margin-bottom: 0;
}

.pop-up-wrapper {
  z-index: 9999;
  opacity: 0;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-close {
  position: absolute;
  inset: 5% 5% auto auto;
}

.dropdown-text-wrap {
  position: relative;
}

.dropdown-text-wrap.w--open {
  background-color: #0000;
}

.tab-dropdown-toggle {
  color: var(--white);
  text-transform: uppercase;
  justify-content: space-between;
  padding: 0;
  font-family: Oxanium, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-bottom: 1px solid #d0d5dd33;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 30px;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--primary);
  border-bottom-style: none;
  border-radius: 10px;
}

.tab-dropdown-item {
  width: 100%;
  padding-bottom: 30px;
  display: none;
}

.tab-pane {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 70px 55px;
  display: flex;
}

.tab-dropdown-text {
  color: #fff;
  padding-top: 20px;
}

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

.tab-image {
  object-fit: cover;
  border-radius: 10px;
  width: 364px;
  height: 320px;
}

.tabs {
  background-color: var(--primary-dark);
  border-radius: 10px;
  margin-top: -85px;
}

.tab-dropdown-arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.about-image-wrap {
  width: 50%;
}

.about-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-text-wrap {
  width: 50%;
}

.buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 50px;
  display: flex;
}

.about-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

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

.width-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.width-500.widthbig {
  max-width: 640px;
}

.about-service-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
  display: grid;
}

.about-service-item {
  width: auto;
}

.about-service-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 180px;
}

.about-service-content {
  background-color: var(--black);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px;
}

.about-service-content.oth {
  background-color: var(--dark);
}

.full-width {
  width: 100%;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.team-social-icon {
  text-decoration: none;
  transition-property: filter;
}

.team-social-icon:hover {
  filter: grayscale();
}

.big-team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.team-text-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.big-team-member {
  background-color: var(--primary-dark);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 31%;
}

.workflow-quote {
  font-size: 18px;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-video {
  background-image: linear-gradient(#1616164d, #1616164d), url('../images/Video-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.best-quote-author {
  color: var(--primary);
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.workflow-content-wrapper {
  width: 50%;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.partners-logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #afafaf80;
  border-left: 1px solid #afafaf80;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-image.honda {
  width: 200px;
}

.customer-title {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Oxanium, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.values-counter-item {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.values-counter-wrapper {
  border-top: 1px solid var(--primary);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-wrapper {
  align-items: center;
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 50px;
}

.career-collection-list-wrapper {
  width: 100%;
  margin-top: 50px;
}

.section-subtitle {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.career-list-item-wrapper {
  background-color: #161616;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px 35px;
  display: flex;
}

.career-position-wrapper {
  width: 37%;
}

.career-title-mobile {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 900;
  display: none;
}

.career-position {
  color: #ff4d24;
  line-height: 100%;
}

.career-location-wrapper {
  width: 33%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-decription {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
}

.career-type-wrapper {
  width: 30%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-button-wrapper {
  text-align: right;
  width: 25%;
}

.testominials-cards-banner {
  z-index: 10;
  margin-top: -100px;
  position: relative;
}

.testimonials-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.testimonials-card-item {
  text-align: center;
  background-color: #161616;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.testimonials-card-position {
  color: var(--primary);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contacts-3-location-wrapper {
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.map-image {
  z-index: 8;
  border-radius: 10px;
  margin-top: 50px;
}

.location {
  color: var(--white);
  font-weight: 700;
}

.contact-location-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.map-wrapper {
  position: relative;
}

.contacts-detail {
  grid-column-gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.location-link {
  color: var(--white);
  margin-bottom: 0;
  font-size: 17px;
  text-decoration: none;
}

.location-link:hover {
  color: var(--primary);
}

.adress-card {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 33%;
  padding: 30px;
}

.location-icon {
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding-right: 0;
}

.adress-cards-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-left-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  position: absolute;
  inset: 0% 40px auto auto;
}

.contacts-arrows-divider {
  background-color: #afafaf80;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 2px 40px auto auto;
}

.contacts-form-wrapper {
  background-color: var(--dark);
  border-radius: 10px;
  width: 55%;
  min-height: 400px;
  margin-left: 40px;
  padding-top: 40px;
}

.location-2 {
  color: #fff;
  font-weight: 700;
}

.contacts-slider-arrow-icon {
  color: #afafaf;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-slider-arrow-icon:hover {
  color: #ff4d24;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.contacts-content-wrapper {
  width: 45%;
  padding-right: 40px;
}

.location-link-2 {
  color: #fff;
  text-decoration: none;
}

.location-link-2:hover {
  color: #ff4d24;
}

.contacts-right-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  inset: 0% 0 auto auto;
}

.contacts-title {
  margin-bottom: 20px;
}

.contacts-divider {
  background-color: #afafaf80;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-form-title {
  text-align: center;
}

.width-600 {
  max-width: 600px;
}

.main-faq-text {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  margin-top: -3px;
  display: flex;
}

.main-faq-title {
  color: var(--black);
  text-transform: uppercase;
  text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  font-family: Oxanium, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 110%;
}

.main-faq-title.w--open {
  color: #ff4d24;
  text-shadow: none;
}

.main-faq-title.primary-text {
  color: var(--primary);
  text-shadow: none;
}

.main-faq-content {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  margin-right: 15px;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  display: flex;
}

.blog-grid-item {
  width: 31%;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 280px;
}

.blog-grid-content-wrapper {
  background-color: #161616;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  min-height: 320px;
  padding: 30px;
  display: flex;
}

.blog-grid-item-title {
  text-decoration: none;
}

.blog-title {
  transition: color .3s;
}

.blog-title:hover {
  color: var(--primary);
}

.blog-grid-item-description {
  border-bottom-right-radius: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.process-images {
  object-fit: cover;
  border-radius: 10px;
  width: 500px;
  height: 400px;
}

.process-number {
  color: var(--primary);
  margin-bottom: 20px;
  font-size: 66px;
  line-height: 1;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.coming-soon-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  background-color: #0000;
  border-radius: 8px;
  min-width: 256px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
}

.coming-soon-input::placeholder {
  color: var(--gray);
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-image {
  max-width: 480px;
}

.coming-soon-top-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  letter-spacing: normal;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-images-wrapper {
  border-top: 1px solid #ff4d24;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last {
  padding-bottom: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa Solid 900", sans-serif;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
  text-decoration: none;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.banner-title-2 {
  color: #f9f9fa;
  text-align: center;
}

.changelog-heading {
  margin-bottom: 20px;
}

.date {
  color: var(--gray);
  padding-bottom: 2px;
  font-size: 16px;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-detail-list-item {
  grid-column-gap: 15px;
  display: flex;
}

.service-contact-link {
  color: var(--gray);
  margin-bottom: 0;
  text-decoration: none;
}

.service-detail-list {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.servise-detail-check {
  background-image: linear-gradient(#ff4d2433, #ff4d2433), url('../images/Icon.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.sidebar-wrapper {
  background-color: var(--dark);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 20px #0000001a;
}

.schedule-detail {
  grid-column-gap: 10px;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.date-wrap {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-details-sidebar-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 30%;
  display: flex;
  position: sticky;
  top: 30px;
  box-shadow: 0 0 20px #0000001a;
}

.service-text-style {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.service-text-style p {
  color: var(--gray);
  margin-bottom: 20px;
}

.service-text-style li {
  background-color: var(--gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
}

.date-icon {
  width: 20px;
}

.sidebar-date {
  margin-top: 20px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-sidebar-wrapper {
  grid-row-gap: 10px;
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  width: 33%;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-content-wrapper {
  width: 67%;
}

.job-position-icon {
  color: var(--primary);
  width: 24px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.job-position h1 {
  color: var(--primary);
}

.job-position h2 {
  color: var(--primary);
  margin-bottom: 20px;
}

.job-position h3 {
  color: var(--primary);
  margin-top: 25px;
  margin-bottom: 15px;
}

.job-position h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.job-position h5, .job-position h6 {
  margin-top: 20px;
}

.job-position-wrapper {
  grid-column-gap: 100px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.post {
  color: var(--primary);
}

.blog-details-link-title {
  margin-top: 10px;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.next-post-arrow {
  color: var(--primary);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa Solid 900", sans-serif;
}

.blog-template-date {
  color: #ff4d24;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 40px;
}

.blog-sidebar-post-category {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ff4d24;
  margin-bottom: 20px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  color: #fff;
  background-color: gray;
  border-color: gray;
}

.blog-template-next {
  text-align: right;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.rich-text-style {
  margin-top: 50px;
}

.rich-text-style h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 302px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-bottom: 40px;
  display: flex;
}

.password-input {
  border: 1px solid var(--gray);
  background-color: var(--transparent);
  color: var(--primary);
  border-radius: 8px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 15px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.password-input:focus {
  border-color: var(--primary);
}

.password-input::placeholder {
  color: var(--gray);
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.utility-page-wrap-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title-big {
  color: var(--primary);
  font-size: 180px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.hire-popup {
  z-index: 1000;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 297px;
  line-height: 1.3em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
  border-bottom-color: #0000;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #fff;
  border-color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.search-section {
  margin-top: 40px;
}

.search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  background-color: var(--transparent);
  color: var(--primary);
  letter-spacing: .05em;
  text-transform: capitalize;
  border: 1px solid #d0d5dd66;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.search-input:focus {
  border-color: var(--primary);
}

.search-input::placeholder {
  color: var(--gray);
  font-size: 16px;
  line-height: 160%;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  font-size: 20px;
  text-decoration: none;
}

.text {
  font-family: Sarabun, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.text-orange {
  color: #f69c20;
}

.image {
  border-bottom: 3px solid var(--primary);
  margin-bottom: -2px;
}

.text-block {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
}

.tab-section {
  padding-bottom: 120px;
}

.section-2 {
  margin-top: 106px;
}

.heading {
  color: var(--primary);
  margin-bottom: 16px;
}

.heading-2 {
  color: var(--primary);
  margin-bottom: 15px;
}

.section-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footlink {
  color: gray;
  text-decoration: underline;
}

.footlink:hover {
  color: var(--primary);
}

.link-block {
  width: 200px;
}

.image-2 {
  border-bottom: 2px solid var(--primary);
}

.field-label {
  margin-left: 2px;
}

.heading-3 {
  margin-bottom: 15px;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.card-button {
  letter-spacing: 0;
  background-color: #b40b08;
  border-radius: 6px;
  margin-top: 0;
  padding: 12px 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  transition: transform .2s, background-color .2s;
}

.card-button:hover {
  background-color: #ac0603;
  transform: translate(0, -3px);
}

.card-button.form-button {
  padding-left: 50px;
  padding-right: 50px;
}

.text-span-3 {
  color: var(--white);
  font-family: PT Serif, serif;
  font-size: 26px;
}

.text-span-3.small {
  font-size: 18px;
  font-style: italic;
}

.text-span-3.small.left {
  text-align: left;
  font-style: normal;
}

.cbf {
  margin-left: 20px;
}

.text-block-4 {
  text-align: center;
  padding: 10px;
}

.text-block-4.small {
  padding: 0;
  font-size: 13px;
}

.text-block-4.small.left {
  font-style: normal;
}

.select-field {
  color: var(--black);
  background-color: #fff;
}

.div-block-14 {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.heading-4 {
  color: var(--primary);
}

.div-block-15 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.div-block-17 {
  flex: 1;
  height: 100%;
}

.image-3 {
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.paragraph {
  padding-bottom: 2px;
}

.paragraph-2 {
  margin-top: 10px;
  font-size: 17px;
}

.list {
  margin-top: 0;
  margin-bottom: 20px;
}

.list-2 {
  margin-top: 0;
}

.hh {
  margin-top: 10px;
}

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

.project-main-pic {
  margin-top: -10px;
}

.about-heading {
  font-size: 35px;
}

.image-6 {
  border-bottom: 2px solid var(--primary);
}

@media screen and (min-width: 1280px) {
  .banner-title-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .section.service-banner {
    align-items: center;
    min-height: 420px;
    display: block;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middlr-style-spacing-mobile {
    top: 25%;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .middle-style-spacing-desktop {
    top: 29%;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .footer-form-wrapper {
    width: 60%;
  }

  .footer-links-wrapper {
    width: 35%;
  }

  .text-field {
    width: 300px;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .nav-dropdown-toggle {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .brand {
    width: 178px;
  }

  .nav-link {
    padding: 32px 24px;
  }

  .header-buttons-wrapper-tablet {
    grid-column-gap: 50px;
  }

  .why-us-text {
    width: 74%;
  }

  .why-us-content {
    width: 26%;
  }

  .why-us-wrapper {
    grid-column-gap: 70px;
  }

  .dropdown-toggle {
    font-size: 54px;
  }

  .service-number-item {
    width: 230px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-numbers-list {
    max-width: 910px;
  }

  .text-center.dfg {
    width: 100%;
  }

  .accordion-wrap-one-column {
    width: 56%;
  }

  .home-faq-wrapper {
    grid-column-gap: 100px;
    align-items: center;
  }

  .home-faq-content {
    flex-direction: column;
    justify-content: center;
    width: 44%;
  }

  .home-3-slide-image {
    width: 438px;
    height: 592px;
  }

  .slider-content-container {
    justify-content: center;
    width: 50%;
    padding-left: 100px;
  }

  .slider-image-container {
    justify-content: flex-end;
    width: 580px;
    margin-left: 0;
  }

  .slider-left-arrow {
    left: 110px;
  }

  .slider-right-arrow {
    left: 545px;
  }

  .pricing-item.main-price {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pop-up-form {
    max-width: 830px;
  }

  .pop-up-wrapper {
    display: block;
  }

  .tab-link {
    padding: 37px 55px;
  }

  .tab-pane {
    grid-column-gap: 80px;
    padding-right: 70px;
  }

  .tabs {
    margin-top: -99px;
  }

  .about-image-wrap {
    width: 50%;
  }

  .about-wrapper {
    grid-column-gap: 100px;
  }

  .about-text-wrap {
    width: 43%;
  }

  .about-service-item {
    width: 31.6%;
  }

  .about-service-image {
    height: 200px;
  }

  .workflow-quote {
    margin-top: 20px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .map-image {
    object-fit: cover;
  }

  .map-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .main-faq-text {
    width: 60%;
  }

  .main-faq-title {
    font-size: 54px;
  }

  .main-faq-content {
    width: 40%;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-content-wrapper {
    min-height: 270px;
  }

  .coming-soon-input {
    min-width: 300px;
  }

  .search-section {
    margin-bottom: 80px;
  }

  .bold-text-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .section.career-banner {
    min-height: 420px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.blog-banner {
    align-items: center;
    min-height: 420px;
    display: flex;
  }

  .home-banner-section {
    background-image: linear-gradient(90deg, #49000040, #fff0), linear-gradient(90deg, #000000db, #0003), linear-gradient(#0009, #0009), url('../images/Screenshot_20221222_113815_Photos_1.avif');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .service-image {
    filter: brightness(88%);
  }

  .team-wrapper {
    grid-row-gap: 80px;
  }

  .slider-image-container {
    width: 623px;
  }

  .slider-left-arrow {
    left: 155px;
  }

  .slider-right-arrow {
    left: 590px;
  }

  .big-team-wrapper {
    grid-row-gap: 80px;
  }

  .career-position {
    margin-bottom: 0;
  }

  .body-2 {
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us-banner {
    padding-top: 220px;
    padding-bottom: 320px;
  }

  .section.service-banner {
    min-height: 300px;
  }

  .section.clients-banner, .section.pricing-banner {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.testimonials-banner {
    padding-top: 220px;
  }

  .section.faq-banner {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .nav-container {
    max-width: 1720px;
  }

  .header-number {
    display: block;
  }

  .home-banner-section {
    padding-top: 120px;
    padding-bottom: 180px;
  }

  .banner-logos-wrap {
    margin-top: 120px;
  }

  .slider-content-container {
    width: 47%;
    padding-left: 105px;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-banner-section {
    min-height: 300px;
  }

  .grid-system {
    width: 100%;
  }

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

  .section.about-us-banner {
    min-height: 300px;
    padding-bottom: 180px;
  }

  .section.why-choose-us.ff {
    padding-bottom: 80px;
  }

  .section.testimonials-banner {
    padding-bottom: 180px;
  }

  .section.banner, .section.job-position-banner {
    min-height: 300px;
  }

  .section.blog-detail {
    padding-top: 60px;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .top-style-spacing-desktop {
    top: 0%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .bottom-style-spacing-mobile {
    bottom: 0%;
  }

  .middlr-style-spacing-mobile {
    top: 20%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spacing-system-image {
    width: 75%;
  }

  .top-style-spacing-mobile {
    top: -2%;
  }

  .bottom-style-spacing-desktop {
    bottom: 0%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .paragraph-large.ttt {
    text-align: center;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .style-guide-content-wrapper, .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .secondary-button.header-btn:hover {
    background-color: var(--primary);
  }

  .secondary-button.header-btn.hidden-on-mobile {
    display: none;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .footer-copyright {
    width: 80%;
  }

  .footer-menu {
    justify-content: center;
    width: 100%;
  }

  .footer-form-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-input-label {
    width: 50%;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-social-icons-wrapper {
    margin-top: 40px;
  }

  .text-field {
    width: 100%;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .form-block {
    width: 100%;
    min-height: 380px;
  }

  .footer-info {
    justify-content: center;
    align-items: center;
  }

  .footer-info.double {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    width: 24px;
    max-width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .menu-button {
    text-align: right;
    flex: 1;
    max-width: 60px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-wrap {
    background-color: #000;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    display: flex;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

  .nav-dropdown-link {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link:hover {
    color: gray;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .brand-tablet {
    width: 178px;
    display: block;
  }

  .brand-tablet.w--current {
    display: flex;
  }

  .close-menu-button {
    padding-bottom: 0;
  }

  .close-menu-button.w--open {
    background-color: #000;
    padding: 0 15px 0 0;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .brand {
    width: 178px;
  }

  .nav-link {
    color: var(--white);
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link:hover, .nav-link:focus {
    color: var(--primary);
  }

  .nav-link.w--current {
    color: #ff4d24;
    background-color: #0000;
    margin-right: 0;
  }

  .nav-link.w--current:hover {
    color: gray;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .header-buttons-wrapper-tablet {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .tablet-menu {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-icon {
    color: #fff;
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .image-burger {
    margin-bottom: 0;
  }

  .navbar-fixed {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-banner-section {
    padding-top: 80px;
    padding-bottom: 150px;
  }

  .banner-logos-wrap {
    grid-column-gap: 30px;
    margin-top: 80px;
  }

  .car-logo {
    width: auto;
  }

  .car-logo.car-service {
    width: 26%;
  }

  .car-logo.car-service.smaller {
    width: auto;
  }

  .car-logo.partner-logo {
    max-height: 30px;
  }

  .car-logo.partner-logo.smaller {
    max-height: 28px;
  }

  .service-cards-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .service-card {
    width: 47.5%;
  }

  .why-us-text, .why-us-content {
    grid-row-gap: 40px;
    width: 100%;
  }

  .why-us-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .home-video-container {
    flex-wrap: wrap;
  }

  .home-video-wrapper {
    width: 100%;
    height: 340px;
  }

  .dashed-line-right {
    width: 32%;
    right: 134px;
  }

  .home-service-item {
    width: 47.5%;
  }

  .services-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 60px;
  }

  .dashed-line-left {
    width: 31%;
    left: 134px;
  }

  .service-numbers-list {
    margin-top: 40px;
  }

  .service-image {
    height: 240px;
  }

  .accordion-wrap-one-column {
    width: 100%;
  }

  .home-faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .faq-image {
    margin-top: 40px;
  }

  .home-faq-content {
    width: 100%;
  }

  .team-section {
    padding-bottom: 375px;
  }

  .team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .team-member {
    width: 47.5%;
  }

  .team-image {
    height: 350px;
  }

  .home-3-slide-image {
    object-fit: cover;
    width: 100%;
    height: 480px;
    position: relative;
  }

  .testimonials-container {
    overflow: visible;
  }

  .testimonial-slide-container {
    border: 1px none var(--primary);
    flex-direction: column;
  }

  .slider-content-container {
    grid-row-gap: 0px;
    border: 1px solid #000;
    border-radius: 0;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
    padding: 70px 60px 60px;
  }

  .slider-testimonials-author {
    flex-direction: column;
    margin-top: 40px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: none;
  }

  .slider-left-arrow {
    inset: 450px auto auto 20px;
  }

  .slider-bg {
    border-style: none;
    position: static;
  }

  .testimonials-slider {
    margin-top: -335px;
  }

  .testimonials-slider.home {
    margin-top: 0;
  }

  .slider-right-arrow {
    inset: 450px auto auto 100px;
  }

  .testimonials-slide-item {
    border: 1px none var(--primary);
  }

  .price-list {
    margin-top: 40px;
  }

  .home-pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .price {
    font-size: 48px;
  }

  .price-button {
    margin-top: 40px;
  }

  .pricing-item {
    width: 47.5%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .pricing-item.main-price {
    padding-bottom: 50px;
  }

  .pop-up-form {
    width: 100%;
    min-height: 380px;
  }

  .pop-up-close {
    top: 20px;
    right: 20px;
  }

  .tab-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-pane {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
    padding: 50px 30px;
  }

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

  .tab-image {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .tabs {
    margin-top: -90px;
  }

  .about-image-wrap {
    order: 1;
    width: 100%;
  }

  .about-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .about-wrapper.no-wrap-reverse {
    flex-wrap: wrap;
  }

  .about-text-wrap {
    width: 100%;
  }

  .buttons-wrapper {
    margin-top: 40px;
  }

  .about-image {
    width: 100%;
    height: 350px;
  }

  .about-service-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .about-service-item {
    width: 47.5%;
  }

  .big-team-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .big-team-member {
    width: 47.5%;
  }

  .workflow-wrapper {
    margin-top: 40px;
  }

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

  .values-counter-item {
    padding: 30px;
  }

  .values-image {
    height: 450px;
    display: block;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-position-wrapper {
    width: 35%;
  }

  .career-location-wrapper {
    width: 26%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-decription {
    padding-left: 15px;
    padding-right: 15px;
  }

  .career-type-wrapper {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .map-image {
    margin-top: 0;
  }

  .contact-location-wrapper {
    grid-row-gap: 40px;
  }

  .adress-card {
    width: 47.5%;
  }

  .adress-cards-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contacts-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding-top: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

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

  .contacts-title {
    margin-bottom: 40px;
  }

  .main-faq-text {
    width: 100%;
  }

  .main-faq-content {
    grid-row-gap: 0px;
    width: 100%;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    width: 47.5%;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .process-images {
    width: 100%;
    height: 350px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-form {
    justify-content: center;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-image {
    display: none;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .service-details-content-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .sidebar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    top: 20px;
  }

  .schedule-detail {
    grid-column-gap: 10px;
    padding-bottom: 4px;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .sidebar-date {
    margin-top: 10px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position h2 {
    margin-bottom: 10px;
  }

  .job-position-wrapper {
    grid-column-gap: 0px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .rich-text-style h2 {
    margin-bottom: 10px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

  .field-label-2 {
    font-size: 14px;
  }

  .mask {
    border: 1px solid var(--primary);
    border-radius: 10px;
  }

  .image-5 {
    border-bottom: 2px solid var(--primary);
    width: 170px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  .banner-title-wrapper {
    justify-content: center;
    align-items: center;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

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

  .section.about-us-banner {
    padding-bottom: 160px;
  }

  .section.service-banner {
    background-image: linear-gradient(90deg, #49000040, #fff0), linear-gradient(90deg, #000000db, #0003), linear-gradient(to bottom, null, null), url('../images/20210303_713242.avif');
    background-position: 0 0, 0 0, 0 0, 100%;
    padding-bottom: 60px;
  }

  .section.blog-detail {
    padding-top: 30px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .top-style-spacing-desktop {
    top: 5%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middlr-style-spacing-mobile {
    top: 27%;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .middle-style-spacing-desktop {
    top: 31%;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .top-style-spacing-mobile {
    top: 4%;
  }

  .bottom-style-spacing-desktop {
    bottom: 5%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .paragraph-large.ttt {
    text-align: center;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.large.ddd {
    margin-top: 15px;
  }

  .primary-button.search-button {
    width: 100%;
    line-height: 160%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .footer-copyright {
    width: 100%;
  }

  .footer-menu {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-menu-link {
    flex: 1;
    width: 47%;
  }

  .footer-form-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-menu-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-info, .footer-info.double {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    max-width: 50px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-link.w--current {
    color: var(--primary);
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .nav-dropdown-list, .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .banner-button-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .home-banner-tittle, .banner-description {
    text-align: center;
  }

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

  .banner-logos-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

  .car-logo {
    object-fit: contain;
    width: auto;
    height: 30px;
  }

  .car-logo.car-service {
    width: auto;
    height: 40px;
  }

  .car-logo.car-service.smaller {
    height: 28px;
  }

  .service-card {
    width: 100%;
  }

  .why-us-text, .why-us-content {
    grid-row-gap: 30px;
  }

  .dropdown-text {
    white-space: normal;
  }

  .why-us-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .dropdown-toggle {
    font-size: 36px;
  }

  .dashed-line-right {
    display: none;
  }

  .service-number-paragraph {
    text-align: center;
  }

  .service-number-item {
    grid-column-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .home-service-item {
    width: 100%;
  }

  .home-service-item.oth {
    height: auto;
  }

  .services-list {
    margin-top: 40px;
  }

  .dashed-line-left {
    display: none;
  }

  .service-numbers-list {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .service-number-text {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .service-image {
    width: 100%;
    height: auto;
  }

  .accordion-item.last-faq-column {
    border-bottom: 1px solid #fff6;
    padding-bottom: 30px;
  }

  .accordion-wrap-one-column.oth {
    margin-top: 20px;
  }

  .home-faq-wrapper {
    grid-row-gap: 30px;
  }

  .faq-image {
    height: 300px;
    margin-top: 30px;
  }

  .team-section {
    padding-bottom: 355px;
  }

  .team-wrapper {
    margin-top: 30px;
  }

  .team-member {
    width: 100%;
  }

  .team-image {
    height: 450px;
  }

  .home-3-slide-image {
    width: 100%;
    height: 340px;
  }

  .testimonial-slide-container {
    flex-direction: column;
  }

  .slider-content-container {
    width: 100%;
    margin-bottom: 0;
    padding: 70px 30px 30px;
  }

  .slider-testimonials-author {
    margin-top: 30px;
  }

  .slider-image-container {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .slider-left-arrow {
    top: 310px;
  }

  .slider-bg {
    bottom: 0;
  }

  .testimonials-slider {
    margin-top: -355px;
  }

  .slider-right-arrow {
    top: 310px;
  }

  .price-list, .home-pricing-wrapper {
    margin-top: 30px;
  }

  .price {
    font-size: 36px;
  }

  .price-button {
    margin-top: 30px;
  }

  .pricing-item {
    width: 100%;
  }

  .pop-up-form {
    max-width: 400px;
  }

  .tab-link {
    width: 100%;
  }

  .tab-pane {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-title {
    font-size: 18px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tabs {
    margin-top: -60px;
  }

  .about-wrapper {
    grid-row-gap: 30px;
  }

  .buttons-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .about-service-list {
    margin-top: 30px;
    display: flex;
  }

  .about-service-item {
    width: 100%;
  }

  .about-service-image {
    height: auto;
  }

  .big-team-wrapper {
    margin-top: 30px;
  }

  .big-team-member {
    width: 100%;
  }

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

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-profile-wrapper {
    margin-top: 20px;
  }

  .workflow-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
    margin-top: 30px;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
  }

  .partners-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .customer-wrapper {
    height: 240px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-position-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .career-button-wrapper {
    text-align: center;
    width: 100%;
  }

  .testominials-cards-banner {
    margin-top: -100px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 360px;
  }

  .adress-card {
    width: 100%;
    padding: 20px 30px;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .main-faq-text {
    grid-row-gap: 30px;
  }

  .main-faq-title {
    font-size: 36px;
  }

  .main-faq-content {
    grid-row-gap: 0px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .blog-grid-item {
    width: 100%;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .sidebar-wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .schedule-detail {
    grid-column-gap: 30px;
    padding-bottom: 8px;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .title-big {
    font-size: 120px;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .search {
    flex-wrap: wrap;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

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

  .contact-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(0, 1fr) 1fr minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-auto-columns: minmax(0, 1fr);
    margin-top: 14px;
  }

  .text-span-3.small {
    margin-bottom: 5px;
    line-height: 1.5;
    display: flex;
  }

  .text-span-3.small.left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .text-block-4.small {
    display: block;
  }

  .div-block-16 {
    width: 100%;
    overflow: visible;
  }

  .heading-6 {
    text-align: center;
    font-size: 34px;
  }

  .bold-text {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .banner-title-wrapper {
    grid-row-gap: 11px;
    justify-content: center;
    align-items: center;
  }

  .banner-title-wrapper.left {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .section.why-choose-us.last {
    padding-bottom: 80px;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .bottom-style-spacing-mobile {
    bottom: 2%;
  }

  .middlr-style-spacing-mobile {
    top: 23%;
  }

  .middle-style-spacing-desktop {
    top: 28%;
  }

  .top-style-spacing-mobile {
    top: 0%;
  }

  .bottom-style-spacing-desktop {
    bottom: 4%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .paragraph-large.text-center {
    font-size: 18px;
  }

  .primary-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .primary-button-white.banner-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .footer-menu {
    grid-column-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-menu-link {
    text-align: center;
  }

  .form-message-wrrap {
    margin-bottom: 8px;
  }

  .form-input-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
  }

  .form-input-wrapper.pop-up {
    grid-row-gap: 10px;
  }

  .footer-form-wrapper {
    flex-direction: column;
  }

  .footer-menu-wrapper {
    margin-top: 55px;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form.pop-up {
    grid-row-gap: 10px;
  }

  .form-input-label {
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-links-wrapper {
    order: -1;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 30px;
  }

  .footer-rights-wrapper {
    flex-wrap: wrap;
  }

  .form-block {
    order: 0;
  }

  .footer-info {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-info.double {
    width: 100%;
  }

  .body {
    font-size: 14px;
  }

  .menu-button {
    max-width: 40px;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .image-burger {
    width: 24px;
    height: auto;
  }

  .home-banner-tittle {
    font-size: 30px;
  }

  .car-logo, .car-logo.car-service {
    width: 45%;
  }

  .service-card {
    justify-content: center;
    align-items: center;
  }

  .service-card-title {
    text-align: center;
  }

  .text-center {
    font-size: 23px;
  }

  .text-center.careers {
    font-size: 18px;
  }

  .service-number-text {
    width: 70%;
  }

  .accordion-title {
    width: 85%;
    font-size: 22px;
  }

  .accordion-list-content {
    font-size: 17px;
  }

  .faq-image {
    height: 330px;
  }

  .team-image {
    object-position: 50% 0%;
    width: 100%;
    height: 400px;
    top: 0;
  }

  .slider-content-container {
    padding: 40px 20px;
  }

  .slider-testimonials-author {
    justify-content: flex-start;
  }

  .slider-image-container {
    height: auto;
  }

  .pricing-item {
    padding: 30px;
  }

  .pop-up-form {
    max-width: 330px;
    min-height: auto;
  }

  .pop-up-close {
    top: 15px;
    right: 30px;
  }

  .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-image {
    height: 350px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .about-image {
    height: 200px;
  }

  .best-quote-author {
    text-align: left;
  }

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

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .testominials-cards-banner {
    margin-top: -60px;
  }

  .location-link {
    font-size: 17px;
  }

  .contacts-location-slider {
    padding-right: 0;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-input {
    min-width: auto;
    margin-bottom: 10px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-top-wrapper {
    flex-wrap: wrap;
  }

  .license-link {
    margin-right: 15px;
  }

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

  .date {
    margin-left: 5px;
  }

  .sidebar-wrapper {
    padding-top: 40px;
  }

  .schedule-detail {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .date-wrap {
    justify-content: center;
    align-items: center;
  }

  .job-position-sidebar-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-next-button, .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .contact-form-grid {
    grid-column-gap: 9px;
    grid-row-gap: 10px;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    grid-auto-columns: minmax(0, 1fr);
    align-content: space-between;
    max-width: 100%;
  }

  .card-button {
    text-align: center;
    justify-content: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: inline-block;
  }

  .card-button.form-button {
    width: 100%;
  }

  .text-span-3 {
    font-size: 21px;
  }

  .text-block-4 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .select-field {
    color: #333;
  }

  .form-2 {
    max-width: 100%;
  }

  .about-heading {
    font-size: 26px;
  }

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

  .paragraph-3, .paragraph-4, .paragraph-5 {
    text-align: center;
  }

  .heading-6 {
    text-align: center;
    font-size: 27px;
  }

  .heading-7 {
    text-align: center;
    font-size: 35px;
  }
}

#w-node-aa910466-af95-cca4-9ba7-ebc019e2e22f-f3c5f18b, #w-node-_9ff3b445-53c0-c00f-598e-aaee0c6e6dab-f3c5f18b, #w-node-_648570e9-70eb-d968-b0cd-79885b4e3ac6-f3c5f18b, #w-node-_648570e9-70eb-d968-b0cd-79885b4e3ac7-f3c5f18b, #w-node-_4d6685b6-a21f-d9f6-771e-b43516fe6be8-f3c5f18b, #w-node-_4d6685b6-a21f-d9f6-771e-b43516fe6be9-f3c5f18b, #w-node-_7b0f41f1-570e-2c2b-1843-0ae2e4087e66-f3c5f18b, #w-node-_7b0f41f1-570e-2c2b-1843-0ae2e4087e67-f3c5f18b, #w-node-fba4c91a-ada1-1c85-eb19-9c83b82c74c4-f3c5f18b, #w-node-fba4c91a-ada1-1c85-eb19-9c83b82c74c5-f3c5f18b, #w-node-_6c67bacb-def7-4e11-4869-aa6c7f7b117e-f3c5f18b, #w-node-_6c67bacb-def7-4e11-4869-aa6c7f7b117f-f3c5f18b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3eb402df-45b8-d5e4-72d3-8f7a3c7e4231-f3c5f18b {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_3eb402df-45b8-d5e4-72d3-8f7a3c7e4232-f3c5f18b, #w-node-dae8d488-f299-f509-7cd2-520d93fab7ed-f3c5f18b, #w-node-dae8d488-f299-f509-7cd2-520d93fab7ee-f3c5f18b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2294a005-b0e2-1d79-ab78-29de808ce28a-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d1-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63dd-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e1-f3c5f18e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e5-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e9-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63ed-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f1-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f8-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e63fc-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6400-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6403-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6407-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640b-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640f-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6413-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6417-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e641b-f3c5f18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e641f-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6422-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6426-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e642a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e642e-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6432-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6436-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e643a-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e643e-f3c5f18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6442-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6446-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6452-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6456-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e645a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e645e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6461-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6465-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6469-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e646d-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6470-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6473-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6476-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e647a-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e647e-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6482-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6486-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648a-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e648e-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6492-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6496-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e649a-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e649d-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a1-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a5-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a9-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64ad-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b1-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b5-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64bd-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c1-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c4-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c8-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64cc-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d0-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d8-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64dc-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64e0-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64e4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64e8-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64eb-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64ee-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f5-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f9-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e64fd-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6501-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6505-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6509-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: start;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e650c-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6510-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6514-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6518-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e651c-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6520-f3c5f18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e6524-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6527-f3c5f18e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e652b-f3c5f18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_519f96b6-cbc4-198e-6faf-3a86742e652f-f3c5f18e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4fc2a4b6-d7f4-cfdf-902f-0000d3d5a135-f3c5f193, #w-node-_4fc2a4b6-d7f4-cfdf-902f-0000d3d5a136-f3c5f193, #w-node-_056267b3-db8f-fe31-4149-7c0a1970576d-f3c5f193, #w-node-_056267b3-db8f-fe31-4149-7c0a1970576e-f3c5f193, #w-node-_13a1671c-3848-e4cc-475b-907a098ff041-f3c5f193, #w-node-_13a1671c-3848-e4cc-475b-907a098ff042-f3c5f193, #w-node-_907531c2-f96f-ee31-16d9-42ebeab0ae44-f3c5f193, #w-node-_907531c2-f96f-ee31-16d9-42ebeab0ae45-f3c5f193, #w-node-ec585e06-82b0-fa91-3685-bdb7dd71ed96-f3c5f193, #w-node-ec585e06-82b0-fa91-3685-bdb7dd71ed97-f3c5f193, #w-node-_4a6fed88-b310-425a-66d7-36961968118a-f3c5f193, #w-node-_4a6fed88-b310-425a-66d7-36961968118b-f3c5f193, #w-node-_95e96279-8768-b7f7-0149-8a062ff2c3e2-f3c5f193, #w-node-_95e96279-8768-b7f7-0149-8a062ff2c3e3-f3c5f193, #w-node-_33adc47b-ca24-b75f-49d5-921f33ffae8b-f3c5f193, #w-node-_33adc47b-ca24-b75f-49d5-921f33ffae8c-f3c5f193, #w-node-de6a7dde-9bf9-088b-f9b3-6b307a2206c4-f3c5f193, #w-node-de6a7dde-9bf9-088b-f9b3-6b307a2206c5-f3c5f193 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-aa910466-af95-cca4-9ba7-ebc019e2e22f-f3c5f18b, #w-node-_648570e9-70eb-d968-b0cd-79885b4e3ac6-f3c5f18b, #w-node-_4d6685b6-a21f-d9f6-771e-b43516fe6be8-f3c5f18b, #w-node-_7b0f41f1-570e-2c2b-1843-0ae2e4087e66-f3c5f18b, #w-node-fba4c91a-ada1-1c85-eb19-9c83b82c74c4-f3c5f18b, #w-node-_6c67bacb-def7-4e11-4869-aa6c7f7b117e-f3c5f18b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3eb402df-45b8-d5e4-72d3-8f7a3c7e4231-f3c5f18b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-dae8d488-f299-f509-7cd2-520d93fab7ed-f3c5f18b, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d1-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63dd-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e1-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e5-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e9-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6486-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648e-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64ad-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b5-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d4-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64dc-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f1-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f5-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f9-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64fd-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6501-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e650c-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6514-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6518-f3c5f18e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e651c-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4fc2a4b6-d7f4-cfdf-902f-0000d3d5a135-f3c5f193, #w-node-_056267b3-db8f-fe31-4149-7c0a1970576d-f3c5f193, #w-node-_13a1671c-3848-e4cc-475b-907a098ff041-f3c5f193, #w-node-_907531c2-f96f-ee31-16d9-42ebeab0ae44-f3c5f193, #w-node-ec585e06-82b0-fa91-3685-bdb7dd71ed96-f3c5f193, #w-node-_4a6fed88-b310-425a-66d7-36961968118a-f3c5f193, #w-node-_95e96279-8768-b7f7-0149-8a062ff2c3e2-f3c5f193, #w-node-_33adc47b-ca24-b75f-49d5-921f33ffae8b-f3c5f193, #w-node-de6a7dde-9bf9-088b-f9b3-6b307a2206c4-f3c5f193 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63dd-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e5-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e9-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63ed-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f4-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f8-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63fc-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6403-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6407-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640b-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640f-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6413-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6417-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e641b-f3c5f18e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6432-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6436-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e643a-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e643e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6442-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6446-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6470-f3c5f18e {
    grid-row: span 1 / span 1;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6476-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e647a-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e647e-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6482-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6486-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648a-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648e-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e649d-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a1-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a5-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a9-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64ad-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b1-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b5-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c4-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c8-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64cc-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d0-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d4-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d8-f3c5f18e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64dc-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f5-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64fd-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6501-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6505-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6510-f3c5f18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6514-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6518-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e651c-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6520-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4fc2a4b6-d7f4-cfdf-902f-0000d3d5a135-f3c5f193 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aa910466-af95-cca4-9ba7-ebc019e2e22f-f3c5f18b, #w-node-_648570e9-70eb-d968-b0cd-79885b4e3ac6-f3c5f18b, #w-node-_4d6685b6-a21f-d9f6-771e-b43516fe6be8-f3c5f18b, #w-node-_7b0f41f1-570e-2c2b-1843-0ae2e4087e66-f3c5f18b, #w-node-fba4c91a-ada1-1c85-eb19-9c83b82c74c4-f3c5f18b, #w-node-_6c67bacb-def7-4e11-4869-aa6c7f7b117e-f3c5f18b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3eb402df-45b8-d5e4-72d3-8f7a3c7e4231-f3c5f18b {
    grid-area: 3 / 1 / 15 / 7;
  }

  #w-node-dae8d488-f299-f509-7cd2-520d93fab7ed-f3c5f18b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63d9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63dd-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63e9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63ed-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63f8-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e63fc-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6403-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6407-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640b-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e640f-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6413-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6417-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e641b-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6422-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6426-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e642a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e642e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6432-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6436-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e643a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e643e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6442-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6446-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6452-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6456-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e645a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6461-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6465-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6469-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6476-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e647a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e647e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6482-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6486-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648a-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e648e-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6492-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6496-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e649d-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64a9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64ad-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b1-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
    align-self: auto;
  }

  #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64b9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64bd-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64c8-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64cc-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d0-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64d8-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64dc-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64e0-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64e4-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f1-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f5-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64f9-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e64fd-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6501-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6505-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e650c-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6510-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6514-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6518-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e651c-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6520-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e6527-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e652b-f3c5f18e, #w-node-_519f96b6-cbc4-198e-6faf-3a86742e652f-f3c5f18e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}