/*
Theme Name: SGloeggl WP-Base
Author: Stefan Gl&ouml;ggl
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 1rem;
}

/*--------- CUSTOM RESET ---------*/

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

:root {
  /*   --window-visible-height: 100%;
   */
  --max-width-1: 90rem;
  --max-width-2: 80rem;
  --max-width-3: 60rem;
  --max-width-4: 50rem;

  --spacing-1: 0.3rem;
  --spacing-2: 1.2rem;
  --spacing-3: 2.7rem;
  --spacing-4: 4rem;
  --spacing-5: 7.5rem;
  --spacing-6: 10rem;
  --spacing-7: 15rem;
  --spacing-8: 20rem;

  --site-padding: 2rem;
  --border-radius: 1rem;

  --clr-turquoise: #0070a1;
  --clr-black: #194248;
  --clr-blue: #0c7a9f;
  --clr-grey: #748391;
  --clr-creme: #c8bea4;
  --clr-light-grey: #f7f7f7;

  --fs-xxl: 4rem;
  --fs-xl: 3.2rem;
  --fs-l: 2.2rem;
  --fs-m: 1.4rem;
  --fs-std: 1rem;
  --fs-s: 0.8rem;

  --fw-l: 300;
  --fw-r: 500;
  --fw-b: 700;

  --fw-nobel-l: 200;
  --fw-nobel-r: 400;
  --fw-nobel-b: 700;
}

@media (max-width: 50em) {
  :root {
    --site-padding: 7%;

    --spacing-1: 0.3rem;
    --spacing-2: 0.8rem;
    --spacing-3: 1.2rem;
    --spacing-4: 2.5rem;
    --spacing-5: 5rem;
    --spacing-6: 6rem;
    --spacing-7: 10rem;
    --spacing-8: 15rem;

    --fs-xxl: 2.2rem;
    --fs-xl: 2.2rem;
    --fs-l: 1.8rem;
    --fs-m: 1.2rem;
    --fs-std: 1rem;
    --fs-s: 0.9rem;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.eot");
  src:
    local("Roboto Medium"),
    local("Roboto-Medium"),
    url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Medium.woff2") format("woff2"),
    url("fonts/Roboto-Medium.woff") format("woff"),
    url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.eot");
  src:
    local("Roboto Light"),
    local("Roboto-Light"),
    url("fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto-Light.woff") format("woff"),
    url("fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*--------- CONTACT FORM 7 ---------*/

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}

.wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.wpcf7-form input {
  accent-color: var(--clr-brand);
}

.wpcf7-form > :nth-child(n + 7) {
  grid-column: 1 / -1;
}

@media (max-width: 50em) {
  .wpcf7-form {
    grid-template-columns: 1fr;
  }
}

.wpcf7-form input:not(.button-brand),
.wpcf7-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  font-weight: 300;
  font-weight: var(--fw-l);
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-weight: 300;
  font-weight: var(--fw-l);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-not-valid-tip {
  border: 0px !important;
  font-size: 1.4rem;
  font-size: var(--fs-m);
  color: var(--clr-brand) !important;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 1rem;
  font-size: var(--fs-std);
  color: var(--clr-brand) !important;
}

.wpcf7-acceptance input {
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-acceptance a {
  color: var(--clr-brand);
}

.wpcf7-form input[type="checkbox"] {
  width: -moz-fit-content;
  width: fit-content;
}

.wpcf7-form textarea {
  width: 100%;
}

.wpcf7-form .button-brand {
  font-family: "Roboto", sans-serif;
  border: none !important;
  justify-self: center;
}

.wpcf7-form input:not(.button-brand),
.wpcf7-form textarea {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-size: var(--fs-std);
  font-weight: 300;
  font-weight: var(--fw-l);
}

.wpcf7-form input:not(.button-brand):focus-visible,
.wpcf7-form textarea:focus-visible {
  outline-color: var(--clr-brand);
  outline-offset: 0;
}

/* ––––––––––––––– SPLIDE ––––––––––––––– */

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__pagination {
  position: absolute;
  z-index: 5;
  bottom: 0rem;
  padding-block: 0.5rem;
  width: 100%;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
}

.splide__pagination__page {
  background: var(--clr-brand);
  padding: 0;
  height: 15px;
  width: 15px;
  border-radius: 10rem;
  border: none;
}

.splide__pagination__page.is-active {
  background: #fff;
}

.splide__pagination li + li {
  margin-left: 0.7rem;
}

.splide__track {
  height: 100%;
}

.splide__slide {
  height: 100%;
  width: 100%;
}

.splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 1rem;
  right: 1rem;
}

.splide__arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 4rem;
  height: 4rem;
  pointer-events: all;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  background-image: url("images/arrow-left.svg");
}

.splide__arrow--next {
  background-image: url("images/arrow-right.svg");
}

/* ––––––––––––––– BROWSER-UPDATE ––––––––––––––– */

body .buorg {
  z-index: 111111;
  border-bottom: none;
  color: black;
  background-color: white;
  font-family: inherit;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: 1s ease-out 0s buorgfly;
}

body #buorgig,
body #buorgul,
body #buorgpermanent {
  color: white;
  box-shadow: none;
  border-radius: 4px;
  font-weight: normal;
  background: var(--clr-brand);
}

.buorg-test {
  display: none;
}

/* ––––––––––––––– MAPBOX ––––––––––––––– */

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: transparent !important;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib * {
  color: #748391 !important;
  color: var(--clr-grey) !important;
}

.mapboxgl-popup-content {
  border-radius: 8px !important;
  padding: 1rem !important;
  padding-right: 2rem !important;
}

.mapboxgl-popup-close-button {
  font-size: 1.5rem !important;
  top: 5px !important;
  right: 5px !important;
  color: #748391 !important;
  color: var(--clr-grey) !important;
}

a.mapboxgl-ctrl-logo {
  width: 70px !important;
  background-size: contain;
}

.mapboxgl-popup-tip {
  margin-top: -1px !important;
}

.marker {
  height: 4rem;
  width: 4rem;
  background-image: url("images/map-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* ––––––––––––––– LENIS SMOOTH SCROLL ––––––––––––––– */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--------- COOKIE SCRIPT ---------*/

#cookiescript_copyright {
  display: none;
}

/*--------- BASICS ---------*/

body {
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-size: var(--fs-std);
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  color: #194248;
  color: var(--clr-black);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.hide {
  display: none !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.prevent-scroll {
  overflow: hidden;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.block {
  display: block;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

.center-content > * {
  margin-left: auto;
  margin-right: auto;
}

/*--------- FLEX HELPER ---------*/

.flex {
  display: flex;
}

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

.flex-center {
  align-items: center;
}

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

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

.flex-stretch {
  align-items: stretch;
}

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

.columns-1,
.columns-2 {
  display: flex;
  flex-direction: column;
}

.columns-1 {
  gap: 1.2rem;
  gap: var(--spacing-2);
}

.columns-2 {
  gap: 2.7rem;
  gap: var(--spacing-3);
}

@media (min-width: 50em) {
  .columns-1,
  .columns-2 {
    flex-direction: row;
  }
  .columns-1 > *,
  .columns-2 > * {
    flex: 1;
  }
}

/*--------- HIDE OBJECTS ---------*/

@media (max-width: 50em) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 65em) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 50em) {
  .hide-desktop {
    display: none !important;
  }
}

/*--------- CONTAINERS ---------*/

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  max-width: var(--max-width-2);
  padding-left: 2rem;
  padding-left: var(--site-padding);
  padding-right: 2rem;
  padding-right: var(--site-padding);
}

@media (min-width: 50em) {
  .desktop-container {
    margin: 0 auto;
    width: 100%;
    max-width: 80rem;
    max-width: var(--max-width-2);
    padding-left: 2rem;
    padding-left: var(--site-padding);
    padding-right: 2rem;
    padding-right: var(--site-padding);
  }

  .split-layout {
    display: flex;
  }

  .split-layout > * {
    flex: 1;
  }

  .split-text {
    max-width: calc(80rem / 2);
    max-width: calc(var(--max-width-2) / 2);
    margin-right: 0;
  }

  .split-image {
    max-width: 50vw;
    position: relative;
    overflow: hidden;
  }

  .split-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 50em) {
  .split-layout .split-image img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*--------- MAX WIDTH ---------*/

.max-width-1 {
  max-width: 90rem;
  max-width: var(--max-width-1);
}

.max-width-2 {
  max-width: 80rem;
  max-width: var(--max-width-2);
}

.max-width-3 {
  max-width: 60rem;
  max-width: var(--max-width-3);
}

.max-width-4 {
  max-width: 50rem;
  max-width: var(--max-width-4);
}

.text-width {
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
}

/*--------- MODULES ---------*/

.module,
.clr-module {
  margin-bottom: 15rem;
  margin-bottom: var(--spacing-7);
}

.clr-module {
  padding-top: 10rem;
  padding-top: var(--spacing-6);
  padding-bottom: 10rem;
  padding-bottom: var(--spacing-6);
  background-color: var(--clr-dark-grey);
}

.clr-module .module:last-child {
  margin-bottom: 0;
}

.clr-module:last-child,
.photo-module:last-child {
  margin-bottom: 0;
}

/*--------- FLOWS ---------*/

.adapt-flow > *:not(:last-child) {
  margin-bottom: 0.3em;
}

.gap-1 {
  gap: 0.3rem;
  gap: var(--spacing-1);
}

.gap-2 {
  gap: 1.2rem;
  gap: var(--spacing-2);
}

.gap-3 {
  gap: 2.7rem;
  gap: var(--spacing-3);
}

.hflow,
.hflow-1,
.hflow-2,
.hflow-3,
.hflow-4,
.hflow-5,
.gap-1,
.gap-2,
.gap-3 {
  display: flex;
}

.vflow-1 > * + *,
.flow-1 > * + * {
  margin-top: 0.3rem;
  margin-top: var(--spacing-1);
}

.vflow-2 > * + *,
.flow-2 > * + * {
  margin-top: 1.2rem;
  margin-top: var(--spacing-2);
}

.vflow-3 > * + *,
.flow-3 > * + * {
  margin-top: 2.7rem;
  margin-top: var(--spacing-3);
}

.vflow-4 > * + *,
.flow-4 > * + * {
  margin-top: 4rem;
  margin-top: var(--spacing-4);
}

.vflow-5 > * + *,
.flow-5 > * + * {
  margin-top: 7.5rem;
  margin-top: var(--spacing-5);
}

.hflow-1 > * + * {
  margin-left: 0.3rem;
  margin-left: var(--spacing-1);
}

.hflow-2 > * + * {
  margin-left: 1.2rem;
  margin-left: var(--spacing-2);
}

.hflow-3 > * + * {
  margin-left: 2.7rem;
  margin-left: var(--spacing-3);
}

.hflow-4 > * + * {
  margin-left: 4rem;
  margin-left: var(--spacing-4);
}

.hflow-5 > * + * {
  margin-left: 7.5rem;
  margin-left: var(--spacing-5);
}

@media (min-width: 50em) {
  .flow,
  .flow-1,
  .flow-2,
  .flow-3,
  .flow-4,
  .flow-5 {
    display: flex;
  }

  .flow-1 > * + * {
    margin-left: 0.3rem;
    margin-left: var(--spacing-1);
    margin-top: 0;
  }

  .flow-2 > * + * {
    margin-left: 1.2rem;
    margin-left: var(--spacing-2);
    margin-top: 0;
  }

  .flow-3 > * + * {
    margin-left: 2.7rem;
    margin-left: var(--spacing-3);
    margin-top: 0;
  }

  .flow-4 > * + * {
    margin-left: 4rem;
    margin-left: var(--spacing-4);
    margin-top: 0;
  }
  .flow-5 > * + * {
    margin-left: 7.5rem;
    margin-left: var(--spacing-5);
    margin-top: 0;
  }
}

.right-auto {
  margin-right: auto;
}

.left-auto {
  margin-left: auto;
}

.top-auto {
  margin-top: auto;
}

.bottom-auto {
  margin-bottom: auto;
}

/*--------- FONT STUFF ---------*/

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.strong,
strong,
.bold,
b {
  font-weight: 700 !important;
  font-weight: var(--fw-b) !important;
}

.uppercase {
  text-transform: uppercase;
}

p {
  max-width: 120ch;
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 6 3 2;
}

@media (min-width: 50em) {
  .short-p {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
  }
}

.wrapper p + p {
  margin-top: 0.8em;
}

p a {
  cursor: pointer;
  transition: opacity 0.3s;
}

.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-5,
h1,
h2,
h3,
h4,
h5 {
  -webkit-hyphens: none;
          hyphens: none;
  line-height: 110%;
}

@media (max-width: 50em) {
  .hd-1,
  .hd-2,
  .hd-3,
  .hd-4,
  .hd-5,
  h1,
  h2,
  h3,
  h4,
  h5 {
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

.hd-1,
.hd-2,
.hd-3,
.hd-4,
.hd-5 {
  text-wrap: balance;
}

.hd-1 > *,
.hd-2 > *,
.hd-3 > *,
.hd-4 > *,
.hd-5 > *,
h1 > *,
h2 > *,
h3 > *,
h4 > *,
h5 > * {
  display: block;
}

.fs-xxl {
  font-size: 4rem;
  font-size: var(--fs-xxl);
}

.fs-xl {
  font-size: 3.2rem;
  font-size: var(--fs-xl);
}

.fs-l {
  font-size: 2.2rem;
  font-size: var(--fs-l);
}

.fs-m {
  font-size: 1.4rem;
  font-size: var(--fs-m);
}

.fs-std {
  font-size: 1rem;
  font-size: var(--fs-std);
}

.fs-s {
  font-size: 0.8rem;
  font-size: var(--fs-s);
}

.fs-xs {
  font-size: var(--fs-xs);
}

.fs-xxs {
  font-size: var(--fs-xxs);
}

.fw-l {
  font-weight: 300;
  font-weight: var(--fw-l);
}

.fw-r {
  font-weight: 500;
  font-weight: var(--fw-r);
}

.fw-m {
  font-weight: var(--fw-m);
}

.fw-sb {
  font-weight: var(--fw-sb);
}

.fw-b {
  font-weight: 700;
  font-weight: var(--fw-b);
}

/*--------- COLORS ---------*/

body .clr-white {
  color: #fff;
}

.clr-black {
  color: #194248;
  color: var(--clr-black);
}

.clr-turquoise {
  color: #0070a1;
  color: var(--clr-turquoise);
}

.clr-dark-grey {
  color: var(--clr-dark-grey);
}

.clr-grey {
  color: #748391;
  color: var(--clr-grey);
}

.clr-light-grey {
  color: #f7f7f7;
  color: var(--clr-light-grey);
}

.clr-brand {
  color: var(--clr-brand);
}

.desktop-menu-navi > .current-menu-item > a {
  font-weight: var(--fw-m);
}

.desktop-menu-navi > .menu-anchor-link > a {
  font-weight: inherit;
}

/*--------- HOVER ---------*/

@media (min-width: 50em) {
  a {
    transition: opacity, 0.3s;
  }

  a:hover {
    opacity: 0.5;
  }
}

:focus-visible {
  outline: 2px solid var(--clr-brand);
  outline-offset: 2px;
}

/*--------- ACCORDION ---------*/

.accordion-item {
  position: relative;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
}

.accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}

.accordion-content > div {
  overflow: hidden;
}

.accordion-content > div > div {
  padding-top: 2.7rem;
  padding-top: var(--spacing-3);
}

/*--------- DROPDOWN MENU ---------*/

.sub-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
  color: #748391;
  color: var(--clr-grey);
}

.sub-menu {
  margin-top: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  background-color: white;
}

.sub-menu li {
  margin: 0.8rem;
}

.sub-menu li a {
  white-space: nowrap;
}

.dropdown-menu > ul li + li {
  margin-top: 0.3rem;
}

li:hover > .sub-menu-container,
li:focus-within > .sub-menu-container {
  grid-template-rows: 1fr;
}

/*--------- MENU BUTTON ---------*/

.menu-icon {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 16px;
}

.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 1px;
}

.sticky-header .menu-icon span {
  background-color: #194248;
  background-color: var(--clr-black);
}

.menu-icon span:first-of-type {
  top: 0;
}

.menu-icon span:last-of-type {
  bottom: 0;
}

/*--------- GUTENBERG BLOCKS ---------*/

.wp-block-gallery,
.blog-content p:has(img) {
  margin: 4rem 0;
  margin: var(--spacing-4) 0;
  display: flex;
  gap: 0.5rem;
}

/* 
.wp-block-gallery figure {
  flex: 1 1 50%;
  align-self: stretch;
}
*/

.wp-block-gallery figure img,
.blog-content > p > img {
  max-height: 20rem;
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------- SCREENREADER ONLY ---------*/

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

/*--------- BASE LAYOUT ---------*/

.site-header {
  position: absolute; /* Default state */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.site-header .container {
  display: flex;
  padding-top: 4rem;
  padding-top: var(--spacing-4);
  padding-bottom: 4rem;
  padding-bottom: var(--spacing-4);
  text-transform: uppercase;
  align-items: center;
  flex-wrap: wrap;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #194248;
  color: var(--clr-black);
  pointer-events: none;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sticky-header .container {
  padding-top: 1.2rem;
  padding-top: var(--spacing-2);
  padding-bottom: 1.2rem;
  padding-bottom: var(--spacing-2);
}

.mobile-menu-is-open .sticky-header {
  background-color: transparent;
  box-shadow: none;
}

.sticky-header * {
  color: #194248;
  color: var(--clr-black);
}

.sticky-header.is-active {
  pointer-events: auto;
}

.site-header .lang-switcher > * + * {
  border-left: 1px solid white;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}

.sticky-header .lang-switcher > * + * {
  border-color: #194248;
  border-color: var(--clr-black);
}

.sticky-header .header-logo svg * {
  fill: #194248;
  fill: var(--clr-black);
}

.mobile-menu-is-open .sticky-header .header-logo svg * {
  fill: white !important;
}

.button-s {
  color: white;
  background-color: #0070a1;
  background-color: var(--clr-turquoise);
  padding: 0.5rem 1rem;
  border-radius: 99999px;
}

@media (max-width: 50em) {
  .site-header .container {
    padding-top: 2.7rem;
    padding-top: var(--spacing-3);
    padding-bottom: 2.7rem;
    padding-bottom: var(--spacing-3);
  }
  .button-s {
    margin-left: 0;
    padding: 0.3rem 0.8rem;
  }
}

.header-nav {
  align-items: center;
}

/* .site-header.show-header {
  transform: translateY(0) !important;
} */

/* MOBILE MENU */

#mobile-menu {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  padding: 2rem;
  top: 0;
  left: 0;
  background: #0070a1;
  background: var(--clr-turquoise);
  color: white;
  display: flex;
  flex-direction: column;
  padding: var(--site-padding);
  z-index: 10;
  font-size: 1.4rem;
  font-size: var(--fs-m);
  visibility: hidden;
}

#mobile-menu .menu {
  width: 100%;
}

#mobile-menu .menu a {
  padding-bottom: 0.7rem;
  display: block;
  border-bottom: 1px solid white;
  width: 100%;
}

#mobile-menu .mobile-menu-navi-container {
  margin-top: auto;
  margin-bottom: auto;
}

.mobile-menu-is-open .header-logo {
  color: white;
}

.mobile-menu-is-open .menu-icon span {
  background: white;
}

/* FOOTER */

.footer-top {
  padding-block: 7.5rem;
  padding-block: var(--spacing-5);
}

.footer-legal {
  font-size: 0.8rem;
  font-size: var(--fs-s);
  padding-bottom: 1.2rem;
  padding-bottom: var(--spacing-2);
}

/*--------- BLOG CONTAINER ---------*/

.blog-content p + p {
  margin-top: 0.3rem;
  margin-top: var(--spacing-1);
}

.blog-content h1 + p,
.blog-content h2 + p,
.blog-content h3 + p,
.blog-content h4 + p,
.blog-content h5 + p {
  margin-top: 2.7rem;
  margin-top: var(--spacing-3);
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5 {
  font-weight: var(--fw-m);
}

.blog-content h1 {
  margin-top: 2.7rem;
  margin-top: var(--spacing-3);
}

.blog-content h2 {
  color: var(--clr-brand);
  margin-top: 2.7rem;
  margin-top: var(--spacing-3);
}

.blog-content h3 {
  margin-top: 1.2rem;
  margin-top: var(--spacing-2);
}

.blog-content h4 {
  color: var(--clr-brand);
  margin-top: 0.3rem;
  margin-top: var(--spacing-1);
}

.blog-content ul + p {
  margin-top: 1.5em;
}

.blog-content ul li {
  display: flex;
  gap: 0.5rem;
}

.blog-content ul li::before,
.legal-container ul li::before {
  content: ">";
  margin-right: 0.2rem;
}

.blog-content a,
.legal-container a {
  color: var(--clr-brand);
}

/*--------- TEXT STYLINGS ---------*/

p {
  max-width: 60ch;
}

ul,
li {
  list-style: none;
}

/*--------- LEGAL CONTAINER ---------*/

.legal-container {
  padding-top: 20rem;
  padding-top: var(--spacing-8);
  padding-bottom: 10rem;
  padding-bottom: var(--spacing-6);
}

.legal-container > * + * {
  margin-top: 0.8rem;
}

.legal-container h1,
.legal-container h2,
.legal-container h3,
.legal-container h4,
.legal-container h5 {
  font-weight: var(--fw-m);
}

.legal-container h1 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  letter-spacing: -0.5px;
}

.legal-container * + h1 {
  margin-top: 5rem;
}

.legal-container h2 {
  margin-top: 4rem;
  font-size: 1.7rem;
  letter-spacing: -0.5px;
}

.legal-container h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 3rem;
}

.legal-container h2 + h3 {
  margin-top: 2rem;
}

.legal-container h4 {
  margin-top: 1.2rem;
}

/* ------------ SITE HEADER ----------- */

.header-brand {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.header-brand p {
  line-height: 1;
  white-space: nowrap;
}

.header-nav {
  display: flex;
}

.header-logo {
  width: 12rem;
}

.header-logo svg {
  display: block;
  overflow: visible;
}

@media (max-width: 50em) {
  .header-logo {
    width: 9rem;
  }
}

/* ------------ HEADER ----------- */

.header {
  margin-bottom: 7.5rem;
  margin-bottom: var(--spacing-5);
}

.header.bg-img {
  display: flex;
  flex-direction: column;
  height: 100svh;
  color: white;
}

.header-center {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.header-center > * {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-center span {
  font-size: clamp(2rem, 3.2vw, 6rem);
  font-family: "Nobel", sanserif;
  font-weight: 500;
  font-weight: var(--fw-r);
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: -6.5vw;
}

.designerdsx-logo {
  width: 30rem;
  width: clamp(20rem, 55vw, 70rem);
}

@media (max-width: 50em) {
  .header-center {
    padding-top: 10vh;
  }

  .designerdsx-logo {
    width: 80vw;
  }
  .header.bg-img {
    height: 60vh;
  }
}

.header-center h2 {
  position: absolute;
  left: calc(0 + 2rem);
  left: calc(0 + var(--site-padding));
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  font-weight: var(--fw-b);
  font-family: "Nobel", sanserif;
  text-transform: uppercase;
  margin-top: -4vh;
  letter-spacing: -2px;
}

.header-bottom {
  margin-bottom: 2.7rem;
  margin-bottom: var(--spacing-3);
  font-size: 0.8rem;
  font-size: var(--fs-s);
  font-weight: var(--fw-m);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-l {
  font-size: calc(1rem + 0.3rem);
  font-size: calc(var(--fs-std) + 0.3rem);
  font-weight: 700;
  font-weight: var(--fw-b);
  background: var(--clr-brand);
  padding: 0.6rem 2.4rem;
  text-transform: uppercase;
  border-radius: 99999px;
  color: #194248;
  color: var(--clr-black);
  background-color: white;
  display: inline-block;
}

@media (max-width: 50em) {
  .header-bottom {
    align-items: end;
  }

  .header-bottom .caps-std * {
    display: block;
  }

  .button-l {
    font-size: 1.4rem;
    font-size: var(--fs-m);
    padding: 0.6rem 1.6rem;
  }
}

/* ------------ MENU ----------- */

#mobile-menu {
  displa: flex;
  flex-direction: column;
}

.menu {
  gap: 1.2rem;
  gap: var(--spacing-2);
}

.sticky-header .menu-tickets {
  display: none;
}

@media (max-width: 50em) {
  .menu {
    gap: 1.2rem;
    gap: var(--spacing-2);
  }
}

#mobile-menu .menu {
  font-size: 4rem;
  font-size: var(--fs-xxl);
  font-weight: 500;
  font-weight: var(--fw-r);
  font-family: "Nobel", sanserif;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  gap: 1;
  flex-direction: column;
}

#mobile-menu .lang-switcher {
  text-transform: uppercase;
}

/* ------------ FONTS ----------- */

.hd-1 {
  font-family: "Nobel", sanserif;
  font-size: 4rem;
  font-size: var(--fs-xxl);
  text-transform: uppercase;
  color: #0070a1;
  color: var(--clr-turquoise);
  letter-spacing: 0px;
  font-weight: 500;
  line-height: 1;
}

.hd-2 {
  font-family: "Nobel", sanserif;
  font-size: 3.2rem;
  font-size: var(--fs-xl);
  color: #0070a1;
  color: var(--clr-turquoise);
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 400;
  font-weight: var(--fw-nobel-r);
  line-height: 1;
}

.hd-3,
.wysiwyg h3 {
  font-family: "Nobel", sanserif;

  font-weight: 500;
  font-size: 2.2rem;
  font-size: var(--fs-l);
  letter-spacing: -0.5px;
  color: #194248;
  color: var(--clr-black);
  margin-top: 2.5rem;
  margin-bottom: 1.7rem;
  text-wrap: balance;
}

.wysiwyg h3 {
  color: #748391;
  color: var(--clr-grey);
}

.label {
  font-family: "Nobel", sanserif;
  font-weight: 500;
  font-size: 2.2rem;
  font-size: var(--fs-l);
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #194248;
  color: var(--clr-black);
  margin-bottom: 1rem;
}

.caps-l {
  font-family: "Nobel", sanserif;
  text-transform: uppercase;
  font-size: 1.9rem;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 200;
  font-weight: var(--fw-nobel-l);
}

@media (min-width: 50em) {
  .caps-l {
    -webkit-hyphens: none;
            hyphens: none;
  }
}

@media (max-width: 50em) {
  .caps-l {
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}

.caps-std {
  font-family: "Nobel", sanserif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-size: var(--fs-m);
  font-weight: 400;
  font-weight: var(--fw-nobel-r);
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.caps-s {
  text-transform: uppercase;
  font-size: 1rem;
  font-size: var(--fs-std);
  font-weight: 700;
  font-weight: var(--fw-b);
  letter-spacing: 0.5px;
}

.caps-menu {
  font-family: "Nobel", sanserif;
  text-transform: uppercase;
  font-size: 1rem;
  font-size: var(--fs-std);
  font-weight: 400;
  font-weight: var(--fw-nobel-r);
  letter-spacing: 1px;
}

/*--------- INTRO ---------*/

@media (max-width: 50em) {
  .header {
    margin-bottom: 4rem;
    margin-bottom: var(--spacing-4);
  }
  .intro-content-1 {
    border-bottom: 1px solid #c8bea4;
    border-bottom: 1px solid var(--clr-creme);
    padding-bottom: 4rem;
    padding-bottom: var(--spacing-4);
  }

  .intro > div {
    margin-top: 4rem;
    margin-top: var(--spacing-4);
  }

  .intro-title .hd-1 {
    margin-top: 1rem;
  }
}

/* ------------ SPEAKER ----------- */

.speaker {
  overflow: hidden;
}

.speaker-special {
  background: #f7f7f7;
  background: var(--clr-light-grey);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.speaker-special .speaker-name {
  color: #194248;
  color: var(--clr-black);
}

.speaker-special .speaker-name span {
  color: #0070a1;
  color: var(--clr-turquoise);
  display: inline;
}

.speaker-item:nth-child(odd) .speaker-container {
  flex-direction: row-reverse;
}

.speaker-image {
  -webkit-mask-image: url("images/speaker-mask-left.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("images/speaker-mask-left.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  margin-right: auto;
  flex-shrink: 0;
}

.speaker-image {
  width: 30rem;
}

@media (max-width: 50em) {
  .speaker-image {
    width: 25rem;
    margin-bottom: 3rem;
  }

  .speaker-item:nth-child(even) .speaker-image {
    margin-left: -5rem;
  }

  .speaker-item:nth-child(odd) .speaker-image {
    transform: translateX(4vw);
  }
}

@media (min-width: 50em) {
  .speaker-container {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    gap: var(--spacing-4);
    align-items: center;
  }
  .speaker-image {
    margin-left: -10rem;
    margin-right: auto;
  }
  .speaker-item:nth-child(odd) .speaker-image {
    margin-right: -10rem;
    margin-left: auto;
  }
}

.speaker-item:nth-child(odd) .speaker-image {
  -webkit-mask-image: url("images/speaker-mask-right.svg");
  mask-image: url("images/speaker-mask-right.svg");
}

.speaker-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.speaker-name {
  margin-top: 0.5rem;
}

.speaker-info > a {
  display: block;
}

/* .speaker-meta {
  display: flex;
  align-items: center;
} */

.speaker-meta > * {
  display: inline-block;
  vertical-align: baseline;
}

.speaker-lang {
  background-color: #194248;
  background-color: var(--clr-black);
  padding: 0.1rem 0.7rem 0rem 0.7rem;
  color: white;
  border-radius: 9999px;
  font-weight: 700;
  font-weight: var(--fw-b);
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin-left: 0.3rem;
}

.speaker-intro {
  line-height: 1.3;
  margin-bottom: 2rem;
}

@media (min-width: 50em) {
  .speaker-lang-info {
    text-align: center;
  }
}

/* ------------ PHOTO BANNER ----------- */

.photobanner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photobanner p {
  font-family: "Nobel", sanserif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-size: var(--fs-m);
  font-weight: 400;
  font-weight: var(--fw-nobel-r);
  background-color: #0070a1;
  background-color: var(--clr-turquoise);
  color: white;
  padding: 0.5rem 1.8rem;
  border-radius: 9999px;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -2rem;
}

.photobanner img {
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 50em) {
  .photobanner img {
    height: 20rem;
    border-radius: 999px;
  }
}

@media (max-width: 50em) {
  .photobanner img {
    height: 20rem;
  }
  .photobanner p {
    margin-left: 2rem;
    margin-left: var(--site-padding);
    margin-right: 2rem;
    margin-right: var(--site-padding);
    padding: 1rem 2.5rem;
    line-height: 1.4;
    margin-top: -3rem;
    border-radius: 1rem;
    border-radius: var(--border-radius);
  }

  .photobanner p span:first-child {
    /* font-size: calc(var(--fs-m) + 0.2rem); */
    font-weight: 700;
    font-weight: var(--fw-b);
  }
}

/*--------- INFOBOX ---------*/

.infobox {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background-color: #f7f7f7;
  background-color: var(--clr-light-grey);
  color: #194248;
  color: var(--clr-black);
  padding: 1.4rem 2rem;
  border-radius: 1rem;
  border-radius: var(--border-radius);
  /* border: 2px solid var(--clr-blue); */
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 50em) {
  .infobox {
    padding-top: 4rem;
    padding-top: var(--spacing-4);
    padding-bottom: 4rem;
    padding-bottom: var(--spacing-4);
    width: 100%;
    border-radius: 0;
  }
}

/* ------------ TICKETS ----------- */

.tt-widget {
  border-radius: 50px;
  background-color: white;
  max-width: 50rem;
  max-width: var(--max-width-4);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 50em) {
  .tt-widget {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
}

/* ------------ PARTNER ----------- */

.partner span {
  width: -moz-min-content;
  width: min-content;
  line-height: 1.2rem;
  text-align: right;
}

.partner img {
  height: 8rem;
  width: auto;
  max-width: 70vw;
}

.partner-main {
  border-bottom: 1px solid #c8bea4;
  border-bottom: 1px solid var(--clr-creme);
  padding-bottom: 4rem;
  padding-bottom: var(--spacing-4);
}

.partner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.partner a {
  display: flex;
  gap: 1.2rem;
  gap: var(--spacing-2);
  align-items: center;
}

.tickets h2::after,
.tickets h2::before,
.partner h2::before,
.partner h2::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #c8bea4;
  background-color: var(--clr-creme);
  flex-grow: 1;
}

.tickets h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  max-width: var(--max-width-4);
}

.tickets h2,
.partner h2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media (max-width: 50em) {
  .partner .partner-main {
    gap: 2rem;
  }

  .partner .partner-main a {
    display: flex;
    flex-direction: column;
  }

  .partner span {
    width: auto;
  }

  .partner .partner-partner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

/* ------------ INFOS ----------- */

.infos-item h3 {
  display: flex;
  align-items: end;
  color: #0070a1;
  color: var(--clr-turquoise);
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-bottom: var(--spacing-2);
}

@media (min-width: 50em) {
  .infos-item h3 {
    min-height: 6rem;
  }
}

.infos {
  margin-bottom: 0;
  background-color: #f7f7f7;
  background-color: var(--clr-light-grey);
}

.infos-content {
  gap: 1.2rem;
  gap: var(--spacing-2);
  /* justify-content: center; */
  padding: 4rem;
  padding: var(--spacing-4);
  padding-bottom: calc(4rem + 0.3rem);
  padding-bottom: calc(var(--spacing-4) + var(--spacing-1));
}

.infos-content > * {
  flex: 1;
}

@media (max-width: 50em) {
  .infos-content {
    gap: 4rem;
    gap: var(--spacing-4);
    flex-direction: column;
    padding-left: 2rem;
    padding-left: var(--site-padding);
  }
}

/* ------------ FEATURE ----------- */

.feature-logo {
  width: 30rem;
}

.feature-title {
  color: #748391;
  color: var(--clr-grey);
}

.feature div:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-img {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  margin-bottom: var(--spacing-2);
}

@media (max-width: 50em) {
  .feature-icon {
    width: 5rem;
    margin-bottom: 1rem;
  }

  .feature-logo {
    width: 20rem;
  }

  .feature p {
    text-align: left;
  }

  .feature div:first-child {
    align-items: start;
  }
}

@media (min-width: 50em) {
  .feature-icon {
    position: absolute;
    left: calc(100% - 0.5rem);
    bottom: 0;
  }
}

.feature .label {
  margin-bottom: 0;
}

/* ------------ FOOTER ----------- */

/* body footer.bg-img {
  background-size: 200%;
} */

footer {
  background: #15151522 url("images/pattern-blue.jpg") no-repeat;
  background-blend-mode: darken;
}

.footer-inner {
  color: white;
  padding-top: 7.5rem;
  padding-top: var(--spacing-5);
  padding-bottom: 1.2rem;
  padding-bottom: var(--spacing-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

footer .footer-content {
  margin-top: 2.7rem;
  margin-top: var(--spacing-3);
}

.footer-logo {
  width: 25rem;
}

.footer-links {
  gap: 0.5rem;
  row-gap: 0.4rem;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  justify-content: center;
}

.footer-project {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  letter-spacing: 4px;
}

.footer-project img {
  width: 20rem;
  transform: translateY(-2px);
}

.footer-content p {
  margin-bottom: 1rem;
}

/* footer .lang-switcher li::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin-left: 1rem;
  padding-left: 1rem;
  width: 1px;
  background: white;
} */

@media (max-width: 50em) {
  .footer-links {
    margin-top: 7.5rem;
    margin-top: var(--spacing-5);
    justify-content: start;
  }
  .footer-project img {
    width: 16rem;
  }

  .footer-inner {
    text-align: left;
    align-items: start;
  }

  .footer-project {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    width: 100%;
  }
}

footer .lang-switcher > * + * {
  border-left: 1px solid white;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
}
