@font-face {
  font-family: "Ivar Display";
  src: url("../fonts/Ivar/IvarDisplay-Regular.woff2") format("woff2"), url("../fonts/Ivar/IvarDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lausanne";
  src: url("../fonts/Lausanne/TWKLausanne-300.woff2") format("woff2"), url("../fonts/Lausanne/TWKLausanne-300.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lausanne";
  src: url("../fonts/Lausanne/TWKLausanne-500.woff2") format("woff2"), url("../fonts/Lausanne/TWKLausanne-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lausanne";
  src: url("../fonts/Lausanne/TWKLausanne-800.woff2") format("woff2"), url("../fonts/Lausanne/TWKLausanne-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  overflow: overlay;
}

*::-webkit-scrollbar {
  display: block;
  width: 6px;
}

*::-webkit-scrollbar-button {
  display: none;
}

*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #aba798;
}

-webkit-::selection {
  background: #aba798;
}

::selection {
  background: #aba798;
}

.bgtrans {
  background-color: transparent;
}

.bgwhite {
  background-color: #FFFFFF;
}

.bgblack {
  background-color: #000000;
}

.bgcollight {
  background-color: #f6f5f3;
}
.bgcollight h3 {
  color: #000000 !important;
  font-weight: 800;
  text-transform: uppercase;
}

.bgcol {
  background-color: #aba798;
  color: #FFFFFF;
}
.bgcol a:link, .bgcol a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.bgcol a:hover, .bgcol a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
.bgcol h1, .bgcol h2, .bgcol h3, .bgcol h4 {
  color: #FFFFFF;
}

.font1, .coltitle.white, h1.notitle, h2.notitle, h3.notitle, body, .bgcollight h3 {
  font-family: "Lausanne", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

.font2, .big-title, .sub-title, h1, h2, h3 {
  font-family: "Ivar Display", "Times", serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

html, body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  overflow-x: hidden;
}

body {
  font-size: clamp(22px, 1.75vw, 100px);
  line-height: 1.27em;
  position: relative;
  color: #aba798;
  background-color: #FFFFFF;
}
@media (max-width: 640px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: opacity 0.15s;
  color: #aba798;
}
a:link, a:visited {
  text-decoration: none;
  color: #aba798;
}
a:hover, a:active {
  text-decoration: none;
  color: #aba798;
}
a.nolink:hover, a.nolink:active {
  color: #aba798;
}

.bgcol a {
  color: #FFFFFF;
}
.bgcol a.btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.bgcol a.btn:hover {
  background-color: #FFFFFF;
  color: #aba798;
}
.bgcol a.nolink:hover, .bgcol a.nolink:active {
  color: #FFFFFF;
}
.bgcol a.hoveropacity:hover, .bgcol a.hoveropacity:active {
  color: #FFFFFF;
}

.btn, .ffaform button {
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #aba798;
  padding: 0.58em 1.5em 0.31em 1.5em;
  border-radius: 0.5em;
  display: inline-block;
  margin-bottom: 0.35em;
  transition: all 0.1s;
}
.btn.block, .ffaform button.block {
  display: block;
}
.btn.btn-1:link, .ffaform button.btn-1:link, .btn.btn-1:visited, .ffaform button.btn-1:visited {
  padding-left: 0.9em;
  padding-right: 0.85em;
}
.btn.btn-2, .ffaform button.btn-2 {
  border-radius: 0.8em;
}
.btn.btn-3, .ffaform button.btn-3 {
  padding: 0.4em 0.75em 0.2em 0.75em;
}
.btn.btn-white, .ffaform button.btn-white {
  background-color: #FFFFFF;
  color: #aba798;
  border: 0px solid #FFFFFF;
}
.btn.btn-white:hover, .ffaform button.btn-white:hover, .btn.btn-white:focus, .ffaform button.btn-white:focus {
  background-color: #aba798;
  color: #FFFFFF !important;
  border: 0px solid #aba798;
}
.btn:hover, .ffaform button:hover, .btn:focus, .ffaform button:focus, .btn.is-active, .ffaform button.is-active {
  background-color: #aba798;
  color: #FFFFFF;
}
.btn.is-active, .ffaform button.is-active {
  pointer-events: none;
}
.btn .arrow, .ffaform button .arrow {
  font-weight: 600;
  display: inline-block;
}
.btn .arrow.arrow-left, .ffaform button .arrow.arrow-left {
  margin-right: 0.5em;
}
.btn .arrow.arrow-right, .ffaform button .arrow.arrow-right {
  margin-left: 0.5em;
}

.mainblack {
  color: #000000;
}
.mainblack a h1, .mainblack a h2, .mainblack a h3, .mainblack a h4 {
  color: #000000;
}
.mainblack a:link, .mainblack a:visited {
  text-decoration: none;
  color: #000000;
}
.mainblack a:hover, .mainblack a:active {
  text-decoration: none;
  color: #000000;
}
.mainblack a.nolink:hover, .mainblack a.nolink:active {
  color: #000000;
}
.mainblack a.hoveropacity:hover, .mainblack a.hoveropacity:active {
  color: #000000;
}
.mainblack a.btn {
  color: #aba798;
}
.mainblack a.btn:hover {
  color: #FFFFFF;
}

.children-ms-1 > * {
  margin-left: 0.2em;
}

.pseudo-link {
  cursor: pointer;
}
.pseudo-link.pseudo-link-hover-col:hover, .pseudo-link.pseudo-link-hover-col .is-active {
  color: #aba798;
}

.nolist {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nolinks a:link, .nolinks a:visited {
  text-decoration: none;
  color: #aba798;
}
.nolinks a:hover, .nolinks a:active {
  text-decoration: none;
  color: #aba798;
}

h1, h2, h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.25em;
  color: #aba798;
}
h1.notitle, h2.notitle, h3.notitle {
  line-height: 1.1em;
  margin-bottom: 0;
}

.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}
.bold h1, .bold h2, .bold h3 {
  font-weight: bold !important;
}

hr {
  border: 0;
  border-bottom: 1px solid #aba798;
}

.uk-padding-medium {
  padding: 30px;
}

@media (min-width: 640px) {
  .uk-margin-remove-bottom\@s {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 960px) {
  .uk-margin-remove-bottom\@m {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .uk-margin-remove-bottom\@l {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 960px) {
  footer {
    margin-bottom: 40px !important;
  }
}

.uk-fill-center {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.newsflasher {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: clamp(30px, 2.5vw, 150px);
  margin-bottom: clamp(10px, 1vw, 40px);
}
@media (max-width: 640px) {
  .newsflasher {
    margin-top: clamp(20px, 4vw, 50px);
  }
}
.newsflasher .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  white-space: nowrap;
  animation: newsflasher 60s linear infinite;
}

@keyframes newsflasher {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#hamburgerwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#hamburger {
  position: relative;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
#hamburger .hamburger-inner {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #aba798;
  transition: background-color 0.05s 0.15s;
}
#hamburger .hamburger-inner:after, #hamburger .hamburger-inner:before {
  content: "";
  background-color: #aba798;
  position: absolute;
  left: 0;
  top: -10px;
  height: 4px;
  width: 40px;
  transition: all 0.15s 0.15s;
}
#hamburger .hamburger-inner:after {
  top: 10px;
}
#hamburger.is-active .hamburger-inner {
  background-color: transparent;
  transition: background-color 0s;
}
#hamburger.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
}
#hamburger.is-active .hamburger-inner:after {
  top: 0;
  transform: rotate(225deg);
}
#hamburger.is-active .hamburger-inner:after, #hamburger.is-active .hamburger-inner:before {
  transition: all 0.15s;
}

.language-switch {
  padding-right: calc(20px + 0.5vw);
  line-height: 1em;
  display: none;
}
.language-switch.is-hovered {
  display: flex;
}
.language-switch.is-active {
  display: flex;
}
.language-switch > div {
  margin-left: 0.35em;
}

.videobg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.videobg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-wrapper {
  position: relative;
  z-index: 1;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
#section-wrapper.is-active {
  opacity: 1;
  max-height: 500vh;
  overflow: auto;
}

#mainmenu {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 959px) {
  #mainmenu {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 1;
    padding-top: 160px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    transform: translateY(-100%);
  }
  #mainmenu .navitem {
    margin: 2vh 0;
  }
  #mainmenu.is-ready {
    transition: transform 0.15s ease-out;
  }
}

#menutoggler {
  position: fixed;
  top: 15px;
  right: 30px;
  z-index: 10000;
  transition: opacity 0.5s;
}
#menutoggler .btn, #menutoggler .ffaform button, .ffaform #menutoggler button {
  background-color: #FFFFFF;
}
#menutoggler .btn:focus, #menutoggler .ffaform button:focus, .ffaform #menutoggler button:focus, #menutoggler .btn:active, #menutoggler .ffaform button:active, .ffaform #menutoggler button:active {
  color: #aba798 !important;
  background-color: #FFFFFF !important;
}
#menutoggler .btn:hover, #menutoggler .ffaform button:hover, .ffaform #menutoggler button:hover {
  background-color: #aba798 !important;
}
#menutoggler .btn span, #menutoggler .ffaform button span, .ffaform #menutoggler button span {
  display: none;
}
@media (min-width: 960px) {
  #menutoggler {
    display: none;
  }
}

#logo {
  position: relative;
}

#resplogo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 145px;
  display: none;
}

.is-hidden {
  opacity: 0;
}

.faded {
  opacity: 0.3;
}

main {
  padding-top: 0.75em !important;
}

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

.ornament {
  position: absolute;
  top: 3.8vw;
  left: 22%;
  width: 56%;
}
@media (max-width: 767px) {
  .ornament {
    width: calc(100% - 60px);
    left: 30px;
    top: 30vw;
  }
}

.rounded {
  border-radius: 2vw;
  overflow: hidden;
}

a .rounded img {
  transform: scale(1);
  transition: transform 0.35s;
}
a:hover .rounded img {
  transform: scale(1.015);
}

#bigvideowrap {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#bigvideowrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-100 {
  height: 100vh;
}

.fullheight {
  height: calc(var(--vh, 1vh) * 100);
}

.min-fullheight {
  min-height: calc(var(--vh, 1vh) * 100);
}

.overflow-hidden {
  overflow: hidden;
}

header {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
@media (min-width: 960px) {
  header {
    padding-top: 1vw !important;
  }
}
header.is-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
}
header.is-active #mainmenu {
  transform: translateY(0);
}
@media (max-width: 959px) {
  header.is-active #resplogo {
    display: block;
  }
}
header.is-active #menutoggler .btn, header.is-active #menutoggler .ffaform button, .ffaform header.is-active #menutoggler button {
  background-color: #aba798 !important;
  color: #FFFFFF !important;
}
header.is-active #menutoggler .btn span, header.is-active #menutoggler .ffaform button span, .ffaform header.is-active #menutoggler button span {
  display: inline-block;
}

.header-spacer {
  padding-top: 8vh;
}

#header-spacer {
  height: 11.2vw;
}
@media (max-width: 1199px) {
  #header-spacer {
    height: 11.7vw;
  }
}
@media (max-width: 959px) {
  #header-spacer {
    height: 11.95vw;
  }
}
@media (max-width: 639px) {
  #header-spacer {
    height: 23.45vw;
  }
}

.header-logo {
  margin-bottom: 1vw;
}
@media (max-width: 1199px) {
  .header-logo {
    margin-bottom: 1.5vw;
  }
}
@media (max-width: 959px) {
  .header-logo {
    margin-bottom: 1.5vw;
    margin-top: 1.25vw;
  }
}
@media (max-width: 639px) {
  .header-logo {
    margin-bottom: 2vw;
  }
}
.header-logo img {
  height: 9.2vw;
  width: auto;
  min-height: 50px;
}
@media (min-width: 640px) {
  .header-logo img {
    min-height: 5.9vw;
  }
}
@media (max-width: 639px) {
  .header-logo img {
    height: 18.2vw;
  }
}

@media (max-width: 959px) {
  .header-logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 959px) {
  .header-logo-supplement img {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  margin: 2px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFFFFF transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.vid-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s linear;
}
.vid-loader.hidden {
  opacity: 0;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 0.25em;
}

.mb-2 {
  margin-bottom: 0.5em;
}

.mb-3 {
  margin-bottom: 1em;
}

.mb-4 {
  margin-bottom: 1.5em;
}

.mb-5 {
  margin-bottom: 2.5em;
}

.mb-6 {
  margin-bottom: 3.5em;
}

.mb-7 {
  margin-bottom: 12vw;
}

@media (min-width: 640px) {
  .mb-0\@s {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 640px) {
  .mb-1\@s {
    margin-bottom: 0.25em;
  }
}

@media (min-width: 640px) {
  .mb-2\@s {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 640px) {
  .mb-3\@s {
    margin-bottom: 1em;
  }
}

@media (min-width: 640px) {
  .mb-4\@s {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 640px) {
  .mb-5\@s {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 640px) {
  .mb-6\@s {
    margin-bottom: 3.5em;
  }
}

@media (min-width: 640px) {
  .mb-7\@s {
    margin-bottom: 12vw;
  }
}

@media (min-width: 960px) {
  .mb-0\@m {
    margin-bottom: 0px !important;
  }
}

@media (min-width: 960px) {
  .mb-1\@m {
    margin-bottom: 0.25em;
  }
}

@media (min-width: 960px) {
  .mb-2\@m {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 960px) {
  .mb-3\@m {
    margin-bottom: 1em;
  }
}

@media (min-width: 960px) {
  .mb-4\@m {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 960px) {
  .mb-5\@m {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 960px) {
  .mb-6\@m {
    margin-bottom: 3.5em;
  }
}

@media (min-width: 960px) {
  .mb-7\@m {
    margin-bottom: 12vw;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 0.25em;
}

.mt-2 {
  margin-top: 0.5em;
}

.mt-3 {
  margin-top: 1em;
}

.mt-4, * ~ .buttons-maincol {
  margin-top: 1.5em;
}

.mt-5 {
  margin-top: 2.5em;
}

.mt-6 {
  margin-top: 3.5em;
}

.mt-7 {
  margin-top: 12vw;
}

@media (min-width: 640px) {
  .mt-0\@s {
    margin-top: 0px !important;
  }
}

@media (min-width: 640px) {
  .mt-1\@s {
    margin-top: 0.25em;
  }
}

@media (min-width: 640px) {
  .mt-2\@s {
    margin-top: 0.5em;
  }
}

@media (min-width: 640px) {
  .mt-3\@s {
    margin-top: 1em;
  }
}

@media (min-width: 640px) {
  .mt-4\@s {
    margin-top: 1.5em;
  }
}

@media (min-width: 640px) {
  .mt-5\@s {
    margin-top: 2.5em;
  }
}

@media (min-width: 640px) {
  .mt-6\@s {
    margin-top: 3.5em;
  }
}

@media (min-width: 640px) {
  .mt-7\@s {
    margin-top: 12vw;
  }
}

@media (min-width: 960px) {
  .mt-0\@m {
    margin-top: 0px !important;
  }
}

@media (min-width: 960px) {
  .mt-1\@m {
    margin-top: 0.25em;
  }
}

@media (min-width: 960px) {
  .mt-2\@m {
    margin-top: 0.5em;
  }
}

@media (min-width: 960px) {
  .mt-3\@m {
    margin-top: 1em;
  }
}

@media (min-width: 960px) {
  .mt-4\@m {
    margin-top: 1.5em;
  }
}

@media (min-width: 960px) {
  .mt-5\@m {
    margin-top: 2.5em;
  }
}

@media (min-width: 960px) {
  .mt-6\@m {
    margin-top: 3.5em;
  }
}

@media (min-width: 960px) {
  .mt-7\@m {
    margin-top: 12vw;
  }
}

.mb-huge {
  margin-bottom: 25vw;
}

.mt-0 {
  margin-top: 0 !important;
}

.py-3 {
  padding-top: 5vw;
}

.color {
  color: #aba798;
}

#stickytitle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#stickytitle h2 {
  transition: all 0.5s;
}

main.scrolled #stickytitle h2 {
  opacity: 0;
  transform: translateY(-10px);
}

#stickytitlespacer {
  height: calc(14vw + 8vh);
  transition: height 1s;
}

.coltitle {
  margin-top: 1rem;
  margin-bottom: -2rem;
  color: transparent;
  text-stroke: 1px #aba798;
  -webkit-text-stroke: 1px #aba798;
  font-weight: normal;
}
.coltitle.white {
  font-size: clamp(22px, 10vw, 400px);
  letter-spacing: -0.02em;
  line-height: 1em;
  text-stroke: 0;
  -webkit-text-stroke: 0;
  color: #FFFFFF;
}

.subtitlespacer {
  height: 10vw;
}

.fit {
  width: 100%;
  height: auto;
}

.cover {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.size0 {
  font-size: 1em;
}

.size-2 {
  font-size: 1em;
}
@media (min-width: 640px) {
  .size-2 {
    font-size: 0.59em;
  }
}

.size-1, table.memberships thead, #menutoggler {
  font-size: 1em;
}
@media (min-width: 640px) {
  .size-1, table.memberships thead, #menutoggler {
    font-size: 0.75em;
  }
}

.size2 {
  font-size: 1.3em;
}

.size3 {
  font-size: 1.8em;
}

.size4 {
  font-size: 2.4em;
}

.size-2, .size-1, table.memberships thead, #menutoggler, .size2, .size3 {
  line-height: 1.3em;
}

@media (min-width: 640px) {
  .size0\@s {
    font-size: 1em;
  }
}

@media (min-width: 960px) {
  .size-1\@m {
    font-size: 0.75em;
  }
}

@media (min-width: 640px) {
  .size-2\@s {
    font-size: 0.59em;
  }
}

.uppercase {
  text-transform: uppercase;
}

.auto-columns {
  column-count: 1;
}
@media (min-width: 600px) {
  .auto-columns {
    column-count: 2;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}
@media (min-width: 960px) {
  .auto-columns {
    column-count: 3;
    column-gap: 50px;
  }
  .auto-columns > div {
    break-inside: avoid;
  }
}

.auto-columns-2 {
  column-count: 1;
}
@media (min-width: 1200px) {
  .auto-columns-2 {
    column-count: 2;
    column-gap: 50px;
  }
}

.auto-columns-4 {
  column-count: 2;
  column-gap: 20px;
}
@media (min-width: 992px) {
  .auto-columns-4 {
    column-count: 3;
    column-gap: 35px;
  }
}
@media (min-width: 1400px) {
  .auto-columns-4 {
    column-count: 4;
    column-gap: 50px;
  }
}

.circle {
  overflow: hidden;
  border-radius: 50%;
}

.border-top {
  border-top: 1px solid #aba798 !important;
}

.border-bottom {
  border-bottom: 1px solid #aba798 !important;
}

.me-6 {
  margin-right: 5em;
}

@media (min-width: 992px) {
  .me-lg-6 {
    margin-right: 2em;
  }
}

footer {
  position: relative;
  z-index: 60;
}
footer .innerfooter {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 960px) {
  footer .innerfooter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  footer .innerfooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  footer .footer-inside {
    height: calc(100vh - 15px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.mt-main {
  margin-top: 88px;
}
@media (max-width: 1199px) {
  .mt-main {
    margin-top: 66px;
  }
}
@media (max-width: 1199px) and (min-aspect-ratio: 1/1) {
  .mt-main {
    margin-top: 50px;
  }
}

a.full-button, button.full-button {
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  width: 100%;
  background-color: transparent;
  color: #000000;
}

.togglemother.is-active {
  background-color: #aba798;
}
.togglemother.is-active .full-button {
  background-color: #aba798;
}

.togglethis {
  width: 100% !important;
  display: none;
}

.content-hover-toggler {
  position: relative;
}
.content-hover-toggler > div {
  position: absolute;
  opacity: 1;
}
.content-hover-toggler > div.hidden {
  opacity: 0;
}
.content-hover-toggler:hover > div {
  opacity: 0;
}
.content-hover-toggler:hover > div.hidden {
  opacity: 1;
}
@media (max-device-width: 1200px) {
  .content-hover-toggler > div {
    opacity: 0 !important;
  }
  .content-hover-toggler > div.hidden {
    opacity: 1 !important;
  }
}

.is-active .content-hover-toggler > div {
  opacity: 0 !important;
}
.is-active .content-hover-toggler > div.hidden {
  opacity: 1 !important;
}

.film {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  margin-bottom: 5em;
  opacity: 0;
  transition: opacity 0.35s;
}
.film.is-loaded {
  opacity: 1;
}
.film video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.film .film-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.film .film-details > div {
  max-width: 50%;
}
@media (min-width: 1000px) {
  .film .film-details > div.film-title {
    text-align: right;
  }
}
.film .video-controls-wrap {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0 !important;
  left: 0;
  padding: calc(40px + 0.5vw) 40px;
}
.film .video-controls-wrap .video-controls {
  width: 100%;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.film .video-controls-wrap .video-controls .bottom-wrapper {
  display: block;
  display: flex;
  align-items: center;
}
.film .video-controls-wrap .video-controls .progress-bar {
  position: relative;
  flex-grow: 1;
  height: 2px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}
.film .video-controls-wrap .video-controls .progress-bar span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
}
.film .video-controls-wrap .video-controls .progress-bar .buffer-bar {
  z-index: 10;
  background: #fcfcfc;
}
.film .video-controls-wrap .video-controls .progress-bar .time-bar {
  position: relative;
  z-index: 5;
  background: white;
}
.film .video-controls-wrap .video-controls .progress-bar .time-bar:after {
  content: "";
  position: absolute;
  right: 0;
  height: clamp(25px, 3vw, 100px);
  width: 2px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
}
.film .video-controls-wrap .video-controls .play-button {
  display: inline-block;
  width: clamp(20px, 2.7vw, 100px);
  aspect-ratio: 113/150;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2vw;
  margin-left: 0.5vw;
}
.film .video-controls-wrap .video-controls .play-button .pause {
  display: none;
}
.film .video-controls-wrap .video-controls .play-button .play {
  display: block;
}
.film .video-controls-wrap .video-controls.playing .play-button .pause {
  display: block;
}
.film .video-controls-wrap .video-controls.playing .play-button .play {
  display: none;
}
.film .video-controls-wrap .video-controls .btnFS {
  position: relative;
  display: inline-block;
  float: right;
  cursor: pointer;
  vertical-align: middle;
  width: clamp(26px, 3vw, 120px);
  aspect-ratio: 1/1;
  margin-left: 2vw;
  margin-right: 0.5vw;
}
.film .video-controls-wrap .video-controls .btnFS > div {
  width: 36%;
  aspect-ratio: 1/1;
}
.film .video-controls-wrap .video-controls .btnFS > div.one, .film .video-controls-wrap .video-controls .btnFS > div.two, .film .video-controls-wrap .video-controls .btnFS > div.three, .film .video-controls-wrap .video-controls .btnFS > div.four {
  position: absolute;
  border: 1px solid #FFFFFF;
}
.film .video-controls-wrap .video-controls .btnFS > div.one {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
.film .video-controls-wrap .video-controls .btnFS > div.two {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
.film .video-controls-wrap .video-controls .btnFS > div.three {
  left: 0;
  bottom: 0;
  border-right: 0;
  border-top: 0;
}
.film .video-controls-wrap .video-controls .btnFS > div.four {
  right: 0;
  bottom: 0;
  border-left: 0;
  border-top: 0;
}

@media (max-width: 767px) {
  .uk-grid {
    margin-left: -15px;
  }
  .uk-grid > * {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .uk-padding {
    padding: 15px;
  }
}

.uk-padding\@m {
  padding: 0;
}
@media (min-width: 960px) {
  .uk-padding\@m {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 960px) {
  .uk-padding-remove\@m {
    padding: 0px;
  }
}

.uk-border-bottom {
  border-bottom: 1px solid #aba798;
}

.only-mobile {
  display: block;
}
@media (min-width: 960px) {
  .only-mobile {
    display: none;
  }
}

.only-desktop {
  display: none;
}
@media (min-width: 960px) {
  .only-desktop {
    display: block;
  }
}

.only-mobile-small {
  display: block;
}
@media (min-width: 640px) {
  .only-mobile-small {
    display: none;
  }
}

.only-desktop-small {
  display: none;
}
@media (min-width: 640px) {
  .only-desktop-small {
    display: block;
  }
}

.big-title, .sub-title {
  font-size: clamp(80px, 9.8vw, 250px);
  line-height: clamp(80px, 9.4vw, 240px);
  text-align: center;
  margin-bottom: 5vw;
}
@media (max-width: 960px) {
  .big-title, .sub-title {
    font-size: clamp(60px, 20vw, 120px);
    line-height: clamp(60px, 20vw, 120px);
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
}
.big-title.top-title, .top-title.sub-title {
  margin-bottom: 2vw;
}
@media (min-width: 960px) {
  .big-title.top-title, .top-title.sub-title {
    margin-top: -1vw;
  }
}
@media (max-width: 639px) {
  .big-title.top-title, .top-title.sub-title {
    margin-bottom: 16vw;
  }
}

.last-p-mb-0 p:last-child {
  margin-bottom: 0;
}

.sub-title {
  text-align: left;
  font-size: clamp(50px, 6vw, 150px);
  line-height: clamp(50px, 6vw, 150px);
}
.sub-title .hyphenate {
  hyphens: auto;
}

.vod {
  width: 220px;
  height: auto;
}

.pop:hover {
  animation: pop 0.25s ease forwards;
}

.pop-fast:hover {
  animation: pop 0.1s ease forwards;
}

@keyframes pop {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.015);
  }
}
.border-1 {
  border: 1px solid #aba798;
}

@media (max-width: 575px) {
  .member img {
    max-width: 200px;
  }
}
.member a:link, .member a:visited {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.35);
}
.member a:hover, .member a:active {
  text-decoration: none;
  color: #000000;
}

.round {
  border-radius: 50%;
}

.hyphen-break {
  hyphens: auto;
  word-wrap: break-word;
}

.container {
  padding-left: 22px;
  padding-right: 22px;
}

.item-embed iframe {
  width: 100%;
  height: 50vh;
  max-height: 800px;
  margin-bottom: -8px;
}

.planliner {
  height: 60px;
  border-top: 0.05em solid white;
  border-bottom: 0.05em solid white;
}

.floatingArrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  font-size: 2.5em;
  background-color: #000000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border-radius: 0;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(1, 1.4) rotate(45deg);
}
.floatingArrow i {
  display: none;
}
.floatingArrow.right {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) scale(1, 1.4) rotate(45deg);
}

.yt_videowrap {
  width: 100%;
  height: 100%;
}
.yt_videowrap iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  a.gal {
    pointer-events: none;
  }
}

.uk-accordion-title::before {
  display: none;
}

#timetable {
  position: relative;
  z-index: 10;
}

ul[uk-accordion] {
  margin-bottom: 0;
}
ul[uk-accordion] li {
  margin: 0 !important;
}

.uk-accordion-content {
  margin-top: 0;
}

.agenda-tab a {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
  border-bottom: 1px solid #f6f5f3;
  display: flex;
  transition: all 0.25s;
}
.agenda-tab a .arrow {
  width: clamp(60px, 6%, 200px);
}
.agenda-tab a .arrow span {
  display: inline-block;
  transition: transform 0.25s;
}
.agenda-tab a .date {
  width: clamp(225px, 20%, 500px);
}
.agenda-tab a .title {
  width: 74%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.agenda-tab a:hover, .agenda-tab a[aria-expanded=true] {
  background-color: #f6f5f3;
  color: #000000 !important;
  border-bottom: 1px solid #f6f5f3;
}
.agenda-tab a[aria-expanded=true] .arrow span {
  transform: rotate(-180deg);
}
.agenda-tab:first-child a {
  border-top: 1px solid #f6f5f3;
}
@media (max-width: 640px) {
  .agenda-tab {
    font-size: 1.2em;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .agenda-tab .arrow {
    width: 30px !important;
  }
  .agenda-tab .title {
    width: 100% !important;
  }
}

.bgcollight {
  background-color: #f6f5f3;
  color: #000000;
}
.bgcollight h2, .bgcollight .sub-title {
  color: #aba798;
}

.buttons-maincol .btn, .buttons-maincol .ffaform button, .ffaform .buttons-maincol button {
  display: inline-block;
  border-color: #aba798 !important;
  color: #aba798 !important;
}
.buttons-maincol .btn:hover, .buttons-maincol .ffaform button:hover, .ffaform .buttons-maincol button:hover, .buttons-maincol .btn:focus, .buttons-maincol .ffaform button:focus, .ffaform .buttons-maincol button:focus {
  background-color: #aba798 !important;
  color: #FFFFFF !important;
}

table.memberships {
  width: 100%;
}
table.memberships thead tr {
  margin-bottom: calc(10px + 0.75vw);
}
table.memberships tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
table.memberships td:first-child, table.memberships td:nth-child(2), table.memberships td:nth-child(3) {
  width: 24%;
}
table.memberships td:nth-child(4) {
  width: 9%;
}
table.memberships td:nth-child(5) {
  width: 18%;
  text-align: right;
}
@media (max-width: 640px) {
  table.memberships td {
    width: 28% !important;
  }
  table.memberships td:nth-child(4) {
    width: 16% !important;
    text-align: right;
  }
  table.memberships td:nth-child(5) {
    display: none;
  }
}
table.memberships tbody tr {
  padding-top: clamp(15px, 1.25vw, 40px);
  padding-bottom: clamp(15px, 1.25vw, 40px);
  border-bottom: 1px solid #aba798;
}
table.memberships tbody tr:first-child {
  border-top: 1px solid #aba798;
}
table.memberships .membership_icon {
  width: clamp(50px, 5.8vw, 150px);
}

input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  height: clamp(40px, 3.5vw, 100px);
  width: clamp(40px, 3.5vw, 100px);
  background-color: transparent;
  border: 1px solid #aba798;
  border-radius: 22%;
  position: relative;
}
input[type=radio]::before, input[type=checkbox]::before {
  content: url(../images/check2.svg);
  position: absolute;
  top: 15%;
  left: 20%;
  width: 60%;
  height: 60%;
  opacity: 0;
}
input[type=radio]:checked, input[type=checkbox]:checked {
  background-color: #aba798;
}
input[type=radio]:checked::before, input[type=checkbox]:checked::before {
  opacity: 1;
}

.ffaform input[type=text], .ffaform input[type=email] {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0 15px;
  height: clamp(60px, 7.5vw, 200px);
  border: 1px solid #aba798;
  border-left: 0;
  border-right: 0;
  background-repeat: 0;
  margin-bottom: -1px;
  color: #000000;
}
.ffaform input[type=text]::-webkit-input-placeholder, .ffaform input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-family: "Lausanne", sans-serif;
  font-weight: 300;
}
.ffaform input[type=text]::-moz-placeholder, .ffaform input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  font-family: "Lausanne", sans-serif;
  font-weight: 300;
}
.ffaform input[type=text]:-ms-input-placeholder, .ffaform input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  font-family: "Lausanne", sans-serif;
  font-weight: 300;
}
.ffaform input[type=text]:-moz-placeholder, .ffaform input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  font-family: "Lausanne", sans-serif;
  font-weight: 300;
}
.ffaform input[type=text]:focus::-webkit-input-placeholder, .ffaform input[type=email]:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.2;
}
.ffaform input[type=text]:focus::-moz-placeholder, .ffaform input[type=email]:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.2;
}
.ffaform input[type=text]:focus:-ms-input-placeholder, .ffaform input[type=email]:focus:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.2;
}
.ffaform input[type=text]:focus:-moz-placeholder, .ffaform input[type=email]:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0.2;
}
.ffaform .checkers {
  display: flex;
  align-items: center;
}
.ffaform .checkers input {
  margin-right: 1.6vw;
  margin-top: 0;
}
.ffaform .checkers span {
  width: calc(100% - 6vw);
}
.ffaform button {
  background-color: transparent;
  color: #aba798;
  font-weight: 800;
  font-size: 1em;
  width: 100%;
  padding-bottom: 0.5em;
}
.ffaform button[disabled] {
  opacity: 0.5 !important;
  pointer-events: none;
}

#FormBuilderSubmitted h3 {
  text-transform: initial;
  font-family: "Ivar Display", Times, serif;
  font-size: 2em;
  line-height: 1.3em;
  color: #aba798 !important;
  font-weight: normal;
}

.privacywire-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.privacywire {
  background: #ffffff;
  bottom: -250%;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
  left: 0;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  right: 0;
  transition: bottom 0.3s ease-in, opacity 0.3s ease;
  z-index: 1;
}

.show-banner .privacywire-banner, .show-message .privacywire-message, .show-options .privacywire-options {
  bottom: 0;
  opacity: 1;
}

.privacywire-header {
  font-weight: 700;
}

.privacywire button[hidden], .privacywire-ask-consent-blueprint, [data-ask-consent-rendered="1"] {
  display: none;
}

.privacywire-banner, .privacywire-message {
  background-color: #FFFFFF !important;
  box-shadow: none;
  padding: 25px 40px;
  width: calc(100vw - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #aba798;
  font-size: 0.65em;
  line-height: 1.25em;
}
@media (max-width: 1199px) {
  .privacywire-banner, .privacywire-message {
    padding: 25px 30px;
    width: calc(100vw - 60px);
  }
}
.privacywire-banner p:last-child, .privacywire-message p:last-child {
  margin-bottom: 0;
}

.privacywire-buttons {
  flex-grow: 1;
}

.privacywire-buttons button {
  background-color: transparent;
  padding: 10px 24px 9px 24px;
  border: 1px solid #aba798;
  color: #aba798;
  font-size: 1em;
  font-weight: bold;
  border-radius: 10px;
  margin-left: 3vw;
}
@media (max-width: 640px) {
  .privacywire-buttons button {
    margin-left: 0;
    margin-top: 15px;
  }
}

.privacywire-buttons button:hover {
  background-color: #aba798;
  color: #FFFFFF;
}

.privacywire-body {
  display: flex;
}
@media (max-width: 640px) {
  .privacywire-body {
    flex-direction: column;
  }
}
