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

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

@font-face {
  font-family: Argo;
  src: url('../fonts/Argö.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--white: #fff;
  --font--main: Arvo, Tahoma, sans-serif;
  --color--blue: #003c41;
  --type--body-regular: 15px;
  --font--headlines: Argo, "Times New Roman", sans-serif;
  --color--transparent: #fff0;
  --type--h1: 100px;
  --color--copper: #b07648;
  --type--h2: 44px;
  --type--h3: 32px;
  --other--rounded-corners: 0px;
  --color--light: #f6f1ec;
  --type--big-text: 44px;
  --type--h1-small: 80px;
  --type--subtitle: 26px;
  --type--top-text: 10px;
  --type--body-small: 12px;
  --color--white-50: #ffffff80;
}

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

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

body {
  background-color: var(--color--white);
  font-family: var(--font--main);
  color: var(--color--blue);
  font-size: var(--type--body-regular);
  max-width: 100svw;
  line-height: 1.5rem;
}

h1 {
  font-family: var(--font--headlines);
  color: var(--color--transparent);
  font-size: var(--type--h1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color--copper);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 90%;
}

h2 {
  font-family: var(--font--headlines);
  font-size: var(--type--h2);
  font-weight: 400;
  line-height: 90%;
}

h3 {
  font-family: var(--font--headlines);
  font-size: var(--type--h3);
  font-weight: 400;
  line-height: 90%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

a {
  color: var(--color--blue);
  text-decoration: underline;
}

blockquote {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--blue);
  color: var(--color--white);
  border-left: 5px #e2e2e2;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 32px;
  font-size: 23px;
  line-height: 32px;
}

figcaption {
  color: #15190dcc;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

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

.section.light-two {
  background-color: var(--color--light);
}

.section.dark-testimonials-slider {
  background-color: var(--color--blue);
  color: var(--color--white);
  border-radius: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.dark-blog-halves {
  background-color: var(--color--blue);
  color: var(--color--white);
  border-radius: 40px;
}

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

.section.hero-home-b {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.section.testimonials-big-slider {
  padding-bottom: 60px;
}

.section.blue {
  background-color: var(--color--blue);
  color: var(--color--white);
  position: relative;
}

.section.dark-faq {
  background-color: var(--color--blue);
  color: var(--color--white);
  border-radius: 40px;
}

.section.hero-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subheadline-small {
  font-family: var(--font--headlines);
  font-size: var(--type--h3);
  font-weight: 400;
  line-height: 90%;
}

.hide-cta-text {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.subheadline {
  font-family: var(--font--headlines);
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 90%;
}

.cta-outline-white {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-outline-dark {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.cta-dark {
  background-color: var(--color--blue);
  color: var(--color--white);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.big-text {
  font-size: var(--type--big-text);
  text-transform: uppercase;
  line-height: 130%;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.navigation-link-hover-wrap {
  border: 1px solid var(--color--transparent);
  color: var(--color--copper);
  padding: 4px 8px;
  transition: border .7s;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  border: 1px solid var(--color--copper);
  background-color: var(--color--transparent);
}

.brand-link-navbar {
  height: 60px;
  display: flex;
}

.nav-menu-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e2e4e100;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  padding: 4px;
  font-size: 16px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  border: 1px solid var(--color--copper);
  background-color: var(--color--light);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 16px 0% auto;
}

.nav-link {
  color: var(--color--copper);
  padding: 0;
  font-weight: 500;
}

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

.brand-navbar {
  height: 100%;
}

.text-big-text {
  letter-spacing: -1.8px;
  font-size: 55px;
  font-weight: 500;
  line-height: 130%;
}

.top-text {
  font-family: var(--font--main);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.feature-card-slide-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-parallax {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 120%;
}

.left-top-text-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-top-text-heading.stats-combo-heading {
  max-width: 780px;
  margin-bottom: 64px;
}

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

.section-moving-text {
  background-color: var(--color--blue);
  max-width: 100svw;
  padding-top: 100px;
  overflow: hidden;
}

.text-moving-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-line.first, .text-moving-line.second {
  justify-content: center;
  align-items: center;
}

.text-moving {
  font-family: var(--font--headlines);
  color: var(--color--copper);
  flex: none;
  margin-bottom: -2rem;
  font-size: 8rem;
  font-weight: 400;
  line-height: 100%;
}

.divider-testimonials-slider {
  background-color: var(--color--white);
  width: 100%;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.text-testi-name {
  font-size: 28px;
  font-weight: 400;
  line-height: 122%;
}

.text-testimonial {
  font-size: 28px;
  line-height: 122%;
}

.right-top-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wrap-arrow-testimonial {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.top-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-testimonials {
  margin-right: 4%;
}

.icon-arrow-testimonial {
  width: 24px;
  height: 24px;
  display: block;
}

.mask-testimonials {
  height: auto;
  position: static;
  overflow: visible;
}

.tile-testimonials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--light);
  color: var(--color--blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 52px;
  display: flex;
}

.text-testimonial-position {
  opacity: .6;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 120%;
}

.slide-nav-hidden {
  display: none;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 49%;
  height: auto;
  position: static;
}

.arrow-slider {
  background-color: var(--color--light);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .3s;
  display: flex;
  inset: -165px 0% auto auto;
}

.arrow-slider:hover {
  transform: scale(1.08);
}

.arrow-slider.left-arrow {
  right: 56px;
}

.image-testimonials {
  border-radius: 50%;
  flex: none;
  width: 120px;
  height: 120px;
}

.wrap-testimonials-slider {
  position: relative;
}

.h2-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.heading-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-center.mg-botttom-72 {
  margin-bottom: 72px;
}

.center-top-text-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-blog-halves {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog-tile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--color--white);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-blog-halves {
  border-radius: var(--type--body-regular);
  height: 480px;
  overflow: hidden;
}

.bottom-blog-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-small-light {
  background-color: var(--color--light);
  color: var(--color--blue);
  border-radius: 50px;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 130%;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.expandable-single-faq {
  border-radius: var(--other--rounded-corners);
  background-color: var(--color--light);
  color: var(--color--blue);
  cursor: pointer;
  padding: 32px 40px;
}

.plus-line {
  background-color: var(--color--blue);
  border-radius: 2px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-faq-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 616px;
  display: flex;
}

.master-expandable-halves {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 139%;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.grid-faq-halves {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.footer-rights-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.brand-link-footer {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100px;
  display: flex;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.footer-last-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-message {
  padding-top: 32px;
}

.footer {
  background-color: var(--color--blue);
  color: var(--color--white);
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 124%;
}

.link-bottom-footer {
  color: var(--color--copper);
  text-decoration: underline;
}

.text-bottom-footer {
  color: var(--color--copper);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.label-footer {
  font-family: var(--font--headlines);
  color: #f2eee7cc;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.label-footer.opacity-50 {
  font-family: var(--font--main);
  color: var(--color--copper);
}

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-halves {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: grid;
}

.footer-bottom-tile {
  border-top: 1px solid var(--color--copper);
  border-bottom: 1px solid var(--color--copper);
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: var(--color--light);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .7s;
}

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

.title-wrap-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1094px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-title-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-subtitle-home-b {
  max-width: 650px;
}

.master-home-b-visual {
  z-index: 10;
  width: 100%;
  margin-top: 80px;
  position: relative;
}

.master-home-b-image {
  border-radius: var(--other--rounded-corners);
  width: 70%;
  height: 90vh;
  min-height: 600px;
  max-height: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mockup-home-b-1 {
  width: 370px;
  position: absolute;
  inset: auto auto -50px 0%;
}

.mockup-home-b-2 {
  width: 350px;
  position: absolute;
  inset: auto 2% 120px auto;
}

.color-fill-blue {
  z-index: 1;
  background-color: var(--color--blue);
  height: 30%;
  max-height: 320px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-sticky-services {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  position: relative;
}

.master-left-sticky-services {
  position: relative;
}

.sticky-sticky-services {
  max-width: 616px;
  position: sticky;
  top: 15svh;
}

.right-sticky-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tile-service-general {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--color--copper);
  border-radius: var(--other--rounded-corners);
  color: var(--color--white);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

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

.flex-cta-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-big-image {
  background-color: var(--color--blue);
  color: var(--color--white);
  height: 120vh;
  min-height: 800px;
  max-height: 1200px;
  position: relative;
  overflow: hidden;
}

.wrap-content-big-image {
  z-index: 10;
  padding-bottom: 72px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-big-image {
  background-image: linear-gradient(#15190d00, #15190d1a 53%, #15190db3 87%, #15190dcc);
  position: absolute;
  inset: 0%;
}

.overlay-big-image.start {
  padding-top: 220px;
}

.wrap-text-big-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.cta-light {
  background-color: var(--color--white);
  color: var(--color--blue);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  display: flex;
}

.grid-stats-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
  margin-bottom: 64px;
}

.wrap-image-stats {
  height: 564px;
  overflow: hidden;
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-family: var(--font--headlines);
  letter-spacing: -6px;
  font-size: 112px;
  font-weight: 400;
  line-height: 80%;
}

.single-stat-wide {
  border-top: 1px solid var(--color--copper);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 2px solid #000;
}

.list-stats-wide {
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.wrap-big-heading-testimonials {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.testimonial-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.arrow-testimonial-big {
  background-color: var(--color--blue);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  transition: transform .2s;
  display: flex;
  inset: auto 24px 32px auto;
}

.arrow-testimonial-big:hover {
  transform: scale(1.08);
}

.arrow-testimonial-big.left {
  right: 80px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-bottom-tile {
  background-color: var(--color--light);
  border-radius: 16px;
  padding: 32px 24px;
}

.author-name-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonial-image-wrap {
  border-radius: 24px;
  height: 680px;
  position: relative;
  overflow: hidden;
}

.cover-testimonial-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.testimonial-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
}

.text-testimonial-position-slider {
  font-size: 16px;
  line-height: 120%;
}

.text-testimonial-slider {
  font-size: 40px;
  font-weight: 400;
  line-height: 115%;
}

.icon-arrow-slider {
  width: 24px;
  height: 24px;
  display: block;
}

.testimonial-text-overlay {
  background-color: var(--color--white);
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-right-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.testimonial-image-mask {
  background-color: #f8f7f5;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-navgiation-hidden {
  display: none;
}

.text-testimonial-name-slider {
  font-size: 22px;
  line-height: 130%;
}

.section-move-text {
  border-top: 1px solid #fbfbfb4d;
  border-bottom: 1px solid #fbfbfb4d;
  padding-top: 80px;
  padding-bottom: 100px;
  line-height: 130%;
  overflow: hidden;
}

.master-move-text {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: visible;
}

.single-move-text {
  grid-column-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-moving-single {
  flex: none;
  font-size: 114px;
  line-height: 120%;
}

.icon-moving-text {
  width: 120px;
  height: 120px;
}

.tile-team-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color--light);
  color: var(--color--blue);
  border-radius: 20px;
  flex-flow: column;
  padding: 24px 24px 32px;
  display: flex;
}

.title-wrap-about-a {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1050px;
  margin-bottom: 80px;
  display: flex;
}

.cta-light-two {
  border: 1px solid var(--color--copper);
  color: var(--color--copper);
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 52px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 122%;
  text-decoration: none;
  transition: all .7s;
  display: flex;
}

.cta-light-two:hover {
  background-color: var(--color--copper);
  color: var(--color--white);
}

.wrap-gallery-about-a {
  border-radius: var(--other--rounded-corners);
  height: 80svh;
  overflow: hidden;
}

.grid-combo-simple {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  width: 100%;
}

.wrap-image-combo-simple {
  border-radius: var(--other--rounded-corners);
  height: 95vh;
  min-height: 700px;
  max-height: 100px;
  overflow: hidden;
}

.content-combo-simple {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-wrap-service-single {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 192px;
  display: flex;
}

.grid-bottom-service-single {
  grid-template-rows: auto;
}

.title-wrap-contact-c {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1030px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.divider-contact-c {
  background-color: var(--color--copper);
  width: 100%;
  height: 1px;
}

.bottom-contact-c {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-contact-c-list {
  grid-column-gap: 12px;
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.top-conctac-c {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-contact-c {
  height: 100px;
}

.tile-contact-c {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  border: 1px solid var(--color--copper);
  color: var(--color--copper);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 64px;
  display: flex;
}

.wrap-image-contact-c {
  border-radius: var(--other--rounded-corners);
  width: 100%;
  overflow: hidden;
}

.single-faq-section {
  border-top: 1px solid var(--color--blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-field-checkout-page {
  border: 1px solid var(--color--blue);
  background-color: var(--color--light);
  color: var(--color--blue);
  border-radius: 6px;
  height: 44px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus {
  border-style: solid;
  border-color: var(--color--blue);
  color: var(--color--blue);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  background-color: var(--color--light);
  border-bottom: 1px solid #15190d0d;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.title-wrap-404 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1050px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.single-sales-pages {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  display: flex;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.headline-fill {
  font-family: var(--font--headlines);
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 90%;
}

.headline-fill-small {
  font-family: var(--font--headlines);
  font-size: var(--type--h1-small);
  -webkit-text-stroke-width: 0px;
  line-height: 90%;
}

.text-color-copper {
  color: var(--color--copper);
}

.leaves-overlay {
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.leaves-overlay.align-bottom {
  inset: auto 0% 0%;
}

.leaves-overlay.width-60 {
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-image {
  background-image: url('../images/20250721_Stadtgeshwister_Strassenasicht_Preview_CD-Kopie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  padding-top: 200px;
  padding-bottom: 10svh;
  display: flex;
}

.hero-logo {
  max-width: 600px;
}

.center-all {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-45rem {
  max-width: 45rem;
}

.link-list {
  text-decoration: none;
}

.link-list.townhouse {
  color: var(--color--light);
}

.list-wrap {
  border-bottom: 1px solid var(--color--copper);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 400;
  transition: all .4s;
  display: flex;
}

.list-wrap:hover {
  background-color: var(--color--white);
  color: #053a28;
}

.flat {
  color: var(--color--copper);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 100;
  line-height: 20px;
}

.grundriss {
  color: var(--color--copper);
  letter-spacing: 3px;
}

.grundrisse-flex-box {
  align-items: stretch;
  width: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-2rem {
  height: 2rem;
}

.parallax-image {
  background-image: url('../images/427_Livingroom_HH_EG_v6__Post_LightMix-Interactive.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-start;
  height: 100svh;
  padding-top: 200px;
  padding-bottom: 10svh;
  display: flex;
}

.parallax-image._03 {
  background-image: url('../images/427_bedroom_HH_v6__Post_LightMix-Interactive.jpg');
}

.ansicht {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.eg {
  margin-right: 15px;
}

.staffel {
  margin-right: -10px;
}

.mrgn-right {
  margin-right: 5px;
}

.heading {
  color: var(--color--copper);
  -webkit-text-stroke-width: 0px;
}

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

  h2 {
    font-size: 36px;
  }

  .section.hero-home-b {
    padding-top: 80px;
  }

  .subheadline {
    font-size: 64px;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .navigation-link-hover-wrap {
    padding: 4px 0;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 16px;
    padding: 0;
    position: static;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .text-big-text {
    font-size: 50px;
  }

  .left-top-text-heading.center-tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .text-moving {
    margin-bottom: 0;
    font-size: 64px;
  }

  .text-testimonial {
    font-size: 23px;
  }

  .top-testimonials {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tile-testimonials {
    padding: 32px;
  }

  .h2-big {
    font-size: 60px;
  }

  .grid-blog-halves {
    grid-column-gap: 12px;
  }

  .wrap-image-blog-halves {
    height: 400px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    max-width: 520px;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .brand-link-footer {
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    margin-right: 0;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .title-wrap-home-b {
    max-width: 790px;
  }

  .mockup-home-b-1 {
    width: 38%;
    max-width: 280px;
    bottom: -24px;
  }

  .mockup-home-b-2 {
    width: 40%;
    max-width: 260px;
  }

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

  .section-big-image {
    height: 80vh;
    min-height: 740px;
  }

  .grid-stats-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wrap-image-stats {
    height: 450px;
  }

  .wrap-big-heading-testimonials {
    margin-bottom: 48px;
  }

  .arrow-testimonial-big {
    width: 48px;
    height: 48px;
  }

  .arrow-testimonial-big.left {
    right: 80px;
  }

  .testimonial-image-wrap {
    height: 100%;
  }

  .text-testimonial-slider {
    font-size: 30px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    width: 100%;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 40px;
  }

  .text-moving-single {
    font-size: 8vw;
  }

  .icon-moving-text {
    width: 100px;
    height: 100px;
  }

  .wrap-gallery-about-a {
    height: 360px;
  }

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

  .wrap-image-combo-simple {
    height: 70vh;
    min-height: 520px;
    max-height: 800px;
  }

  .heading-wrap-service-single {
    text-align: center;
    flex-flow: column;
    margin-bottom: 140px;
  }

  .grid-bottom-service-single {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .title-wrap-contact-c {
    max-width: 710px;
  }

  .logo-contact-c {
    height: 80px;
  }

  .tile-contact-c {
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap-image-contact-c {
    height: 520px;
  }

  .link-brand-checkout {
    height: 20px;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .headline-fill, .headline-fill-small {
    font-size: 64px;
  }

  .list-wrap {
    font-size: 14px;
    line-height: 30px;
  }

  .flat {
    font-size: 18px;
  }
}

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

  .section.dark-testimonials-slider {
    padding-bottom: 160px;
  }

  .section.hero-home-b {
    padding-top: 64px;
  }

  .subheadline {
    font-size: 52px;
  }

  .big-text {
    font-size: 32px;
  }

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .brand-link-navbar.w--current {
    height: 40px;
  }

  .navbar {
    top: 0;
  }

  .brand-navbar {
    display: block;
  }

  .text-big-text {
    font-size: 44px;
  }

  .left-top-text-heading.stats-combo-heading, .left-top-text-heading.center-landscape {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-moving {
    font-size: 48px;
  }

  .slide-testimonials {
    margin-right: 0%;
  }

  .mask-testimonials {
    overflow: hidden;
  }

  .tile-testimonials {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .slider-testimonials {
    width: 100%;
  }

  .arrow-slider {
    inset: auto auto -78px 78px;
  }

  .arrow-slider.right-arrow {
    left: 60px;
  }

  .arrow-slider.left-arrow {
    left: 0;
    right: auto;
  }

  .h2-big {
    font-size: 50px;
  }

  .grid-blog-halves {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-blog-tile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-image-blog-halves {
    height: 350px;
  }

  .left-faq-halves {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .grid-faq-halves {
    grid-template-columns: 1fr;
  }

  .brand-image-footer {
    display: block;
  }

  .brand-link-footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .title-wrap-home-b {
    max-width: 470px;
  }

  .master-home-b-visual {
    margin-top: 40px;
  }

  .master-home-b-image {
    height: 90vw;
    min-height: 360px;
    max-height: none;
  }

  .grid-sticky-services {
    grid-template-columns: 1fr;
  }

  .tile-service-general {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 15px;
  }

  .section-big-image {
    height: 100vh;
  }

  .grid-stats-images {
    grid-template-columns: 4fr;
  }

  .wrap-image-stats {
    height: 72vw;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .wrap-big-heading-testimonials {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .testimonial-slide {
    position: static;
  }

  .arrow-testimonial-big {
    inset: auto 24px 36px auto;
  }

  .arrow-testimonial-big.left {
    right: 79px;
  }

  .testimonial-slider {
    position: relative;
  }

  .testimonial-bottom-tile {
    background-color: #f0dfd500;
    padding: 0;
  }

  .testimonial-image-wrap {
    height: 500px;
  }

  .mask {
    position: static;
  }

  .testimonial-halves {
    grid-template-columns: 1fr;
  }

  .text-testimonial-slider {
    font-size: 26px;
  }

  .testimonial-right-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    justify-content: flex-start;
    align-items: stretch;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 32px;
  }

  .title-wrap-about-a {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-light-two {
    width: auto;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrap-gallery-about-a {
    height: 50vw;
  }

  .grid-combo-simple {
    grid-template-columns: 1fr;
  }

  .wrap-image-combo-simple {
    height: 60vh;
    min-height: 430px;
  }

  .content-combo-simple {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-wrap-service-single {
    margin-bottom: 100px;
  }

  .grid-bottom-service-single {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .title-wrap-contact-c {
    margin-bottom: 52px;
  }

  .logo-contact-c {
    height: 80px;
  }

  .tile-contact-c {
    padding: 52px;
  }

  .headline-fill, .headline-fill-small {
    font-size: 52px;
  }

  .hero-logo {
    width: 400px;
  }

  .list-wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    font-size: 14px;
    line-height: 30px;
  }

  .flat {
    margin-bottom: 20px;
  }

  .grundriss {
    margin-top: 18px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 125%;
  }

  blockquote {
    padding: 28px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .section.dark-testimonials-slider {
    padding-top: 100px;
  }

  .section.dark-blog-halves {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .subheadline-small {
    font-size: 30px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subheadline {
    font-size: 46px;
  }

  .nav-container {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .brand-link-navbar {
    max-width: 150px;
    height: 40px;
  }

  .nav-menu-wrap {
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-cta-wrap {
    display: none;
  }

  .navbar {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
  }

  .text-big-text {
    font-size: 32px;
    line-height: 120%;
  }

  .feature-card-slide-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-moving {
    font-size: 12vw;
  }

  .image-testimonials {
    width: 90px;
    height: 90px;
  }

  .h2-big {
    font-size: 44px;
    line-height: 120%;
  }

  .wrap-image-blog-halves {
    height: 90vw;
  }

  .expandable-single-faq {
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .brand-link-footer {
    height: 24px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-message {
    padding-top: 24px;
  }

  .footer {
    padding-top: 120px;
  }

  .text-bottom-footer {
    font-size: 12px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .label-footer {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-link {
    font-size: 14px;
  }

  .top-title-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mockup-home-b-1 {
    width: 60%;
    max-width: 320px;
  }

  .mockup-home-b-2 {
    display: none;
  }

  .section-big-image {
    height: 100vh;
  }

  .text-stat-wide {
    font-size: 26vw;
  }

  .arrow-testimonial-big {
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 12px;
  }

  .arrow-testimonial-big.left {
    right: 58px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-image-wrap {
    order: -1;
    width: 100%;
    height: 300px;
  }

  .testimonial-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column-reverse;
  }

  .text-testimonial-slider {
    font-size: 24px;
  }

  .testimonial-text-overlay {
    background-color: #f0dfd5;
  }

  .testimonial-right-wrap {
    background-color: var(--color--light);
    border-radius: 24px;
    padding: 24px;
  }

  .master-move-text, .single-move-text {
    grid-column-gap: 20px;
  }

  .text-moving-single {
    font-size: 12vw;
  }

  .icon-moving-text {
    width: 50px;
    height: 50px;
  }

  .tile-team-thirds {
    padding: 20px;
  }

  .wrap-gallery-about-a {
    height: 80vw;
  }

  .heading-wrap-service-single {
    margin-bottom: 40px;
    overflow: visible;
  }

  .bottom-contact-c {
    grid-row-gap: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-contact-c-list {
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .top-conctac-c {
    text-align: center;
    align-items: center;
  }

  .logo-contact-c {
    width: 30%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tile-contact-c {
    padding: 40px 32px;
  }

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

  .title-wrap-404 {
    margin-bottom: 0;
  }

  .flex-cta-404 {
    flex-flow: column;
    align-items: stretch;
    width: 90%;
    max-width: 200px;
  }

  .headline-fill {
    font-size: 46px;
  }

  .headline-fill-small {
    font-size: 42px;
  }

  .hero-image {
    background-attachment: scroll;
    height: 500px;
  }

  .hero-logo {
    width: 300px;
  }

  .list-wrap {
    flex-flow: column;
    height: auto;
    font-size: 14px;
    line-height: 30px;
  }

  .flat {
    margin-bottom: 20px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }
}

#w-node-_28e0ab03-2cc1-e55a-4b94-5e88ecdc7a4a-ecdc7a32 {
  justify-self: end;
}

#w-node-abcd9f08-a2ef-5625-3f7a-7b600482ef19-4dc117d1, #w-node-_9bd3a209-ff41-2606-05f1-c83a337127b6-4dc117d1 {
  place-self: stretch stretch;
}

#w-node-_3128ccce-5abc-8214-82e4-6a2fca1ce321-4dc117d1 {
  place-self: center;
}

#w-node-a8b96e8c-e3b7-1adc-2a9b-46479c5320a4-05561dba, #w-node-a8b96e8c-e3b7-1adc-2a9b-46479c5320a6-05561dba, #w-node-_053f530a-d606-b803-df71-3c424e658df4-7714de45 {
  place-self: stretch stretch;
}

#w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-7714de45 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_28e0ab03-2cc1-e55a-4b94-5e88ecdc7a4a-ecdc7a32 {
    justify-self: auto;
  }

  #w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-7714de45 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bd39848-22a7-65b2-a120-54ddd8c6545e-4dc117d1, #w-node-_4bd39848-22a7-65b2-a120-54ddd8c65464-4dc117d1, #w-node-_4bd39848-22a7-65b2-a120-54ddd8c6546a-4dc117d1, #w-node-_4bd39848-22a7-65b2-a120-54ddd8c65470-4dc117d1, #w-node-_57d1ebf1-135e-f8a8-f289-292db302b92c-4dc117d1, #w-node-_7e9c1ed8-85f4-9ec3-d660-e2fa1a043296-4dc117d1, #w-node-ba3ba80f-3ca5-7a60-157b-fde44c58a58f-4dc117d1 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e0556eb-f979-3e35-044e-84b5e414d830-7714de45 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('../fonts/Arvo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Argo';
  src: url('../fonts/Argö.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}