:root {
  --black: #1a1919;
  --gold: #6f5329;
  --white: white;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  color: var(--black);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

li {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.navbar-logo-left {
  background-color: var(--black);
}

.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: none;
  margin-bottom: 0;
  padding: 0;
}

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

.container.navbar {
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #f0f0f0bf;
}

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

.button {
  background-color: var(--gold);
  padding: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.button:hover, .button.alt {
  background-color: var(--white);
  color: var(--gold);
}

.button.alt:hover {
  background-color: var(--gold);
  color: var(--white);
}

.header {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.button-2 {
  background-color: #fa7921;
  border-radius: 0;
  width: auto;
  padding: 20px 40px;
  font-size: 15px;
  transition: all .2s;
  box-shadow: 0 4px 10px #0000001f;
}

.button-2:hover {
  color: #e56c1a;
  background-color: #fff;
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.mid {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  padding: 10px;
  display: flex;
}

.a {
  color: #fffffa;
  text-align: left;
  flex: 0 auto;
  max-width: 500px;
  margin-bottom: 42px;
  font-size: 16px;
}

.as {
  background-color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.jumbo {
  color: #fffffa;
  text-align: left;
  max-width: 600px;
  margin-bottom: 10px;
  font-size: 40px;
}

.mycontain {
  flex: 1;
  max-width: 1200px;
  padding: 60px 20px;
  overflow: hidden;
}

.text-span {
  margin-left: 10px;
}

.div-block-2 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.02-2_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.section {
  background-image: linear-gradient(#19191999, #19191999);
  align-items: center;
  height: auto;
  display: block;
}

.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
}

.heading-2 {
  text-align: left;
}

.white {
  color: #fff;
}

.white.jumbo {
  max-width: none;
  margin-top: 0;
  font-size: 60px;
  line-height: 65px;
}

.white.middle-para {
  text-align: center;
}

.white.small {
  color: #fffc;
  font-size: 14px;
}

.white.no-space {
  margin-bottom: 0;
}

._20-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph {
  font-family: Outfit, sans-serif;
}

.middle {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.content-holder-middle {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.para-mid {
  text-align: center;
}

.content-holder {
  width: 100%;
}

.stack {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  padding: 0;
}

.stack.gap20 {
  grid-row-gap: 20px;
}

.cell {
  flex-flow: row;
  display: block;
}

.dienst-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.image {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.04-5_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.image._2 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.01-2_1.avif');
  background-position: 50%;
}

.image._3 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.21.59_1.avif');
}

.image._4 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.03-3_1.avif');
  background-position: 50% 53%;
}

.image._5 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.21.59-3_1.avif');
  background-position: 50%;
}

.image._6 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.01_1.avif');
}

.image._7 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.00_1.avif');
  background-position: 50% 45%;
}

.image._8 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.03_1.avif');
  background-position: 50%;
}

.image._9 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.02-2_1.avif');
}

.image._1 {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.04-7_1.avif');
}

.paragraph-2 {
  text-align: center;
}

.link-text {
  color: var(--gold);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

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

.text-span-2 {
  font-family: Inter, sans-serif;
}

.flex-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-holder-about {
  background-image: url('../images/whatsapp-image-2025-05-05-at-11.22.00_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.middlecontent {
  justify-content: space-around;
}

.section-2 {
  background-color: var(--black);
}

.gold {
  color: var(--gold);
}

.key-figures {
  text-align: center;
}

.middle-cell {
  justify-content: center;
  align-items: center;
}

.contact {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.field {
  color: var(--black);
  background-color: #fcfcfc;
  border: 2px solid #6f532924;
  margin-bottom: 0;
  padding: 20px 20px 20px 10px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.field.bericht {
  padding-top: 10px;
}

.field.dropown {
  color: var(--gold);
  height: 50px;
  padding: 0;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.divider {
  background-color: var(--gold);
  height: 2px;
}

.icon-holder {
  background-color: var(--gold);
  padding: 10px;
}

.icon {
  color: var(--white);
  width: 2rem;
  height: 2rem;
  display: block;
}

.icon:hover {
  cursor: pointer;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

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

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq1_answer {
  overflow: hidden;
}

.icon-embed-small {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_faq1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.margin-top, .margin-top.margin-xxlarge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-align-center {
  text-align: center;
}

.section-3 {
  background-color: var(--black);
}

.faq {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer {
  background-color: var(--black);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-legal-link.small {
  color: #ffffffb3;
}

.success-message {
  background-color: var(--black);
}

.no-space {
  margin-bottom: 0;
}

.body, .body-2 {
  background-color: var(--black);
}

.privacy-beleid {
  background-color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.body-3 {
  background-color: var(--black);
}

.div-block-3 {
  margin-bottom: 40px;
}

.checkbox-label {
  color: var(--black);
  font-family: Nunito Sans, sans-serif;
  font-size: 15px;
}

.link {
  color: var(--gold);
}

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

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

  .nav-menu-two {
    background-color: var(--black);
    border-bottom: 1px solid #ffffff47;
    border-radius: 0;
    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 {
    background-color: var(--gold);
    color: #fff;
  }

  .mid {
    width: auto;
    max-width: none;
  }

  .as {
    flex-flow: column;
    height: 800px;
    padding-top: 0;
  }

  .div-block-2 {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 300px;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .white.jumbo {
    font-size: 55px;
  }

  .image-holder-about {
    height: 100%;
  }

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

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

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .icon-2 {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

  .mid {
    width: auto;
    max-width: none;
    margin-bottom: 220px;
  }

  .as {
    height: 800px;
    padding-top: 0;
  }

  .div-block-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    inset: auto 0 0;
  }

  .image-holder-about {
    height: 500px;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

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

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .container {
    max-width: none;
  }

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

  .button-2 {
    position: static;
    inset: auto 0% 0%;
  }

  .as {
    z-index: 1;
    height: 950px;
  }

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

  .white.jumbo {
    font-size: 45px;
    line-height: 50px;
  }

  ._20-holder {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

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

  .image-holder-about {
    height: 300px;
  }

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

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

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

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

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

  .heading-5 {
    font-size: 25px;
    line-height: 30px;
  }
}

#w-node-_67be78e3-d376-9421-feb4-3ac396094fb4-a7945b76 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c318aef5-ff5d-370d-dfe4-ecb27081617f-a7945b76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_03b55a31-96f3-27ee-bc9a-e8f90dfd9034-a7945b76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-c63d6412-9327-bab7-4950-8fcb8993dd8e-a7945b76 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-e85a9750-d8d3-2e58-e0ab-d0acc96b0049-a7945b76 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3706e3b8-1090-c1d4-7027-66f718e2ab04-a7945b76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_444257db-a150-14cd-cc87-80026ae5ea6a-6af9a430 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_444257db-a150-14cd-cc87-80026ae5ea87-6af9a430 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_67be78e3-d376-9421-feb4-3ac396094fb4-a7945b76 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_03b55a31-96f3-27ee-bc9a-e8f90dfd9034-a7945b76, #w-node-e85a9750-d8d3-2e58-e0ab-d0acc96b0049-a7945b76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3706e3b8-1090-c1d4-7027-66f718e2ab04-a7945b76, #w-node-_444257db-a150-14cd-cc87-80026ae5ea6a-6af9a430 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_67be78e3-d376-9421-feb4-3ac396094fb4-a7945b76 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c318aef5-ff5d-370d-dfe4-ecb27081617f-a7945b76 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


