@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Thin.ttf') format("truetype"), url('../fonts/Inter_18pt-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Light.ttf') format("truetype"), url('../fonts/Inter_18pt-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format("truetype"), url('../fonts/Inter_18pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Medium.ttf') format("truetype"), url('../fonts/Inter_18pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.ttf') format("truetype"), url('../fonts/Inter_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-grad: #f3401a;
  --brand-accent: #f35635;
  --brand-gray: #393939;
  --section-bg: white;
  --brand-secondary: #222;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.goldkorn-web-design-system--row-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.goldkorn-web-design-system--half-star, .goldkorn-web-design-system--full-star {
  width: 16px;
  height: 16px;
}

.goldkorn-web-design-system--review-widget {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.goldkorn-web-design-system--review-link {
  color: #a6a6a6;
  text-transform: none;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.goldkorn-web-design-system--stars-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.goldkorn-web-design-system--rating-number {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-2 {
  max-width: 1128px;
}

.default-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.default-container.container-fullheight {
  height: 100%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 820px;
  display: grid;
}

.transition-bg-solid {
  background-color: #f1f6fb;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.transition-bg-solid.about-us {
  background-color: #becbdc;
}

.transition-bg-image-copy {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.transition-bg-image-copy.hero-copy {
  display: block;
}

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

.large-paragraph {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.subheading {
  color: #666f77;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.subheading.accent {
  color: var(--brand-grad);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
}

.subheading.white {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.split-section-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: space-between;
  height: 100%;
}

.subheading-wrapper {
  align-items: flex-end;
  margin-top: 32px;
  margin-bottom: -14px;
  display: flex;
}

.bold-text-2 {
  color: #f11806;
  font-weight: 400;
}

.button-primary-2 {
  border: 2px solid var(--brand-grad);
  background-color: var(--brand-grad);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-2:hover {
  border-color: var(--brand-accent);
  background-color: var(--brand-accent);
  color: #fff;
  transform: translate(0, -2px);
}

.button-primary-2.large {
  border-color: var(--brand-grad);
  background-color: var(--brand-grad);
  width: 100%;
  padding: 20px 36px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 20px;
}

.button-primary-2.large:hover {
  border-color: var(--brand-accent);
  background-color: var(--brand-accent);
  color: #fff;
}

.button-primary-2.default {
  padding: 16px 32px;
  font-size: 16px;
}

.button-primary-2.default:hover {
  color: #fff;
}

.button-primary-2.default.header {
  border-color: var(--brand-grad);
  background-color: var(--brand-grad);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 600;
}

.button-primary-2.default.header:hover {
  border-color: var(--brand-accent);
  background-color: var(--brand-accent);
}

.button-primary-2.default.header.w--current {
  color: #fff;
}

.split-column-2.content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.split-column-2.image {
  position: relative;
}

.split-column-2.image.hero {
  width: 50%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.split-column-2.image.banner {
  width: 50%;
  height: 100%;
  min-height: 570px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.split-column-2.image.about-us {
  width: 50%;
  min-height: 620px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.split-column-2.image.why-us {
  width: 50%;
  min-height: 620px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.split-column-2.content {
  color: var(--brand-gray);
  margin-top: 20px;
  margin-bottom: 20px;
}

.sufix-line {
  background-color: var(--brand-grad);
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  display: inline-block;
}

.justify-column {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
}

.justify-column.hero {
  max-width: 449px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.mg-top-32px {
  margin-top: 32px;
}

.nav-link-wrap {
  color: #fff;
  height: 100%;
  margin-bottom: 0;
  padding: 16px 14px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 17px;
  transition: transform .3s, color .3s;
  display: block;
}

.nav-link-wrap:hover {
  color: var(--brand-grad);
  transform: translate(0, -2px);
}

.nav-link-wrap.w--current {
  color: var(--brand-grad);
}

.header-wrapper {
  z-index: 99;
  border-bottom: 1px none var(--section-bg);
  position: relative;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color .3s, color .3s;
}

.dropdown-link:hover {
  background-color: #eef5ff;
}

.dropdown {
  padding: 16px 14px;
}

.logo-image {
  transform-style: preserve-3d;
  max-height: 112px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: transform .3s;
}

.logo-image:hover {
  transform: scale3d(.96, .96, 1.1);
}

.social-media-icon {
  height: 1.4em;
}

.navbar {
  background-color: var(--brand-secondary);
  max-width: none;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  min-width: 200px;
  padding: 18px 16px;
  box-shadow: 0 13px 18px #0445a742;
}

.dropdown-list.w--open {
  padding-left: 0;
  padding-right: 0;
}

.contact-item {
  color: #666f77;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-item:hover {
  color: #f11806;
}

.dropdown-toggle {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #f53526;
}

.dropdown-icon {
  margin-left: 8px;
  margin-right: 0;
  position: static;
}

.contact-icon {
  height: 1.4em;
  margin-right: 10px;
}

.top-bar-wrapper {
  border-bottom: 1px solid #dbe5ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-media-link {
  margin-left: 24px;
  transition: opacity .3s;
  display: none;
}

.social-media-link:hover {
  opacity: .7;
}

.nav-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #061829;
  align-items: stretch;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-menu-wrapper-2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-list {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.top-item {
  margin-bottom: 0;
  margin-right: 32px;
}

.container-default {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  height: 100%;
  margin-top: -4px;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.body {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.mg-top-16px {
  margin-top: 16px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #f11806;
  border: 2px solid #f11806;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #f53526;
  border-color: #f53526;
  transform: translate(0, -2px);
}

.button-secondary.large {
  border-color: var(--brand-grad);
  color: var(--brand-accent);
  background-color: #0000;
  width: 100%;
  padding: 20px 36px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-secondary.large:hover {
  background-color: var(--brand-grad);
  color: #fff;
}

.button-secondary.default {
  padding: 16px 32px;
  font-size: 16px;
}

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

.button-secondary.default.header {
  border-color: var(--brand-accent);
  background-color: var(--brand-accent);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-weight: 600;
}

.button-secondary.default.header.w--current {
  color: #fff;
}

.div-block-2 {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.div-block-2.mg-top-32px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--brand-gray);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-block-4 {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 14px;
}

.main-hero-wrapper {
  flex-flow: column;
  height: 100vh;
  display: flex;
}

.background-video {
  height: 100%;
}

.hero-section {
  z-index: 50;
  position: absolute;
  inset: 0;
}

.hero-section-container {
  justify-content: center;
  align-items: center;
  max-width: 1128px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  background-color: #ffffffb3;
  border-radius: 8px;
  padding: 32px 48px;
  box-shadow: 0 2px 5px #0003;
}

.mobile-hero-wrapper {
  flex-flow: column;
  height: 100vh;
  display: none;
}

.hero-section-card {
  background-color: #ffffffd9;
  border: 1px solid #b89f9f;
  border-radius: 8px;
  padding: 32px 48px;
  transition: all .5s;
  box-shadow: 0 2px 5px #0003;
}

.hero-section-card:hover {
  background-color: #fffc;
  box-shadow: 0 3px 8px #0003;
}

.hero-card-content {
  max-width: 449px;
  margin-left: auto;
  margin-right: auto;
}

.hero-card-content.hero {
  transform-style: preserve-3d;
  max-width: 460px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.play-pause-button, .play-pause-button-2 {
  z-index: 100;
}

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

.heading-4 {
  margin-top: 0;
}

.footer-section {
  background-color: var(--brand-secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  height: auto;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-5 {
  color: var(--section-bg);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-6 {
  color: var(--section-bg);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.footer-link-header {
  color: var(--section-bg);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.footer-link-light {
  color: var(--section-bg);
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.button-wrapper {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.button-wrapper.mg-top-32px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-3 {
  width: 100%;
  height: auto;
}

.link-block {
  border: 1px solid var(--section-bg);
  border-radius: 100%;
  padding: 6px;
}

.subfooter {
  display: block;
}

.subfooter-linkrow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.text-span {
  text-decoration: underline;
}

.contact-information {
  background-color: #19253e;
  padding: 100px 48px;
}

.contact-information.contact-page {
  background-color: var(--brand-secondary);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.review-widget {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.container-default-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-icon {
  background-color: var(--brand-grad);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  padding: 16px 24px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.button-icon:hover {
  background-color: var(--brand-accent);
  color: #fff;
  transform: translate(0, -2px);
}

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

.rating-number {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.row-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-link {
  color: #a6a6a6;
  text-transform: none;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.icon-button {
  margin-right: 8px;
}

.icon-button.primary {
  margin-right: 12px;
}

.location-item {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.contact-office-locations {
  border-top: 1px solid #7c82a1;
  margin-top: 38px;
  padding-top: 38px;
}

.input {
  background-color: #fff;
  border: 1px solid #cad6e1;
  border-radius: 4px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 18px;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
}

.input:hover {
  background-color: #f9fbfd;
  border-color: #247cff;
}

.input:focus {
  color: #435261;
  background-color: #f9fbfd;
  border-width: 1px 1px 1px 4px;
  border-color: #235c37 #235c37 #235c37 #247cff;
}

.input::placeholder {
  color: #666f77;
  font-size: 18px;
  font-weight: 500;
}

.input.text-area {
  height: 100px;
  min-height: 100px;
  padding-top: 16px;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  background-color: #235c37;
  border: 2px solid #235c37;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #962118;
  border-color: #962118;
  transform: translate(0, -2px);
}

.button-primary-4.default {
  padding: 16px 32px;
  font-size: 16px;
}

.button-primary-4.default:hover {
  color: #fff;
}

.button-secondary-icon {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px 48px;
  font-size: 16px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.button-secondary-icon:hover {
  color: #fff;
  transform: translate(0, -2px);
}

.button-secondary-icon.large {
  flex: 0 auto;
  padding: 16px 36px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
}

.button-secondary-icon.white {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrapper {
  background-color: #fff;
  border-top-right-radius: 8px;
  padding: 90px 120px;
  box-shadow: 0 -8px 34px #5870ad14;
}

.form-wrapper.contact-page, .form-wrapper.contact-cta-wrapper {
  box-shadow: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  padding: 40px 60px;
}

.contact-info-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
}

.error-message {
  color: #ff4043;
  background-color: #0000;
  margin-top: 32px;
  padding: 0;
  line-height: 24px;
}

.contact-buttons-wrapper {
  max-width: 314px;
}

.full-star {
  width: 16px;
  height: 16px;
}

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

.checkbox-label-2 {
  padding-left: 8px;
}

.contact-cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-block {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.label {
  color: #061829;
  margin-bottom: 16px;
  font-size: 18px;
}

.checkbox-2 {
  width: 18px;
  height: 18px;
}

.grid-kontakt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: space-around;
}

.grid-kontakt.kontakt-cta {
  background-color: #0000;
  grid-template-columns: 1fr 1fr;
  box-shadow: 0 5px 16px 3px #19253e17;
}

.checkbox-field-2 {
  margin-bottom: 20px;
}

.contact-office-location-title {
  color: #dbe5ee;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.form {
  margin-top: 54px;
}

.contact-location-list {
  margin-top: 18px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.button-secondary-text {
  flex: 0 auto;
  font-weight: 500;
  line-height: 22px;
}

.stars-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.mg-top-28px {
  margin-top: 28px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #235c37;
  border-radius: 14px;
  padding: 34px 24px;
  line-height: 26px;
}

.half-star {
  width: 16px;
  height: 16px;
}

.link-5 {
  color: var(--brand-gray);
}

.container-default-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-5 {
  color: #fff;
  text-align: center;
  background-color: #235c37;
  border: 2px solid #235c37;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #962118;
  border-color: #962118;
  transform: translate(0, -2px);
}

.button-primary-5.white {
  color: #235c37;
  background-color: #fff;
  border-color: #fff;
  margin-right: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.transition-bg-image {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.transition-bg-image.banner-cta {
  background-image: url('../images/pexels.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.about-us {
  background-image: url('../images/verpacken1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.entruempelung {
  background-image: url('../images/couch.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.transition-bg-image.express {
  background-image: url('../images/lkw.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.transition-bg-image.privatumzug {
  background-image: url('../images/stock1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.kueche {
  background-image: url('../images/werkzeug.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.about-us-page {
  background-image: url('../images/lkw.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.transition-bg-image.why-us {
  background-image: url('../images/Unbenannt.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.transition-bg-image.why-us-copy {
  background-image: url('../images/verpacken.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.transition-bg-image.kueche-copy {
  background-image: url('../images/stock2.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.split-section-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: space-between;
  min-height: 820px;
}

.paragraph-default.white {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.section-banner {
  background-color: var(--brand-secondary);
  position: relative;
}

.subheading-wrapper-2 {
  align-items: flex-end;
  margin-bottom: -14px;
  display: flex;
}

.header-h2.white {
  color: #fff;
}

.background-object-banner {
  z-index: 1;
  max-width: 150px;
  display: none;
  position: absolute;
  left: -82.562px;
}

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

.text-block-7 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

.gradient-bgr {
  background-image: linear-gradient(360deg, #000000b3 20%, #c8c8c81a);
  position: absolute;
  inset: 0%;
}

.heading-absolute {
  text-align: left;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0 0%;
}

.heading-absolute.centered {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 60px 20px 0;
  display: flex;
  inset: 0%;
}

.heading-absolute.invert {
  margin-left: 20px;
  margin-right: 20px;
  inset: auto 0 0% 0%;
}

.full-block-image {
  width: 50%;
  height: 740px;
  position: relative;
}

.full-section {
  background-image: url('../images/lkw.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.bold-text-3 {
  text-transform: none;
  font-size: 40px;
  line-height: 1.2em;
}

.white-text-copy {
  color: #fff;
}

.white-text-copy.mt-20 {
  margin-top: 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.white-text-copy-2 {
  color: #fff;
  text-align: center;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

.bottom-text {
  margin-bottom: 40px;
}

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

.section-2.free-trial {
  background-image: linear-gradient(#32323280 73%, #646464b3), url('../images/lkw.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-2.light-background {
  background-color: #fcf9f5;
}

.section-2.dark-bgr {
  background-color: var(--brand-secondary);
  color: var(--brand-gray);
}

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

.free-trial-wrapper {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-title {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
}

.free-trial-title-copy {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 40px;
}

.primary-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #121111;
  border: 1px solid #121111;
  border-radius: 70px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #121111;
  background-color: #fff;
}

.whatsapp-cta {
  z-index: 20;
  background-color: #25d366;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  margin-right: 42px;
  transition: opacity .3s, color .3s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.arrow-scroll-up {
  width: 36px;
}

.scroll-down {
  background-color: #235c37;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.scroll-down:hover {
  background-color: #962118;
  transform: scale(1.1);
}

.contact-bar-wrapper {
  z-index: 6;
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  max-width: 100%;
  margin-top: 0;
  padding: 48px 24px 43px;
  position: relative;
  box-shadow: 4px 0 36px #8caacd29;
}

.image-9 {
  width: auto;
  height: 1.6em;
}

.contact-bar-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr 1fr;
  place-content: center;
  place-items: center;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-wrapper-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: none;
}

.contact-bar-link {
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.arrow-scroll-down {
  width: 28px;
}

.section-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-3.section-contact-bar {
  background-color: #f1f6fb;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-bar-title {
  color: #061829;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-down-wrapper {
  clear: none;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -36px 0% auto;
}

.contact-bar-column {
  align-items: flex-start;
  display: flex;
}

.contact-bar-icon {
  background-color: #235c37;
  border-radius: 1000%;
  height: 2.2em;
  margin-right: 16px;
  padding: 8px;
}

.sufix-line-2 {
  background-color: var(--brand-grad);
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  display: inline-block;
}

.split-section-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .3fr 1fr;
  justify-content: space-between;
  min-height: 820px;
}

.background-object-about {
  max-width: 200px;
  position: absolute;
}

.subheading-wrapper-3 {
  align-items: flex-end;
  margin-bottom: -14px;
  display: flex;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-4.section-about-us {
  background-color: #f1f6fb;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-default-4 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-6 {
  color: #fff;
  text-align: center;
  background-color: #f08e29;
  border: 2px solid #f08e29;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #71706b;
  border-color: #71706b;
  transform: translate(0, -2px);
}

.button-primary-6.default {
  padding: 16px 32px;
  font-size: 16px;
}

.button-primary-6.default:hover {
  color: #fff;
}

.section-5 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-5.section-why-us {
  background-color: #f1f6fb;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-default-5 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-7 {
  color: #fff;
  text-align: center;
  background-color: #f08e29;
  border: 2px solid #f08e29;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #71706b;
  border-color: #71706b;
  transform: translate(0, -2px);
}

.button-primary-7.default {
  padding: 16px 32px;
  font-size: 16px;
}

.button-primary-7.default:hover {
  color: #fff;
}

.bold-text-4 {
  font-size: 36px;
  line-height: 1.25em;
}

.paragraph {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.image-5 {
  width: 32px;
  height: 32px;
}

.text-block-8 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 0;
  display: grid;
}

.legal-text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
}

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

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

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

.div-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.sufix-line-3 {
  background-color: #8dc73f;
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  display: inline-block;
}

.subheading-2 {
  color: #666f77;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.split-section-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: space-between;
  min-height: 820px;
}

.section-6 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-6.about-hero {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-default-6 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.justify-column-2 {
  max-width: 449px;
  margin-left: auto;
  margin-right: auto;
}

.justify-column-2.hero {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 100px;
}

.justify-column-2.hero.about {
  padding-bottom: 0;
}

.heading-5 {
  font-size: 48px;
  line-height: 1.115em;
}

.paragraph-2 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

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

.accordion-toggle.padding {
  border: 1px solid #121111;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.text-block {
  width: 100%;
  margin-bottom: 50px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5em;
}

.heading-6 {
  text-transform: none;
  font-size: 40px;
  line-height: 1.2em;
}

.blocks-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.bottom-about-block {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.left-horizontal {
  max-width: 70%;
}

.blue-text {
  color: #121111;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.blue-text.mb-20 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.heading-left-block {
  max-width: 600px;
  margin-top: 20px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.video-cover {
  object-fit: cover;
  width: 450px;
  max-width: 450px;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.text-about {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.accordion-item {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-item.color {
  box-shadow: none;
  background-color: #fcf9f5;
  margin-bottom: 0;
  padding: 0;
}

.image-about {
  flex: none;
  max-width: 450px;
  display: flex;
  position: static;
  inset: 0;
}

.secondary-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 70px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

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

.secondary-button.blue {
  color: #132121;
  border-color: #121111;
}

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

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

.accordion-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.accordion-title.about {
  letter-spacing: .05em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.accordion-icon {
  color: #132121;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 17px;
  line-height: 24px;
}

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

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.right-horizontal {
  flex: 1;
  max-width: 500px;
  height: 350px;
}

.top-block-horizontal {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

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

.code-embed {
  width: 16px;
}

.code-embed.accordion-icon {
  width: 18px;
}

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

.row-text {
  color: #fff;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.icon-row {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.white-text {
  color: #fff;
}

.white-text.spacing {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.map {
  z-index: 10;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.background-object-why-us {
  z-index: 2;
  max-width: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.subheading-3 {
  color: #666f77;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.split-section-grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  justify-content: space-between;
  min-height: 820px;
}

.section-7 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-7.section-why-us {
  background-color: #f1f6fb;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.button-primary-8 {
  color: #fff;
  text-align: center;
  background-color: #f11806;
  border: 2px solid #f11806;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #f53526;
  border-color: #f53526;
  transform: translate(0, -2px);
}

.button-primary-8.default {
  padding: 16px 32px;
  font-size: 16px;
}

.button-primary-8.default:hover {
  color: #fff;
}

.container-default-7 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sufix-line-4 {
  background-color: #f11806;
  width: 30px;
  height: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
  display: inline-block;
}

.paragraph-3 {
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.bold-text-5 {
  font-size: 36px;
  line-height: 1.25em;
}

.error-image {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (min-width: 1280px) {
  .hero-card-content.hero {
    max-width: 480px;
  }

  .heading-absolute.centered {
    margin-top: 130px;
  }

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

  .blocks-wrapper {
    grid-row-gap: 130px;
  }

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

  .image-about {
    max-width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .justify-column, .hero-card-content.hero {
    max-width: 500px;
  }

  .footer-grid {
    grid-column-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-absolute.centered {
    margin-left: 30px;
    margin-right: 30px;
  }

  .full-block-image {
    height: 740px;
  }
}

@media screen and (min-width: 1920px) {
  .default-container {
    max-width: 1328px;
  }

  .justify-column {
    max-width: 550px;
  }

  .hero-card-content.hero {
    transform: scale3d(1none, 1none, 1none);
    max-width: 540px;
  }

  .container-default-4 {
    max-width: 1400px;
  }
}

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .transition-bg-solid.about-us {
    background-color: #dbe5ee;
  }

  .transition-bg-image-copy.hero-copy {
    position: relative;
  }

  .split-section-grid {
    grid-template-columns: 1fr;
  }

  .subheading-wrapper {
    margin-top: 20px;
  }

  .button-primary-2.large {
    font-size: 18px;
  }

  .split-column-2.image {
    min-height: 480px;
  }

  .split-column-2.image.hero {
    width: 100%;
    min-height: 620px;
    position: relative;
  }

  .split-column-2.image.banner {
    width: 100%;
    min-height: 500px;
    position: relative;
  }

  .split-column-2.image.about-us {
    width: 100%;
    min-height: 480px;
    position: relative;
  }

  .split-column-2.image.why-us {
    width: 100%;
    min-height: 550px;
    position: relative;
  }

  .justify-column {
    max-width: 100%;
    padding: 120px 0 40px;
  }

  .justify-column.hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .nav-link-wrap {
    padding-left: 24px;
    padding-right: 24px;
    transition: background-color .3s, color .3s;
  }

  .nav-link-wrap:hover {
    background-color: #e8f1ff;
  }

  .dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-icon-middle-line {
    background-color: #061829;
    height: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon-top-line {
    background-color: #061829;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    width: 34px;
    padding: 0;
  }

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

  .dropdown-list {
    box-shadow: none;
    min-width: 100%;
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    position: absolute;
  }

  .menu-icon-bottom-line {
    background-color: #061829;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .top-item {
    margin-right: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-secondary.large {
    font-size: 18px;
  }

  .mobile-hero-wrapper {
    display: none;
  }

  .hero-section-card {
    max-height: 100%;
  }

  .hero-card-content {
    max-width: 100%;
    padding: 120px 0 40px;
  }

  .hero-card-content.hero {
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-information {
    padding: 80px 24px;
  }

  .contact-information.contact-page {
    border-radius: 0;
    padding: 60px;
  }

  .form-wrapper {
    border-top-right-radius: 0;
    padding: 80px 24px;
  }

  .contact-cta {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .grid-kontakt, .grid-kontakt.kontakt-cta {
    grid-template-columns: 1fr;
  }

  .transition-bg-image.about-us {
    position: relative;
  }

  .transition-bg-image.why-us, .transition-bg-image.entruempelung, .transition-bg-image.express {
    position: static;
  }

  .transition-bg-image.privatumzug, .transition-bg-image.kueche {
    position: relative;
  }

  .transition-bg-image.why-us, .transition-bg-image.why-us-copy {
    position: static;
  }

  .transition-bg-image.kueche-copy {
    position: relative;
  }

  .split-section-grid-2 {
    grid-template-columns: 1fr;
  }

  .section-banner {
    padding-bottom: 88px;
  }

  .background-object-banner {
    display: none;
  }

  .heading-absolute.centered {
    margin-top: 40px;
  }

  .full-block-image {
    width: 100%;
    height: 450px;
  }

  .full-section {
    flex-direction: column;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-bar-wrapper {
    border-top-right-radius: 0;
    flex-direction: column-reverse;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .contact-bar-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .scroll-down-wrapper {
    justify-content: center;
    margin-top: -30px;
    padding-bottom: 48px;
    position: static;
  }

  .split-section-grid-3 {
    grid-template-columns: 1fr;
  }

  .background-object-about {
    display: none;
  }

  .section-4, .section-5 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .hidden-tablet {
    display: none;
  }

  .split-section-grid-4 {
    grid-template-columns: 1fr;
  }

  .section-6 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-6.about-hero {
    padding-bottom: 72px;
  }

  .justify-column-2 {
    max-width: 100%;
    padding: 120px 0 40px;
  }

  .justify-column-2.hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .bottom-about-block {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

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

  .right-horizontal {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .top-block-horizontal {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .background-object-why-us {
    display: none;
  }

  .split-section-grid-5 {
    grid-template-columns: 1fr;
  }

  .section-7 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .large-paragraph {
    font-size: 18px;
  }

  .split-column-2.image.banner {
    min-height: 480px;
  }

  .justify-column {
    padding-top: 100px;
  }

  .logo-image {
    max-width: 130px;
  }

  .contact-info-wrapper {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .top-bar-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: none;
  }

  .social-media-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-section-card {
    padding: 24px;
  }

  .hero-card-content {
    padding-top: 100px;
  }

  .contact-information {
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-information.contact-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .input {
    min-height: 54px;
  }

  .form-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-wrapper.contact-page, .form-wrapper.contact-cta-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .form-block {
    margin-top: -16px;
  }

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

  .free-trial-title, .free-trial-title-copy {
    margin-bottom: 20px;
  }

  .contact-bar-wrapper {
    padding-top: 48px;
  }

  .contact-bar-grid {
    grid-template-columns: 1fr;
  }

  .contact-bar-link {
    text-align: left;
  }

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

  .contact-bar-title {
    text-align: left;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .scroll-down-wrapper {
    display: none;
  }

  .contact-bar-text {
    text-align: left;
  }

  .contact-bar-column {
    flex-direction: row;
    align-items: flex-start;
  }

  .contact-bar-icon {
    margin-bottom: 18px;
    margin-right: 16px;
  }

  .section-4, .section-5, .section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .justify-column-2 {
    padding-top: 100px;
  }

  .blocks-wrapper {
    grid-row-gap: 60px;
  }

  .rows-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block {
    place-items: center;
  }

  .large-paragraph {
    font-size: 18px;
  }

  .split-section-grid {
    place-items: center;
  }

  .button-primary-2.large {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .button-primary-2.default.header.navbutton {
    border-radius: 0;
  }

  .split-column-2 {
    width: 100%;
  }

  .split-column-2.image.hero {
    min-height: 460px;
  }

  .split-column-2.image.about-us, .split-column-2.image.why-us, .split-column-2.image.about-us, .split-column-2.image.why-us {
    min-height: 440px;
  }

  .justify-column {
    flex-direction: column;
    padding: 72px 0 40px;
    display: flex;
  }

  .justify-column.hero {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .mg-top-32px {
    margin-top: 24px;
  }

  .menu-icon-middle-line, .menu-icon-top-line {
    background-color: #fff;
  }

  .menu-icon {
    color: #fff;
  }

  .nav-menu {
    background-color: #222;
  }

  .menu-icon-bottom-line {
    background-color: #fff;
  }

  .section {
    height: 100%;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .mg-top-16px {
    margin-top: 24px;
  }

  .button-secondary.large {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .main-hero-wrapper {
    height: 100vh;
    min-height: 100vh;
    display: none;
    position: relative;
    overflow: visible;
  }

  .hero-section {
    inset: 0 8px;
  }

  .hero-section-container {
    height: 100%;
    position: static;
  }

  .mobile-hero-wrapper {
    height: auto;
    margin-bottom: 32px;
    display: block;
  }

  .hero-card-content {
    flex-direction: column;
    padding: 72px 0 40px;
    display: flex;
  }

  .hero-card-content.hero {
    padding-bottom: 32px;
  }

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

  .div-block-14 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer-link-light {
    text-align: left;
  }

  .subfooter-linkrow {
    flex-flow: column;
    margin-top: 32px;
  }

  .contact-information.contact-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-icon {
    flex-direction: column;
    align-items: center;
  }

  .icon-button.primary {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .input.text-area {
    height: 120px;
    min-height: 120px;
  }

  .button-secondary-icon.large {
    flex-direction: column;
  }

  .form-wrapper.contact-page, .form-wrapper.contact-cta-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-buttons-wrapper {
    max-width: 100%;
  }

  .label {
    font-size: 16px;
  }

  .grid-kontakt.kontakt-cta {
    grid-template-rows: auto auto;
  }

  .button-primary-5.white {
    margin-bottom: 12px;
    margin-right: 0;
    display: block;
  }

  .transition-bg-image.about-us {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .transition-bg-image.why-us, .transition-bg-image.entruempelung, .transition-bg-image.express {
    position: absolute;
  }

  .transition-bg-image.privatumzug, .transition-bg-image.kueche {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .transition-bg-image.why-us, .transition-bg-image.why-us-copy {
    position: absolute;
  }

  .transition-bg-image.kueche-copy {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .split-section-grid-2 {
    place-items: center;
  }

  .flex-buttons {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .full-block-image {
    height: 600px;
  }

  .white-text-copy, .white-text-copy-2 {
    white-space: normal;
    word-break: normal;
  }

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

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .split-section-grid-3 {
    place-items: center;
  }

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

  .div-block-16 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-5 {
    width: 40px;
    height: 40px;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .split-section-grid-4 {
    place-items: center;
  }

  .justify-column-2 {
    flex-direction: column;
    padding: 72px 0 40px;
    display: flex;
  }

  .justify-column-2.hero {
    padding-bottom: 32px;
  }

  .blocks-wrapper {
    width: 100%;
  }

  .bottom-about-block {
    width: 100%;
    overflow: visible;
  }

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

  .video-cover {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .accordion-item.color, .accordion-wrap-one-column {
    overflow: visible;
  }

  .description-about {
    width: 100%;
    overflow: visible;
  }

  .white-text {
    white-space: normal;
    word-break: normal;
  }

  .split-section-grid-5 {
    place-items: center;
  }

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

#w-node-b4e32d92-eb7e-bef5-93c3-d88ee8b8006e-a654154d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_97fef969-45bb-deb8-f151-9124e2b43934-a654154d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_604dac1d-7877-9310-c330-396df3b29658-a654154d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-d6655e79-9948-d849-fc4c-4379aa280b15-a654154d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_2d216d3a-24b2-81a9-63d7-7c963d0a5ab4-a654154d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-_88d1d161-f99d-f00a-3263-f4acec580950-ec58092e {
  align-self: auto;
}

#w-node-_9dd0bf16-af1f-0c87-7638-f95753c76e90-53c76e8b {
  place-self: center end;
}

#w-node-_7d22f8be-9726-6f19-ae56-c0d4bc86301b-549c44a5 {
  place-self: center start;
}

#w-node-_548df98b-fc08-88f4-4b80-f3e0b02e3f5e-549c44a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

#w-node-e02896ac-3862-b03d-c1ef-4a343a453fa2-549c44a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-fb8bca87-c3f7-ef89-73f7-cf97563ec538-549c44a5 {
  place-self: center;
}

#w-node-df374ec8-3907-1e8a-59df-ac45141bc6e3-141bc6e0 {
  place-self: center start;
}

#w-node-_1737ee53-7672-c0c9-31a7-804666e431f4-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e431f6-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e43200-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e43202-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e4320c-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e4320e-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e43218-66e431ee, #w-node-_1737ee53-7672-c0c9-31a7-804666e4321a-66e431ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8db1fc8-0906-825b-b593-7a365f3f4b74-f319f46e {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_97fef969-45bb-deb8-f151-9124e2b43931-a654154d, #w-node-d6655e79-9948-d849-fc4c-4379aa280b12-a654154d {
    order: 9999;
  }

  #w-node-_9dd0bf16-af1f-0c87-7638-f95753c76e8e-53c76e8b {
    align-self: center;
  }

  #w-node-_9dd0bf16-af1f-0c87-7638-f95753c76ea3-53c76e8b {
    place-self: center end;
  }

  #w-node-e02896ac-3862-b03d-c1ef-4a343a453f9f-549c44a5, #w-node-fb8bca87-c3f7-ef89-73f7-cf97563ec532-549c44a5 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dd0bf16-af1f-0c87-7638-f95753c76e8e-53c76e8b {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4e32d92-eb7e-bef5-93c3-d88ee8b8006e-a654154d, #w-node-_97fef969-45bb-deb8-f151-9124e2b43934-a654154d, #w-node-_604dac1d-7877-9310-c330-396df3b29658-a654154d, #w-node-d6655e79-9948-d849-fc4c-4379aa280b15-a654154d, #w-node-_2d216d3a-24b2-81a9-63d7-7c963d0a5ab4-a654154d {
    grid-column: span 1 / span 1;
  }

  #w-node-_88d1d161-f99d-f00a-3263-f4acec580950-ec58092e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_548df98b-fc08-88f4-4b80-f3e0b02e3f5e-549c44a5, #w-node-e02896ac-3862-b03d-c1ef-4a343a453fa2-549c44a5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Thin.ttf') format('truetype'), url('../fonts/Inter_18pt-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype'), url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format('truetype'), url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype'), url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype'), url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}