:root {
  --slate-blue: #274ccf;
  --light-blue: #274ccf0d;
  --black: #333;
  --darker-blue: #1a338acc;
  --simona-fix--grey: #575756;
  --simona-fix--pink: #e6007e;
  --white: white;
  --light-black: #3339;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-decoration: none;
}

.ncf-calendar {
  width: 100%;
}

.controls {
  margin-bottom: 24px;
  display: flex;
}

.ncf-date-today {
  cursor: pointer;
}

.ncf-date-outer-wrapper {
  overflow: hidden;
}

.ncf-date-inner-wrapper {
  transition: transform .2s;
  display: flex;
}

.ncf-date-day-template.today {
  color: var(--slate-blue);
  border: 1px red;
}

.ncf-date-template {
  border-radius: 12px;
  margin-top: 12px;
  margin-right: 16px;
  padding: 16px;
  position: relative;
}

.date {
  font-size: 24px;
  line-height: 28px;
}

.section-container {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-container.footer-section {
  overflow: hidden;
}

.inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.header-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.readtext {
  color: #2b2d33c2;
}

.headline-1 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  border-radius: 14px;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.primary.special-cta {
  color: #2b2d33;
}

.button.base {
  color: var(--slate-blue);
  background-color: #0000;
}

.button.newsletter {
  background-color: #2b2d33;
  margin-left: 8px;
}

.button-inner-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._20px-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

._20px-icon.mgnr-8 {
  margin-right: 8px;
}

.button-text-normal {
  z-index: 1;
  position: relative;
}

.button-bg-col {
  background-color: #274ccf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-bg-col:hover {
  z-index: 0;
}

.button-bg-col.special-cta {
  background-color: #ffe100;
}

._24px-icon {
  width: 24px;
  height: 24px;
}

.spacer-horizonal-mid {
  width: 16px;
}

.flex-calender-browser {
  align-items: center;
  display: flex;
}

.date-swipe-container {
  color: var(--slate-blue);
  cursor: pointer;
  border-radius: 12px;
  padding: 4px;
  transition: all .32s;
}

.date-swipe-container:hover {
  background-color: var(--light-blue);
}

.button-bg-base {
  z-index: -1;
  opacity: 0;
  background-color: #274ccf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-bg-base:hover {
  z-index: 0;
  opacity: .05;
}

.date-divider {
  border-right: 1px #000;
  border-bottom: 1px solid var(--black);
  background-color: var(--darker-blue);
  border-top-width: 1px;
  border-top-color: #000;
  border-radius: 2px;
  width: 8px;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.spacer-horizonal-big {
  width: 24px;
}

.date-title-container {
  border-bottom: 1px solid var(--black);
  padding-bottom: 8px;
}

.from-to-flex {
  color: var(--darker-blue);
  align-items: center;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.cal-bg {
  z-index: -1;
  border-left: 2px solid var(--slate-blue);
  background-color: var(--light-blue);
  border-radius: 2px 16px 16px 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.appointment-title {
  color: var(--slate-blue);
  font-size: 20px;
  line-height: 24px;
}

.more-button {
  color: var(--darker-blue);
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .32s;
  display: flex;
}

.more-button:hover {
  background-color: var(--light-blue);
  color: var(--slate-blue);
}

._20px-icon-2 {
  width: 20px;
  height: 20px;
}

.calendar-detail-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.link-reverted {
  color: #fff;
}

.link-reverted.footer-links {
  margin-bottom: 8px;
  display: flex;
}

.landing-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inline-link-reverted {
  color: #fff;
  font-weight: 700;
}

.ds-nav-menu {
  background-color: #fff;
  border: 1px solid #274ccf;
  border-radius: 12px;
  flex-direction: row;
  align-items: flex-end;
  min-width: 240px;
  padding: 16px 20px;
  display: flex;
  overflow: hidden;
}

.lbl-text {
  opacity: .8;
  letter-spacing: .4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.error-message {
  border-radius: 12px;
  padding: 8px 16px;
}

.form-text-field {
  border: 1px #000;
  border-radius: 12px;
  flex: 1;
  margin-bottom: 0;
  box-shadow: 1px 1px 8px #14141414;
}

.form-text-field::placeholder {
  color: #2b2d33cc;
}

.icon {
  color: #fff;
  margin-right: 8px;
}

.description-bullet-point {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.special-cta {
  color: #ffe100;
}

.mini-text {
  font-size: 12px;
  line-height: 12px;
}

.deco-block-smaller {
  background-image: url('../images/Cirlce-Col.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto -121px 82px auto;
}

.subscribe-form {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 82%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-flex {
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.footer-block {
  max-width: 100%;
}

.checkbox {
  border-width: 1px;
  border-color: #2b2d33;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.white {
  color: #fff;
  border-color: #fff;
  flex: none;
}

.right-footer-container {
  flex-direction: column;
  flex: 0 auto;
  width: 40%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-block-footer {
  align-items: center;
  display: flex;
}

.deco-block-big {
  background-image: url('../images/Cirlce-Col.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 480px;
  height: 480px;
  position: absolute;
  inset: auto -238px -286px auto;
}

.footer-link {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.footer-link:hover {
  color: #242424;
}

.footer-link.imprint {
  margin-bottom: 0;
  margin-right: 16px;
}

.custom-menu-container {
  display: none;
  position: relative;
}

.headline-feature-show {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.success-message {
  color: #fff;
  background-color: #274ccf;
  border-radius: 12px;
  padding: 8px 16px;
}

.subpage-footer {
  color: #fff;
  background-color: #2b2d33;
  background-image: linear-gradient(#274ccf, #274ccf);
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 36px #3e59de80;
}

.footer-sites-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.custom-open-burger {
  position: absolute;
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-2.footer {
  color: #fff;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: 0;
}

.menu-title {
  font-size: 18px;
}

.shinynav {
  color: #fff;
  background-color: #274ccf;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: sticky;
}

.floating-burger-nav {
  color: #fff;
  background-color: #274ccf;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.checkbox-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
}

.left-footer-container {
  flex: 0 auto;
  width: 56%;
  max-width: 100%;
  margin-right: 40px;
  display: flex;
}

.flex-always {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.imprint-container {
  display: flex;
}

.nav-link {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .32s;
}

.nav-link:hover {
  color: #274ccf;
}

.elements-headline {
  color: #274ccf;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

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

.fancy-new-thing {
  color: #2b2d33;
  background-color: #fff;
  border-radius: 14px;
  margin-left: 8px;
  padding: 2px 8px;
}

.fancy-new-thing.hidden-button {
  border-radius: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-button {
  border-radius: 15px;
  width: 264px;
  padding: 12px;
}

.menu-button.w--open {
  background-color: #0000;
  padding: 12px;
}

._24px-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
}

.mgnl-8 {
  margin-left: 8px;
}

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  color: var(--slate-blue);
  background-color: #0000;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  color: var(--slate-blue);
  background-color: #0000;
}

.tabs-menu {
  justify-content: flex-end;
  display: flex;
}

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

.footer-wrapper-three {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 78px;
  display: flex;
}

.heading-style-h1 {
  font-size: 3.7rem;
  line-height: 4.625rem;
}

.nav-dropdown-link {
  text-align: left;
  white-space: pre-wrap;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

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

.text-rich-text {
  display: block;
}

.xmas-tour-link-text {
  grid-column-gap: 8px;
  align-items: center;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.space-regular {
  height: 60px;
}

.navbar-bg-wrapper {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-link-2 {
  color: #7a7a7a;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 1.25rem;
  text-decoration: none;
}

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

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

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

.nav-link-2.w--current {
  border-bottom: 1px solid #7a7a7a;
}

.nav-link-2.highlight {
  color: #18673c;
  font-weight: 600;
}

.nav-dropdown-toggle {
  color: #7a7a7a;
  padding: 5px 30px 5px 10px;
}

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

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

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

.main-wrapper {
  overflow: hidden;
}

.nav-menu-wrapper {
  padding-left: 20px;
}

.navbar-no-shadow {
  z-index: 10;
  background-color: #fff;
  margin-top: 20px;
  position: static;
  top: 0;
}

.button-2 {
  color: #18673c;
  text-align: center;
  background-color: #ade5ba;
  border-radius: 16px;
  padding: 14px 20px;
  font-weight: 600;
  display: block;
}

.footer-legal-link {
  color: var(--simona-fix--grey);
  margin-left: 24px;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: var(--simona-fix--pink);
}

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

.xmas-navbar-banner {
  background-color: #154228;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.xmas-link {
  background-color: #c7444c;
  border-radius: .6rem;
  align-self: stretch;
  height: 2.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.lgs-tour-link-text {
  grid-column-gap: 8px;
  font-weight: 600;
  display: flex;
}

.hide {
  display: none;
}

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

.default_heading-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-shadow-trigger {
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-site-column {
  flex-direction: column;
  display: flex;
}

.lgs-navbar-inline-mobile {
  display: none;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lgs-tour-link-icon {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0);
}

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  font-weight: 500;
}

.footer-social-icon {
  color: #1a1b1f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-social-icon:hover {
  color: #7a7a7a;
}

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

.text-weight-bold {
  font-weight: 700;
}

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

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

.full-width {
  width: 100%;
}

.navbar-shadow {
  z-index: 0;
  opacity: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 5px #00000080;
}

.xmas-navbar-content {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  display: flex;
}

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

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

.space-xlarge {
  height: 100px;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  text-align: left;
  max-width: 250px;
  overflow: hidden;
}

.nav-space-to-next {
  flex: 1;
}

.page-wrapper {
  min-height: 100dvh;
}

.doyo-footer-logo {
  margin-bottom: 8px;
}

.xmas-navbar-left {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sf-footer {
  background-color: #0000;
  position: relative;
}

.sf-button {
  border: 1px solid var(--simona-fix--grey);
  color: var(--simona-fix--grey);
  background-color: #0000;
  transition: all .3s;
}

.sf-button:hover {
  background-color: var(--simona-fix--grey);
  color: var(--white);
}

.sf-button.secondary {
  border-color: var(--simona-fix--pink);
  color: var(--simona-fix--pink);
}

.sf-button.secondary:hover {
  background-color: var(--simona-fix--pink);
  color: var(--white);
}

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

.max-width-full {
  width: 100%;
  max-width: none;
}

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

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.gradient-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(135deg, #efcd10, #ee730b 50%, #ff0b46);
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2px;
  display: inline-block;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.overflow-hidden {
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.margin-xsmall {
  margin: .5rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.nav_menu {
  display: flex;
}

.text-size-tiny {
  font-size: .875rem;
  line-height: 140%;
}

.nav_menu_link {
  color: #aaa7b6;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.nav_menu_link:hover {
  color: #fff;
}

.nav_menu_link.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(107deg, #efcd10, #ee730b 50%, #ff0b46);
  -webkit-background-clip: text;
  background-clip: text;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

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

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: padding .3s;
  position: relative;
  inset: 0% 0% auto;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.text-color-alternate {
  color: #fff;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.text-style-muted {
  opacity: .6;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.fs-styleguide_spacing-all {
  display: none;
}

.form_component {
  margin-bottom: 0;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  transition: background-color .3s;
}

.button-3:hover {
  background-color: #0000;
}

.button-3.is-secondary {
  color: #aaa7b6;
  background-color: #0000;
  border: 1px solid #222;
}

.button-3.is-text {
  color: #fff;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-3.is-large {
  padding: 1rem 2rem;
}

.button-3.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.is-small {
  padding: .5rem 1.25rem;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-tiny {
  margin: .125rem;
}

.padding-xhuge {
  padding: 8rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-subtitle-uppercase {
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 130%;
}

.icon-height-small {
  height: 1rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-large {
  padding: 3rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.nav_button {
  padding: 1rem;
}

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

.nav_brand {
  width: 235px;
}

.text-color-primary {
  color: #aaa7b6;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

.text-style-italic {
  font-style: italic;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.padding-custom2 {
  padding: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.nav_demo-button {
  margin-left: 16px;
  display: flex;
}

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

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-gradient {
  background-image: linear-gradient(135deg, #efcd10, #ee730b 50%, #ff0b46);
}

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

.icon-height-large {
  height: 3rem;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #ee730b;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #ff0b46;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.background-color-alternate {
  background-color: #fff;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.background-color-tertiary {
  background-color: #ff0b46;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-medium {
  margin: 2rem;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 140%;
}

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

.padding-xsmall {
  padding: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_hero-label {
  color: #aaa7b6;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.margin-huge {
  margin: 6rem;
}

.heading-style-h1-2 {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

.heading-style-h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.padding-xxsmall {
  padding: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.heading-style-h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 100%;
}

.padding-tiny {
  padding: .125rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.background-color-secondary {
  background-color: #ee730b;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.background-color-primary {
  color: #fff;
  background-color: #000;
}

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

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-height-medium {
  height: 2rem;
}

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

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

.sf-body {
  color: var(--simona-fix--grey);
  font-family: Barlow, sans-serif;
}

.sf-heading-1 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.sf-adresse {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 38px;
  margin-bottom: 40px;
  display: flex;
}

.font-weight-500 {
  font-weight: 500;
}

.sf-border-container {
  border: 2px solid #e2e2e2;
  width: 100%;
  max-width: 600px;
  padding: 40px;
}

.sf-border-container.privacy {
  border-width: 0;
  max-width: 800px;
  padding: 0;
}

.sf-border-container--content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-block {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.font-weight-600 {
  font-weight: 600;
}

.sf-button-margin-top {
  margin-top: 32px;
}

.sf-svg {
  width: 465px;
  max-width: 100%;
}

.sf-richtext-privacy a {
  color: var(--simona-fix--grey);
  text-decoration: underline;
}

.sf-richtext-privacy a:hover {
  color: var(--simona-fix--pink);
}

.sf-link {
  color: var(--simona-fix--grey);
  text-decoration: underline;
}

.sf-link:hover {
  color: var(--simona-fix--pink);
}

@media screen and (max-width: 991px) {
  .ncf-date {
    font-size: 20px;
    line-height: 24px;
  }

  .inner-container {
    width: 88%;
  }

  .from-to-flex {
    margin-bottom: 2px;
  }

  .appointment-title {
    font-size: 16px;
    line-height: 20px;
  }

  .landing-nav-container {
    margin-top: 32px;
  }

  .ds-nav-menu {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    overflow: hidden;
  }

  .deco-block-smaller {
    bottom: -13%;
    right: -18%;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-inner-container {
    width: 88%;
  }

  .deco-block-big {
    bottom: -392px;
  }

  .subscribe-form-2.footer {
    padding-left: 0;
  }

  ._24px-icon-2 {
    flex: none;
  }

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

  .navbar-bg-wrapper {
    height: 70px;
  }

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

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

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

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

  .nav-menu {
    grid-row-gap: 10px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .doyo-footer-link {
    margin-left: 0;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

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

  .text-size-large {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .nav_menu {
    background-color: #000;
    padding: 20px;
  }

  .nav_menu_link {
    padding-left: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .nav_button {
    color: #fff;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .nav_demo-button {
    margin-top: 1rem;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h1-2 {
    font-size: 3rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .sf-border-container.privacy {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ncf-date-day-template {
    padding-right: 16px;
  }

  .ncf-date-template {
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .section-container.footer-section {
    padding-bottom: 0;
  }

  .inner-container {
    width: 92%;
  }

  .headline-1 {
    font-size: 24px;
    line-height: 28px;
  }

  .date-title-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .cal-bg {
    border-radius: 0 8px 8px 0;
  }

  .subscribe-form {
    padding: 0;
  }

  .footer-inner-container {
    width: 92%;
  }

  .footer-flex {
    flex-direction: column-reverse;
  }

  .right-footer-container {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .headline-feature-show {
    font-size: 16px;
    line-height: 20px;
  }

  .subpage-footer {
    border-radius: 0;
    width: 100%;
  }

  .grad-text {
    text-align: center;
    margin-bottom: 16px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }

  .subscribe-form-2.footer {
    padding: 0;
  }

  .shinynav {
    flex-direction: column;
  }

  .left-footer-container {
    width: 100%;
    margin-right: 0;
  }

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

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

  .heading-style-h1 {
    line-height: 4.5rem;
  }

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

  .lgs-tour-link {
    align-self: center;
  }

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

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

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

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

  .xmas-navbar-banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .xmas-link {
    align-self: flex-start;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-social-link-three, .navbar-brand {
    padding-left: 0;
  }

  .lgs-navbar-inline-mobile {
    display: block;
  }

  .nav-menu {
    grid-row-gap: 0px;
    flex-direction: column;
    padding-left: 0;
  }

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

  .xmas-navbar-content {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .space-xlarge {
    height: 40px;
  }

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

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

  .xmas-navbar-inline {
    display: inline;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

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

  .spacer-large {
    padding-top: 1.5rem;
  }

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

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

  .sf-heading-1 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button.primary.special-cta {
    display: none;
  }

  .date-title-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .landing-nav-container {
    margin-top: 24px;
  }

  .deco-block-smaller {
    bottom: -51px;
    right: -159px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .right-footer-container {
    flex-direction: column;
    width: auto;
  }

  .form-block-footer {
    display: flex;
  }

  .deco-block-big {
    bottom: -378px;
  }

  .footer-link.imprint {
    margin-bottom: 8px;
  }

  .headline-feature-show {
    font-weight: 700;
  }

  .subpage-footer {
    flex-direction: column;
  }

  .left-footer-container {
    flex-direction: column;
    width: auto;
  }

  .flex-always {
    flex-direction: column;
    display: flex;
  }

  .flex-always.not-on-mobile {
    flex-direction: row;
  }

  .imprint-container {
    flex-wrap: wrap;
  }

  .footer-copyright {
    order: 1;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .xmas-tour-link-text {
    justify-content: center;
  }

  .footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .xmas-link {
    width: 100%;
  }

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

  .xmas-navbar-content {
    text-align: center;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .xmas-navbar-left {
    margin-bottom: .5rem;
  }

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_brand {
    width: 170px;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .sf-border-container {
    padding: 20px;
  }
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc337f-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc339e-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33a3-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33a8-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33ad-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33b3-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33b9-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc33bf-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc34a7-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc34af-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc34c6-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc34df-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc34e2-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc34e4-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc34e7-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc353b-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3545-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3546-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc35be-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35c3-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35c8-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35cd-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35d2-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35d7-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35e1-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35e6-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35eb-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35f0-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35f5-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35fa-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc35ff-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3604-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3609-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc360e-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3613-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc3617-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc3618-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc361d-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3622-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3627-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc363b-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3640-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3645-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc364a-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc364f-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3654-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc365e-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3663-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3668-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc366d-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3672-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3677-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc367c-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3681-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3686-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc368b-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3690-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc3694-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc3695-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc369a-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc369f-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36a4-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36b5-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36ba-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36bf-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36c4-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36c9-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36ce-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36d3-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36d8-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36dd-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc36e2-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc36e6-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc36e7-26d80ec7 {
  justify-self: start;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc36ea-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc376b-26d80ec7, #w-node-d0ddeb95-d24b-db69-7c66-62e642dc3798-26d80ec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0ddeb95-d24b-db69-7c66-62e642dc37d6-26d80ec7 {
  justify-self: start;
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}