:root {
  --ffa00: yellow;
  --color: white;
}

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

.nav-btn-wrapper {
  margin-left: 0;
  display: none;
}

.button {
  color: #171d2ff5;
  text-align: center;
  background-color: #5de61c;
  border: 2px solid #0000;
  padding: .875rem 2.90625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  transition: border-color .4s, color .4s, background-color .4s;
}

.button:hover {
  color: #5de61c;
  background-color: #0000;
  border-color: #5de61c;
}

.button.is-nav {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: none;
}

.button.is-nav:hover {
  color: #171d2ff5;
  background-color: #5de61c;
  border-color: #5de61c;
}

.nav_logo {
  width: 14.3125rem;
}

.nav_button {
  padding: 1rem;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 229px 693px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_component {
  z-index: auto;
  background-color: #181e31e8;
  width: 100%;
  height: 10vh;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.nav_component.is-hidden {
  z-index: 99;
  background-color: #181e3100;
  height: 9vh;
  padding-bottom: 0;
}

.nav_brand {
  width: 10rem;
}

.nav_brand.w--current {
  width: 75%;
  height: 5rem;
  display: flex;
}

.nav_menu_link {
  color: #fffc;
  border-bottom: 2px solid #0000;
  padding: .5rem 1rem;
  font-family: Metropolis, Verdana, sans-serif;
  font-weight: 500;
  transition: all .4s cubic-bezier(.585, .088, 0, 1.036);
}

.nav_menu_link:hover {
  outline-offset: 0px;
  color: var(--ffa00);
  border-bottom-style: none;
  border-bottom-color: #eaff0000;
  outline: 3px #fffc;
  font-weight: 500;
  text-decoration: none;
}

.nav_menu_link.w--current {
  border-bottom-color: var(--ffa00);
  color: #fffc;
  font-weight: 700;
}

.nav_menu_link.w--current:hover {
  border-bottom-color: var(--ffa00);
}

.nav_menu_container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.background-slider {
  z-index: 1;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 101vh;
  position: relative;
}

.mask {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 101vh;
  display: flex;
}

.slide {
  background-image: url('../images/H1-Background.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  inset: 0% 5% 0% auto;
  transform: rotate(90deg);
}

.div-block {
  z-index: 2;
  background-color: #0000005e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.responsive-h1-div {
  width: 75%;
  height: 100vh;
  position: relative;
}

.slide-2 {
  background-image: url('../images/H5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

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

.slide-4 {
  background-image: url('../images/H4.jpg');
  background-position: 50%;
  background-size: cover;
}

.h1-main-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 45px;
  line-height: 48px;
}

.button-2 {
  background-color: var(--ffa00);
  color: #000;
  border-top-right-radius: 12px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 28px;
  line-height: 40px;
  transition: all .285s cubic-bezier(.645, .045, .355, 1);
}

.button-2:hover {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff10000;
  border: 1px #000;
  outline: 1.7px solid #fff100;
}

.heading-2 {
  background-color: var(--ffa00);
  color: var(--ffa00);
  width: 100%;
  padding: 6px 11px;
  font-size: 14px;
}

.div-block-2 {
  background-color: #221f20;
  height: 100vh;
}

.what-we-do {
  background-color: #fff8eb;
  background-image: url('../images/Row-2-BG-Shape-2.0-.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
  overflow: hidden;
}

.nav_menu_container-copy {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span {
  color: #ffffff78;
  font-size: 16px;
  font-style: normal;
}

.div-block-3 {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 75%;
  height: auto;
  display: flex;
}

.main-header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.left-main-div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 15px;
  display: flex;
}

.right-main-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  color: var(--ffa00);
  margin-top: 10px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.text-block {
  color: var(--ffa00);
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 24px;
  line-height: 22px;
}

.service-icon {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 50vh;
  display: flex;
}

.main-icon {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  background-image: url('../images/Fleet-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 66%;
  border: 2px solid #fff;
  border-top-right-radius: 12px;
  width: 100%;
  height: 22vh;
  margin-top: 16px;
}

.image.custom-vehicle-wraps {
  background-image: url('../images/branded-Golf-8.png');
  background-size: contain;
  border-style: none;
}

.image.custom-vehicle-wraps.c {
  background-image: url('../images/branded-Golf-8.png');
  background-size: contain;
}

.image.details-and-lettering {
  background-image: url('../images/Details--Lettering.svg');
  background-size: 55%;
}

.image.mobile-application-services {
  background-image: url('../images/Mobile-Application-Services.svg');
  background-size: auto 55%;
}

.image.custom-vehicle-wraps {
  background-image: url('../images/Custom-Vehicle-Branding-Icon.svg');
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.fleet-graphics {
  background-color: #000;
  border: 2px solid #000;
  border-top-right-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 13px;
  display: flex;
  overflow: hidden;
}

.heading-4-s {
  color: #fff;
  text-align: center;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.why-signfolks {
  background-color: #ececec;
  height: 100vh;
}

.paragraph-h2 {
  text-align: left;
  width: 80%;
}

.paragraph {
  color: #fff;
  margin-bottom: 33px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.paragraph.ttxt {
  color: #525252;
}

.transform-your-brnad {
  width: 80%;
  text-decoration: none;
}

.text-block-2 {
  background-color: var(--ffa00);
  color: #000;
  border-top-right-radius: 12px;
  padding: 18px 22px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.175, .885, .32, 1.275);
}

.text-block-2:hover {
  filter: drop-shadow(6px 6px #d3b007);
}

.small-golf {
  background-image: url('../images/Unbrnaded-Golf-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 66%;
  border: 2px #fff;
  border-top-right-radius: 12px;
  width: 50%;
  height: 15vh;
  margin-top: 16px;
}

.heading-5 {
  color: var(--ffa00);
  text-align: center;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-around;
  width: 75%;
  height: 85%;
  display: flex;
}

.main-header-2 {
  flex-flow: column;
  height: auto;
  margin-bottom: 30px;
  display: flex;
}

.main-icon-2 {
  justify-content: flex-start;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.right-main-div-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
}

.service-icon-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-main-div-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-block-3 {
  color: #000;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 100%;
}

.heading-6 {
  color: #000;
  height: 5vh;
  margin-top: 45px;
  margin-bottom: 12px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
}

.what-we-do-2 {
  z-index: 1;
  background-color: var(--ffa00);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 18px;
  display: none;
}

.heading-7-copy66 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 18px;
}

.text-span-2 {
  font-family: Avenirltstd, Times New Roman, sans-serif;
  font-weight: 300;
}

.color {
  z-index: 3;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ffffffbf;
  width: 100%;
  height: 20%;
  position: absolute;
}

.image-2 {
  position: relative;
}

.div-block-5 {
  background-image: url('../images/Vehicle-Wrap-3.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
}

.padding-section-large {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.gallery9_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "Area"
                 "Area"
                 / 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery9_image-wrapper-large {
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery9_image-wrapper {
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.gallery9_icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.what-we-do-copy {
  background-color: #fff8eb;
  background-image: url('../images/Row-2-BG-Shape-2.0-.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
}

.project-highlights {
  z-index: 1;
  background-color: #fff8eb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.icon {
  padding: 0;
}

.slide-5 {
  background-image: url('../images/Shopfront-Branding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 12px;
}

.heading-3-copy {
  color: #000;
  margin-top: 0;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.slider-2 {
  height: 100%;
}

.our-repetation-main {
  z-index: 1;
  background-color: var(--ffa00);
  height: auto;
  position: relative;
}

.about-us-main {
  z-index: 1;
  background-color: #fff8eb;
  background-image: url('../images/Yellow-bg-square.svg'), linear-gradient(#000, #000);
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, auto;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-logo {
  width: auto;
  height: auto;
  max-height: 2.5rem;
  display: none;
}

.logo-card-image {
  width: auto;
  height: auto;
  max-height: 2.1875rem;
}

.swiper.tinyflow-slider--main {
  padding-bottom: .5rem;
}

.card-content {
  padding: 3.125rem;
}

.media__content__title {
  color: #0a0c0a;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.card {
  background-color: #fdfff9;
  border-radius: .75rem;
  overflow: hidden;
  box-shadow: 0 .25rem 1.8125rem #3031300a;
}

.logo-card {
  cursor: pointer;
  padding: 1rem 1.625rem;
  display: block;
}

.section-project {
  background-color: #f8ffe9;
}

.card-text {
  color: #0a0c0a;
  margin-top: 1.875rem;
  margin-bottom: 5rem;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 2rem;
  line-height: 35px;
}

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

.swiper-wrapper {
  margin-top: 43px;
}

.media__avatar {
  border-radius: 50%;
  flex: none;
  width: 2.875rem;
  height: 2.875rem;
  position: relative;
  overflow: hidden;
}

.media__content__text {
  opacity: .6;
  color: #0a0c0a99;
  font-size: .875rem;
  line-height: 1;
}

.card-progressbar {
  background-color: #000;
  height: .25rem;
  position: relative;
}

.media {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  background-color: var(--ffa00);
  padding-top: .6rem;
  padding-bottom: 7.5rem;
}

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

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 18px;
}

.say-hi-main {
  z-index: 1;
  background-image: linear-gradient(148deg, #4a4a4a, #1e1e1e);
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1.2px;
  border-color: #080f22 #080f22 var(--ffa00);
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  padding-left: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
}

.text-field-4:focus-visible {
  background-color: #fff0;
}

.text-field-4[data-wf-focus-visible] {
  background-color: #fff0;
}

.message-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.link-block-4 {
  color: #00000052;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.text-field {
  aspect-ratio: auto;
  border-style: none none solid;
  border-width: 1.2px;
  border-color: black black var(--ffa00);
  color: #fff;
  object-fit: fill;
  background-color: #fff0;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 21px;
  padding-bottom: 128px;
  padding-left: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  display: block;
}

.text-field:focus-visible {
  background-color: #fff0;
}

.text-field[data-wf-focus-visible] {
  background-color: #fff0;
}

.form {
  width: auto;
  overflow: visible;
}

.form-block {
  width: auto;
}

.field-label-3 {
  color: var(--ffa00);
  font-family: Avenirltstd, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-block-2 {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.text-field-3 {
  border-style: none none solid;
  border-width: 1.2px;
  border-color: #080f22 #080f22 var(--ffa00);
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  padding-left: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
}

.text-field-3:focus-visible {
  background-color: #fff0;
}

.text-field-3[data-wf-focus-visible] {
  background-color: #fff0;
}

.div-block-14 {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: none;
}

.div-block-14.ccd {
  display: flex;
}

.cc-div {
  flex: none;
  width: 45%;
}

.left-c {
  background-image: url('../images/Contact-Color.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 50px;
  padding-right: 163px;
  display: flex;
}

.heading-right {
  color: red;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 35px;
}

.contact-form {
  width: 100%;
}

.right-d {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 78px;
  display: block;
}

.paragraph-2 {
  font-size: 17px;
  font-weight: 300;
}

.link-block-3 {
  clear: none;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.heading-8 {
  outline-offset: 0px;
  color: #000;
  outline: 3px #ff0004;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 35px;
}

.contact-a-main-h1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1.2px;
  border-color: #080f22 #080f22 var(--ffa00);
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  padding-left: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
}

.text-field-2:focus {
  background-color: #fff0;
}

.text-field-2:focus-visible {
  background-color: #fff0;
}

.text-field-2[data-wf-focus-visible], .text-field-2::placeholder {
  background-color: #fff0;
}

.bold-text {
  font-weight: 400;
  text-decoration: none;
}

.submit-button {
  background-color: var(--ffa00);
  color: #080f22;
  border: 1.5px solid #000;
  border-radius: 0 12px 0 0;
  width: 25%;
  height: 5vh;
  margin-top: 14px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  transition: all .285s cubic-bezier(.645, .045, .355, 1);
}

.submit-button:hover {
  border-style: solid;
  border-color: var(--ffa00);
  color: #fff;
  background-color: #ffda0000;
  font-weight: 700;
}

.name-and-cellphone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap-reverse;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.right-d-copy {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-9 {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.div-block-12 {
  background-color: #e6e6e600;
  border-top: 18px #ff0007;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-top: 14px;
  display: flex;
}

.div-block-11 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
}

.cc-div-message {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-10 {
  color: var(--ffa00);
  padding-bottom: 15px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 30px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 22px;
}

.text-block-12 {
  color: #000;
  margin-top: 30px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.bold-text-2 {
  font-family: Metropolis, Verdana, sans-serif;
  position: relative;
  bottom: 6px;
}

.text-block-13 {
  margin-top: 6px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.social_share-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  height: auto;
  display: flex;
}

.social_share-icon {
  background-color: #2d2d2d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .3s;
  display: flex;
}

.social_share-icon:hover {
  background-color: var(--ffa00);
}

.social_icon {
  max-width: 30px;
}

.social_icon.is-facebook {
  max-width: 22px;
  height: 30px;
}

.social_icon.is-facebook-black {
  max-width: 22px;
  height: 30px;
  display: none;
}

.div-block-15 {
  width: 100%;
  height: auto;
  margin-top: 11px;
}

.text-block-122 {
  color: #000;
  margin-top: 45px;
  margin-bottom: 14px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.black-ig {
  max-width: 30px;
  display: none;
}

.black-ig.is-facebook, .black-ig.is-facebook-black {
  max-width: 22px;
  height: 30px;
}

.black-yt {
  max-width: 30px;
  display: none;
}

.black-yt.is-facebook, .black-yt.is-facebook-black {
  max-width: 22px;
  height: 30px;
}

.link-block-6 {
  text-decoration: none;
}

.ac-logo {
  background-image: url('../images/SignFolk-Logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
}

.footer-end-main {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.end-3 {
  text-align: right;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.footer {
  z-index: 0;
  background-color: var(--ffa00);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 64px;
  padding-bottom: 27px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.andries-logo-socials {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 20%;
  display: flex;
}

.sub-main {
  flex-flow: row;
  flex: 1;
  width: auto;
  display: flex;
}

.end-2 {
  color: #000;
  text-align: center;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.footer-responsive {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 80%;
  height: 85%;
  display: flex;
}

.form-block-2 {
  width: 80%;
  margin-bottom: 0;
}

.end-1-copy {
  text-align: left;
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.main-adress {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ac-footer-links {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

.field-label-5 {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-weight: 400;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 0;
  height: 100%;
  margin-left: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-weight: 500;
  transition: all .285s cubic-bezier(.77, 0, .175, 1);
}

.submit-button-2:hover {
  outline-offset: 0px;
  color: #000;
  background-color: #efff3d14;
  outline: 1px solid #000;
  font-family: Avenirltstd, Times New Roman, sans-serif;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.brake-line {
  background-color: #000;
  height: .23vh;
}

.ac-socials-logo {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.ac-socials-logo.mobile, .ac-socials-logo.desktop {
  display: none;
}

.ac-socials-logo.subscribe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

.social-iocon-block {
  width: 5vw;
  height: 100%;
}

.social-iocon-block.instagram {
  background-image: url('../images/Instagram-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
}

.social-iocon-block.linked-in {
  background-image: url('../images/LinkedIn-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  margin-left: 13px;
  margin-right: 13px;
}

.social-iocon-block.facebook {
  background-image: url('../images/Facebook-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5%;
  margin-left: 13px;
  margin-right: 13px;
  padding-left: 0;
  padding-right: 0;
}

.text-field-5 {
  color: #000;
  background-color: #ffffff0d;
  border: 1.3px solid #000;
  border-radius: 0;
  margin-bottom: 0;
}

.text-block-123 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4vh;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.text-block-123:hover {
  font-weight: 500;
}

.whatsapp-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 2%;
  height: auto;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-124 {
  color: #000;
  width: auto;
  padding-bottom: 3px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-16 {
  width: auto;
}

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

.bold-text-3, .bold-text-4 {
  font-family: Metropolis, Verdana, sans-serif;
  position: relative;
  bottom: 6px;
}

.container-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.vertical {
  z-index: 2100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.termsgrid {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 170px 1fr;
  width: 100%;
}

.termsgrid._4 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 60px 1fr;
}

.termsgrid._1 {
  grid-template-rows: auto;
  grid-template-columns: 60px 1fr;
}

.termsgrid._2 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 60px 1fr;
}

.termsgrid._3 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 60px 1fr;
}

.sectiontitle {
  text-shadow: none;
  margin-left: auto;
  margin-right: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.sectiontitle.privacypolicytitle {
  color: #fff;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  line-height: 70px;
}

.white {
  color: #fff;
}

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

.policylink {
  color: #cc8836;
}

.privacysubtitle {
  color: #efff3d;
  flex: none;
  margin: 32px auto 8px 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section.privacypolicypage {
  background-color: #0f0f0f;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}

.text-block-2-copy {
  background-color: var(--ffa00);
  color: #000;
  border-top-right-radius: 12px;
  padding: 18px 22px;
  font-family: Metropolis, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.text-block-2-copy:hover {
  filter: drop-shadow(6px 6px #d3b007);
}

.whatsapp-iconc {
  background-color: #2d2d2d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: background-color .3s;
  display: flex;
}

.whatsapp-iconc:hover {
  background-color: var(--ffa00);
}

.right-arrow-2, .icon-2 {
  display: none;
}

.slide-6 {
  background-image: url('../images/Vehicle-Wrap-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-2 {
  height: 100%;
  overflow: hidden;
}

.slider-3 {
  width: 100%;
  height: 100%;
}

.slide-7 {
  background-image: url('../images/Vehicle-wrap.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-arrow-2, .icon-3 {
  display: none;
}

.spot-g2 {
  background-image: url('../images/SG3.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spot-g1 {
  background-image: url('../images/Spot-Graphics-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.mine-s1 {
  background-image: url('../images/Minespec.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.mine-s2 {
  background-image: url('../images/H-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sp-s1 {
  background-image: url('../images/Wallpaper.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.sps2 {
  background-image: url('../images/Shopftont-Branding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Vehicle-Wrap-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.spot-g3 {
  background-image: url('../images/Vehicle-Branding-4.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sps3 {
  background-image: url('../images/Jetski.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6-copyd {
  background-image: url('../images/Shopfont-Branding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-6-copyd-copy {
  background-image: url('../images/Vehicle-Branding-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide77d {
  background-image: url('../images/Vehicle-wrap-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide778 {
  background-image: url('../images/H1-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-18 {
  margin-top: 37px;
}

.spot-graphics {
  z-index: 3;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #ffffffbf;
  width: 100%;
  height: 20%;
  position: absolute;
}

.div-block-5-copy {
  background-image: url('../images/Vehicle-Wrap-3.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
}

.div-block-5-copy.spot-graphics {
  background-image: url('../images/Spot-Graphics-1.jpg');
}

.minespec {
  background-image: url('../images/Vehicle-Wrap-3.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
}

.minespec-copy {
  background-image: url('../images/WhatsApp-Image-2025-01-08-at-14.46.31_eaf3315f.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
}

.spesialised {
  background-image: url('../images/Shopftont-Branding.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  height: 25vh;
  display: flex;
  position: relative;
}

.slide7898 {
  background-image: url('../images/Vehicle-Branding-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide7834, .slide78378 {
  background-image: url('../images/Vehicle-wrap.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide784 {
  background-image: url('../images/Jetski.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide745 {
  background-image: url('../images/Marine.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide7423, .slide7423-copy {
  background-image: url('../images/Vehicle-Wrap-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide723 {
  background-image: url('../images/Wallpaper-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide734, .slide734-copy {
  background-image: url('../images/Mariner-H3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide73455 {
  background-image: url('../images/Wallpaper.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 99.9999%;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-4-white {
  font-family: Metropolis, Verdana, sans-serif;
  position: relative;
  bottom: 6px;
}

.link-block-3w {
  clear: none;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.text-block-9-ww {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.div-block-19 {
  display: none;
}

.sucess-mark {
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  height: 35vh;
  display: flex;
}

.form-sucessfull {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/H5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-26 {
  padding-top: 58px;
}

.text-block-14 {
  color: #000;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 36px;
  font-weight: 700;
}

.go-back-home {
  color: #f3f3f3;
  background-color: #424242;
  border-radius: 13px;
  padding: 22px;
  text-decoration: none;
}

.text-block-15 {
  color: #000;
  font-size: 22px;
}

.div-block-28 {
  align-self: center;
  width: 85%;
  height: auto;
}

.success {
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 44vh;
  display: flex;
}

.div-block-27 {
  background-image: url('../images/Check-mark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 55%;
}

.text-block-16 {
  color: var(--color);
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .heading, .heading-3 {
    font-size: 45px;
  }

  .text-block-3 {
    font-size: 50px;
  }

  .heading-3-copy {
    font-size: 45px;
  }

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

  .text-block-10 {
    font-size: 45px;
  }

  .container-2 {
    align-items: center;
    width: 1200px;
  }

  .sectiontitle.privacypolicytitle {
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    line-height: 70px;
  }

  .white.left {
    flex: none;
    margin-left: 0;
    margin-right: auto;
  }

  .policylink {
    color: #cc8836;
    font-weight: 400;
  }

  .privacysubtitle {
    color: #cc8836;
    flex: none;
    margin: 32px auto 16px 0;
    font-size: 30px;
    line-height: 30px;
  }

  .section.privacypolicypage {
    background-color: #2b3038;
    height: auto;
    padding-top: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .nav_container {
    width: 75%;
    max-width: none;
  }

  .nav_component {
    z-index: 0;
  }

  .nav_component.is-hidden {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .slide-nav {
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .responsive-h1-div {
    height: 100vh;
  }

  .slide-4 {
    background-position: 50%;
    background-size: cover;
  }

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

  .button-2 {
    transition: all .2s cubic-bezier(.234, .398, 1, -.029);
  }

  .button-2:hover {
    outline-offset: 0px;
    color: #fff;
    background-color: #fff0;
    outline: 1.5px solid #fff100;
  }

  .what-we-do {
    height: 100vh;
  }

  .left-main-div {
    height: 8%;
    margin-bottom: 19px;
    line-height: 18px;
  }

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

  .image.custom-vehicle-wraps {
    height: 30vh;
  }

  .image.custom-vehicle-wraps.c {
    background-size: contain;
  }

  .image.details-and-lettering, .image.mobile-application-services, .image.custom-vehicle-wraps {
    height: 30vh;
  }

  .fleet-graphics {
    height: auto;
  }

  .why-signfolks {
    background-color: #dfdfdf;
  }

  .paragraph {
    margin-bottom: 24px;
    font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
  }

  .transform-your-brnad {
    margin-top: 153px;
  }

  .text-block-2 {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  }

  .small-golf {
    height: 30vh;
  }

  .left-main-div-2 {
    line-height: 15px;
  }

  .text-block-3 {
    font-size: 55px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .what-we-do-2 {
    height: 100vh;
  }

  .gallery9_lightbox-link {
    box-sizing: border-box;
    display: block;
  }

  .heading-3-copy {
    font-size: 55px;
    line-height: 55px;
  }

  .our-repetation-main {
    padding-top: 40px;
  }

  .about-us-main {
    height: 100vh;
  }

  .swiper-wrapper {
    margin-top: 60px;
  }

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

  .say-hi-main {
    background-image: linear-gradient(173deg, #484848, #2a2a2a);
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .text-field-4 {
    border-style: none none solid;
    border-radius: 0;
  }

  .text-field-4:focus-visible {
    background-color: #fff0;
  }

  .text-field-4[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .text-field {
    border-style: none none solid;
    border-radius: 0;
    padding-bottom: 61px;
  }

  .text-field:focus-visible {
    background-color: #fff0;
  }

  .text-field[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .text-field-3 {
    border-style: none none solid;
    border-radius: 0;
  }

  .text-field-3:focus-visible {
    background-color: #fff0;
  }

  .text-field-3[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .div-block-14 {
    height: auto;
  }

  .left-c {
    width: 10%;
    min-width: 30%;
    padding-left: 44px;
    padding-right: 0;
  }

  .heading-8 {
    color: #000;
    outline-color: #000;
    font-family: Metropolis, Verdana, sans-serif;
    font-size: 55px;
  }

  .contact-a-main-h1 {
    width: 99.9996%;
  }

  .text-field-2 {
    border-style: none none solid;
    border-radius: 0;
  }

  .text-field-2:focus-visible {
    background-color: #fff0;
  }

  .text-field-2[data-wf-focus-visible] {
    background-color: #fff0;
  }

  .submit-button {
    background-color: var(--ffa00);
    border-style: none;
    border-radius: 0 12px 0 0;
    width: 20%;
    height: 5vh;
    font-family: Metropolis, Verdana, sans-serif;
    font-weight: 500;
    transition: opacity .45s cubic-bezier(.175, .885, .32, 1.275);
  }

  .submit-button:hover {
    background-color: #ffda0000;
    border-style: solid;
  }

  .div-block-12 {
    background-color: #e6e6e600;
    border-top-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-11 {
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 57%;
    height: auto;
    padding-right: 65px;
  }

  .text-block-10 {
    color: var(--ffa00);
    padding-bottom: 12px;
    font-family: Metropolis, Verdana, sans-serif;
    font-size: 55px;
    font-weight: 700;
  }

  .text-block-11 {
    color: #fff;
    margin-bottom: 42px;
    font-family: "Avenir Lt Pro 35", Times New Roman, sans-serif;
    font-size: 18px;
  }

  .submit-button-2 {
    transition: all .2s cubic-bezier(.785, .135, .15, .86);
  }

  .submit-button-2:hover {
    background-color: #efff3d12;
  }

  .text-block-2-copy {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  }
}

@media screen and (min-width: 1920px) {
  .heading, .heading-3, .text-block-3, .heading-3-copy, .heading-8 {
    font-size: 65px;
  }

  .submit-button {
    background-color: var(--ffa00);
  }

  .text-block-10 {
    color: var(--ffa00);
    font-size: 65px;
  }

  .whatsapp-icon {
    background-image: none;
    width: 3%;
  }
}

@media screen and (max-width: 991px) {
  .nav-btn-wrapper {
    margin-left: 0;
  }

  .nav_button {
    color: #fff;
    background-image: url('../images/Hamburger-Icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    border: 2px solid #fff3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 3rem;
    padding: 0;
    display: flex;
  }

  .nav_button.w--open {
    background-color: #000000f5;
  }

  .nav_container {
    z-index: 9999;
    grid-template-columns: 229px 1px;
    display: flex;
    position: relative;
  }

  .nav_menu-lines {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 16px;
    display: flex;
  }

  .nav_component {
    background-color: #0000;
    padding-right: 0;
    position: relative;
  }

  .nav_component.is-hidden {
    z-index: 999;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav_brand.w--current {
    z-index: 9999;
    height: 3rem;
  }

  .nav_menu_link {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    transition: font-size .4s, border .4s;
  }

  .nav_menu_link:hover {
    font-size: 1.25rem;
  }

  .nav_menu_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .nav-menu-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 16px;
    display: flex;
  }

  .nav_menu {
    background-color: #000000f5;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
    position: fixed;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .background-slider {
    background-color: #fff0;
    background-image: none;
  }

  .what-we-do {
    height: 100vh;
  }

  .nav_menu_container-copy {
    z-index: 2;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding-top: 10vh;
    padding-bottom: 0;
    position: static;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .main-header {
    width: 100%;
  }

  .heading-3 {
    margin-top: 10px;
  }

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

  .service-icon {
    grid-column-gap: 38px;
    grid-row-gap: 1px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    width: 100%;
    display: grid;
  }

  .main-icon {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .image.custom-vehicle-wraps {
    background-position: 0%;
  }

  .image.custom-vehicle-wraps.c {
    background-size: contain;
    height: 25vh;
  }

  .paragraph-h2 {
    width: 100%;
  }

  .paragraph {
    margin-top: 9px;
    margin-bottom: 33px;
  }

  .small-golf {
    background-position: 0%;
    height: 15vh;
  }

  .main-icon-2 {
    width: 100%;
  }

  .service-icon-2 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    display: grid;
  }

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

  .what-we-do-2 {
    height: auto;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .what-we-do-copy, .project-highlights {
    height: 100vh;
  }

  .heading-3-copy {
    margin-top: 10px;
  }

  .about-us-main {
    height: 100vh;
  }

  .media__content__title {
    font-size: 1rem;
  }

  .left-c {
    width: auto;
    padding-right: 44px;
  }

  .right-d {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .right-d-copy {
    padding-left: 50px;
    padding-right: 45px;
  }

  .footer {
    height: 55vh;
  }

  .andries-logo-socials {
    height: 22vh;
    padding-bottom: 22px;
  }

  .end-2 {
    color: #000;
  }

  .footer-responsive {
    justify-content: space-around;
    align-items: stretch;
  }

  .form-block-2 {
    width: 100%;
  }

  .main-adress {
    display: flex;
  }

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

  .field-label-5 {
    width: 100%;
  }

  .ac-socials-logo.subscribe {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in, .social-iocon-block.facebook {
    width: 10%;
  }

  .text-block-123 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .whatsapp-icon {
    width: 8%;
  }

  .container-2 {
    width: 700px;
  }

  .sectiontitle {
    margin-left: 0;
    margin-right: auto;
    font-size: 40px;
    line-height: 40px;
    left: -124px;
  }

  .white {
    line-height: 28px;
  }

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

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

@media screen and (max-width: 767px) {
  .button {
    padding: .625rem 1.25rem;
  }

  .nav_component.is-hidden {
    display: none;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .nav_menu_container {
    padding-top: 10vh;
  }

  .background-slider {
    display: none;
  }

  .nav_menu_container-copy {
    padding-top: 10vh;
  }

  .image.custom-vehicle-wraps {
    height: 20vh;
    margin-top: 0;
  }

  .small-golf {
    width: 100%;
    margin-top: 28px;
  }

  .div-block-4 {
    flex: 0 auto;
  }

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

  .what-we-do-2 {
    display: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .gallery9_image-wrapper-large {
    padding-top: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .project-highlights, .our-repetation-main, .about-us-main {
    display: none;
  }

  .logo-card-image {
    max-height: 1.5rem;
  }

  .swiper.tinyflow-slider--main {
    padding-bottom: 5rem;
  }

  .card-content {
    padding: 2rem;
  }

  .logo-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-text {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-spacing.project {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .say-hi-main {
    display: none;
  }

  .form {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .form-block {
    width: auto;
  }

  .cc-div {
    width: 100%;
  }

  .name-and-cellphone {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer {
    display: none;
  }

  .container-2, .container-2.vertical {
    width: 95%;
  }

  .sectiontitle.privacypolicytitle {
    font-size: 60px;
    line-height: 60px;
    left: auto;
  }

  .slider-3 {
    display: block;
  }

  .div-block-19 {
    background-image: linear-gradient(#212121, #212121);
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .heading-9 {
    color: #686868;
  }
}

@media screen and (max-width: 479px) {
  .nav-btn-wrapper {
    display: none;
  }

  .button {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .button.is-nav {
    width: 75%;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-nav:hover {
    background-color: #efff3d;
    border-style: solid;
    border-color: #efff3d;
  }

  .nav_logo {
    width: 100%;
    max-width: none;
  }

  .nav_button {
    background-image: url('../images/Hamburger-Icon.svg');
    background-position: 50%;
    background-size: 30%;
    border-style: none;
    width: 20vw;
    height: 5vh;
    margin-left: 0;
    margin-right: -23px;
  }

  .nav_button.w--open {
    background-color: #171d2f00;
  }

  .nav_container {
    width: 85%;
    padding-left: 0;
  }

  .nav_menu-lines {
    background-color: #0000;
    border: 1px #000;
    width: auto;
  }

  .nav_menu-lines:active {
    background-image: url('../images/Close-Hambruger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
  }

  .nav_component.is-hidden {
    z-index: 9999;
    justify-content: flex-start;
    align-items: center;
    height: 10vh;
    display: flex;
    inset: 0% 0% auto;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_brand.w--current {
    width: 45%;
  }

  .nav_menu_link {
    text-align: left;
    border-bottom-style: none;
    padding: .4rem 0 0;
  }

  .nav_menu_link:hover {
    color: #dfee39;
    border-bottom-color: #efff3d;
  }

  .nav_menu_link:active {
    border-bottom-style: none;
  }

  .nav_menu_link.ccd {
    margin-bottom: 1.5rem;
  }

  .nav_menu_container {
    z-index: 0;
    justify-content: flex-end;
    align-items: center;
    width: 20vw;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 24vh;
    position: static;
  }

  .nav-menu-inner {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    width: 85%;
    max-width: none;
    padding-bottom: 0;
  }

  .nav_menu {
    z-index: auto;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #111111f5;
    inset: 0% 0% auto;
  }

  .background-slider {
    display: block;
  }

  .slide {
    background-position: 28%;
  }

  .slide-nav {
    display: none;
    right: -1%;
    transform: rotate(90deg);
  }

  .div-block {
    z-index: 3;
    background-color: #00000061;
  }

  .responsive-h1-div {
    width: 85%;
  }

  .slide-3 {
    background-position: 5%;
  }

  .slide-4 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h1-main-div {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    padding-top: 216px;
    padding-bottom: 0;
  }

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

  .button-2 {
    width: auto;
    font-size: 22px;
    line-height: 30px;
  }

  .what-we-do {
    background-position: 15%;
    background-size: cover;
    height: auto;
    padding-top: 66px;
    padding-bottom: 31px;
  }

  .nav_menu_container-copy {
    z-index: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 21vh;
    position: static;
  }

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

  .div-block-3 {
    width: 85%;
    height: 80%;
  }

  .main-header {
    flex-flow: column;
    justify-content: center;
  }

  .left-main-div {
    justify-content: flex-start;
    align-items: center;
  }

  .right-main-div {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .text-block {
    text-align: left;
    font-size: 18px;
  }

  .service-icon {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: auto;
    margin-top: 27px;
  }

  .image.custom-vehicle-wraps.c {
    background-position: 50%;
    background-size: contain;
    height: 18vh;
  }

  .heading-4 {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .fleet-graphics {
    height: auto;
    overflow: hidden;
  }

  .heading-4-s {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-h2 {
    width: 100%;
  }

  .paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .transform-your-brnad {
    width: 100%;
  }

  .small-golf {
    height: 10vh;
  }

  .heading-5 {
    text-align: center;
    font-size: 17px;
    line-height: 28px;
  }

  .div-block-4 {
    width: 85%;
    height: 80%;
  }

  .main-header-2 {
    flex-flow: column;
    margin-bottom: 0;
    padding-top: 18px;
  }

  .main-icon-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .right-main-div-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
  }

  .service-icon-2 {
    grid-column-gap: 11px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .left-main-div-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    text-align: center;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .what-we-do-2 {
    background-image: none;
    height: auto;
    padding-top: 36px;
    padding-bottom: 66px;
    display: flex;
  }

  .heading-7 {
    font-size: 15px;
  }

  .div-block-5 {
    flex: none;
    height: 35vh;
  }

  .container-large-2 {
    height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .what-we-do-copy {
    background-position: 33%;
    background-size: cover;
    height: auto;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .project-highlights {
    background-image: none;
    height: auto;
    padding-top: 66px;
    padding-bottom: 66px;
    display: flex;
  }

  .slide-5 {
    border-top-right-radius: 0;
  }

  .heading-3-copy {
    margin-top: 0;
    font-size: 35px;
  }

  .slider-2 {
    height: 50vh;
  }

  .our-repetation-main {
    display: block;
  }

  .about-us-main {
    background-position: 15%;
    background-size: cover;
    height: auto;
    padding-top: 66px;
    padding-bottom: 31px;
    display: flex;
  }

  .card-logo {
    max-height: 1.5rem;
  }

  .logo-card-image {
    max-height: 1rem;
  }

  .swiper.tinyflow-slider--main {
    padding-bottom: 3rem;
  }

  .card-content {
    padding: 1rem;
  }

  .media__content__title, .card-text {
    font-size: .875rem;
  }

  .media__content__text {
    font-size: .75rem;
  }

  .media {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .say-hi-main {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .text-field-4 {
    padding-left: 0;
  }

  .link-block-4 {
    color: #ffffff52;
  }

  .text-field {
    direction: ltr;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    min-height: 30px;
    padding-left: 0;
  }

  .form, .form-block {
    width: auto;
  }

  .text-field-3 {
    padding-left: 0;
  }

  .div-block-14 {
    height: auto;
  }

  .cc-div {
    width: auto;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .left-c {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-right {
    text-align: left;
    border-top: 1px #061233;
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    font-size: 28px;
    line-height: 30px;
  }

  .contact-form {
    width: 100%;
    margin-top: 5px;
  }

  .right-d {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 28px;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .heading-8 {
    width: 85%;
    font-size: 28px;
    display: flex;
  }

  .contact-a-main-h1 {
    flex-flow: column-reverse wrap-reverse;
  }

  .text-field-2 {
    padding-left: 0;
  }

  .submit-button {
    width: 50%;
    height: 6vh;
  }

  .name-and-cellphone {
    flex-flow: column;
    width: auto;
  }

  .right-d-copy {
    border: 1px #000;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    color: #000;
    font-size: 18px;
  }

  .div-block-12 {
    border-top-width: 12px;
    width: 85%;
    height: auto;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .div-block-11 {
    flex-flow: column;
    width: 85%;
  }

  .text-block-10 {
    color: var(--ffa00);
    font-size: 35px;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 25px;
  }

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

  .bold-text-2 {
    bottom: 4px;
  }

  .text-block-13 {
    margin-top: 4px;
  }

  .social_share-icon {
    width: 3rem;
    height: 3rem;
  }

  .link-block-6 {
    width: 100%;
    text-decoration: none;
  }

  .ac-logo {
    background-position: 50%;
    justify-content: flex-start;
    align-items: center;
    width: 66%;
    height: 10vh;
    margin-bottom: 22px;
    display: flex;
  }

  .footer-end-main {
    flex-flow: column;
  }

  .end-3 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    z-index: 0;
    height: auto;
    padding-top: 39px;
    padding-bottom: 39px;
    display: flex;
    position: sticky;
  }

  .andries-logo-socials {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .end-2 {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-responsive {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 90%;
  }

  .end-1-copy {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ac-footer-links {
    grid-column-gap: 18px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-rows: minmax(115px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 16px 0;
    display: grid;
  }

  .brake-line {
    height: .2vh;
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .ac-socials-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 8vh;
  }

  .ac-socials-logo.mobile {
    margin-top: 22px;
    display: none;
  }

  .ac-socials-logo.desktop {
    display: none;
  }

  .ac-socials-logo.subscribe {
    width: 100%;
    height: auto;
    display: flex;
  }

  .social-iocon-block.instagram, .social-iocon-block.linked-in {
    width: 20%;
    height: 50%;
  }

  .social-iocon-block.facebook {
    width: 20%;
    height: 50%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-5 {
    color: #000;
  }

  .text-block-123 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 8px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .whatsapp-icon {
    z-index: 2;
    width: 13%;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .bold-text-3 {
    bottom: 4px;
  }

  .bold-text-4 {
    color: #000;
    bottom: 4px;
  }

  .sectiontitle {
    left: auto;
  }

  .sectiontitle.privacypolicytitle {
    font-size: 50px;
    line-height: 50px;
  }

  .white {
    font-size: 20px;
    line-height: 28px;
  }

  .white.left {
    font-size: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 68px;
  }

  .whatsapp-iconc {
    width: 3rem;
    height: 3rem;
  }

  .slide-6, .mask-2 {
    height: 100%;
  }

  .slider-3 {
    height: 35vh;
  }

  .slide-7 {
    height: 100%;
  }

  .left-arrow-2, .icon-3 {
    display: none;
  }

  .headers {
    flex: none;
  }

  .spot-g2, .spot-g1, .mine-s1, .mine-s2, .sp-s1, .sps2, .slide-9, .spot-g3, .sps3, .slide-6-copyd, .slide-6-copyd-copy, .slide77d, .slide778 {
    height: 100%;
  }

  .div-block-5-copy {
    flex: none;
    height: auto;
  }

  .div-block-5-copy.spot-graphics {
    height: 35vh;
  }

  .minespec {
    flex: none;
    height: auto;
  }

  .minespec-copy, .spesialised {
    flex: none;
    height: 35vh;
  }

  .slide7898, .slide7834, .slide78378, .slide784, .slide745, .slide7423, .slide7423-copy, .slide723, .slide734, .slide734-copy, .slide73455 {
    height: 100%;
  }

  .bold-text-4-white {
    color: #000;
    bottom: 4px;
  }

  .link-block-3w {
    color: #fff;
    background-color: #fff200;
    border-top-right-radius: 14px;
    justify-content: center;
    align-items: center;
    padding-top: 17px;
    padding-bottom: 8px;
    display: flex;
  }

  .text-block-9-ww {
    color: #000;
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-19 {
    display: none;
  }

  .form-sucessfull {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-14 {
    padding-bottom: 49px;
  }

  .go-back-home {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-15 {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    line-height: 26px;
  }

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

#w-node-_6819d6b7-9ba9-fbf4-ce63-09b33beb4fd6-9079db50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1aca05e7-c7b7-e0a2-fb85-f4a03fafc350-2a486cd2, #w-node-_1aca05e7-c7b7-e0a2-fb85-f4a03fafc35f-2a486cd2, #w-node-f007b23c-2a61-6909-9a10-8d3f90d58ac0-2a486cd2, #w-node-_72954f92-d030-7a12-3ef5-813fe2aacd35-2a486cd2, #w-node-c0591b66-4a2c-1fa1-9401-be418119f797-2a486cd2, #w-node-_3cc70e1b-bd37-9c57-a1d2-7fe2bd41df7d-2a486cd2, #w-node-_93fe3ca1-76e9-7607-1c63-e672f08cd3fe-2a486cd2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d75eab7e-0adc-a75f-4d03-557aabe8e038-2a486cd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_848cd5d1-8cdf-04d0-7ed8-a5f1cfa13db0-9079db50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_848cd5d1-8cdf-04d0-7ed8-a5f1cfa13db0-9079db50 {
    justify-self: center;
  }

  #w-node-_848cd5d1-8cdf-04d0-7ed8-a5f1cfa13db3-9079db50 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenir Lt Pro 35';
  src: url('../fonts/Avenir-LT-Pro-35-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}