:root {
  --black: #0e0e0e;
  --primary: #e31c25;
  --white: white;
  --dim-grey: #535353;
}

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

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

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

body {
  color: #333;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: #272727;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: var(--black);
  font-weight: 500;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

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

.navbar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.static {
  position: static;
}

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

.nav-dropdown-link-line {
  background-color: #9a0f39;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-menu {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 360px;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  width: 20%;
}

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

.primary-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.nav-button {
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .5);
  padding: 14px 22px;
  font-size: 15px;
}

.primary-button.nav-button:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.primary-button.nav-button.color {
  border-color: var(--primary);
  background-color: var(--primary);
}

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

.primary-button.nav-button.color.utility {
  margin-top: 20px;
  display: block;
}

.primary-button.outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .5);
}

.primary-button.outline-white:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.primary-button.outline-dark {
  color: #0e0e0e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(14, 14, 14, .5);
}

.primary-button.outline-dark:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.primary-button.hover-white:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.primary-button.custom {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  margin-left: 20px;
}

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

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

.primary-button.white.hero {
  border-color: var(--white);
  font-weight: 500;
}

.nav-link {
  color: #fff;
  padding: 20px 15px;
  font-weight: 500;
  line-height: 1em;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.black {
  color: #000;
}

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

.nav-dropdown-toggle {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-weight: 500;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown-link {
  width: 100%;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

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

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

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

.home-buttons-wrapper.home-three {
  margin-top: 0;
}

.home-banner-section {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.home-banner-section.home {
  background-image: linear-gradient(rgba(14, 14, 14, .85), rgba(0, 0, 0, .3)), url('../images/headlights-hood-black-luxury-car.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 730px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

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

.banner-display-text-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-three-bg-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-to-features {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: auto;
}

.banner-display-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4em;
}

.our-services-grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  margin-top: 80px;
}

.features-numbers {
  grid-column-gap: 15px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.subtitle {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.features-divider {
  background-color: rgba(14, 14, 14, .5);
  width: 100%;
  height: 1px;
}

.service-card {
  text-align: center;
  border: 1px solid rgba(14, 14, 14, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-cars-heading {
  color: var(--black);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.service-card-paragraph {
  color: #222;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6em;
}

.home-graphic-wrapper {
  grid-column-gap: 80px;
  align-items: stretch;
  display: flex;
}

.home-graphic-text {
  width: 50%;
}

.button-wrapper {
  margin-top: 50px;
}

.button-wrapper.nettiauto {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 20px;
  display: flex;
}

.section-subtitle {
  color: #0e0e0e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: 600;
}

.section-subtitle.hero {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

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

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

.section.image-banner {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .51), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/RAM-1500-TRX.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  min-height: 600px;
}

.section.home-get-started {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 58%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.section.service-information {
  padding-bottom: 120px;
}

.in-section-title-wrapper {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.home-graphic-image {
  width: 50%;
  overflow: hidden;
}

.about-3-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: stretch;
  display: flex;
}

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

.image-banner-content-wrapper {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.form-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .5);
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.form-text-field:focus {
  color: #fff;
  border-style: solid;
  border-color: #fff;
}

.form-text-field::placeholder {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.image-banner-content {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.text-white {
  color: #fff;
}

.text-white.cta {
  font-size: 34px;
  font-weight: 600;
}

.dark-background {
  background-color: #0e0e0e;
}

.home-numbers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px 60px;
  display: flex;
}

.home-number-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-right: 1px solid rgba(255, 255, 255, .3);
  align-items: center;
  width: 50%;
  padding-right: 30px;
  display: flex;
}

.home-number-item.right {
  border-right-style: none;
  padding-left: 30px;
  padding-right: 0;
}

.home-21-number {
  color: #fff;
  text-align: center;
  font-size: 36px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

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

.get-started-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.get-started-text-wrap {
  width: 60%;
}

.footer-copyright {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  display: inline;
}

.template-empty-state {
  color: #9a0f39;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  font-size: 16px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-rights {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.footer-contact-elements {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #afafaf;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-contact-elements:hover {
  color: #fff;
}

.footer-contact-elements.phone {
  align-items: center;
  font-size: 16px;
}

.footer-links-wrapper {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .3);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.top-block-icon {
  width: 20px;
  height: 20px;
}

.footer-top-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 32px;
  display: flex;
}

.footer-social-icon {
  color: #fff;
  margin-right: 30px;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: #9a0f39;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-bottom-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

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

.footer-logo {
  height: 60px;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
  display: inline;
}

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

.footer-title {
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.footer-link {
  color: #afafaf;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.pages-banner {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/headlights-hood-black-luxury-car.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner.services {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/miles-loewen-a0SRjVsk7Jg-unsplash_1miles-loewen-a0SRjVsk7Jg-unsplash.webp');
  background-position: 0 0, 0 0, 50% 45%;
}

.pages-banner.contact-us {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/pexels-mart-production-7709088_1pexels-mart-production-7709088.webp');
  background-position: 0 0, 0 0, 50% 60%;
}

.pages-banner.ajoneuvojen-myynti-ja-vaihto {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/myynti.webp');
}

.pages-banner.myyntitoimeksianto {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/myyntitoimeksianto.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.pages-banner.rahoituspalvelut {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/Rahoituspalvelut.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.pages-banner.ajoneuvojen-osto {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0)), url('../images/Osto.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

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

.service-list-item-content {
  padding: 25px 20px 40px;
}

.service-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.service-list-2-item {
  border: 1px solid #e0e0e0;
  position: relative;
}

.no-top-margin {
  margin-top: 0;
}

.link-blog-arrow {
  color: #0e0e0e;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-blog-arrow:hover {
  background-color: var(--primary);
  color: #fff;
}

.service-list-title-wrapper {
  align-items: center;
  display: flex;
}

.section-title-description {
  color: #272727;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
}

.section-title-description.text-white {
  color: #fff;
}

.service-list-item-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.section-title-wrapper {
  z-index: 999;
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-title-wrapper.about-us {
  margin-bottom: 20px;
}

.error-message-white-red {
  color: #fff;
  text-align: center;
  background-color: rgba(154, 15, 57, .4);
  border: 1px solid #9a0f39;
  margin-top: 15px;
  line-height: 1.4em;
}

.contacts-textarea {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0e0e0;
  min-width: 100%;
  max-width: 100%;
  min-height: 130px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--black);
}

.contacts-textarea::placeholder {
  font-size: 16px;
}

.contacts-right-arrow {
  color: rgba(175, 175, 175, .5);
  max-width: 40px;
  padding: 10px 15px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 19px;
}

.contacts-icon {
  color: #9a0f39;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.contacts-left-arrow {
  color: rgba(175, 175, 175, .5);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 60px;
}

.contacts-location-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-right: 100px;
  position: relative;
}

.contacts-arrows-divider {
  background-color: rgba(0, 0, 0, .6);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.success-message-outline-white {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}

.contacts-detail {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  font-size: 16px;
  display: flex;
}

.contacts-slider-arrow-icon {
  color: rgba(175, 175, 175, .8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.contacts-form-wrapper {
  border: 1px #e0e0e0;
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e0e0e0;
  height: auto;
  margin-bottom: 20px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .15s;
}

.contacts-input:focus {
  border: 1px solid var(--black);
}

.contacts-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #9a0f39;
  border: 1px solid #9a0f39;
  padding: 18px 24px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #9a0f39;
  background-color: rgba(0, 0, 0, 0);
}

.primary-button-2.hover-white {
  border-color: var(--black);
  background-color: var(--black);
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
}

.primary-button-2.hover-white:hover {
  color: #0e0e0e;
  background-color: #fff;
  border-color: #fff;
}

.contacts-divider {
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

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

.contact-us-link:hover {
  color: #0e0e0e;
}

.hidden {
  display: none;
}

.nettiauto-logo {
  width: 100px;
}

.limit-650-center {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--primary);
  opacity: 1;
  color: #fafbfb;
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  border: .125rem solid #f28a8e;
  padding: 1rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.button:hover {
  opacity: .85;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, .1);
}

.grid-one-three {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.sidebar-widget-body {
  border: .0625rem #e0e0e0;
  border-style: none solid;
}

.heading-h5 {
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.heading-h5.no-gap-bottom {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}

.space-24 {
  height: 1.2rem;
}

.widget-menu-link {
  color: #0f0f0f;
  border-bottom: .0625rem solid #e0e0e0;
  align-items: center;
  padding: .75rem 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
}

.widget-menu-link:hover {
  padding-left: 1.25rem;
}

.widget-menu-link.w--current {
  color: var(--primary);
  font-weight: 500;
}

.sidebar-widget-header {
  background-color: var(--black);
  color: #fff;
  border: .0625rem solid #184341;
  padding: .75rem 1rem;
}

.service-rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
}

.arrow-icon {
  margin-left: .625rem;
  margin-right: 0;
  font-size: .75rem;
  font-weight: 900;
  position: relative;
  top: .0625rem;
}

.arrow-icon.service-side-menu-icon {
  margin-left: 0;
  margin-right: .5rem;
  transform: rotate(-90deg);
}

.banner-title-2 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.about-1-video-wrapper {
  z-index: 999;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

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

.home-features {
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.services-icons {
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}

.services-icons.larger {
  width: auto;
}

.bg-element {
  border: 1px solid rgba(14, 14, 14, .5);
  border-top-style: none;
  width: 100%;
  height: 45%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-element.bottom-about {
  border-top-style: solid;
  border-bottom-style: none;
  height: 40%;
  top: auto;
  bottom: 0;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-size: 20px;
  position: relative;
}

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

.about-1-video {
  z-index: 999;
  background-image: url('../images/pexels-antoni-shkraba-7144177_1pexels-antoni-shkraba-7144177.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-feature-item {
  filter: invert();
  border-right: 1px solid #000;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
}

.home-feature-item.last-item {
  border-right-style: none;
}

.section-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.service-description {
  padding-right: 60px;
}

.privacy-policy h2 {
  font-size: 18px;
}

.privacy-policy h1 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
}

.privacy-policy p {
  color: var(--black);
  line-height: 28px;
}

.privacy-policy strong {
  color: var(--black);
  font-weight: 600;
  line-height: 38px;
}

.privacy-policy-wrapper {
  max-width: 650px;
}

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

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

.utility-icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.two-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.social-icon {
  width: 18px;
}

.footer-image-link {
  width: 100px;
}

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

.security-icon {
  width: 20px;
}

.security-text {
  padding-left: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
}

.link-large {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.link-large.security-link {
  font-size: 14px;
}

.submit-button-wrapper {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  align-items: center;
  display: flex;
}

.image {
  width: 100px;
}

.link-block {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  transition: all .15s;
  display: flex;
}

.link-block:hover {
  background-color: #bf181f;
}

.whatsapp-cta-icon {
  width: 24px;
}

.whatsapp-cta-icon.s {
  width: 20px;
}

.cta-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
}

.cta-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.heading {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
}

.instagram-icon {
  width: 20px;
}

.social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  margin-top: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.brand-logo {
  height: 44px;
}

.button-primary-left-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 32px 11px 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-left-icon:hover {
  color: #000;
  background-color: #fff;
}

.button-primary-left-icon:active {
  background-color: #512;
}

.button-primary-left-icon.cta {
  background-color: var(--black);
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.button-primary-left-icon.cta.showmobile.white {
  background-color: var(--white);
  color: var(--black);
}

.button-primary-left-icon.cta.showmobile.white:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-primary-left-icon.cta.showmobile.whatsapp {
  color: var(--black);
  background-color: #25d366;
}

.button-primary-left-icon.cta.showmobile.whatsapp:hover {
  background-color: #1ba74f;
}

.button-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button-icon.whatsapp {
  width: 22px;
  height: 22px;
}

.footer-form {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.footer-field-2 {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #393939;
  border-radius: 0;
  flex: 1;
  width: 200px;
  height: 52px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px 10px 24px;
}

.button-2 {
  background-color: #fc5623;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 40px;
  transition: border-color .25s, background-color .25s, color .25s;
}

.button-2:hover {
  color: #fff;
  background-color: #fdb135;
}

.button-2.subscribe {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
  padding: 12px 24px;
}

.success-dark {
  color: #fff;
  text-align: left;
  background-color: #1c1a17;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 26px;
}

.error-message {
  color: #fc5623;
  background-color: rgba(255, 222, 222, 0);
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.feature-heading {
  color: var(--black);
  font-weight: 600;
}

.custom-bold {
  font-weight: 600;
}

.text-block-3 {
  color: var(--black);
  margin-top: 24px;
  font-weight: 500;
  line-height: 28px;
}

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

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

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

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_text {
  color: #272727;
  margin-right: 1.5rem;
  font-size: 15px;
}

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

.fs-cc-banner_button {
  border: 2px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: 14px 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--black);
  background-color: rgba(245, 245, 245, 0);
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.fs-cc-banner_component {
  z-index: 9999;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .07);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-link {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 52px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .home-banner-section.home {
    min-height: 740px;
    padding-top: 200px;
    padding-bottom: 130px;
  }

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

  .section-subtitle {
    margin-bottom: 24px;
  }

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

  .image-banner-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-white {
    margin-bottom: 18px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .pages-banner {
    min-height: 500px;
  }

  .service-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .section-title-wrapper.about-us {
    max-width: 880px;
  }

  .service-description {
    padding-right: 100px;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 36px;
  }

  .banner-three-bg-wrapper {
    padding-bottom: 80px;
  }

  .banner-display-text {
    font-size: 56px;
  }

  .bg-element {
    width: 94%;
  }

  .section-title {
    font-size: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-banner-section.home {
    height: 90vh;
    min-height: 800px;
  }

  .link-to-features {
    display: block;
  }

  .bg-element {
    width: 80%;
  }

  .section-title {
    font-size: 36px;
  }

  .brand-logo {
    height: 46px;
  }
}

@media screen and (max-width: 991px) {
  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .menu-button {
    filter: invert();
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .menu-button.no-invert {
    filter: none;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .search-shop-con {
    width: auto;
  }

  .nav-dropdown-list {
    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: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    width: auto;
  }

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

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

  .primary-button.nav-button {
    display: none;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 10px 0 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-link {
    color: #0e0e0e;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 16px;
    display: flex;
  }

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

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

  .image-burger {
    margin-bottom: 4px;
  }

  .nav-dropdown-toggle {
    color: #0e0e0e;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .home-buttons-wrapper {
    justify-content: center;
    margin-top: 40px;
  }

  .home-banner-section.home {
    min-height: 600px;
  }

  .banner-display-text {
    white-space: normal;
  }

  .our-services-grid-home {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    margin-top: 60px;
  }

  .service-card {
    padding: 15px;
  }

  .service-cars-heading, .service-card-paragraph {
    text-align: center;
  }

  .home-graphic-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .home-graphic-text, .home-graphic-image {
    width: 100%;
  }

  .form-text-field {
    width: 300px;
  }

  .image-banner-content {
    width: 70%;
  }

  .home-number-item {
    text-align: center;
    flex-direction: column;
  }

  .footer-contact-elements {
    text-align: center;
  }

  .footer-links-wrapper {
    border-left-style: none;
  }

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

  .top-block-icon {
    height: 20px;
  }

  .footer-top-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    justify-content: center;
  }

  .footer-brand-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .footer-logo {
    height: 64px;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pages-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .service-list-item-content {
    margin-top: 10px;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

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

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    max-width: 740px;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .limit-650-center {
    width: auto;
  }

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

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .service-description {
    padding-right: 0;
  }

  .cta-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-2 {
    height: 48px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

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

  .fs-cc-banner_close {
    display: block;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  .nav-dropdown-icon {
    right: 20px;
  }

  .nav-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .nav-link {
    margin-left: 0;
  }

  .banner-display-text {
    font-size: 54px;
  }

  .our-services-grid-home {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .subtitle {
    line-height: 16px;
  }

  .service-cars-heading {
    text-align: center;
  }

  .home-graphic-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .home-graphic-text {
    text-align: center;
    width: 100%;
  }

  .section-subtitle {
    margin-bottom: 20px;
  }

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

  .in-section-title-wrapper {
    margin-bottom: 40px;
  }

  .home-graphic-image {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .image-banner-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .image-banner-content {
    width: 86%;
  }

  .home-numbers {
    flex-wrap: wrap;
  }

  .home-number-item {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right-style: none;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .home-number-item.right {
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .home-21-number {
    font-size: 32px;
  }

  .get-started-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .get-started-text-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-contact-elements {
    align-items: flex-start;
  }

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

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-top-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

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

  .footer-brand-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

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

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-content-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

  .about-1-video {
    min-height: 280px;
  }

  .home-feature-item {
    border-bottom: 1px solid rgba(14, 14, 14, .3);
    width: 100%;
    height: 100%;
  }

  .home-feature-item.second-mobile {
    border-right-style: none;
  }

  .home-feature-item.last-item, .home-feature-item.third-mobile {
    border-bottom-style: none;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.4;
  }

  .navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .nav-menu {
    width: 90%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .primary-button {
    width: 100%;
  }

  .primary-button.custom {
    margin-top: 20px;
    margin-left: 0;
  }

  .primary-button.white.hero {
    width: auto;
  }

  .nav-link {
    width: 99%;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .home-banner-section.home {
    min-height: 85vh;
    padding-bottom: 120px;
  }

  .banner-display-text-wrapper {
    text-align: left;
    align-items: flex-start;
  }

  .banner-display-text {
    font-size: 10vw;
    line-height: 1.4em;
  }

  .button-wrapper {
    width: 100%;
  }

  .button-wrapper.nettiauto {
    flex-direction: column;
  }

  .section-subtitle.hero {
    font-weight: 500;
  }

  .section.home-get-started {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/jp-valery-_s5aRlUXtyg-unsplash_1jp-valery-_s5aRlUXtyg-unsplash.webp');
    background-position: 0 0, 0 0, 50% 58%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .in-section-title-wrapper {
    margin-bottom: 20px;
  }

  .about-3-form {
    justify-content: center;
  }

  .image-banner-content-wrapper {
    text-align: center;
  }

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

  .image-banner-content {
    text-align: left;
    width: 100%;
  }

  .text-white.cta {
    font-size: 24px;
    line-height: 1.4;
  }

  .home-numbers {
    padding: 40px 30px;
  }

  .home-number-item {
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .home-21-number {
    margin-bottom: 20px;
  }

  .no-margin.text-white.cta {
    text-align: center;
  }

  .get-started-wrapper {
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.4em;
  }

  .footer {
    text-align: left;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.4em;
  }

  .footer-contact-elements {
    line-height: 1.4em;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .top-block-icon {
    height: 16px;
  }

  .top-block-icon.location {
    margin-top: 2px;
  }

  .footer-top-wrapper {
    grid-row-gap: 30px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    margin-top: 0;
  }

  .footer-brand-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-rights-wrapper {
    justify-content: center;
  }

  .footer-logo {
    height: 66px;
    display: block;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-title {
    font-size: 16px;
  }

  .section-title-description {
    text-align: left;
    font-size: 16px;
  }

  .section-title-wrapper.about-us {
    text-align: left;
  }

  .contacts-textarea {
    border-radius: 0;
    min-height: 150px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-input {
    border-radius: 0;
  }

  .contacts-form-title {
    font-family: Generalsans, sans-serif;
    font-weight: 500;
  }

  .primary-button-2 {
    width: 100%;
  }

  .home-features {
    grid-template-columns: 1fr;
    align-content: start;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .bg-element.bottom-about {
    display: none;
  }

  .home-feature-item {
    border-bottom: 1px solid rgba(14, 14, 14, .3);
    border-right-style: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-feature-item.second-mobile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .home-feature-item.third-mobile {
    border-bottom-style: solid;
  }

  .section-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .privacy-policy h1 {
    font-size: 28px;
  }

  .two-button-wrap {
    flex-direction: column;
    width: 100%;
  }

  .security-wrapper-2 {
    flex-direction: column;
  }

  .security-text {
    text-align: center;
    width: 90%;
    margin-top: 14px;
    padding-left: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .submit-button-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .social-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brand-logo {
    height: 40px;
  }

  .button-primary-left-icon {
    flex: none;
    display: none;
  }

  .button-primary-left-icon.cta.showmobile {
    display: flex;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .div-block {
    flex-direction: column;
    align-items: stretch;
  }

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

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-banner_text {
    margin-bottom: 10px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component {
    padding-top: 1.75rem;
  }
}

#w-node-_433e2f96-3c00-b5ea-aded-ef5a11421f94-11421f8f, #w-node-_433e2f96-3c00-b5ea-aded-ef5a11421f98-11421f8f, #w-node-_433e2f96-3c00-b5ea-aded-ef5a11421f9c-11421f8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bb93ffea-d553-8d24-00de-5a9ae58e31b4-e58e31ae {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}