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

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

.w-layout-hflex {
  flex-direction: row;
  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;
}

.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;
}

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

.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;
}

.breadcrumb-row {
  background-image: url("https://cdn.prod.website-files.com/69a0436da521b5ac92e706b1/69a177675a25ea689d1b2443_about-bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  padding: 60px;
}

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

.welcome {
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.welcome-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-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%;
}

.welcome-subheading {
  color: #00401a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.welcome-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.welcome-copy {
  color: #222423bf;
  text-align: center;
  margin-bottom: 0;
  font-family: Testsohne, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.welcome-counter-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.welcome-counter-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  min-height: 320px;
}

.welcome-number-plus {
  color: #040040;
  justify-content: flex-start;
  align-items: center;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.welcome-number {
  color: #00401a;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.welcome-counter-heading {
  color: #222423;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.bg-lightgreen {
  background-color: #bee3ce;
}

.bg-lightblue {
  background-color: #98c2fe;
}

.bg-lightpurple {
  background-color: #d5d2ff;
}

.text-darkblue {
  color: #001b40;
}

.text-blue {
  color: #040040;
}

.we-believe {
  background-color: #c0e6cf;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.we-believe-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

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

.we-believe-img {
  object-fit: cover;
  border-radius: 20px;
  height: 576px;
}

.we-believe-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 58%;
  padding-left: 40px;
  padding-right: 40px;
}

.we-believe-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 470px;
}

.we-believe-copy {
  color: #222423bf;
  margin-bottom: 0;
  font-family: Testsohne, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.we-believe-subheading {
  color: #00401a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Testsohne Kraftig, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

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

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

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

.about-brand-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about-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%;
}

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

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

.about-brand-box {
  background-image: url("https://cdn.prod.website-files.com/69a0436da521b5ac92e706b1/69a14dfe129dab63c1818423_brand-bg-3.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 500px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.about-brand-box-link {
  z-index: 2;
  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;
}

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

.welcome-counter-list-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

._w-100 {
  width: 100%;
}

.counter-animation {
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-brand-single {
  width: 33.33%;
}

@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;
  }

  .about-brand-single {
    width: 100%;
  }
}

@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;
  }
}
