@charset "UTF-8";
@font-face {
  font-family: "Hanken Grotesk", sans-serif;
  src: url("../fonts/HankenGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk", sans-serif;
  src: url("../fonts/HankenGrotesk-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk", sans-serif;
  src: url("../fonts/HankenGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* THEME COLORS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --color-1: #ffffff;
  --color-2: #380d1e;
  --color-3: #6b172d;
  --color-4: #fd0038;
  --color-5: #ff264e;
  --color-6: #ffffff;
  --color-7: #ffffff;
  --color-8: #ffffff;
  --color-white: white;
  --color-black: black;
}

/*  color-white white */
/*  color-black black */
.color-1 {
  color: var(--color-1) !important;
}

.color-2 {
  color: var(--color-2) !important;
}

.color-3 {
  color: var(--color-3) !important;
}

.color-4 {
  color: var(--color-4) !important;
}

.color-5 {
  color: var(--color-5) !important;
}

.color-6 {
  color: var(--color-1) !important;
}

.color-7 {
  color: var(--color-1) !important;
}

.color-8 {
  color: var(--color-1) !important;
}

.color-white {
  color: white !important;
}

.color-black {
  color: black !important;
}

.background-1 {
  background-color: var(--color-1) !important;
}

.background-2 {
  background-color: var(--color-2) !important;
}

.background-3 {
  background-color: var(--color-3) !important;
}

.background-4 {
  background-color: var(--color-4) !important;
}

.background-5 {
  background-color: var(--color-5) !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

.background-white {
  background-color: white !important;
}

.background-black {
  background-color: black !important;
}

html, body {
  min-height: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--color-1);
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
}

html {
  position: relative;
  min-height: 100%;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 16px;
}

figure.wp-block-embed-youtube {
  margin-bottom: 48px;
  margin-top: 48px;
}
figure.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
figure.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.yt-oembed {
  margin-bottom: 48px;
  margin-top: 48px;
}
.yt-oembed > p {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  display: block;
}
.yt-oembed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.box-shadow {
  box-shadow: 0 24px 25px -12px rgba(0, 158, 227, 0.32);
}

/*  TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.paragraph-1, .paragraph-1 p, p {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: var(--color-1);
  text-decoration: none;
  margin-bottom: 0;
}
.paragraph-1::-moz-selection, .paragraph-1 p::-moz-selection, p::-moz-selection { /* Code for Firefox */
  color: var(--color-4);
  background: black;
}
.paragraph-1::selection, .paragraph-1 p::selection, p::selection {
  color: var(--color-4);
  background: black;
}
.paragraph-1 a, .paragraph-1 p a, p a {
  color: var(--color-1);
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-1 a::-moz-selection, .paragraph-1 p a::-moz-selection, p a::-moz-selection { /* Code for Firefox */
  color: var(--color-4);
  background: black;
}
.paragraph-1 a::selection, .paragraph-1 p a::selection, p a::selection {
  color: var(--color-4);
  background: black;
}

.paragraph-2, .paragraph-2 p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: var(--color-1);
  text-decoration: none;
  margin-bottom: 0;
}
.paragraph-2::-moz-selection, .paragraph-2 p::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--color-1);
}
.paragraph-2::selection, .paragraph-2 p::selection {
  color: white;
  background: var(--color-1);
}
.paragraph-2 a, .paragraph-2 p a {
  color: var(--color-1);
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-2 a::-moz-selection, .paragraph-2 p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--color-3);
}
.paragraph-2 a::selection, .paragraph-2 p a::selection {
  color: white;
  background: var(--color-3);
}
.paragraph-2 a:hover, .paragraph-2 p a:hover {
  text-decoration: none;
  color: var(--color-1);
}

.paragraph-3, .paragraph-3 p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2rem;
  color: var(--color-1);
  text-decoration: none;
}
.paragraph-3::-moz-selection, .paragraph-3 p::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--color-1);
}
.paragraph-3::selection, .paragraph-3 p::selection {
  color: white;
  background: var(--color-1);
}
.paragraph-3 a, .paragraph-3 p a {
  color: var(--color-1);
  font-weight: 400;
  text-decoration: underline;
}
.paragraph-3 a::-moz-selection, .paragraph-3 p a::-moz-selection { /* Code for Firefox */
  color: white;
  background: var(--color-3);
}
.paragraph-3 a::selection, .paragraph-3 p a::selection {
  color: white;
  background: var(--color-3);
}
.paragraph-3 a:hover, .paragraph-3 p a:hover {
  text-decoration: none;
  color: var(--color-1);
}

.header-1, h1 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 4.5rem;
  line-height: 4.6rem;
  font-weight: 400;
  color: var(--color-1);
  text-decoration: none;
  letter-spacing: 0.015625rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-1, h1 {
    font-size: 1.75rem;
    line-height: 2.45rem;
    letter-spacing: unset;
  }
}
.header-1 > a, h1 > a {
  font-size: inherit;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-1 > a:hover, h1 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-2, h2 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: var(--color-1);
  text-decoration: none;
  letter-spacing: 0.015625rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-2, h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: unset;
  }
}
.header-2 > a, h2 > a {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-2 > a:hover, h2 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-3, .header-3 p, .header-3 p, h3 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1.625rem;
  color: var(--color-1);
  font-weight: 400;
  line-height: 1.85rem;
  text-decoration: none;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-3, .header-3 p, .header-3 p, h3 {
    font-size: 1.15rem;
    line-height: 1.45rem;
    letter-spacing: unset;
  }
}
.header-3 > a, .header-3 p > a, .header-3 p > a, h3 > a {
  font-size: inherit;
  font-weight: 700;
  color: var(--color-1);
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-3 > a:hover, .header-3 p > a:hover, .header-3 p > a:hover, h3 > a:hover {
  color: var(--color-2);
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-4, .header-4 p, .header-4 h4, h4 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: white;
  line-height: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .header-4, .header-4 p, .header-4 h4, h4 {
    font-size: 0.9rem;
    line-height: 1.35rem;
    letter-spacing: unset;
  }
}
.header-4 > a, .header-4 p > a, .header-4 h4 > a, h4 > a {
  font-size: inherit;
  font-weight: inherit;
  color: var(--color-1);
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-4 > a:hover, .header-4 p > a:hover, .header-4 h4 > a:hover, h4 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.header-5, h5 {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: white;
  line-height: 1.5rem;
  text-decoration: none;
}
.header-5 > a, h5 > a {
  font-size: inherit;
  font-weight: inherit;
  color: white;
  transition: 0.15s ease-in-out;
  line-height: inherit;
  text-decoration: none;
}
.header-5 > a:hover, h5 > a:hover {
  color: white;
  text-decoration: none;
  transition: 0.15s ease-in-out;
}

.fw-300, .fw-300 p {
  font-weight: 300 !important;
}

.fw-400, .fw-400 p {
  font-weight: 400 !important;
}

.fw-500, .fw-500 p {
  font-weight: 500 !important;
}

.fw-700, .fw-700 p {
  font-weight: 700 !important;
}

.fw-900, .fw-900 p {
  font-weight: 900 !important;
}

.font-family-1 {
  font-family: "Hanken Grotesk", sans-serif !important;
}

.button {
  padding: 1rem 2rem;
  font-family: "Hanken Grotesk", sans-serif;
  text-decoration: none;
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .button {
    font-size: 1.25rem;
  }
}

.button-outline {
  background-color: transparent;
  border: 2px solid var(--color-1);
  color: var(--color-1);
}
.button-outline:hover {
  background-color: var(--color-4);
}

.button-1 {
  background-color: var(--color-4);
  color: white;
}
.button-1:hover {
  background-color: var(--color-2);
}

.button-form {
  background-color: var(--color-4);
  color: white;
  width: 100%;
  border: none;
}
.button-form:hover {
  background-color: var(--color-2);
}

.button-2 {
  background-color: var(--color-2);
  color: white;
}
.button-2:hover {
  background: var(--color-4);
}

a.button-link {
  text-decoration: none;
  margin: 0;
  color: var(--color-1);
  position: relative;
}
a.button-link::after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--color-1) 0%, var(--color-1) 50%, var(--color-5) 50%, var(--color-5) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.3s;
}
a.button-link:hover::after {
  background-position: 0 0;
}

footer {
  border-top: 3px solid var(--color-white);
}

.flexContent-main-banner {
  position: relative;
  height: 750px;
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
  overflow: hidden;
}
@media (max-width: 1200px) {
  .flexContent-main-banner {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .flexContent-main-banner {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .flexContent-main-banner {
    height: 350px;
  }
}
.flexContent-main-banner .header-main__x-shape-bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  content: "";
  display: block;
  width: 120%;
  transform: translate(-50%, -50%);
}
.flexContent-main-banner .header-main__x-shape-bg-further__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  content: "";
  display: block;
  width: 120%;
  transform: translate(-50%, -50%);
}
.flexContent-main-banner .header-main__x-shape-bg-further__wrapper .header-main__x-shape-bg-further {
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.flexContent-main-banner .header-main__x-shape-bg-further-bubble__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  content: "";
  display: block;
  width: 120%;
  transform: translate(-50%, -50%);
}
.flexContent-main-banner .header-main__x-shape-bg-further-bubble__wrapper .header-main__x-shape-bg-further-bubble {
  transition: transform 0.1s ease-out;
  will-change: transform;
}
.flexContent-main-banner .header-main__header {
  position: relative;
  z-index: 3;
}
.flexContent-main-banner .header-main__subsection {
  position: relative;
  z-index: 2;
}
.flexContent-main-banner .header-main__underline {
  border-bottom: 3px solid var(--color-4);
}

.flexContent-title {
  min-height: 140px;
  overflow: hidden;
  position: relative;
  background-color: var(--color-3);
  color: var(--color-white);
  border-bottom: 4px solid var(--color-white);
  border-top: 4px solid var(--color-white);
}
.flexContent-title.flexContent-title__border-red {
  border-bottom: 4px solid var(--color-5);
  border-top: 4px solid var(--color-5);
}
.flexContent-title .flexContent-title__wrapper {
  position: relative;
}
.flexContent-title .flexContent-title__wrapper .flexContent-title__wrapper__x-side-ornament-left {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
.flexContent-title .flexContent-title__wrapper .flexContent-title__wrapper__x-side-ornament-right {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(100%, -50%) scaleX(-1);
}

.flexContent-story {
  position: relative;
  min-height: 350px;
  background: linear-gradient(to right, black, #380d1e, black);
  overflow: hidden;
}
.flexContent-story .flexContent-story__wrapper {
  position: relative;
  z-index: 1;
  min-height: 350px;
}
.flexContent-story .flexContent-story__wrapper .flexContent-story__wrapper__content svg {
  position: absolute;
  z-index: 1;
  content: "";
  right: 0;
  padding-left: 0;
  top: 50%;
  transform: translate(calc(100% - 3px), -50%);
  max-height: 100%;
}
.flexContent-story .flexContent-story__wrapper .rectangle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: calc(100% - 20px);
  background-color: var(--color-4);
  z-index: -1;
}

.flexContent-form {
  position: relative;
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
  overflow: hidden;
}
.flexContent-form .flexContent-form__img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flexContent-form .flexContent-form__x-main {
  position: absolute;
  content: "";
  bottom: -90%;
  left: 10%;
  z-index: -1;
}
.flexContent-form .flexContent-form__wrapper {
  border: 3px solid var(--color-4);
  border-radius: 25px;
}

.flexContent-form-regular {
  position: relative;
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
  overflow: hidden;
  z-index: 0;
}
.flexContent-form-regular .flexContent-form-regular__img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.flexContent-form-regular .flexContent-form-regular__text-wrapper {
  position: relative;
  z-index: 1;
}
.flexContent-form-regular .flexContent-form-regular__x-main {
  position: absolute;
  content: "";
  top: -10%;
  right: 0;
  z-index: 0;
}
.flexContent-form-regular .flexContent-form-regular__wrapper {
  position: relative;
  z-index: 0;
  border: 3px solid var(--color-4);
  border-radius: 25px;
}

.flexContent-awards {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
  overflow: hidden;
}
.flexContent-awards .flexContent-form__x-bg-web {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  transform: translate(40%, 0);
}
.flexContent-awards .flexContent-awards__featured-img-eob {
  display: block;
  max-width: 300px;
  margin: auto;
}
.flexContent-awards .flexContent-awards__featured-img-eob img {
  max-width: 100%;
  height: auto;
}
.flexContent-awards .flexContent-awards__title {
  position: relative;
  min-height: 50px;
  display: block;
  width: 100%;
}
.flexContent-awards .flexContent-awards__title .flexContent-awards__pricetag {
  border: 2px white solid;
  position: absolute;
  bottom: 21px;
  right: 10px;
  transform: translate(0, -100%);
  padding: 7px 30px;
  background-color: red;
  border-radius: 2px 30px 30px 30px;
}

.flexContent-desc {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #380d1e, #6b172d, #380d1e);
  overflow: hidden;
}
.flexContent-desc p {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
}
.flexContent-desc .flexContent-desc__x-bg-web {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  transform: translate(40%, 0);
}

.flexContent-timeline {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, black, #6b172d, black);
  overflow: hidden;
}
.flexContent-timeline p {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
}
.flexContent-timeline .flexContent-timeline__time-line-right {
  position: relative;
  padding-top: 2rem;
  padding-right: 45px;
  border-right: 2px solid var(--color-4);
}
.flexContent-timeline .flexContent-timeline__time-line-right ::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-1);
  border-radius: 50%;
  transform: translate(50%, 220%);
}
.flexContent-timeline .flexContent-timeline__time-line-left {
  position: relative;
  margin-top: 8rem;
  padding-left: 45px;
}
.flexContent-timeline .flexContent-timeline__time-line-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: var(--color-4);
  border-radius: 50%;
  transform: translate(-50%, 60%);
}
.flexContent-timeline .flexContent-form__x-bg-web {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  transform: translate(40%, 0);
}

.flexContent-video {
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, var(--color-black), var(--color-2), var(--color-black));
  overflow: hidden;
}
.flexContent-video p {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 1.5rem;
}
.flexContent-video .flexContent-form__x-bg-web {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  transform: translate(40%, 0);
}
.flexContent-video .flexContent-video__video-container {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 350ms;
  height: 0;
  padding-top: 50%;
  border-radius: 20px;
}
.flexContent-video .flexContent-video__video-container .video-btn {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 4;
  transform: translate(50%, -50%);
  animation: breathe 3s infinite;
}
@keyframes breathe {
  0%, 100% {
    transform: translate(50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(50%, -50%) scale(1.25);
    opacity: 0.8;
  }
}
.flexContent-video .flexContent-video__video-container .video img {
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 350ms;
  object-fit: cover;
  width: 100%;
  object-position: 50% 50%;
  height: auto;
}
.flexContent-video .flexContent-video__video-container .video img.lazy {
  filter: blur(5px);
  transition: filter 1s;
}
.flexContent-video .flexContent-video__video-container .video img.lazy.is-loaded {
  filter: unset;
}
.flexContent-video .flexContent-video__video-container .video {
  transition: all 350ms;
}
.flexContent-video .flexContent-video__video-container .video:hover {
  opacity: 0.9;
}

textarea {
  resize: none;
}

input:not([type=radio]):not([type=checkbox]),
textarea {
  outline-color: var(--color-2);
  outline-style: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: var(--color-2);
  padding: 15px 10px;
  margin: 10px 0px;
  border: 2px solid var(--color-1);
  border-radius: 5px;
}
input:not([type=radio]):not([type=checkbox])::file-selector-button,
textarea::file-selector-button {
  background-color: var(--color-4);
  color: white;
  margin-left: 10px;
}
input:not([type=radio]):not([type=checkbox]):focus,
textarea:focus {
  border: 2px solid var(--color-2);
}

.search-main .search-results .entry .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.pagination .pages-desc {
  font-weight: 500;
}
.pagination nav.pagination {
  display: inline-block !important;
}
.pagination nav.pagination .screen-reader-text {
  display: none;
}
.pagination nav.pagination .nav-links {
  margin: auto;
  padding: 0 1em;
}
.pagination nav.pagination .page-numbers {
  display: inline;
  border-radius: 8px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding: 7px 12px;
  background-color: white;
  border: 2px solid var(--color-1);
  color: var(--color-2);
}
.pagination nav.pagination .page-numbers:hover {
  border: 2px solid black;
}
.pagination nav.pagination .page-numbers.prev {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.next {
  width: 2.5em;
  padding: 7px 12px;
}
.pagination nav.pagination .page-numbers.current {
  background-color: black;
  border: 2px solid black;
  color: white;
}
.pagination nav.pagination .page-numbers.dots {
  border: none;
  display: inline-block-block;
}
.pagination nav.pagination a.page-numbers {
  color: var(--color-2);
  border: 2px solid var(--color-1);
  text-decoration: none;
}
.pagination nav.pagination a.page-numbers:hover {
  background-color: var(--color-1);
  color: white;
}

/* BREADCRUMB
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ol.breadcrumb-tmc {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
  display: flex;
  align-items: center !important;
  white-space: nowrap;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey {
  max-width: unset !important;
}
ol.breadcrumb-tmc span.breadcrumb-tmc-separator svg#chevrons-right-grey path {
  stroke: var(--color-4);
}
ol.breadcrumb-tmc li:first-letter {
  text-transform: uppercase;
}
ol.breadcrumb-tmc li span {
  color: var(--color-1);
  line-height: 1;
  font-weight: 400;
  font-size: 15px;
}
ol.breadcrumb-tmc li a {
  font-weight: inherit;
  line-height: 2.1;
  font-size: 15px;
  color: var(--color-1);
  text-decoration: underline;
}
ol.breadcrumb-tmc li a:hover {
  color: var(--color-1);
  font-weight: inherit;
}
ol.breadcrumb-tmc li a:hover::before {
  opacity: 1;
  border-color: var(--color-4);
}
ol.breadcrumb-tmc .breadcrumb-tmc-separator {
  padding: 0 5px;
}

.background-4 ol.breadcrumb-tmc span {
  color: white;
}
.background-4 ol.breadcrumb-tmc a {
  color: white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
}
.background-4 ol.breadcrumb-tmc a::before {
  color: white;
  border-bottom: 2px solid white;
}
.background-4 ol.breadcrumb-tmc a:hover {
  color: white;
  text-decoration: none;
}
.background-4 ol.breadcrumb-tmc a:hover::before {
  opacity: 1;
  border-color: white;
}

.single-img-wrapper {
  position: relative;
}
.single-img-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 50%;
  background-color: var(--color-3);
  z-index: -1;
  transform: translateX(-50%);
}

.single-page {
  position: relative;
  overflow: hidden;
}
.single-page .flexContent-desc__x-bg-web {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  transform: translate(40%, 0);
}

.the-content {
  position: relative;
  z-index: 1;
  background: var(--color-2);
  padding: 1em 3em 2em 3em;
  color: var(--color-1);
}
.the-content h2 + p, .the-content h3 + p {
  margin-top: 25px;
  color: var(--color-1);
}
.the-content p, .the-content h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--color-1);
}
.the-content p a, .the-content h2 a {
  color: var(--color-1);
}
.the-content p a:hover, .the-content h2 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-2);
}
.the-content blockquote + p {
  margin-top: 20px;
  color: var(--color-1);
}
.the-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 10px !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
.the-content ul + ul {
  margin-bottom: 10px;
  color: var(--color-1);
}
.the-content ul + p {
  margin-top: 25px;
  font-size: 0.9rem;
}
.the-content ul {
  margin-bottom: 8px;
}
.the-content ul li {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  color: var(--color-1);
}
.the-content ul li p {
  margin-bottom: 8px;
  line-height: 28px;
  color: var(--color-1);
}
.the-content ul li a {
  color: var(--color-1);
}
.the-content ul li a:hover {
  text-decoration: underline;
  text-decoration-color: var(--color-2);
}
.the-content ol li {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: var(--color-1);
}
.the-content ol li p {
  margin-bottom: 10px;
}
.the-content blockquote {
  color: var(--color-1);
  font-size: 18px;
  width: 100%;
  margin: 0;
  padding-left: 40px;
  line-height: 28px;
  border-left: 2px solid var(--color-1);
  font-weight: 500;
  font-style: italic;
}
.the-content blockquote cite {
  font-size: 18px;
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 28px;
  font-style: italic;
}
.the-content blockquote cite:before {
  content: "";
}

th, td {
  font-family: "Hanken Grotesk", sans-serif;
}

th {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 2px solid var(--color-1);
  color: var(--color-1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid var(--color-1);
  color: var(--color-1);
  font-size: 16px;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: absolute;
    top: -46px;
  }
}
.main-img-wrapper .main-img {
  position: relative;
  padding-top: 4rem;
  z-index: 2;
}
.main-img-wrapper .main-img .sign-element {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%);
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.main-img-wrapper .main-img .sign-element span {
  font-weight: 400;
  font-size: 1.444rem;
  font-family: "Hanken Grotesk", sans-serif;
}
@media (max-width: 992px) {
  .main-img-wrapper .main-img .sign-element {
    transform: unset;
  }
}
.main-img-wrapper .main-img .bg-element {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .main-img-wrapper .main-img .bg-element {
    top: 0;
    bottom: unset;
    transform: translateY(-5%);
  }
  .main-img-wrapper .main-img .bg-element svg {
    width: 650px;
  }
}
@media (max-width: 992px) {
  .main-img-wrapper .main-img .bg-element {
    transform: translateY(-5%);
  }
  .main-img-wrapper .main-img .bg-element svg {
    width: 580px;
  }
}

span.underline {
  position: relative;
  text-wrap: nowrap;
}
span.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 20px;
  background-image: url("../localdata/_default/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

span.underline-short {
  position: relative;
  text-wrap: nowrap;
}
span.underline-short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(30%);
  overflow: hidden;
  object-fit: cover;
  height: 20px;
  background-image: url("../localdata/_default/underline-short.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
  font-size: 1.5rem;
}
ul.footer-menu li {
  position: relative;
  display: inline-block;
  text-transform: none;
  line-height: 2rem;
  padding: 0.8rem 1.5rem;
}
@media (max-width: 992px) {
  ul.footer-menu li {
    display: block;
  }
}
ul.footer-menu li a {
  color: white;
  font-size: inherit;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  line-height: inherit;
  letter-spacing: inherit;
  position: relative;
}
ul.footer-menu li a::after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -3px;
  content: "";
  border-bottom: 1px solid var(--color-white);
}
ul.footer-menu li a:hover::after {
  border-bottom: 3px solid var(--color-3);
}

@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swaying-element {
  display: inline-block;
  animation: sway 3s infinite ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.floating-element {
  display: inline-block;
  animation: float 3s infinite ease-in-out;
}

.floating-element:hover {
  animation-play-state: paused;
}

.floating-delay-1, .floating-delay-6 {
  animation-delay: 0.5s;
}

.floating-delay-2, .floating-delay-7 {
  animation-delay: 1s;
}

.floating-delay-3, .floating-delay-8 {
  animation-delay: 1.5s;
}

.floating-delay-4, .floating-delay-9 {
  animation-delay: 2s;
}

.floating-delay-5, .floating-delay-10 {
  animation-delay: 2.5s;
}

.shortcode-competition-form {
  position: relative;
}
.shortcode-competition-form.is-submitting .form-grid, .shortcode-competition-form.is-success .form-grid {
  opacity: 0.1;
  pointer-events: none;
}
.shortcode-competition-form.is-submitting .form-overlay.type-submitting {
  opacity: 1;
}
.shortcode-competition-form.is-success .form-overlay.type-success {
  opacity: 1;
}
.shortcode-competition-form .form-grid {
  transition: 600ms all;
}
.shortcode-competition-form .form-check .form-check-input {
  box-shadow: none;
}
.shortcode-competition-form .form-check .form-check-input:checked {
  background-color: var(--color-4);
  border-color: var(--color-4);
}
.shortcode-competition-form .form-check .form-check-label {
  font-size: 14px;
}
.shortcode-competition-form .form-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  inset: 0;
  position: absolute;
  z-index: 2;
  transition: 600ms all;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.shortcode-competition-form .form-overlay.type-success {
  color: #85e87a;
}
.shortcode-competition-form .input-group input:placeholder-shown ~ .input-placeholder {
  display: block;
  pointer-events: none;
}
.shortcode-competition-form .input-group input:required ~ .input-placeholder::after {
  content: "*";
  display: inline;
  color: red;
  margin-left: 0.5em;
  font-weight: bold;
}
.shortcode-competition-form .input-group .input-placeholder {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
  color: #7c7c7c;
  display: none;
}
