@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.navbar-link {
  box-shadow: none;
  color: #c7c7c7;
  font-variation-settings: "wght" 400;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
  transition: none;
  position: relative;
}

.navbar-link:hover {
  box-shadow: none;
  color: #4d6bdd;
}

.bottom-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.melted {
  background-color: #0000;
  border-radius: 75px;
  width: 60px;
  height: 60px;
  padding: 0;
}

.melted.w--open {
  background-color: #000;
}

.top-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.button-text {
  letter-spacing: normal;
  text-transform: none;
}

.navbar-link-container {
  border: 1px #ffffff1a;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.middle-bubble {
  background-color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.navbar-section {
  z-index: 99999999;
  background-color: #fff;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.primary-button {
  color: #fff;
  cursor: pointer;
  background-color: #977347;
  border-radius: 12px;
  padding: .75rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.primary-button:hover {
  transform: translate(0, -3px);
}

.primary-button.mr-16px {
  margin-right: 1rem;
  transition: all .25s;
}

.primary-button.mr-16px:hover {
  transform: translate(0, -3px);
}

.page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-vertical-padding {
  margin-top: 5rem;
  padding-top: 2.5rem;
}

.heading-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h1.white {
  color: #fff;
}

.heading-h1.white.mb-16px {
  margin-bottom: 1rem;
}

.heading-h1.mb-48px {
  margin-bottom: 3rem;
}

.green-background {
  background-color: #355350;
}

.hero-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

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

.vertical-flex {
  flex-flow: column;
  display: flex;
}

.vertical-flex.align-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.vertical-flex.vertical-center {
  justify-content: center;
  align-items: flex-start;
}

.vertical-flex.vertical-center.max-width-648px {
  max-width: 40.5rem;
}

.vertical-flex.center {
  justify-content: flex-start;
  align-items: center;
}

.vertical-flex.mb-48px {
  margin-bottom: 3rem;
}

.vertical-flex.gap-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.vertical-flex.align-center {
  justify-content: flex-start;
  align-items: center;
}

.text-18px {
  color: #000;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 160%;
}

.text-18px.white {
  color: #fff;
}

.text-18px.white.mb-16px {
  margin-bottom: 1rem;
}

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

.text-18px.text-center.max-width-672px {
  max-width: 42rem;
}

.text-18px.text-center.max-width-672px.mb-48px {
  margin-bottom: 3rem;
}

.text-18px.max-width-672px {
  max-width: 42rem;
}

.text-18px.max-width-672px.mb-60px {
  margin-bottom: 3.75rem;
}

.text-18px.max-width-544px {
  max-width: 34rem;
}

.text-18px.max-width-600px {
  max-width: 37.5rem;
}

.text-18px.max-width-600px.text-center.mb-48px {
  margin-bottom: 3rem;
}

.text-18px.text-align-right {
  text-align: right;
}

.text-18px.mb-16px {
  margin-bottom: 1rem;
}

.text-18px.mb-32px {
  margin-bottom: 2rem;
}

.text-18px.max-width-648px {
  max-width: 40.5rem;
}

.text-18px.line-hight-140 {
  line-height: 140%;
}

.horizontal-flex {
  display: flex;
}

.horizontal-flex.vertical-center {
  justify-content: flex-start;
  align-items: center;
}

.horizontal-flex.vertical-center.mb-16px {
  margin-bottom: 1rem;
}

.horizontal-flex.vertical-center.mb-32px {
  margin-bottom: 2rem;
}

.horizontal-flex.space-between {
  justify-content: space-between;
}

.horizontal-flex.space-between.width-100 {
  width: 100%;
}

.horizontal-flex.gap-12px {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.horizontal-flex.mb-24px {
  margin-bottom: 1.5rem;
}

.horizontal-flex.mb-24px.gap-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.horizontal-flex.mb-8px {
  margin-bottom: .5rem;
}

.horizontal-flex.gap-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.horizontal-flex.vertical-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.horizontal-flex.vertical-bottom.space-between {
  justify-content: space-between;
  align-items: flex-end;
}

.text-16px {
  color: #000;
  line-height: 160%;
}

.text-16px.white {
  color: #fff;
  line-height: 130%;
}

.text-16px.mb-24px {
  margin-bottom: 1.5rem;
}

.mr-12px {
  margin-right: .75rem;
}

.secondary-button {
  color: #fff;
  cursor: pointer;
  background-color: #5c604c;
  border: 1px solid #977347;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  transition: all .25s;
}

.secondary-button:hover {
  transform: translate(0, -3px);
}

.hero-image {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.hero-name-background {
  text-align: center;
  background-color: #977347;
  padding: 1rem 6.5625rem;
}

.text-22px {
  font-size: 1.375rem;
  line-height: 130%;
}

.text-22px.medium {
  font-weight: 500;
}

.text-22px.medium.white {
  color: #fff;
}

.testimonial-text-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slide-nav {
  height: auto;
  font-size: .5rem;
}

.testimonial_arrow {
  border: 1px solid #caa378;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
}

.vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.vertical-padding.mt-80px {
  margin-top: 5rem;
}

.testimonial-slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.heading-h2 {
  color: #caa378;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h2.mb-32px {
  margin-bottom: 2rem;
}

.heading-h2.mb-16px, .heading-h2.mb-16px.m-text-center {
  margin-bottom: 1rem;
}

.heading-h2.mb-16px.m-text-center.no-mb {
  margin-bottom: 0;
}

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

.heading-h2.white.mb-20px {
  margin-bottom: 1.25rem;
}

.card-wrapper {
  border: 1px solid #caa378;
  border-radius: 1rem;
  padding: 1.5rem;
}

.faq-answer-content {
  max-width: 648px;
  overflow: hidden;
}

.faq-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.accordion-icon-vertical-line {
  background-color: #caa378;
  width: 2px;
  height: 1rem;
  position: absolute;
}

.faq-icon-wrapper {
  border: 1px solid #caa378;
  border-radius: 10rem;
  width: 32px;
  height: 32px;
  transition: all .2s;
  display: flex;
}

.faq-icon-wrapper:hover {
  transform: scale(1.05);
}

.faq-content-wrapper {
  border-bottom: 1px solid #caa378;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion-icon-component {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  display: flex;
  position: relative;
}

.faq-heading {
  color: #292929;
  letter-spacing: -.24px;
  width: 28rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.accordion-icon-horizontal-line {
  background-color: #caa378;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.faq-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.faq-component.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.br-16px {
  border-radius: 1rem;
}

.about-me-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 40.5% 1fr;
}

.about-me-text-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 38.25rem;
  margin-bottom: 2rem;
  display: flex;
}

.timeline10_item {
  z-index: 2;
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem 2rem;
  display: flex;
  overflow: hidden;
}

.timeline10_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: relative;
}

.timeline10_list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_circle {
  z-index: 2;
  background-color: #caa378;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

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

.section_timeline {
  z-index: -3;
  background-color: #fff;
}

.timeline10_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.main-wrapper {
  overflow: clip;
}

.timeline10_progress-line-cover {
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline10_progress-line {
  z-index: 0;
  background-color: #caa378;
  width: 3px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.timeline10_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline10_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline10_line {
  background-color: #d9dadb;
  width: 3px;
  height: 100%;
}

.timeline10_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.timeline10_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline10_empty-space {
  width: 100%;
}

.layout-tabs-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.picture-wrapper {
  border-radius: 1rem;
  max-height: 100%;
}

.layout_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_component.mb-32px {
  margin-bottom: 2rem;
}

.layout_tabs_link {
  background-color: #0000;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  padding: 2rem;
  transition: background-color .3s;
  display: block;
}

.layout_tabs_link:hover {
  background-color: #fafafa;
}

.layout_tabs_link.w--current {
  opacity: 1;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
}

.reference-section {
  margin-top: 0;
}

.tab-link-tab-2 {
  background-color: #0000;
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
}

.tab-link-tab-2:hover {
  border-color: #caa378;
}

.tab-link-tab-2.w--current {
  background-color: #fdfdfd;
  border-color: #caa378;
}

.tab-link-tab-2.m-mb-16px.w--current:hover {
  border-color: #caa378;
}

.heading-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h3.gold {
  color: #caa378;
}

.heading-h3.gold.mb-12px {
  color: #000;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.2rem;
}

.contact-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .2rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
}

.form_input:focus {
  box-shadow: none;
  color: #caa378;
  border-color: #caa378;
}

.form_input::placeholder {
  color: #767676;
}

.form_input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.select {
  color: #767676;
  background-color: #fff;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-text {
  color: #e23939;
  font-size: 1rem;
  font-weight: 500;
}

.form-field-wrapper {
  position: relative;
}

.form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.field-label {
  color: #2d2d2d;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
}

.success-text {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 500;
}

.contact-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.success-message {
  background-color: #c3f1c8;
  padding: 1.5rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.services-contact-info-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-checkbox-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.form-checkbox-icon:hover {
  background-color: #fff;
  border-color: #032b72;
}

.form-checkbox-icon.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/form-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-width: 1px;
  border-color: #032b72;
  border-radius: .25rem;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  background-color: #0000;
  border-color: #d0d5dd;
  border-radius: .25rem;
}

.google-maps-embed {
  width: 100%;
  height: 100%;
}

.footer-vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.light-green-background {
  background-color: #90b8b1;
}

.footnote-vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.text-link.white.w--current {
  text-decoration: none;
}

.legal-container {
  padding-top: 0;
}

.semi-bold-text-20px {
  color: #677489;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.semi-bold-text-20px.mb-16px {
  color: #000;
  margin-bottom: 1rem;
}

.subheading-legal {
  color: #000;
  letter-spacing: -.24px;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2rem;
}

.timeline10_circle-2 {
  z-index: 2;
  background-color: #f85d3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 3rem;
  box-shadow: 0 0 0 8px #fff;
}

.setting-green-background {
  background-color: #3d645f;
  border-radius: 1rem;
  padding: 2rem;
}

.heading-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
}

.heading-h4.white {
  color: #fff;
}

.heading-h4.white.mb-24px {
  margin-bottom: 1.5rem;
}

.gold {
  color: #caa378;
}

.medium-text-18px {
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 130%;
}

.medium-text-18px.white {
  color: #fff;
}

.medium-text-18px.white.mb-16px {
  margin-bottom: 1rem;
}

.link-text-16px {
  color: #000;
  line-height: 130%;
}

.link-text-16px.white {
  color: #fff;
  text-decoration: none;
}

.medium-text-22px {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 130%;
}

.medium-text-22px.gold {
  color: #caa378;
}

.medium-text-22px.gold.mb-16px {
  margin-bottom: 1rem;
}

.supervision-image {
  border-radius: 1rem;
  max-width: 536px;
}

.logo-link {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.navbar-link-text {
  box-shadow: none;
  color: #000;
  font-variation-settings: "wght" 400;
  padding: 0 16px;
  font-size: 1rem;
  line-height: 22px;
  text-decoration: none;
  transition: none;
}

.navbar-link-text:hover {
  box-shadow: none;
}

.navbar-text {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
  transition: all .2s;
}

.navbar-text:hover {
  color: #caa378;
}

.navbar-components {
  background-color: #0000;
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar-container {
  background-color: #0000;
  border-bottom: 1px solid #e1e2e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 2rem 16px;
  transition: all .3s;
  display: flex;
}

.button {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4d6bdd;
  background-image: linear-gradient(#4d6bdd, #3e53d2);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s, transform .25s;
  display: flex;
}

.button:hover {
  opacity: 1;
  transform: translate(0, -3px);
}

.button.w--current {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: linear-gradient(#4d6bdd, #3e53d2);
}

.button.mobile-left {
  color: #000;
  background-color: #977347;
  background-image: none;
  margin-left: auto;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

.button-text-2 {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 130%;
}

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

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

.navbar-text-link-container {
  text-transform: none;
}

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

.trainings-wrapper {
  text-align: center;
  border: 1px solid #eaeaea;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.trainings-wrapper:hover {
  border-color: #caa378;
}

.text-link-underline {
  color: #000;
  text-decoration: underline;
}

.text-link-underline.white {
  color: #fff;
  text-decoration: underline;
}

.datenschutz-text {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-legal {
  color: #242424;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: .5rem;
  padding-top: 3rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.heading-legal.legal-second-heading {
  padding-top: 1rem;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.cookie-banner {
  z-index: 1;
  position: static;
  inset: 0%;
}

.fs-cc-banner4_text {
  color: #000;
  text-align: left;
  font-size: .875rem;
  line-height: 140%;
}

.fs-cc-banner_block {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 8px 8px 0 0;
  padding: 2rem 2rem 2rem 1.5rem;
}

.fs-cc-banner_container {
  border-radius: 8px;
  max-width: 21.25rem;
  box-shadow: 0 2px 17px 3px #0000002e;
}

.fs-cc-banner_component {
  z-index: 999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 2rem 2rem 0;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs_component {
  z-index: 998;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cookie-heading {
  color: #000;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-banner_button {
  text-align: center;
  background-color: #977347;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .25s;
  display: flex;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #cbb9a3;
  border: 1px solid #977347;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper-2 {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.fs-cc-banner4_text-2 {
  color: #677489;
  text-align: left;
  font-size: .875rem;
  line-height: 140%;
}

.cookie-heading-2 {
  color: #242424;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}

.fs-cc-banner_button-2 {
  text-align: center;
  background-color: #4d6bdd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  padding: .75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .25s;
  display: flex;
}

.fs-cc-banner_button-2:hover {
  background-color: #242424;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #242424;
  background-color: #0000;
}

@media screen and (min-width: 1280px) {
  .body {
    color: #000;
  }

  .navbar-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .primary-button {
    border-radius: .375rem;
    transition: all .25s;
  }

  .primary-button:hover {
    transform: translate(0, -3px);
  }

  .heading-h1.mb-48px {
    margin-bottom: 3rem;
  }

  .main-container {
    width: 100%;
  }

  .vertical-flex.mb-48px {
    margin-bottom: 3rem;
  }

  .text-18px {
    text-decoration: none;
  }

  .text-18px.max-width-544px {
    max-width: 34rem;
  }

  .text-18px.max-width-600px {
    max-width: 37.5rem;
  }

  .text-18px.text-align-right {
    text-align: right;
  }

  .horizontal-flex.space-between {
    justify-content: space-between;
  }

  .horizontal-flex.gap-12px {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text-16px {
    text-decoration: none;
  }

  .secondary-button {
    border-radius: .375rem;
  }

  .timeline10_item {
    border-style: none;
  }

  .timeline10_circle, .timeline10_progress-line {
    background-color: #caa378;
  }

  .layout-tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
  }

  .tab-link-tab-2 {
    background-color: #0000;
    border: 1px solid #eaeaea;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
  }

  .tab-link-tab-2.w--current {
    background-color: #fafafa;
    border-color: #caa378;
  }

  .heading-h3 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 130%;
  }

  .heading-h3.gold {
    color: #caa378;
  }

  .heading-h3.gold.mb-12px {
    margin-bottom: .75rem;
  }

  .form_input, .form_input:focus {
    color: #000;
  }

  .form-checkbox-icon:hover {
    border-color: #caa378;
  }

  .form-checkbox-icon.w--redirected-checked {
    background-image: url('../images/checked.svg');
    border-color: #caa378;
  }

  .google-maps-embed {
    width: 100%;
    height: 100%;
  }

  .footer-vertical-padding {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .light-green-background {
    background-color: #90b8b1;
  }

  .footnote-vertical-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .semi-bold-text-20px {
    color: #000;
  }

  .semi-bold-text-20px.mb-16px {
    margin-bottom: 1rem;
  }

  .trainings-wrapper {
    border-color: #eaeaea;
  }

  .trainings-wrapper:hover {
    border-color: #caa378;
  }
}

@media screen and (max-width: 991px) {
  .navbar-link {
    background-color: #0000;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    display: flex;
  }

  .navbar-link.w--current {
    background-color: #0000;
    border: 4px #f3d03e;
    border-bottom: 5px #f7e9b0;
  }

  .bottom-bubble {
    background-color: #242424;
    width: 20px;
    height: 1.5px;
    top: 35px;
  }

  .melted {
    background-color: #0000;
    margin-left: auto;
    display: block;
  }

  .melted:hover {
    background-color: #0000;
    border-radius: 20px;
  }

  .melted:active, .melted.w--open {
    background-color: #0000;
  }

  .top-bubble {
    background-color: #242424;
    width: 20px;
    height: 1.5px;
    top: 19px;
  }

  .navbar-link-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .middle-bubble {
    background-color: #242424;
    width: 20px;
    height: 1.5px;
    top: 27px;
  }

  .hero-vertical-padding {
    margin-top: 4.2rem;
  }

  .hero-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .vertical-flex.align-right.m-horizontal-center {
    justify-content: flex-start;
    align-items: center;
  }

  .vertical-flex.vertical-center, .vertical-flex.vertical-center.m-horizontal-center {
    justify-content: center;
    align-items: center;
  }

  .vertical-flex.align-center {
    text-align: left;
  }

  .text-18px.white.mb-16px.m-text-center {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .text-18px.mb-16px {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-18px.mb-32px {
    text-align: center;
  }

  .text-18px.m-text-16px {
    font-size: 1rem;
  }

  .text-18px.max-width-648px.t-mb-16px {
    margin-bottom: 1rem;
  }

  .horizontal-flex.space-between, .horizontal-flex.space-between.width-100.m-vertical-flex {
    flex-flow: column;
  }

  .horizontal-flex.space-between.width-100.m-vertical-flex.m-gap-32px {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .horizontal-flex.space-between.m-gap-48px {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .horizontal-flex.vertical-bottom.space-between {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-text-content {
    justify-content: flex-start;
    align-items: center;
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial_arrow {
    left: auto;
  }

  .testimonial_arrow.left {
    left: -25px;
  }

  .testimonial_arrow.right {
    left: auto;
    right: -25px;
  }

  .vertical-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .testimonial-slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-h2.mb-32px, .heading-h2.mb-16px {
    font-size: 2.25rem;
  }

  .heading-h2.mb-16px.m-text-center.no-mb {
    margin-bottom: 1rem;
  }

  .faq-layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .faq-heading {
    width: 100%;
    max-width: 30rem;
    margin-right: 0;
    font-size: 1.1rem;
  }

  .br-16px.with-dog {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-me-grid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .about-me-text-stack {
    text-align: center;
  }

  .timeline10_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 10rem 1fr;
  }

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

  .timeline10_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout-tabs-menu {
    grid-column-gap: 0rem;
    grid-auto-flow: row;
  }

  .tabs-content {
    max-width: 100%;
    display: block;
  }

  .picture-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .layout_component {
    grid-column-gap: 3rem;
  }

  .layout_component.mb-32px {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .reference-section {
    margin-top: 0;
  }

  .contact-container {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-vertical-padding {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .subheading-legal {
    word-break: normal;
    padding-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .tab-pane-tab-2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-text-22px.gold.mb-16px {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-link {
    flex-direction: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .logo-link.w--current {
    z-index: 2;
    height: auto;
  }

  .navbar-link-text {
    background-color: #0000;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
    display: flex;
  }

  .navbar-link-text.w--current {
    background-color: #0000;
    border: 4px #f3d03e;
    border-bottom: 5px #f7e9b0;
  }

  .navbar-components {
    display: flex;
  }

  .navbar-container {
    height: 70px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 200px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #fff3;
    justify-content: center;
    align-items: center;
    padding: 20px 2vw 40px;
    display: block;
  }

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

  .datenschutz-text {
    text-align: left;
  }

  .heading-legal {
    color: #292929;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .fs-cc-banner_component {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-link {
    padding-left: 0;
  }

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

  .primary-button.mr-16px {
    margin-right: 0;
  }

  .hero-vertical-padding {
    margin-top: 4.1rem;
  }

  .hero-grid {
    text-align: center;
    place-items: center;
  }

  .text-18px.max-width-544px.m-text-center {
    text-align: center;
  }

  .text-18px.text-align-right.m-text-align-left {
    text-align: left;
  }

  .text-18px.max-width-648px.t-mb-16px.m-text-center {
    text-align: center;
  }

  .horizontal-flex.space-between {
    flex-flow: column;
  }

  .horizontal-flex.button-box.m-gap-16px {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .horizontal-flex.vertical-bottom.space-between.m-center {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial-text-content {
    max-width: 100%;
  }

  .testimonial_arrow:hover {
    background-color: #fff;
  }

  .testimonial_arrow.left {
    top: auto;
    left: 0;
  }

  .testimonial_arrow.right {
    top: auto;
    right: 0;
  }

  .vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .testimonial-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .method-section {
    padding-left: 0;
  }

  .testimonial_component {
    max-width: 100%;
    padding-bottom: 3rem;
  }

  .heading-h2.mb-16px.m-text-center {
    text-align: center;
  }

  .faq-layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .faq-list.first-col {
    border-bottom: 1px #eaecf0;
  }

  .faq-heading {
    max-width: 22rem;
    font-size: 1.1rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-component {
    margin-top: 0;
  }

  .timeline10_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .timeline10_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .timeline10_circle {
    margin-top: 2.25rem;
  }

  .timeline10_progress {
    left: 0;
  }

  .timeline10_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .timeline10_circle-wrapper {
    left: 0;
  }

  .timeline10_empty-space {
    display: none;
  }

  .layout-tabs-menu {
    height: 100%;
    display: block;
  }

  .tabs-content {
    min-height: auto;
    display: block;
  }

  .layout_component {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout_tabs_link {
    padding-left: 1.5rem;
  }

  .reference-section {
    margin-top: 0;
  }

  .tab-link-tab-2.m-mb-16px, .tab-link-tab-2.m-mb-16px.w--current {
    margin-bottom: 1rem;
  }

  .contact-container {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer-vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .legal-container {
    overflow: visible;
  }

  .subheading-legal {
    text-align: left;
    white-space: normal;
    word-break: break-all;
    flex-direction: row-reverse;
    flex: 0 auto;
    justify-content: space-around;
    max-width: none;
    padding-top: 1rem;
    padding-bottom: .5rem;
    font-size: 1.2rem;
    display: block;
    overflow: visible;
  }

  .timeline10_circle-2 {
    margin-top: 2.25rem;
  }

  .logo-link, .navbar-link-text {
    padding-left: 0;
  }

  .navbar-components {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 3vw;
    padding-right: 3vw;
  }

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

  .datenschutz-text {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
  }

  .heading-legal {
    padding-bottom: 10px;
    font-size: 1.3rem;
  }

  .cookie-banner {
    overflow: hidden;
  }

  .fs-cc-banner_component {
    padding-bottom: 1rem;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-link {
    background-color: #0000;
  }

  .melted {
    margin-left: auto;
    margin-right: -1rem;
  }

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

  .navbar-link-container {
    flex-direction: column;
  }

  .navbar-section {
    background-color: #0000;
    position: relative;
  }

  .primary-button.m-m-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-vertical-padding {
    margin-top: 0;
  }

  .heading-h1.white.mb-16px {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-grid {
    grid-auto-flow: row;
  }

  .vertical-flex.gap-16px {
    justify-content: center;
    align-items: flex-start;
  }

  .vertical-flex.gap-16px.m-text-break {
    word-break: break-all;
  }

  .vertical-flex.align-center {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .text-18px, .text-18px.white, .text-18px.white.mb-16px.m-text-center, .text-18px.text-center.max-width-672px.mb-48px {
    font-size: 1rem;
  }

  .text-18px.max-width-672px.mb-60px {
    text-align: center;
    font-size: 1rem;
  }

  .text-18px.max-width-544px.m-text-center {
    text-align: center;
  }

  .text-18px.max-width-600px.text-center.mb-48px, .text-18px.mb-16px, .text-18px.mb-32px {
    font-size: 1rem;
  }

  .text-18px.max-width-648px.t-mb-16px.m-text-center {
    text-align: center;
  }

  .horizontal-flex.space-between.m-gap-48px {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .horizontal-flex.gap-12px {
    flex-flow: row;
    margin-top: 1rem;
  }

  .horizontal-flex.gap-12px.mb-8px {
    flex-flow: row;
  }

  .horizontal-flex.button-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-16px.white {
    text-align: left;
  }

  .text-16px.white.line {
    display: none;
  }

  .hero-name-background {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-22px.medium.white {
    font-size: 1.125rem;
  }

  .testimonial-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial_arrow {
    margin-bottom: 0;
  }

  .vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .vertical-padding.mt-80px {
    margin-top: 2rem;
  }

  .testimonial-mask {
    margin-bottom: 20px;
  }

  .testimonial_component {
    align-self: auto;
    max-width: 100%;
  }

  .heading-h2.mb-32px, .heading-h2.mb-16px {
    font-size: 2rem;
  }

  .heading-h2.mb-16px.m-text-center {
    text-align: center;
  }

  .heading-h2.white.mb-20px {
    font-size: 2rem;
  }

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

  .faq-list.first-col {
    border-bottom-style: none;
  }

  .faq-heading {
    max-width: 100%;
    padding-left: 0;
    padding-right: 40px;
    font-size: 1rem;
  }

  .faq-component {
    margin-top: 0;
  }

  .br-16px.with-dog {
    max-width: 100%;
  }

  .about-me-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .timeline10_item {
    grid-template-columns: 3rem 1fr;
  }

  .tabs-content {
    display: block;
  }

  .layout_component {
    grid-row-gap: 1rem;
  }

  .reference-section {
    margin-top: 0;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .google-maps-embed {
    margin-top: -30px;
  }

  .footer-vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footnote-vertical-padding {
    flex-flow: row;
    display: block;
  }

  .subheading-legal {
    padding-top: 1rem;
    font-size: 1.1rem;
    line-height: 160%;
  }

  .setting-green-background {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .supervision-image {
    max-width: 100%;
  }

  .logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-link-text {
    background-color: #0000;
  }

  .navbar-components {
    align-self: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-container {
    background-color: #0000;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-size: .9rem;
  }

  .button.mobile-left {
    margin-left: 0;
  }

  .button-text-2 {
    font-size: 1rem;
  }

  .navbar-wrapper {
    flex-flow: row;
    display: block;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .datenschutz-text {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-legal {
    color: #292929;
    word-break: normal;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.3em;
  }

  .cookie-banner {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .fs-cc-banner_component {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    inset: auto auto 0%;
    overflow: hidden;
  }

  .fs-cc-prefs_component {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
    right: auto;
    overflow: hidden;
  }
}

#w-node-_9229859c-c87b-4c23-5c11-c5dafd775894-f1e7e9f6, #w-node-_9229859c-c87b-4c23-5c11-c5dafd775896-f1e7e9f6 {
  justify-self: end;
}

#w-node-_1092aa08-9909-7939-18ec-b707bd713ad3-f1e7e9f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f974c5c-e7c1-5f53-9e30-84eed1b94283-f1e7e9f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2f974c5c-e7c1-5f53-9e30-84eed1b94293-f1e7e9f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_43a445d3-53c8-818c-9035-ee6d2206adb0-f1e7e9f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43a445d3-53c8-818c-9035-ee6d2206adb1-f1e7e9f6 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2f974c5c-e7c1-5f53-9e30-84eed1b94293-f1e7e9f6 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1092aa08-9909-7939-18ec-b707bd713aeb-f1e7e9f6, #w-node-_1092aa08-9909-7939-18ec-b707bd713b05-f1e7e9f6, #w-node-_1550c68a-7eb3-b63c-3a1d-15bca70a8271-f1e7e9f6, #w-node-_405bc420-ae47-e8e5-adb1-82f8ede33bd1-f1e7e9f6, #w-node-d45ef035-ae8a-b5ef-a2ba-02ff674c5f0d-f1e7e9f6, #w-node-_07f027a4-3d1e-082e-2b66-01f056f4a5e2-f1e7e9f6 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43a445d3-53c8-818c-9035-ee6d2206adb0-f1e7e9f6 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}