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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.header {
  background-color: #f5f3eb;
  padding: 30px 0;
  position: sticky;
  top: 0;
}

.container {
  max-width: 1464px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

.header-row {
  justify-content: space-between;
  align-items: center;
}

.menu-link {
  color: #222423;
  text-transform: uppercase;
  padding: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.menu-link.w--current {
  color: #222423;
}

.logo-img {
  max-height: 60px;
}

.menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.body {
  scroll-behavior: smooth;
  background-color: #f5f3eb;
}

.hero-slider-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.about-us {
  padding-top: 40px;
  padding-bottom: 60px;
  scroll-margin-top: 120px;
  overflow: hidden;
}

.about-us-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.about-us-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 51%;
}

.about-us-right {
  width: 49%;
}

.about-us-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  min-height: 568px;
  max-height: 568px;
}

.theme-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f3eb;
  background-color: #222423;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.hero-arrow-down {
  justify-content: center;
}

.hero-arrow-btn {
  z-index: 9;
  background-color: #222423;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.about-us-heading {
  color: #222423;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  position: static;
}

.about-us-copy {
  font-family: Testsohne, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.brand-row {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.brand-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
}

.brand-heading {
  color: #222423;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.brand-title-copy {
  color: #222423;
  text-align: center;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.brand-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.brand-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.brand-left, .brand-center, .brand-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 33.33%;
}

.brand-box {
  background-image: url("https://cdn.prod.website-files.com/69a0436da521b5ac92e706b1/69a14dfd5e24861e9a117ef8_brand-bg-1.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  max-height: 300px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-overlay {
  z-index: 0;
  background-image: linear-gradient(#0000 50%, #030303b3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.brand-box-link {
  z-index: 1;
  color: #f5f3eb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.brand-box-medium {
  height: 450px;
  max-height: 450px;
}

.brand-box-large {
  height: 840px;
  max-height: 840px;
}

.footer {
  background-color: #222423;
}

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

.copyright {
  border-top: 1px solid #ffffff1a;
  padding-top: 28px;
  padding-bottom: 28px;
}

.footer-top-row {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 38%;
}

.footer-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 62%;
}

.footer-logo-img {
  max-width: 154px;
}

.footer-menu {
  min-width: 160px;
}

.footer-brand {
  width: 100%;
}

.footer-heading {
  color: #f5f3eb;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.footer-menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer-menu-link {
  color: #cdcdcdb3;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.footer-menu-link:hover {
  color: #f5f3eb;
}

.footer-brand-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-brand-link {
  justify-content: center;
  align-items: center;
  min-height: 90px;
  padding: 16px;
  display: flex;
}

.footer-brand-img {
  max-width: 82px;
  max-height: 48px;
}

.footer-about-copy {
  color: #f5f3ebbf;
  text-align: center;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.copyright-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.footer-social-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.copyright-text {
  display: none;
}

.policy-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.policy-menu-link {
  color: #cdcdcd80;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .5s ease-in-out;
}

.policy-menu-link:hover {
  color: #f5f3eb;
}

.brand-link-icon {
  min-width: 40px;
  min-height: 40px;
}

._w-100 {
  width: 100%;
}

.empty-state {
  display: none;
}

.superscript {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: -10px;
  font-size: 30%;
  display: inline;
  position: relative;
  inset: auto auto 20px;
}

@media screen and (min-width: 1280px) {
  .hero-slider-img {
    min-height: 680px;
    max-height: 680px;
  }

  .footer-top-row {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .breadcrumb-row {
    min-height: 680px;
  }

  .we-believe-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-brand-box {
    height: 580px;
  }

  .contact-us-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-us-heading {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-link {
    margin-bottom: 20px;
  }

  .logo-img {
    max-height: 48px;
  }

  .menu {
    background-color: #f5f3eb;
    border-top: 1px solid #222423;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px 0;
  }

  .menu-toggle-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    font-family: Testsohne Kraftig, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .menu-toggle-btn.w--open {
    color: #00401a;
    background-color: #c8c8c800;
    width: 40px;
    height: 40px;
    padding: 10px;
    font-family: "P 22 Mackinacpro", Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .hero-slider-img {
    min-height: 500px;
    max-height: 500px;
  }

  .about-us {
    scroll-margin-top: 80px;
  }

  .about-us-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-us-heading, .brand-heading {
    font-size: 40px;
  }

  .brand-list {
    flex-flow: column;
  }

  .brand-left, .brand-center, .brand-right {
    width: 100%;
  }

  .footer-top-row {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .footer-left, .footer-right {
    width: 100%;
  }

  .breadcrumb-row {
    min-height: 550px;
  }

  .breadcrumb-heading {
    font-size: 60px;
  }

  .welcome {
    padding-top: 100px;
    scroll-margin-top: 60px;
  }

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

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

  .we-believe-img-box {
    width: 48%;
  }

  .we-believe-img {
    height: 500px;
  }

  .we-believe-content {
    width: 52%;
    padding-left: 0;
    padding-right: 0;
  }

  .we-believe-heading, .about-brand-heading {
    font-size: 40px;
  }

  .about-brand-list {
    flex-flow: column;
  }

  .about-brand-box {
    width: 100%;
    height: 580px;
  }

  .our-brands {
    padding-bottom: 100px;
  }

  .our-brands-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our-brands-copy {
    font-size: 18px;
  }

  .our-brands-single-inner {
    min-height: 480px;
    padding: 30px;
  }

  .our-brands-two-single-inner {
    min-height: 400px;
    padding: 20px;
  }

  .contact-us-row {
    flex-flow: column;
  }

  .contact-us-img-box, .contact-us-content {
    width: 100%;
  }

  .contact-us-heading {
    font-size: 40px;
  }

  .contact-us-img {
    max-height: 700px;
  }

  .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .our-brands-btn-icon, .image-2 {
    min-width: 40px;
    min-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider-img {
    border-radius: 12px;
    min-height: 350px;
    max-height: 350px;
  }

  .about-us {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .about-us-row {
    flex-flow: column;
  }

  .about-us-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .about-us-right {
    width: 100%;
  }

  .about-us-img {
    max-height: unset;
    min-height: 358px;
  }

  .theme-btn {
    margin-left: auto;
    margin-right: auto;
    padding: 16px 24px;
    font-size: 16px;
  }

  .hero-arrow-btn, .hero-arrow-btn.w--current {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .about-us-heading {
    text-align: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .about-us-copy {
    text-align: center;
  }

  .brand-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .brand-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .brand-list, .brand-left, .brand-center, .brand-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-box {
    max-height: unset;
    height: 468px;
    padding: 20px;
  }

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

  .copyright {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-top-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-right {
    flex-flow: column;
  }

  .footer-logo-img {
    max-width: 122px;
  }

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

  .footer-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-menu-list {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand-list {
    grid-template-columns: 1fr 1fr;
  }

  .copyright-row {
    flex-flow: column;
  }

  .footer-social-list {
    display: none;
  }

  .copyright-text {
    color: #cdcdcd80;
    text-align: center;
    font-family: Testsohne Kraftig, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: block;
  }

  .policy-menu {
    grid-row-gap: 12px;
    justify-content: center;
  }

  .breadcrumb-row {
    min-height: 460px;
    padding: 20px;
  }

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

  .welcome {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .welcome-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .welcome-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .welcome-subheading {
    font-size: 20px;
  }

  .welcome-counter-box {
    width: 100%;
    max-width: 240px;
  }

  .we-believe {
    background-color: #f5f3eb;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .we-believe-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .we-believe-img-box, .we-believe-content {
    width: 100%;
  }

  .we-believe-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .we-believe-heading {
    font-size: 36px;
  }

  .about-brand {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .about-brand-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-brand-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .about-brand-heading {
    font-size: 36px;
  }

  .about-brand-box-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .welcome-counter-list-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .our-brands {
    padding-top: 16px;
    padding-bottom: 40px;
  }

  .our-brands-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-brands-single {
    border-radius: 12px;
  }

  .our-brands-logo-img {
    max-height: 50px;
  }

  .our-brands-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-brands-single-inner {
    background-image: linear-gradient(#0000 50%, #000000b3);
    border-radius: 12px;
    padding: 20px;
  }

  .our-brands-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .our-brands-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .our-brands-two-single {
    border-radius: 12px;
  }

  .our-brands-two-single-inner {
    background-image: linear-gradient(#0000 50%, #000000b3);
    border-radius: 12px;
    min-height: 358px;
  }

  .contact-us {
    padding-top: 16px;
    padding-bottom: 60px;
  }

  .contact-us-row, .contact-us-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-us-heading {
    font-size: 36px;
  }

  .contact-us-copy {
    font-size: 16px;
  }

  .contact-form-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .contact-us-img {
    border-radius: 12px;
    max-height: 400px;
  }

  .contact-form-group-btn {
    padding-top: 12px;
  }

  .footer-menu-mobile {
    display: block;
  }

  .our-brands-btn-icon {
    min-width: 32px;
    min-height: 32px;
  }

  .counter-animation {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media screen and (max-width: 479px) {
  .hero-slider-img {
    min-height: 270px;
    max-height: 270px;
  }

  .breadcrumb-row {
    min-height: 270px;
  }

  .we-believe-img {
    height: 358px;
  }

  .about-brand-box {
    height: 450px;
  }

  .contact-us-heading {
    font-size: 32px;
  }

  .contact-us-img {
    max-height: 240px;
  }
}
