:root {
  --light-grey: #bcbcbc;
  --white: white;
  --s-1: 20px;
  --dark-grey: #262626;
  --s-2: 40px;
  --red: #c00;
  --s-1-5: 30px;
  --grey: #8b8b8b;
  --s-3: 60px;
  --s-0: 0px;
  --blue: #0e89d4;
  --s-4: 80px;
  --black: #0f0f0f;
}

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

.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: var(--light-grey);
  background-color: #000;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25em;
}

h4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--white);
  font-size: 1em;
  text-decoration: none;
}

a:hover {
  color: var(--light-grey);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}

li {
  margin-bottom: 5px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

label {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 1.125em;
  font-weight: 400;
  display: block;
}

.form-checkbox-label {
  padding-left: 5px;
  font-size: 1em;
  line-height: 1.5em;
}

.form-container-base {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.m-l-6 {
  margin-left: 60px;
}

.title-h2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1em;
}

.m-r-4 {
  margin-right: 40px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.form-radio-field-box {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.m-b-9 {
  margin-bottom: 90px;
}

.img-wrap-base {
  height: 600px;
  overflow: hidden;
}

.img-wrap-base.img-wrap-gallery {
  width: 100%;
  height: 15vw;
}

.img-wrap-base.img-wrap-news {
  height: 268px;
  min-height: 268px;
}

.img-wrap-base.img-wrap-sponsor {
  background-color: var(--dark-grey);
  height: 200px;
  position: relative;
}

.img-wrap-base.img-wrap-sponsor.res-big {
  width: 100%;
}

.img-wrap-base.img-wrap-sponsor.img-wrap-sponsor-main {
  margin-top: var(--s-1);
  width: 80%;
  height: 270px;
  overflow: visible;
}

.img-wrap-base.img-wrap-sponsor.light {
  background-color: var(--light-grey);
}

.img-wrap-base.img-wrap-sponsoring {
  z-index: 1;
  align-self: center;
  width: 50%;
  height: 900px;
  position: absolute;
  right: 0;
}

.img-wrap-base.img-wrap-appointments {
  width: 60%;
  min-width: 60%;
  height: auto;
  max-height: 100%;
}

.img-wrap-base.img-wrap-contact {
  width: 450px;
  height: 650px;
  position: relative;
  overflow: visible;
}

.img-wrap-base.img-wrap-logo-footer {
  width: 250px;
  min-width: 250px;
  height: 80px;
  margin-bottom: 20px;
}

.img-wrap-base.img-wrap-hl-lines {
  height: 18px;
}

.img-wrap-base.img-wrap-base-vita {
  width: 100%;
  height: 375px;
  position: relative;
  transform: skew(-5deg);
}

.img-wrap-base.img-wrap-base-hl-s {
  height: 18px;
}

.img-wrap-base.img-wrap-social {
  aspect-ratio: 1;
  height: auto;
}

.img-wrap-base.img-wrap-base-gallery {
  width: 100%;
  height: 18px;
}

.img-wrap-base.img-wrap-hero {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.img-wrap-base.img-wrap-about {
  width: 100%;
  max-width: 620px;
  position: relative;
  overflow: visible;
}

.img-wrap-base.img-wrap-hero-s {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.img-wrap-base.img-wrap-card-bg {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.m-b-6 {
  margin-bottom: 60px;
}

.form-radio-label-box {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
}

.column-50 {
  width: 50%;
}

.column-50.column-50-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-30 {
  width: 30%;
}

.m-r-0 {
  margin-bottom: 0;
}

.m-b-5 {
  margin-bottom: 50px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.section-content {
  width: 85%;
}

.section-content.section-content-full {
  width: 100%;
}

.section-content.section-content-footer {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section-content.section-content-side {
  flex-flow: wrap;
  width: 92.5%;
}

.section-content.section-content-slider {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-content.section-content-navbar {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-content.section-content-hero {
  position: relative;
}

.m-r-6 {
  margin-right: 60px;
}

.m-l-8 {
  margin-left: 80px;
}

.m-t-5 {
  margin-top: 50px;
}

.m-r-9 {
  margin-right: 90px;
}

.column-70 {
  width: 70%;
}

.m-l-7 {
  margin-left: 70px;
}

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

.m-t-7 {
  margin-top: 70px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.m-t-2 {
  margin-top: 20px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.m-r-10 {
  margin-right: 100px;
}

.m-t-9 {
  margin-top: 90px;
}

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

.form-message {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #707070;
  width: 100%;
  min-width: 200px;
  max-width: 100%;
  max-height: 250px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.form-success {
  background-color: #ddd0;
}

.form-base {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.title-h3 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25em;
}

.breadcrumb {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.m-r-7 {
  margin-right: 70px;
}

.form-checkbox {
  border: 2px solid var(--white);
  border-radius: 0;
  width: 17px;
  height: 17px;
}

.form-checkbox.w--redirected-checked {
  background-color: var(--red);
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 300px;
  display: flex;
}

.form-radio {
  margin-top: 0;
}

.m-l-0 {
  margin-left: 0;
}

.m-t-6 {
  margin-top: 60px;
}

.m-r-1 {
  margin-right: 10px;
}

.form-field {
  color: var(--white);
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #707070;
  margin-bottom: 0;
}

.m-l-9 {
  margin-left: 90px;
}

.main {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80vh;
  display: flex;
  overflow: hidden;
}

.style {
  display: block;
}

.text-container-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 120px;
  display: flex;
}

.text-container-base.text-container-card {
  padding: var(--s-1-5);
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--grey);
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
}

.text-container-base.text-container-max-w-600 {
  width: 100%;
  max-width: 600px;
}

.text-container-base.text-container-base-appointment {
  padding: 45px var(--s-3);
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
}

.text-container-base.text-container-base-sponsor {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  position: relative;
}

.text-container-base.text-container-timeline {
  width: 100%;
}

.text-container-base.text-container-m-w-700 {
  width: 100%;
  max-width: 700px;
}

.text-container-base.text-container-base-hero {
  z-index: 99;
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  max-width: 720px;
}

.text-container-base.text-container-news-article {
  width: 100%;
  min-width: 0;
  max-width: 1000px;
}

.text-container-base.text-container-flex-h-s-s {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
}

.form-radio-group-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.m-l-2 {
  margin-left: 20px;
}

.content-row-base {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.content-row-base.content-row-align-center {
  justify-content: space-between;
  align-items: center;
}

.content-row-base.content-row-gallery {
  grid-column-gap: var(--s-0);
  grid-row-gap: var(--s-0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
}

.content-row-base.content-row-gallery-sub {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
}

.content-row-base.content-row-gallery-sub.flex-v-s-s {
  flex-flow: column;
}

.content-row-base.content-row-timeline {
  grid-column-gap: var(--s-0);
  grid-row-gap: var(--s-0);
  justify-content: space-between;
}

.text-wrap-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap-base.text-container-column {
  max-width: 570px;
}

.text-wrap-base.text-container-column._w-100 {
  width: 100%;
}

.text-wrap-base.text-wrap-overline {
  grid-column-gap: var(--s-1-5);
  grid-row-gap: var(--s-1-5);
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.text-wrap-base.text-wrap-vita {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-wrap-base.text-wrap-card-info {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.text-wrap-base.text-wrap-social {
  max-width: 600px;
}

.text-wrap-base._w-100 {
  width: 100%;
}

.text-wrap-base._w-50 {
  width: 50%;
}

.text-wrap-base._w-50.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.fa-icon {
  -webkit-text-stroke-width: 0px;
  font-family: "Font Awesome 6 Free Solid 900", sans-serif;
}

.fa-icon.fa-icon-breadcrumb {
  font-size: 1em;
}

.fa-icon.fa-icon-link-arrow {
  color: var(--red);
  margin-left: 5px;
  display: inline-block;
  transform: rotate(45deg);
}

.fa-icon.fa-icon-slidear-arrow {
  color: var(--white);
  font-size: 1.25em;
}

.main-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.main-content.main-content-footer, .main-content.main-content-navbar {
  height: 100%;
}

.link-button {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.25em;
  line-height: 1.74em;
}

.m-r-8 {
  margin-right: 80px;
}

.m-l-3 {
  margin-left: 30px;
}

.m-b-4 {
  margin-bottom: 40px;
}

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

.link-social {
  font-size: 1.5em;
  font-weight: 400;
  transition: color .2s;
}

.link-social:hover {
  color: #cccabd;
}

.m-t-8 {
  margin-top: 80px;
}

.form-label {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 700;
  transition: transform .2s;
  transform: translate(10px, 30px);
}

.form-label.anim-form-label-up {
  transform: none;
}

.form-select {
  margin-top: 10px;
  margin-bottom: 0;
}

.form-radio-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.m-r-2 {
  margin-right: 20px;
}

.m-b-0 {
  margin-bottom: 0;
}

.button {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  min-width: 220px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: var(--white);
  background-color: #ff3232;
}

.title-h4 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
}

.title-h6 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
}

.title-h6.title-h6-cv {
  color: var(--blue);
  text-transform: none;
}

.m-t-3 {
  margin-top: 30px;
}

.title-72 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
}

.m-l-1 {
  margin-left: 10px;
}

.m-l-4 {
  margin-left: 40px;
}

.m-t-1 {
  margin-top: 10px;
}

.title-h5 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
}

.title-h5.title-h5-no-wrap {
  white-space: nowrap;
}

.m-r-3 {
  margin-right: 30px;
}

.m-t-4 {
  margin-top: 40px;
}

.form-element {
  width: 100%;
}

.form-element.form-element-end {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.form-radio-box {
  border-radius: 5px;
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-left: 0;
}

.m-l-5 {
  margin-left: 50px;
}

.headline-wrap-base {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-wrap-base.headline-wrap-timeline-element {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.headline-wrap-base.headline-wrap-social {
  flex-flow: row;
}

.headline-wrap-base.headline-wrap-gallery {
  flex-flow: row;
  width: 100%;
}

.m-r-5 {
  margin-right: 50px;
}

.m-l-10 {
  margin-left: 100px;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 350px;
  display: flex;
  position: relative;
  scroll-margin: 200px;
}

.section.section-right {
  align-items: flex-end;
}

.section.section-first {
  margin-top: 200px;
}

.section.section-left {
  align-items: flex-start;
}

.section.margin-100 {
  margin-top: 100px;
}

.section.section-hero {
  margin-top: 120px;
}

.section.section-transition {
  margin-top: 150px;
  margin-bottom: -200px;
}

.m-t-10 {
  margin-top: 100px;
}

.title-21-alt {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1em;
}

.button-wrap-base {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrap-base.button-wrap-align-end {
  justify-content: flex-end;
  width: 100%;
}

.button-wrap-base.button-wrap-align-sb {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.button-wrap-base.button-wrap-align-center {
  justify-content: center;
  width: 100%;
}

.button-wrap-base.button-wrap-slider-sb {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 7.5%;
  margin-right: 7.5%;
  position: relative;
}

.m-t-0 {
  margin-top: 0;
}

.s-blue {
  color: var(--blue);
}

.img-hero {
  object-fit: contain;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  position: relative;
  right: 0%;
  overflow: hidden;
}

.gallery-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: relative;
}

.card-container-s {
  grid-column-gap: var(--s-1-5);
  grid-row-gap: var(--s-1-5);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.card-news {
  flex-flow: column;
  justify-content: space-between;
  width: 385px;
  min-width: 385px;
  display: flex;
}

.card-news-hl {
  background-color: var(--blue);
  border-radius: 0;
  width: 100%;
  height: 7px;
}

.card-section {
  border: 1px solid var(--grey);
}

.card-section.card-section-sponsoring {
  padding: var(--s-4) 50px;
  background-color: var(--dark-grey);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.card-section.card-section-appointment {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column-40 {
  width: 40%;
}

.column-40.column-40-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-element-wrap {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-element {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.grid-key-data {
  grid-row-gap: 5px;
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.grid-element {
  line-height: 1.5em;
}

.grid-element.grid-element-title {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-h6-alt {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
}

.timeline-elements-wrap {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.timeline-line {
  z-index: 0;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 40px;
}

.timeline-line.timeline-line-blue {
  z-index: 0;
  background-color: var(--blue);
}

.timeline-line.timeline-line-red {
  background-color: var(--red);
  height: 80%;
}

.timeline-line.timeline-line-red.timeline-line-end {
  border: 1px dashed #000;
  height: 200px;
  top: 100%;
  left: 0;
}

.timeline-element {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.timeline-img-container {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 25%;
}

.slider-container {
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.card-slider-spacer {
  width: 7.5%;
  min-width: 7.5%;
  height: 200px;
  margin-left: -30px;
}

.button-slider {
  background-color: var(--red);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.grid-social {
  margin-top: var(--s-4);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.s-red {
  color: var(--red);
}

.timeline-container-left {
  grid-column-gap: var(--s-2);
  grid-row-gap: var(--s-2);
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.timeline-container-right {
  width: 40%;
  position: relative;
}

.timline-dot {
  z-index: 1;
  margin-top: -3px;
  margin-right: var(--s-2);
  background-color: var(--white);
  border-radius: 20px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 25px;
  position: relative;
}

.timline-dot.timline-dot-red {
  background-color: var(--red);
}

.timline-dot.timline-dot-blue {
  background-color: var(--blue);
}

.gdpr-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gdpr-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  display: flex;
}

.gdpr-nav-submenu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-left: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.gdpr-content {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.hero-stripes-container-right {
  z-index: 0;
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: -30%;
  right: -40%;
}

.img-stripe-anim {
  object-fit: contain;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-stripes-container-left {
  z-index: 0;
  width: 40%;
  height: 100%;
  position: absolute;
  bottom: -43%;
  left: -35%;
}

.section-overlay-r {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #0000, #a3a3a300 0%, #000);
  width: 200px;
  height: 100%;
  position: absolute;
  right: 0;
}

.img-about-stripe-1 {
  z-index: 0;
  object-fit: fill;
  width: 153px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: -100px 5% auto auto;
}

.img-about-stripe-2 {
  z-index: 0;
  width: 131px;
  max-width: none;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: -115px;
  left: 175px;
}

.img-about-stripe-3 {
  z-index: 0;
  width: 100px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 40%;
}

.img-about-stripe-4 {
  z-index: -1;
  width: 600px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -90px;
  left: 45px;
}

.img-sponsor-stripe-1 {
  z-index: 0;
  width: 60px;
  height: auto;
  position: absolute;
  inset: auto -31px 20px auto;
}

.img-sponsor-stripe-2 {
  z-index: 0;
  width: 153px;
  height: 150px;
  position: absolute;
  inset: auto -30px -50px auto;
}

.img-contact-stripe-1 {
  z-index: 1;
  width: 131px;
  height: 150px;
  position: absolute;
  inset: -40px 0 auto auto;
}

.img-contact-stripe-2 {
  z-index: 0;
  width: 131px;
  height: 150px;
  position: absolute;
  inset: auto 35px -50px auto;
}

.img-contact-stripe-3 {
  z-index: -1;
  width: 131px;
  height: 150px;
  position: absolute;
  inset: 170px auto auto -40px;
}

.img-contact-stripe-4 {
  z-index: -1;
  width: 500px;
  height: auto;
  position: absolute;
  inset: -20px auto auto -80px;
  overflow: visible;
}

.img-contact-stripe-5 {
  z-index: -1;
  width: 250px;
  height: auto;
  position: absolute;
  inset: auto -45px -10px auto;
  overflow: visible;
}

.img-sponsor {
  object-fit: contain;
  padding: 40px;
  transition: transform .3s;
  position: relative;
}

.img-stripes-gallery-1 {
  z-index: -1;
  width: 565px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto auto -50px -390px;
}

.img-stripes-gallery-2 {
  z-index: -1;
  width: 565px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 250px -280px auto auto;
}

.hero-overlay-r {
  background-image: linear-gradient(270deg, #000, #fff0);
  width: 150px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.html-vita {
  margin-top: 3px;
}

.img-gallery-stripe-1 {
  z-index: -1;
  width: 400px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: auto auto 88px -260px;
}

.img-gallery-stripe-2 {
  z-index: -1;
  width: 400px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 157px -210px auto auto;
}

.img-card-bg {
  opacity: .3;
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 0% 50%;
}

.img-about-stripe-5 {
  z-index: -1;
  width: 750px;
  max-width: none;
  height: auto;
  position: absolute;
  inset: -208px -471px auto auto;
}

.img-sponsor-big {
  z-index: 1;
  object-fit: contain;
  box-shadow: 20px 4px 17px 7px #00000080;
}

.button-2 {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #c00;
  min-width: 220px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 700;
  transition: background-color .3s;
}

.title-h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1em;
}

.form-checkbox-2 {
  border: 2px solid #fff;
  border-radius: 0;
  width: 17px;
  height: 17px;
}

.form-checkbox-2.w--redirected-checked {
  background-color: #230800;
  border-color: #230800;
}

.img-button-stripe-1 {
  z-index: 0;
  opacity: .2;
  position: absolute;
  top: -10px;
  bottom: 0%;
  left: 4px;
}

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

.img-gallery {
  max-width: none;
  position: relative;
}

.lightbox-gallery {
  margin-top: var(--s-2);
}

.img-wrap-button-stripes {
  position: absolute;
  inset: 0%;
}

.img-button-stripe-2 {
  z-index: 0;
  opacity: .18;
  width: 150px;
  height: 100px;
  position: absolute;
  top: -89px;
  bottom: 0%;
  left: 146px;
}

.img-button-stripe-3 {
  z-index: 0;
  opacity: .2;
  width: 150px;
  height: 100px;
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: -70px;
}

.img-button-stripe-4 {
  z-index: 0;
  opacity: .2;
  width: 150px;
  height: 100px;
  position: absolute;
  top: 50px;
  bottom: 0%;
  left: -2px;
}

.grid-sponsor {
  margin-top: var(--s-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-partner {
  margin-top: var(--s-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.fs-cc-banner_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-style: none;
  border-color: var(--red);
  color: var(--black);
  background-color: #f5f5f5;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--red);
  background-color: var(--red);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--red);
  color: var(--red);
  background-color: #fff;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--red);
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_text {
  color: var(--light-grey);
  margin-right: 24px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.fs-cc-prefs_label {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--black);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.img-warp-logo-navbar {
  width: 170px;
  height: 80px;
  margin-top: 10px;
  overflow: hidden;
}

.navbar-link-line-wrap {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.navbar-link {
  color: var(--light-grey);
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link.navbar-link-active {
  color: var(--white);
}

.navbar-link.hidden-m {
  display: none;
}

.navbar-link-line {
  background-color: var(--red);
  width: 100%;
  height: 3px;
  transition: transform .25s;
  transform: translate(0, -5px);
}

.navbar-bg-block {
  opacity: .5;
  background-color: #999;
  width: 100%;
  height: 100vh;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbar-link-wrap {
  z-index: 99;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-link-wrap.navbar-link-menu {
  grid-column-gap: var(--s-4);
  transition: none;
  transform: translate(0);
}

.navbar-link-wrap.navbar-link-menu.navbar-link-menu-open {
  grid-row-gap: 20px;
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 100vh;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  transition: transform .4s;
  position: absolute;
  top: 0;
  left: -400px;
  transform: translate(100%);
}

.navbar {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
}

.navbar-burger-line {
  background-color: var(--white);
  width: 100%;
  height: 3px;
  transition: opacity .2s;
  position: relative;
}

.navbar-burger-line.navbar-burger-line-mid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-burger-line.navbar-burger-line-cross {
  position: absolute;
  top: 0;
}

.navbar-link-submenu {
  grid-row-gap: 20px;
  background-color: #d8d8d8;
  border: 1px solid #000;
  flex-direction: column;
  width: 400px;
  max-height: 1000px;
  padding: 40px;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.navbar-link-submenu.navbar-link-submenu-open {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.navbar-burger {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: none;
  position: relative;
}

.navbar-link-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.slider-animation-disabled {
  transition: transform;
}

.section-overlay-l {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(270deg, #0000, #a3a3a300 0%, #000);
  width: 200px;
  height: 100%;
  position: absolute;
  left: 0;
}

.hero-container {
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  min-height: 600px;
  display: flex;
}

.overline {
  color: var(--blue);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

.hero-overlay-l {
  background-image: linear-gradient(90deg, #000, #fff0);
  width: 150px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero-overlay-b {
  background-image: linear-gradient(0deg, #000, #fff0);
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline-container {
  grid-column-gap: var(--s-3);
  grid-row-gap: var(--s-3);
  flex-flow: column;
  display: flex;
}

.hero-container-s {
  height: 60vh;
}

.navbar-bg {
  z-index: -1;
  background-image: linear-gradient(#000 20%, #0000);
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.p-overflow {
  height: 100px;
}

.gdpr-nav-link {
  color: var(--white);
  border-bottom: 1px solid #0000;
  font-size: 1em;
  line-height: 1.35em;
  text-decoration: none;
  display: inline-block;
}

.gdpr-nav-link:hover {
  border-bottom: 1px solid #000;
}

.fa-brands {
  -webkit-text-stroke-width: 0px;
  font-family: "Font Awesome 6 Brands 400", sans-serif;
  line-height: 1.25em;
}

.fa-brands.fa-icon-breadcrumb {
  font-size: 1em;
}

.fa-brands.fa-icon-link-arrow {
  color: var(--red);
  margin-left: 5px;
  display: inline-block;
  transform: rotate(45deg);
}

.fa-brands.fa-icon-slidear-arrow {
  color: var(--white);
  font-size: 1.25em;
}

.link-wrap-base {
  grid-column-gap: var(--s-1);
  grid-row-gap: var(--s-1);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

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

  h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.75rem;
  }

  p {
    margin-bottom: 0;
  }

  .title-h2 {
    font-size: 2.75rem;
  }

  .img-wrap-base.img-wrap-gallery {
    height: 250px;
  }

  .img-wrap-base.img-wrap-gallery.hidden-s {
    display: none;
  }

  .img-wrap-base.img-wrap-sponsor {
    height: 150px;
  }

  .img-wrap-base.img-wrap-sponsor.img-wrap-sponsor-main {
    width: 100%;
  }

  .img-wrap-base.img-wrap-sponsoring {
    object-fit: cover;
    width: 100%;
    height: 450px;
    top: auto;
    bottom: -100px;
    right: 0;
  }

  .img-wrap-base.img-wrap-appointments {
    width: 100%;
    height: 450px;
    min-height: 0;
  }

  .img-wrap-base.img-wrap-contact {
    width: 100%;
    height: 450px;
    max-height: none;
  }

  .img-wrap-base.img-wrap-logo-footer {
    left: 45%;
  }

  .img-wrap-base.img-wrap-social {
    height: auto;
  }

  .img-wrap-base.img-wrap-hero {
    height: 100%;
    min-height: 600px;
  }

  .img-wrap-base.img-wrap-hero-s {
    height: 100%;
  }

  .img-wrap-base.img-wrap-card-bg, .column-50 {
    width: 100%;
  }

  .column-50.column-50-center {
    flex-flow: column;
  }

  .section-content {
    width: 90%;
  }

  .column-70 {
    width: 100%;
  }

  .footer {
    margin-top: 220px;
  }

  .text-container-base.text-container-base-appointment {
    width: 100%;
  }

  .text-container-base.text-container-base-sponsor {
    padding-right: var(--s-0);
    padding-left: var(--s-0);
    max-width: none;
  }

  .text-container-base.text-container-base-hero {
    margin-bottom: 100px;
  }

  .text-container-base.text-container-news-article {
    width: 90%;
  }

  .content-row-base {
    flex-flow: column;
  }

  .title-72 {
    font-size: 3.5rem;
  }

  .title-h5.title-h5-no-wrap {
    white-space: nowrap;
  }

  .headline-wrap-base {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .headline-wrap-base.headline-wrap-social {
    flex-flow: column;
  }

  .section {
    margin-top: 200px;
  }

  .section.section-first {
    margin-top: 150px;
  }

  .section.section-hero {
    margin-top: 100px;
  }

  .section.section-transition {
    margin-bottom: -50px;
  }

  .title-21-alt {
    font-size: 3.5rem;
  }

  .button-wrap-base {
    flex-wrap: wrap;
  }

  .button-wrap-base.button-wrap-slider-sb {
    margin-left: 5%;
    margin-right: 5%;
    left: 0%;
  }

  .img-hero {
    object-fit: cover;
    height: 100%;
    left: 0%;
  }

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

  .card-section.card-section-sponsoring {
    padding-top: var(--s-2);
    padding-bottom: 375px;
  }

  .card-section.card-section-appointment {
    flex-flow: column;
  }

  .column-40 {
    width: auto;
  }

  .column-40.column-40-center {
    width: 100%;
  }

  .timeline-line {
    left: 20px;
  }

  .card-slider-spacer {
    width: 5%;
    min-width: 5%;
  }

  .image-hr-gallery {
    object-fit: cover;
    min-height: 15px;
  }

  .timeline-container-left {
    width: 100%;
  }

  .timeline-container-right {
    width: 90%;
    display: none;
  }

  .timline-dot {
    margin-right: var(--s-1);
    margin-left: 5px;
  }

  .gdpr-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .gdpr-nav {
    width: 100%;
    padding-bottom: 35px;
    padding-right: 0;
  }

  .gdpr-content {
    border-top: 1px solid #ccc;
    border-left-style: none;
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .hero-stripes-container-right {
    width: 90%;
    right: -45%;
  }

  .hero-stripes-container-left {
    width: 50%;
    top: -30%;
    bottom: auto;
  }

  .section-overlay-r {
    width: 100px;
  }

  .img-contact {
    object-position: 50% 0%;
  }

  .img-sponsor {
    padding: 30px;
  }

  .img-card-bg {
    inset: auto 0% 0%;
  }

  .title-h1 {
    font-size: 3em;
  }

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

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

  .img-warp-logo-navbar {
    width: 130px;
    height: 60px;
  }

  .navbar-link {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .navbar-link.hidden-m {
    display: flex;
  }

  .navbar-bg-block.hidden {
    display: none;
  }

  .navbar-link-wrap.navbar-link-menu {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 400px;
    height: 100vh;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    transition: transform .4s;
    display: flex;
    position: absolute;
    top: 0;
    left: -400px;
  }

  .navbar-link-wrap.navbar-link-menu.hidden-s {
    display: none;
  }

  .navbar {
    height: 80px;
  }

  .navbar-link-submenu {
    width: 100%;
    position: static;
  }

  .navbar-burger {
    cursor: pointer;
    display: flex;
  }

  .navbar-link-text-wrap {
    height: 40px;
  }

  .section-overlay-l {
    width: 100px;
  }

  .hero-container {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-overlay-b {
    height: 450px;
  }
}

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

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  .title-h2 {
    font-size: 2.5rem;
  }

  .img-wrap-base.img-wrap-gallery {
    max-width: 450px;
    height: 200px;
  }

  .img-wrap-base.img-wrap-gallery.hidden-s {
    display: none;
  }

  .img-wrap-base.img-wrap-sponsor {
    height: 150px;
  }

  .img-wrap-base.img-wrap-sponsor.res-big {
    height: 225px;
  }

  .img-wrap-base.img-wrap-sponsor.img-wrap-sponsor-main {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .img-wrap-base.img-wrap-sponsoring {
    right: 0;
  }

  .img-wrap-base.img-wrap-appointments, .img-wrap-base.img-wrap-contact {
    height: 400px;
  }

  .img-wrap-base.img-wrap-about {
    margin-top: 60px;
  }

  .column-50, .column-30, .column-70 {
    width: 100%;
  }

  .title-h3 {
    font-size: 1.5rem;
  }

  .footer {
    margin-top: 140px;
  }

  .text-container-base.text-container-base-appointment {
    padding: 30px var(--s-1);
  }

  .text-container-base.text-container-m-w-700 {
    width: auto;
  }

  .text-container-base.text-container-base-hero {
    left: 5%;
  }

  .text-container-base.text-container-news-article {
    width: 100%;
  }

  .content-row-base {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .text-wrap-base.text-container-column {
    min-width: auto;
    max-width: none;
  }

  .button {
    min-width: 150px;
  }

  .title-72 {
    font-size: 3em;
  }

  .headline-wrap-base.headline-wrap-timeline-element {
    flex-flow: column;
  }

  .section {
    margin-top: 220px;
  }

  .title-21-alt {
    font-size: 3em;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .card-section.card-section-sponsoring {
    padding-top: var(--s-2);
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-40 {
    width: 100%;
  }

  .form-element-wrap {
    grid-column-gap: var(--s-2);
    grid-row-gap: var(--s-2);
    flex-flow: wrap;
  }

  .footer-element {
    width: 100%;
  }

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

  .image-hr-gallery {
    display: block;
  }

  .timeline-container-left {
    width: 100%;
  }

  .timeline-container-right {
    width: 90%;
  }

  .gdpr-container {
    justify-content: center;
  }

  .hero-stripes-container-right {
    bottom: -21%;
  }

  .section-overlay-r {
    width: 50px;
  }

  .img-about-stripe-1 {
    width: 120px;
    right: 0%;
  }

  .img-sponsor {
    padding: 20px;
  }

  .html-vita {
    display: none;
  }

  .img-card-bg {
    width: 100%;
    right: 0;
  }

  .button-2 {
    min-width: 150px;
  }

  .title-h1 {
    font-size: 2.75em;
  }

  .img-gallery {
    min-width: 125%;
    left: -25px;
  }

  .lightbox-gallery {
    width: 100%;
  }

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

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-overlay-l {
    width: 50px;
  }
}

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

  h2 {
    font-size: 1.5rem;
  }

  .title-h2 {
    font-size: 1.5em;
  }

  .img-wrap-base.img-wrap-sponsor.res-big {
    height: 200px;
  }

  .img-wrap-base.img-wrap-logo-footer {
    left: 40%;
  }

  .img-wrap-base.img-wrap-about {
    height: 400px;
  }

  .section-content.section-content-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .breadcrumb {
    justify-content: center;
  }

  .main {
    overflow: hidden;
  }

  .text-container-base.text-container-base-hero {
    top: 200px;
  }

  .text-wrap-base.text-wrap-vita {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrap-base.button-wrap-align-end {
    justify-content: center;
    align-items: flex-start;
  }

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

  .card-section.card-section-sponsoring {
    padding-bottom: 360px;
  }

  .footer-element {
    width: 100%;
  }

  .hero-stripes-container-right {
    width: 130%;
    bottom: -20%;
    right: -80%;
  }

  .hero-stripes-container-left {
    width: 80%;
    top: -35%;
    left: -50%;
  }

  .img-about-stripe-1 {
    width: 100px;
    top: -27px;
    right: -8%;
  }

  .img-sponsor {
    padding: 10px;
  }

  .html-vita {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .img-card-bg {
    width: 100%;
    max-width: none;
    height: 400px;
    inset: auto 0% 0%;
  }

  .title-h1 {
    font-size: 2.5em;
  }

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

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
}

#w-node-def82a0f-cd09-3370-95f4-50ceb0c47dd4-ff82395d {
  place-self: center;
}

#w-node-_9b0bdda0-20ea-b4d9-1c61-8e493006e391-ff82395d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c7b9c479-0a59-f3fd-79bd-991ab758732e-ff82395d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_9ef5d8fd-f1c5-d8b9-3bcc-9badb4b31545-ff82395d {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-e3b54622-8d5a-1c7d-6564-a2130c865236-862b5957 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_3c6bcd38-b3fa-2d02-6a8c-989f7f0ea6fc-862b5957 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_3ccee0e2-ef57-4250-8470-0715f7154eec-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154eee-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154ef0-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154ef2-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154ef4-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154ef6-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154ef8-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154efa-60fdd7ab, #w-node-_3ccee0e2-ef57-4250-8470-0715f7154efc-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434215-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434217-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434219-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef843421b-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef843421d-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef843421f-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434221-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434223-60fdd7ab, #w-node-bf2dd879-fb07-8c27-7326-663ef8434225-60fdd7ab {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9b0bdda0-20ea-b4d9-1c61-8e493006e391-ff82395d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c7b9c479-0a59-f3fd-79bd-991ab758732e-ff82395d {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_9ef5d8fd-f1c5-d8b9-3bcc-9badb4b31545-ff82395d {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-e3b54622-8d5a-1c7d-6564-a2130c865236-862b5957, #w-node-_3c6bcd38-b3fa-2d02-6a8c-989f7f0ea6fc-862b5957 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e3b54622-8d5a-1c7d-6564-a2130c865264-862b5957, #w-node-_3697e07e-2c90-fe4d-c03c-251053f8a2b3-862b5957, #w-node-_38740567-6fb3-d896-ad1e-573c6af48347-862b5957, #w-node-_76bccc7a-77bf-9029-adee-503ac758323b-862b5957, #w-node-_5a9746d5-e604-58fb-62f0-5bdd21e0cbd6-862b5957, #w-node-ec5b7512-40d4-30b3-04b8-cdf97d829003-862b5957, #w-node-_4adecab4-783f-83a0-0605-96de451c9a86-862b5957, #w-node-_2daebf23-5ff7-0f79-a06a-b06d8ca20bd3-862b5957, #w-node-_5ac30b4a-4409-e350-7182-492ba599f5dd-862b5957 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b0bdda0-20ea-b4d9-1c61-8e493006e391-ff82395d {
    grid-column: span 2 / span 2;
  }

  #w-node-c7b9c479-0a59-f3fd-79bd-991ab758732e-ff82395d {
    grid-column-end: 3;
  }

  #w-node-_9ef5d8fd-f1c5-d8b9-3bcc-9badb4b31545-ff82395d {
    grid-column: span 2 / span 2;
  }

  #w-node-d0ee9ba2-9a4c-3e75-6f47-da76f970cf5f-ff82395d, #w-node-d25af572-bb69-e006-9930-4477e7a9bae2-ff82395d, #w-node-_4df19e35-e77d-0703-0bed-75ab23879052-ff82395d, #w-node-e2d054a9-e7bd-f536-fcd9-14ff8aebf8a7-ff82395d, #w-node-a93e83b4-ff8e-14a4-923c-f8f648f9807a-ff82395d, #w-node-d89fe9a2-2b0f-8716-3cb9-70102d6e4581-ff82395d, #w-node-_739d3b9f-80cb-a29d-a27d-1ba272613558-ff82395d, #w-node-_4732fa62-9bc9-734b-af5d-123dcca61867-ff82395d, #w-node-_200aaf61-089d-e269-3b72-bf780fbd6e8e-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f54-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f56-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f58-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5a-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5c-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5e-ff82395d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b0bdda0-20ea-b4d9-1c61-8e493006e391-ff82395d {
    grid-column: span 2 / span 2;
  }

  #w-node-c7b9c479-0a59-f3fd-79bd-991ab758732e-ff82395d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ef5d8fd-f1c5-d8b9-3bcc-9badb4b31545-ff82395d {
    grid-column: span 2 / span 2;
  }

  #w-node-d0ee9ba2-9a4c-3e75-6f47-da76f970cf5f-ff82395d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d25af572-bb69-e006-9930-4477e7a9bae2-ff82395d, #w-node-_4df19e35-e77d-0703-0bed-75ab23879052-ff82395d, #w-node-e2d054a9-e7bd-f536-fcd9-14ff8aebf8a7-ff82395d {
    grid-column: span 2 / span 2;
  }

  #w-node-a93e83b4-ff8e-14a4-923c-f8f648f9807a-ff82395d, #w-node-d89fe9a2-2b0f-8716-3cb9-70102d6e4581-ff82395d, #w-node-_739d3b9f-80cb-a29d-a27d-1ba272613558-ff82395d, #w-node-_4732fa62-9bc9-734b-af5d-123dcca61867-ff82395d, #w-node-_200aaf61-089d-e269-3b72-bf780fbd6e8e-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f54-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f56-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f58-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5a-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5c-ff82395d, #w-node-_9735c4d7-c078-4461-b1d0-7fdac5f47f5e-ff82395d {
    grid-column: span 1 / span 1;
  }

  #w-node-e3b54622-8d5a-1c7d-6564-a2130c865264-862b5957, #w-node-_3697e07e-2c90-fe4d-c03c-251053f8a2b3-862b5957, #w-node-_38740567-6fb3-d896-ad1e-573c6af48347-862b5957, #w-node-_76bccc7a-77bf-9029-adee-503ac758323b-862b5957, #w-node-_5a9746d5-e604-58fb-62f0-5bdd21e0cbd6-862b5957, #w-node-ec5b7512-40d4-30b3-04b8-cdf97d829003-862b5957, #w-node-_4adecab4-783f-83a0-0605-96de451c9a86-862b5957, #w-node-_2daebf23-5ff7-0f79-a06a-b06d8ca20bd3-862b5957, #w-node-_5ac30b4a-4409-e350-7182-492ba599f5dd-862b5957 {
    grid-column: span 3 / span 3;
  }
}


@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Free Solid 900';
  src: url('../fonts/Font-Awesome-6-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}