/**
* calculate the max width based on input
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  line-height: 1.2;
  font-weight: bold;
}

p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 0 0;
}
@media screen and (min-width: 90em) {
  p {
    font-size: 1.8rem;
  }
}
p * {
  font-size: inherit;
}
p:not(:last-of-type) {
  margin-bottom: 3rem;
}
p a {
  color: #DD4E4A;
}

h1 {
  font-size: 4.5rem;
  font-size: clamp(4.5rem, 6vw, 13.8rem);
}

h2 {
  font-size: 4rem;
  font-size: clamp(4rem, 4vw, 8rem);
}

h3 {
  font-size: 3.2rem;
  font-size: clamp(3.2rem, 3vw, 6.4rem);
}

h4 {
  font-size: 2.8rem;
  font-size: clamp(2.8rem, 2.5vw, 3.5rem);
}

h5 {
  font-size: 2.2rem;
  font-size: clamp(2.2rem, 2vw, 2.5rem);
}

html,
body {
  font-family: "poppins", Helvetica, Arial, sans-serif;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-weight: 300;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0 0;
  font-size: 1.8rem;
  background: #002033;
  color: #FFFFFF;
}
body.preload {
  animation: none;
  transition: none;
}
body.preload * {
  animation: none;
  transition: none;
}
body.logged-in .header {
  top: 32px;
}

* {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

p,
ul,
ol {
  margin: 0 0;
  margin-bottom: 0;
}

ul,
ol {
  display: inline-block;
  padding-left: 2rem;
}

::-moz-selection {
  color: #DD4E4A;
  background: transparent;
}

::selection {
  color: #DD4E4A;
  background: transparent;
}

#wpadminbar {
  position: fixed;
  width: 100%;
}

.image--cover,
.image--contain {
  width: 100%;
  height: 100%;
}

.image--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg--primary path {
  fill: #DD4E4A;
}

.svg--white path {
  fill: #FFFFFF;
}

p img,
picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.overflow--hidden {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 10;
  transition: all 0.125s linear;
}

.header__normal {
  display: flex;
  align-items: center;
  background-color: #002033;
  padding: 1rem 0;
}

.header__topbar {
  display: flex;
  justify-content: space-between;
  padding: 0.7rem 0;
  background: rgba(0, 32, 51, 0.6);
  display: none;
}
@media screen and (min-width: 64em) {
  .header__topbar {
    display: flex;
  }
}

.header__brand {
  position: relative;
  transition: all 0.125s linear;
  z-index: 2;
}
.header__brand .brand__link {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  transform-origin: 0 50%;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 64em) {
  .header__brand .brand__link {
    max-width: 35rem;
  }
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding: 0 2rem;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .header__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media screen and (min-width: 64em) {
  .header__menu {
    flex: auto;
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .header__actions {
    gap: 2rem;
    margin-left: 4rem;
  }
}

@media screen and (max-width: 84.9375em) {
  .action__button {
    display: none !important;
  }
}

.header__main {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (min-width: 64em) {
  .header__main {
    flex: auto;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.header__navigation {
  display: flex;
  gap: 2rem;
  color: #FFFFFF;
}
@media screen and (max-width: 84.9375em) {
  .header__navigation {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .header__navigation {
    gap: 3rem;
  }
}

.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  transition: all 0.125s linear;
  z-index: 15;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.header__toggle .navigation__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.6rem;
  height: 1.4rem;
  transition: all 0.125s linear;
}
.header__toggle .navigation__toggle .line {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #002033;
  transition: all 0.125s linear;
}
.header__toggle.toggle--open .navigation__toggle .line {
  opacity: 0;
}
.header__toggle.toggle--open .navigation__toggle .line:first-child {
  transform: rotate(45deg);
  top: 6px;
  opacity: 1;
}
.header__toggle.toggle--open .navigation__toggle .line:last-child {
  transform: rotate(-45deg);
  bottom: 6px;
  opacity: 1;
}
@media screen and (min-width: 85em) {
  .header__toggle {
    display: none !important;
  }
}

.header__slideout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  background-color: #002033;
  color: #FFFFFF;
  z-index: 1;
  padding: 15rem 4rem 5rem;
  transform: translateX(100%);
  transition: transform 0.2s ease;
}
.header__slideout .sidebar__menu {
  overflow-x: hidden;
  overflow-y: scroll;
}
.header__slideout .sidebar__menu li {
  list-style: none;
  font-size: 2.2rem;
  font-size: clamp(2.2rem, 5vw, 2.8rem);
  line-height: 2;
  font-weight: bold;
}
.header__slideout .sidebar__menu li.navigation--current {
  padding-left: 2rem;
  padding-right: 2rem;
}
.header__slideout .sidebar__menu .navigation__link--children .link__icon {
  height: auto;
  width: auto;
  position: absolute;
  right: 0;
}
.header__slideout .sidebar__menu .navigation__link--children .link__icon svg, .header__slideout .sidebar__menu .navigation__link--children .link__icon::after {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.header__slideout .sidebar__menu .navigation__link--children .menu__list {
  max-height: 0;
  transition: max-height 0.6s ease;
  overflow: hidden;
  padding: 0;
  display: block;
}
.header__slideout .sidebar__menu .navigation__link--children .menu__list li {
  font-size: 2rem;
  font-size: clamp(2rem, 4vw, 2.4rem);
}
.header__slideout .sidebar__menu .navigation__link--children.open .link__icon svg, .header__slideout .sidebar__menu .navigation__link--children.open .link__icon::after {
  transform: rotate(0deg);
}
.header__slideout .sidebar__menu .navigation__link--children.open .menu__list {
  opacity: 1;
  visibility: visible;
  max-height: 90rem;
}
.header__slideout.navigation--open {
  transform: translateX(0);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 64em) {
  .header__slideout {
    width: 30vw;
  }
}
.header__slideout:after {
  content: "";
  background-image: url("../../images/logo/bg--pattern.svg");
  opacity: 0.16;
  width: 75%;
  max-width: 65rem;
  aspect-ratio: 4/3;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 85%;
  background-position: bottom right;
  z-index: -1;
  position: absolute;
  bottom: -1rem;
  right: 0;
}

.follow__facebook {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: bold;
}
.follow__facebook::after {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.follow__facebook:after {
  color: #DD4E4A;
  margin-left: 1rem;
  font-size: 150%;
}

@media screen and (min-width: 64em) {
  .header--fixed .header__brand .brand__link {
    transform: scale(0.75);
  }
}

.content {
  padding: 5rem 0;
}
@media screen and (min-width: 64em) {
  .content {
    padding: 10rem 0;
  }
}

.content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 180rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.content__wrapper--small {
  margin: 0 auto;
  width: 100%;
  max-width: 130rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .content__wrapper--small {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

article ul li::marker {
  color: #DD4E4A;
}
article ul:not(:last-of-type) {
  margin-bottom: 3rem;
}

.featured__image {
  margin-bottom: 5rem;
}

.section--title {
  margin-bottom: 5rem;
}

.column--block.__smaller .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 150rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .column--block.__smaller .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.column--block .content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.column__item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.content__row {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .content__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .content__row {
    gap: 10rem;
  }
}
.content__row > .content__column {
  flex: 1;
}
.content__row.section--title {
  flex-direction: column;
}

.image--block .content__row {
  align-items: center;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .image--block .content__row {
    gap: 10rem;
  }
}
.image--block .content__row.row__reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .image--block .content__row.row__reverse {
    flex-direction: row-reverse;
  }
}
.image--block h2,
.image--block h3 {
  z-index: 1;
  position: relative;
}
.image--block .image {
  width: 100%;
  box-shadow: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.1);
}
.image--block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.c2a--block {
  overflow: hidden;
  position: relative;
  max-width: 180rem;
  margin: 0 auto;
}
.c2a--block:after {
  content: "";
  background-image: url("../../images/logo/bg--pattern.svg");
  position: absolute;
  right: 0;
  bottom: -1rem;
  opacity: 0.16;
  width: 75%;
  max-width: 65rem;
  aspect-ratio: 4/3;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 85%;
  background-position: bottom right;
}
.c2a--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 150rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .c2a--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.c2a--block .c2a__content {
  max-width: 75rem;
}

.media__block {
  padding: 0;
}
.media__block .wp-video {
  width: 100% !important;
}
.media__block.extra--image .image--wrapper {
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .media__block.extra--image .image--wrapper {
    aspect-ratio: 16/6;
  }
}
.media__block.extra--image.position--top img {
  -o-object-position: top;
     object-position: top;
}
.media__block.extra--image.position--bottom img {
  -o-object-position: bottom;
     object-position: bottom;
}

.flex__content {
  position: relative;
}
.flex__content .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 150rem;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64em) {
  .flex__content .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
@media screen and (max-width: 63.9375em) {
  .flex__content .left__content .button__box {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .flex__content .right__content .button__box {
    display: none;
  }
}
.flex__content.block--centured {
  text-align: center;
}
.flex__content.block--centured .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 125rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .flex__content.block--centured .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.flex__content.block--centured .button__box {
  justify-content: center;
}
.flex__content .bg--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.56;
}
.flex__content.has--bgimage {
  display: flex;
  align-items: center;
  height: 60vh;
}

.grid--listing {
  display: grid;
  gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .grid--listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .grid--listing {
    gap: 4rem;
  }
}

.default__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-bottom: 8rem;
}
.default__item .thumbnail {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.default__item .thumbnail img {
  transition: transform 0.4s ease;
}
.default__item .grid__item--content {
  padding: 2rem 0;
}
.default__item:hover .thumbnail img {
  transform: scale(1.1);
}
.default__item .read-more {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer {
  padding: 10rem 0 5rem;
  background-color: #002033;
  position: relative;
  color: #FFFFFF;
  border-top: 10px solid #284454;
}
.footer .icon__group {
  gap: 4rem;
  flex-direction: row;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .footer .icon__group {
    justify-content: flex-start;
  }
}
.footer .icon__group .icon {
  padding: 0;
  background: transparent;
  color: #284454;
  width: 0;
}
.footer .button__box {
  margin: 0;
}
.footer .button__box:not(:last-of-type) {
  margin-bottom: 2rem;
}

.footer__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 180rem;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .footer__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}

.footer__column {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 2rem;
}

.footer__row {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 5rem;
}
@media screen and (min-width: 64em) {
  .footer__row {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .footer__row {
    gap: 8rem;
  }
}

.column--gap {
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .column--gap {
    gap: 4rem;
  }
}

.footer__title {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  font-weight: 700;
}

.footer__logo {
  max-width: 48rem;
}
.footer__logo svg .primary {
  fill: #FFFFFF;
}

.footer__author {
  display: flex;
}
.footer__author .author__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__author .author__logo {
  width: 10rem;
}
.footer__author .author__logo path {
  fill: #FFFFFF;
}

.contact__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__info .contact__item {
  padding-left: 7rem;
  position: relative;
}
.contact__info .contact__item.item__location::before {
  content: "\f015";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item.item__mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item.item__phone::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.contact__info .contact__item:before {
  color: #DD4E4A;
  position: absolute !important;
  left: 0;
  top: 0;
  font-size: 2.5rem;
}

.widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget .menu .sub-menu {
  display: none;
}

.footer__bottom .footer__row {
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .footer__bottom .footer__author {
    justify-content: flex-end;
  }
}

.banner__section {
  display: flex;
  height: auto;
  background: #002033;
  position: relative;
  padding-top: 11.6rem;
}
.banner__section .bg--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.56;
  z-index: 1;
}
.banner__section .bg--image img {
  -o-object-position: 25% 10%;
     object-position: 25% 10%;
}
.banner__section .content__wrapper {
  display: flex;
  align-items: flex-end;
}
.banner__section:not(.home--banner):not(.has--image) {
  padding-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .banner__section:not(.home--banner):not(.has--image) {
    padding-top: 18rem;
  }
}
.banner__section:not(.has--image) .banner__title h1 {
  font-size: 4rem;
  font-size: clamp(4rem, 5vw, 8rem);
}
.banner__section.has--image {
  height: 80vh;
  min-height: 40rem;
  max-height: 80rem;
}
.banner__section.has--image.home--banner {
  max-height: 100rem;
}

.banner__title {
  color: #FFFFFF;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 64em) {
  .banner__title {
    width: 85%;
  }
}
.banner__title h1 {
  font-size: 3.5rem;
  font-size: clamp(3.5rem, 6vw, 13.8rem);
  color: #FFFFFF;
}
.banner__title h2 {
  font-size: 2.4rem;
  font-size: clamp(2.4rem, 3vw, 5.6rem);
  color: #FFFFFF;
  font-weight: 300;
}
.banner__title h1,
.banner__title h2 {
  line-height: 1;
}

.gallery,
.wp-block-gallery {
  gap: 2rem !important;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}
.gallery.gallery-columns-4, .gallery.columns-4,
.wp-block-gallery.gallery-columns-4,
.wp-block-gallery.columns-4 {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .gallery.gallery-columns-4, .gallery.columns-4,
.wp-block-gallery.gallery-columns-4,
.wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-4, .gallery.columns-4,
.wp-block-gallery.gallery-columns-4,
.wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .gallery.gallery-columns-4, .gallery.columns-4,
.wp-block-gallery.gallery-columns-4,
.wp-block-gallery.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-4, .gallery.columns-4,
.wp-block-gallery.gallery-columns-4,
.wp-block-gallery.columns-4 {
    gap: 5rem !important;
  }
}
.gallery.gallery-columns-3, .gallery.columns-3, .gallery.columns-default,
.wp-block-gallery.gallery-columns-3,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-default {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .gallery.gallery-columns-3, .gallery.columns-3, .gallery.columns-default,
.wp-block-gallery.gallery-columns-3,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-default {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-3, .gallery.columns-3, .gallery.columns-default,
.wp-block-gallery.gallery-columns-3,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-default {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .gallery.gallery-columns-3, .gallery.columns-3, .gallery.columns-default,
.wp-block-gallery.gallery-columns-3,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-default {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-3, .gallery.columns-3, .gallery.columns-default,
.wp-block-gallery.gallery-columns-3,
.wp-block-gallery.columns-3,
.wp-block-gallery.columns-default {
    gap: 5rem !important;
  }
}
.gallery.gallery-columns-2, .gallery.columns-2,
.wp-block-gallery.gallery-columns-2,
.wp-block-gallery.columns-2 {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .gallery.gallery-columns-2, .gallery.columns-2,
.wp-block-gallery.gallery-columns-2,
.wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-2, .gallery.columns-2,
.wp-block-gallery.gallery-columns-2,
.wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 85em) {
  .gallery.gallery-columns-2, .gallery.columns-2,
.wp-block-gallery.gallery-columns-2,
.wp-block-gallery.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64em) {
  .gallery.gallery-columns-2, .gallery.columns-2,
.wp-block-gallery.gallery-columns-2,
.wp-block-gallery.columns-2 {
    gap: 5rem !important;
  }
}
.gallery .gallery-item,
.wp-block-gallery .gallery-item {
  float: none !important;
  width: auto !important;
  margin-top: 0 !important;
  margin: 0;
}
.gallery img,
.wp-block-gallery img {
  border: 0 !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.gallery br,
.wp-block-gallery br {
  display: none !important;
}

.navigation--row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 64em) {
  .navigation--row {
    flex-direction: row;
  }
}
.navigation--row .navigation__link,
.navigation--row .navigation__link--children {
  color: #FFFFFF;
}
.navigation--row .navigation__link .menu__list .navigation__link,
.navigation--row .navigation__link--children .menu__list .navigation__link {
  color: #FFFFFF;
}
.navigation--row > .navigation--current > a {
  color: #DD4E4A;
}
.navigation--row .navigation__link {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 3vw, 1.8rem);
  font-weight: 500;
  padding: 2rem 0;
  letter-spacing: 1px;
}
@media screen and (min-width: 85em) {
  .navigation--row .navigation__link {
    letter-spacing: 1px;
  }
}
.navigation--row .navigation__link--children {
  position: relative;
}
.navigation--row .navigation__link--children .menu__list {
  position: absolute;
  top: 6rem;
  left: 0;
  padding: 0;
  box-shadow: 0.25rem 0.25rem 2rem rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  min-width: 100%;
  background: #002033;
  border-radius: 0.4rem;
  overflow: hidden;
}
.navigation--row .navigation__link--children .menu__list li {
  white-space: nowrap;
}
.navigation--row .navigation__link--children .menu__list .navigation__link {
  padding: 1rem 3rem;
}
.navigation--row .navigation__link--children:hover .menu__list, .navigation--row .navigation__link--children:focus .menu__list, .navigation--row .navigation__link--children:active .menu__list {
  opacity: 1;
  visibility: visible;
}
.navigation--row li {
  list-style: none;
}
@media screen and (min-width: 85em) {
  .navigation--row {
    gap: 2rem; /* 4*/
  }
}

.navigation__link--parent {
  display: flex;
  align-items: center;
}

.navigation__link--children .navigation__link {
  display: flex;
  align-items: center;
  position: relative;
  gap: 1rem;
  padding-right: 1.5rem;
}
.navigation__link--children .link__icon {
  display: flex;
  width: 1.4rem;
  height: 2rem;
}
.navigation__link--children .link__icon::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.navigation__link--children .menu__list .navigation__link {
  font-weight: 400;
}
.navigation__link--children .menu__list .navigation__link--parent .navigation__link {
  width: 100%;
}
@media screen and (max-width: 84.9375em) {
  .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):hover, .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):focus, .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):hover, .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):focus, .navigation__link--children .menu__list .navigation__link--parent:not(.navigation--current):active {
    background-color: #284454;
  }
}
.navigation__link--children .menu__list .navigation--current {
  background-color: #DD4E4A;
}
@media screen and (min-width: 85em) {
  .navigation__link--children .menu__list {
    opacity: 0;
    visibility: hidden;
  }
}

.navigation__pages {
  display: flex;
  justify-content: center;
  padding: 3rem 0 5rem;
}
.navigation__pages .page__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  background-color: #284454;
  border-radius: 4.8rem;
}
.navigation__pages .page__link:hover, .navigation__pages .page__link:focus, .navigation__pages .page__link:active {
  background-color: #182831;
}
.navigation__pages .page__link.link--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.navigation__pages .page__link .link__icon {
  display: flex;
  height: 2.8rem;
  width: 2.8rem;
}
@media screen and (min-width: 85em) {
  .navigation__pages .page__link {
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 7.4rem;
  }
}

.button {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  height: 5.2rem;
  padding: 0 3rem;
  border-radius: 2.5rem;
  position: relative;
  overflow: hidden;
}
.button:before {
  content: "";
  aspect-ratio: 1/1;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  mix-blend-mode: overlay;
  pointer-events: none;
  border-radius: 100%;
  transform: translatex(-100%);
  transition: all 0.4s linear;
  opacity: 0.3;
}
.button:hover:before {
  left: 100%;
  transform: translatex(100%);
}

.button__solid--primary {
  background-color: #DD4E4A;
  color: #FFFFFF;
}
.button__solid--primary:before {
  display: block;
  background: black;
}

.button__solid--secondary {
  background-color: #284454;
  color: #FFFFFF;
}
.button__solid--secondary:before {
  display: block;
  background: black;
}

.button__outline--white {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.button__outline--white:before {
  display: block;
  background: #FFFFFF;
}

.button__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 2rem;
}

.icon__group {
  display: flex;
  gap: 2rem;
}
.icon__group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 2.2rem;
  background: #284454;
  color: #DD4E4A;
  transition: all 0.4s ease;
  border-radius: 100%;
}
.icon__group .icon:hover {
  background: #182831;
}

.box__icon {
  align-items: center;
}
.box__icon .box__name {
  flex: 1;
}

.sponsoren__slider {
  overflow: visible !important;
}
.sponsoren__slider .swiper-slide {
  width: auto !important;
}
.sponsoren__slider .swiper-slide:nth-child(odd) .logo__item {
  transform: translatey(-5rem);
}

.logo__item {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 1.8rem;
  position: relative;
}
.logo__item img {
  max-height: 8rem;
  max-width: 20rem;
  width: auto;
}
@media screen and (min-width: 64em) {
  .logo__item img {
    max-height: 12rem;
    max-width: 26rem;
  }
}

.with_frm_style .frm_form_field input:not([type=radio]), .with_frm_style .frm_form_field textarea:not([type=radio]) {
  min-height: 5.4rem;
  color: #284454;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border: 0;
  border-radius: 20rem;
  background-color: #284454;
}
.with_frm_style .frm_form_field textarea {
  border-radius: 3rem !important;
  padding: 3rem 2rem;
}
.with_frm_style .frm_form_field label {
  color: #FFFFFF;
  padding: 0;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.with_frm_style .frm_form_field.frm_label_float_top label {
  font-size: 1.4rem;
}
.with_frm_style .frm_form_field .frm_submit button {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 2rem);
  height: 5.2rem;
  padding: 0 3rem;
  border-radius: 2.5rem;
  transition: background-color 0.25s linear, box-shadow 0.4s ease;
  background: #DD4E4A;
  border: 0;
  margin: 0;
  box-shadow: none;
  font-weight: 300;
}
.with_frm_style .frm_form_field .frm_submit button:hover, .with_frm_style .frm_form_field .frm_submit button:focus, .with_frm_style .frm_form_field .frm_submit button:active {
  background-color: #cd2b27;
  color: #FFFFFF;
}
.with_frm_style .frm_form_field .frm_radio label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  display: inline-block;
}
.with_frm_style .frm_form_field .frm_radio label input[type=radio] {
  display: none !important;
}
.with_frm_style .frm_form_field .frm_radio label::before, .with_frm_style .frm_form_field .frm_radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  background-color: #284454;
}
.with_frm_style .frm_form_field .frm_radio label::after {
  transform: scale(0);
  background-color: white;
  opacity: 0;
}
.with_frm_style .frm_form_field .frm_radio label.checked::after {
  opacity: 1;
  transform: scale(0.7);
}
.with_frm_style .frm_form_field.vertical_radio > .frm_opt_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 64em) {
  .with_frm_style .frm_form_field.vertical_radio > .frm_opt_container {
    flex-direction: row;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5rem auto;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0px 0.5rem;
  background: transparent;
  color: #FFFFFF;
  border-radius: 100%;
}
.pagination a:not(.dots),
.pagination span:not(.dots) {
  border: 1px solid #284454;
}
.pagination a:not(.dots):hover,
.pagination span:not(.dots):hover {
  background: #284454;
  color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .pagination a,
.pagination span {
    width: 5rem;
    height: 5rem;
  }
}
.pagination span.current {
  background: #DD4E4A;
  color: #FFFFFF;
  border-color: transparent;
  font-weight: 600;
}

@media screen and (min-width: 64em) {
  .login {
    height: 100vh;
  }
}

.login__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .login__wrapper {
    flex-direction: row;
  }
}

.login--left,
.login--right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}

.login__image {
  width: 100%;
  height: 50vh;
}
.login__image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .login__image {
    height: 100vh;
  }
}

.login__form {
  width: 45rem;
}
@media screen and (max-width: 63.9375em) {
  .login__form {
    padding: 10rem 0;
  }
}

.login__author {
  display: flex;
  align-items: center;
}
.login__author .author__icon {
  display: flex;
  align-items: center;
  height: 5.2rem;
  width: auto;
  margin-bottom: 5rem;
}

.login__contact {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10% 15%;
  z-index: 1;
  color: #FFFFFF;
}
.login__contact * {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.form__message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.form__message .message {
  padding: 2rem;
  color: #FFFFFF;
}
.form__message .message--ok {
  background-color: #9CCC65;
}
.form__message .message--bad {
  background-color: #E53935;
}
.form__message p {
  font-size: 1.4rem;
}

form#wer__loginform {
  width: 100%;
}
form#wer__loginform p {
  margin: 0 0 2rem;
}
form#wer__loginform p.login-username, form#wer__loginform p.login-password {
  display: flex;
  flex-direction: column;
}
form#wer__loginform p.login-username input, form#wer__loginform p.login-password input {
  height: 5rem;
  border: 0;
  background-color: #eaeaea;
  padding: 0 2rem;
}
form#wer__loginform p.login-submit .button-primary {
  background-color: #DD4E4A;
  color: #FFFFFF;
  border: 0;
  cursor: pointer;
}

.subscibe--block .content__column article {
  padding: 5rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2.4rem;
}

@media screen and (min-width: 64em) {
  .sidebar__column {
    flex: 0 0 40% !important;
  }
}
.sidebar__column .contact__widget {
  padding: 5rem;
  border-radius: 2.4rem;
  border: 1px solid #FFFFFF;
}
.sidebar__column .contact__widget .contact__info {
  margin-top: 3rem;
}

.contact--block {
  max-width: 180rem;
  position: relative;
  margin: 0 auto;
}
.contact--block:after {
  content: "";
  background-image: url("../../images/logo/bg--pattern.svg");
  opacity: 0.16;
  width: 75%;
  max-width: 65rem;
  aspect-ratio: 4/3;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 85%;
  background-position: bottom right;
  z-index: -1;
  position: relative;
  left: 100%;
  top: 7rem;
  transform: translatex(-100%);
}
@media screen and (min-width: 64em) {
  .contact--block:after {
    position: absolute;
    bottom: -1rem;
    right: 0;
    top: inherit;
    transform: none;
    left: inherit;
  }
}

.single--post .banner__section .content__wrapper,
.single--post .default--block .content__wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 145rem;
  padding: 0 2rem;
}
@media screen and (min-width: 64em) {
  .single--post .banner__section .content__wrapper,
.single--post .default--block .content__wrapper {
    padding: 0 calc(7.5rem + 1.5625vw);
  }
}
.single--post .banner__title {
  width: 100%;
}
.single--post .post__date {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
