@charset "UTF-8";
/* Subset of CSS Remedy reset https://github.com/jensimmons/cssremedy/ */
*, ::before, ::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

[hidden] {
  display: none;
}

pre {
  white-space: pre-wrap;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  max-width: 100%;
}

img, svg, video, canvas {
  height: auto;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

audio:not([controls]) {
  display: none;
}

audio {
  width: 100%;
}

picture {
  display: contents;
}

source {
  display: none;
}

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

iframe {
  border: 0;
  outline: 0;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "GT-Ultra-Light";
  src: url("../Fonts/gt-ultra/GT-Ultra-Standard-Light.woff2") format("woff2"), url("../Fonts/gt-ultra/GT-Ultra-Standard-Light.woff") format("woff"), url("../Fonts/gt-ultra/GT-Ultra-Standard-Light.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "GT-Ultra-Bold";
  src: url("../Fonts/gt-ultra/GT-Ultra-Standard-Bold.woff2") format("woff2"), url("../Fonts/gt-ultra/GT-Ultra-Standard-Bold.woff") format("woff"), url("../Fonts/gt-ultra/GT-Ultra-Standard-Bold.ttf") format("truetype");
  font-display: auto;
}
@font-face {
  font-family: "kwgk";
  src: url("../Icons/icon-font/fonts/kwgk.ttf?3kyu09") format("truetype"), url("../Icons/icon-font/fonts/kwgk.woff?3kyu09") format("woff"), url("../Icons/icon-font/fonts/kwgk.svg?3kyu09#kwgk") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kwgk" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e91e";
}

.icon-close:before {
  content: "\e920";
}

.icon-menu:before {
  content: "\e921";
}

.icon-plus-submenu:before {
  content: "\e922";
}

.icon-plus:before {
  content: "\e923";
}

.icon-social-insta:before {
  content: "\e900";
}

.icon-social-fb:before {
  content: "\e901";
}

.icon-dropdown:before {
  content: "\e902";
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child,
.h1-header:last-child, .h2-header:last-child, .h3-header:last-child, .h4-header:last-child {
  margin-bottom: 0;
}

h1, h2,
.h1-header, .h2-header {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1022.98px) {
  h1, h2,
  .h1-header, .h2-header {
    margin-bottom: 1.6rem;
  }
}

h3, h4,
.h3-header, .h4-header {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1022.98px) {
  h3, h4,
  .h3-header, .h4-header {
    margin-bottom: 0.8rem;
  }
}

h3 + h4 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1022.98px) {
  h3 + h4 {
    margin-top: 1.6rem;
  }
}

h1, .h1 {
  font-size: 3.6rem;
}
@media screen and (max-width: 1022.98px) {
  h1, .h1 {
    font-size: 2.8rem;
  }
}

h2, .h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 1022.98px) {
  h2, .h2 {
    font-size: 2.4rem;
  }
}

h3, .h3 {
  font-size: 2.7rem;
}
@media screen and (max-width: 1022.98px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 2rem;
}
@media screen and (max-width: 1022.98px) {
  h4, .h4 {
    font-size: 1.8rem;
  }
}

#main-header .main-menu > li {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2.7rem;
}
@media screen and (max-width: 1022.98px) {
  #main-header .main-menu > li {
    font-size: 2.4rem;
  }
}
#main-header .main-menu > li li {
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
}

p {
  margin: 0 0 0.8em 0;
}
p:first-child {
  margin-top: 0;
}
p button, p .btn-style {
  margin-top: 0.3em;
}

a {
  color: #162f50;
  text-decoration: none;
  position: relative;
}
a.no-underline, a.btn {
  text-decoration: none;
}
a.no-underline::after, a.btn::after {
  content: none;
}
a.underline {
  text-decoration: underline;
}

i {
  font-style: normal;
}

em {
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
em .bold, em strong {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}

.text p:last-child, .text ul li:last-child, .text ol li:last-child {
  margin-bottom: 0;
}
.text ul, .text ol {
  margin: 0 0 0.8em 0;
}
.text ul:first-child, .text ol:first-child {
  margin-top: 0;
}
.text ul button, .text ul .btn-style,
.text ol button, .text ol .btn-style {
  margin-top: 0.3em;
}
.text ul, .text ol {
  padding-left: 1.2em;
}
.text ul li, .text ol li {
  margin-bottom: 0.5rem;
  padding-left: 1em;
  position: relative;
}
.text ul li:before, .text ol li:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.text ul {
  list-style-type: none;
}
.text ul li:before {
  content: "–";
}
.text ol {
  list-style-position: outside;
  counter-reset: counterName;
}
.text ol li {
  counter-increment: counterName;
  padding-left: 1.4em;
}
.text ol li:before {
  content: counter(counterName);
}
.text a:not(.btn-style) {
  text-decoration: underline;
}
.text a:not(.btn-style):hover, .text a:not(.btn-style):focus, .text a:not(.btn-style):active {
  text-decoration: none;
}
.text blockquote {
  margin-left: 4.8em;
  padding-left: 1.2em;
  position: relative;
}
.text blockquote:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -0.3rem;
  top: 0;
  width: 0.3rem;
  background: #deb63e;
}
@media screen and (max-width: 499.98px) {
  .text blockquote {
    margin-left: 2.4em;
  }
}

.small {
  font-size: 1.4rem;
}
@media screen and (max-width: 1022.98px) {
  .small {
    font-size: 1.2rem;
  }
}

.p-small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1022.98px) {
  .p-small {
    font-size: 1.4rem;
  }
}

.bold, strong {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.bold em, strong em {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0;
}

p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5, ol + h2, ol + h3, ol + h4, ol + h5 {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1022.98px) {
  p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5, ol + h2, ol + h3, ol + h4, ol + h5 {
    margin-top: 2.4rem;
  }
}

html {
  font-size: 62.5%;
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
html.no-scroll, html.no-scroll body {
  overflow: hidden;
}

body {
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  color: #162f50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1022.98px) {
  body {
    font-size: 1.6rem;
  }
}

#main-box {
  min-height: 100vh;
  padding-bottom: 8.4rem;
}
#main-box::after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 1022.98px) {
  #main-box {
    padding-bottom: 3.2rem;
  }
}
#main-box > .module:not(.hero-element):first-child {
  margin-top: 9.6rem;
}
@media screen and (max-width: 1022.98px) {
  #main-box > .module:not(.hero-element):first-child {
    margin-top: 4.8rem;
  }
}

.grid-center {
  margin: 0 auto;
  max-width: 93.2rem;
}
.grid-center.grid-padding {
  padding: 0 8rem;
}
@media screen and (max-width: 1059.98px) {
  .grid-center.grid-padding {
    padding: 0 7.5471698vw;
  }
}
@media screen and (max-width: 767.98px) {
  .grid-center.grid-padding {
    padding: 0;
  }
}

.header-style {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .header-style {
    margin-bottom: 2.4rem;
  }
}

button, .btn-style {
  cursor: pointer;
  background: none;
  border: none;
  color: #162f50;
  text-align: left;
}
button:not(.no-btn), .btn-style:not(.no-btn) {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
button:not(.no-btn):hover, button:not(.no-btn):focus, .btn-style:not(.no-btn):hover, .btn-style:not(.no-btn):focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  button:not(.no-btn), .btn-style:not(.no-btn) {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}

figure {
  margin-left: 0;
  margin-right: 0;
}
figure figcaption {
  text-align: center;
  color: rgba(22, 47, 80, 0.7);
}
figure .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}
figure .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.video, figure.video video, figure.video iframe {
  width: 100%;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

[class^=icon-], [class*=" icon-"] {
  float: left;
  line-height: 1;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  max-width: 930px;
  min-height: 100%;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 1.6rem;
  }
}
.container--full-width {
  width: 100%;
  max-width: none !important;
  padding: 0;
}

.module {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16.8rem;
  max-width: 1440px;
}
@media screen and (max-width: 1022.98px) {
  .module {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .module {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.module {
  margin: 0 auto 16.8rem;
}
.module::after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 1022.98px) {
  .module {
    margin-bottom: 6.4rem;
  }
}
.module .full-grid {
  padding: 0;
}
.module:last-child {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 1022.98px) {
  .module:last-child {
    margin-bottom: 3.2rem;
  }
}

picture, picture img {
  height: auto;
  width: 100%;
}

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

.subtext {
  opacity: 0.7;
  text-align: center;
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 0.8rem;
}

.copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.2rem;
  pointer-events: none;
}
.copyright:hover {
  pointer-events: auto;
}
.copyright:hover .content {
  transform: translateY(0%);
}
.copyright .trigger {
  pointer-events: auto;
  position: absolute;
  z-index: 10;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  padding: 0;
  background-image: url("../Icons/icon-copyright.svg");
  background-position: center;
}
@media screen and (max-width: 1022.98px) {
  .copyright .trigger {
    right: 0.7rem;
    bottom: 0.7rem;
  }
}
.copyright .content {
  position: relative;
  z-index: 5;
  display: inline-block;
  overflow: hidden;
  transform: translateY(100%);
  background: #162f50;
  color: #fff;
  padding: 0.6rem 3rem 0.5rem 1rem;
  border: none;
  outline: none;
  float: left;
}

.copy-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .copy-wrap {
    width: 100%;
  }
}

.single-wrap {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .flex-box:not(.mobile) {
    display: flex;
  }
  .flex-box:not(.mobile) .flex-child {
    display: inline-flex;
  }
}
@media screen and (min-width: 500px) {
  .flex-box.mobile {
    display: flex;
  }
  .flex-box.mobile .flex-child {
    display: inline-flex;
  }
}

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

.full-grid {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 768px) {
  .half-grid {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .full-height {
    height: 100vh;
  }
}

figure {
  margin: 0;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

[class*=svg-] {
  display: inline-block;
}

.is-hidden {
  display: none;
  margin: 0 !important;
}

div.do-hide {
  height: 0 !important;
}

#cookie-consent.cookie-consent-container .consent-modal {
  color: #162f50;
  height: auto;
  padding: 2em;
}
#cookie-consent.cookie-consent-container {
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 1022.98px) {
  #cookie-consent.cookie-consent-container {
    font-size: 1.4rem;
  }
}
#cookie-consent.cookie-consent-container .cookie-headline {
  color: #162f50;
}
#cookie-consent.cookie-consent-container .options .label {
  font-size: 1.5rem;
}
#cookie-consent.cookie-consent-container .label {
  color: #162f50;
}
#cookie-consent.cookie-consent-container .buttons {
  display: flex;
  flex-flow: column;
}
#cookie-consent.cookie-consent-container .buttons .btn {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
#cookie-consent.cookie-consent-container .buttons .btn:hover, #cookie-consent.cookie-consent-container .buttons .btn:focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  #cookie-consent.cookie-consent-container .buttons .btn {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}
#cookie-consent.cookie-consent-container .buttons .btn {
  text-transform: initial;
  opacity: 1;
  margin: 0 auto;
  margin-bottom: 1rem;
}
#cookie-consent.cookie-consent-container .buttons .btn.select-all {
  order: 1;
}
#cookie-consent.cookie-consent-container .buttons .btn.save {
  order: 2;
}
#cookie-consent.cookie-consent-container .buttons .btn.deny {
  order: 3;
  margin-bottom: 0;
}
#cookie-consent.cookie-consent-container .checkmark {
  background-color: #deb63e;
}
#cookie-consent.cookie-consent-container a.show-details span {
  font-size: 1.5rem;
  color: #162f50;
}
#cookie-consent.cookie-consent-container a.show-details::after {
  top: 0.3rem;
  border-color: #162f50 transparent transparent transparent;
}
#cookie-consent.cookie-consent-container .details .option-wrapper {
  background: rgba(213, 217, 220, 0.5);
}
#cookie-consent.cookie-consent-container .details .option-wrapper .option-detail.cookie-option {
  background: #d5d9dc;
}
#cookie-consent.cookie-consent-container .footer-links a {
  color: #162f50;
}

.kwgk__events-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16.8rem;
  max-width: 1440px;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .kwgk__events-wrapper {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.kwgk__events-wrapper {
  box-sizing: content-box;
}
.kwgk__events-wrapper .event-month + .kwgk__event-wrapper {
  border-top: 1px solid #162f50;
}
.kwgk__events-wrapper .event-button {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.kwgk__events-wrapper .event-button:hover, .kwgk__events-wrapper .event-button:focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper .event-button {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}
.kwgk__events-wrapper .event-button {
  margin-top: 4.8rem;
}
.kwgk__events-wrapper.detail-page .kwgk__event-wrapper {
  border-bottom: 0;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .kwgk__events-wrapper.detail-page .kwgk__event-wrapper {
    margin-bottom: 2.4rem;
  }
}
.kwgk__events-wrapper.detail-page .kwgk__event-wrapper:hover {
  background-color: transparent;
}
.kwgk__events-wrapper.detail-page .kwgk__event-wrapper:hover .event-detail {
  color: initial;
}
.kwgk__events-wrapper.detail-page .kwgk__event-wrapper .event-detail {
  margin: 0;
}
.kwgk__events-wrapper.detail-page img {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .kwgk__events-wrapper.detail-page img {
    margin-bottom: 1.6rem;
  }
}
.kwgk__events-wrapper.detail-page .back-button {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.kwgk__events-wrapper.detail-page .back-button:hover, .kwgk__events-wrapper.detail-page .back-button:focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper.detail-page .back-button {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}
.kwgk__events-wrapper.detail-page .back-button {
  margin-top: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .kwgk__events-wrapper.detail-page .back-button {
    margin-top: 2.4rem;
  }
}
.kwgk__events-wrapper-header {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper-header {
    margin-bottom: 4.8rem;
  }
}
.kwgk__events-wrapper.all-events .event-month {
  margin-top: 9.6rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper.all-events .event-month {
    margin-top: 6.4rem;
  }
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .flex-box {
  gap: 1.6rem;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .flex-box .filter {
  flex: 1;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .filter {
  position: relative;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .filter:after {
  display: block;
  font-family: "kwgk";
  content: "\e902";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  font-size: 2.4rem;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 1;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .filter select {
  cursor: pointer;
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  appearance: none;
  width: 100%;
  height: 4.8rem;
  border: 1px solid #162f50;
  box-sizing: border-box;
  font-size: 2rem;
  padding-left: 1.6rem;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .filter select:checked {
  display: none;
}
.kwgk__events-wrapper.all-events .kwgk__events-filter .filter select:focus {
  outline: none;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__events-wrapper.all-events .kwgk__events-filter .filter select {
    font-size: 1.8rem;
  }
}
.kwgk__events-wrapper.all-events .kwgk__events-filter button {
  height: 4.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 499.98px) {
  .kwgk__events-wrapper.all-events .kwgk__events-filter button {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.kwgk__event-wrapper {
  position: relative;
  border-bottom: 1px solid #162f50;
  transition: background 0.35s ease-in-out;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  -ms-transition: background 0.35s ease-in-out;
}
.kwgk__event-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
}
.kwgk__event-wrapper + .event-month {
  margin-top: 4.8rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__event-wrapper + .event-month {
    margin-top: 3.2rem;
  }
}
.kwgk__event-wrapper .event-startdate {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16.6rem;
  font-size: 11rem;
  line-height: normal;
  text-align: center;
  color: #cca739;
  display: inline-block;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__event-wrapper .event-startdate {
    font-size: 5rem;
    width: 7.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .kwgk__event-wrapper .event-startdate {
    position: unset;
    transform: none;
    width: fit-content;
    line-height: 0.7;
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.kwgk__event-wrapper .event-detail {
  margin: 2.9rem 2.5rem 2.5rem 17.9rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__event-wrapper .event-detail {
    margin-left: 8.9rem;
  }
}
@media screen and (max-width: 767.98px) {
  .kwgk__event-wrapper .event-detail {
    margin: 1.14rem 0 2rem 0;
  }
}
.kwgk__event-wrapper .event-detail .icon-arrow {
  float: initial;
  vertical-align: middle;
}
.kwgk__event-wrapper p {
  font-size: 1.6rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__event-wrapper p {
    font-size: 1.4rem;
  }
}
.kwgk__event-wrapper p {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
.kwgk__event-wrapper:hover {
  background-color: #162f50;
}
@media screen and (max-width: 767.98px) {
  .kwgk__event-wrapper:hover {
    background-color: transparent;
  }
}
.kwgk__event-wrapper:hover a {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .kwgk__event-wrapper:hover a {
    color: initial;
  }
}

.kwgk__newsletter-wrapper iframe {
  margin-left: auto;
  margin-right: auto;
  height: 51rem;
}

.module.text-image + .module.cleverreach {
  margin-top: -9.6rem;
}
@media screen and (max-width: 1022.98px) {
  .module.text-image + .module.cleverreach {
    margin-top: -6.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .module.text-image + .module.cleverreach {
    margin-top: -2.4rem;
  }
}

.cr_form {
  margin-top: 9.6rem;
}
@media screen and (max-width: 767.98px) {
  .cr_form {
    margin-top: 4.8rem;
  }
}
.cr_form .cr_body {
  box-shadow: none;
  font-size: 2rem;
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 8rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 93.2rem;
}
@media screen and (max-width: 1059.98px) {
  .cr_form .cr_body {
    padding: 0 7.5471698vw;
  }
}
@media screen and (max-width: 767.98px) {
  .cr_form .cr_body {
    padding: 0;
  }
}
.cr_form .cr_body .cr_ipe_item {
  padding: 0;
  margin: 0;
}
.cr_form .cr_body .cr_form-inputgroup--typeemail {
  width: 100%;
}
.cr_form .cr_body .cr_form-inputgroup--typeemail label {
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .cr_form .cr_body .cr_form-inputgroup--typeemail label {
    font-size: 1.4rem;
  }
}
.cr_form .cr_body .cr_form-inputgroup--typeemail input {
  cursor: pointer;
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  appearance: none;
  width: 100%;
  height: 4.8rem;
  color: #162f50;
  border: 1px solid #162f50;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 2rem;
  padding: 1.6rem;
}
.cr_form .cr_body .cr_form-inputgroup--typeemail input::placeholder {
  color: #162f50;
}
.cr_form .cr_body .cr_form-inputgroup--typeemail input:focus {
  outline: none;
}
@media screen and (max-width: 767.98px) {
  .cr_form .cr_body .cr_form-inputgroup--typeemail input {
    font-size: 1.6rem;
  }
}
.cr_form .cr_body .cr_button {
  height: auto;
  border-radius: 0;
}
.cr_form .cr_body .submit_container {
  text-align: left;
}
.cr_form .cr_body .badge {
  margin-top: 2.4rem;
}

.module.text-image + .fundraising-box {
  margin-top: -9.6rem;
}
@media screen and (max-width: 1022.98px) {
  .module.text-image + .fundraising-box {
    margin-top: -2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .module.text-image + .fundraising-box {
    margin-top: -2.4rem;
  }
}

.fundraising-box {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16.8rem;
  max-width: 1440px;
}
@media screen and (max-width: 1022.98px) {
  .fundraising-box {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .fundraising-box {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.fundraising-box {
  margin: 0 auto 16.8rem;
  margin-top: 9.6rem;
}
.fundraising-box::after {
  clear: both;
  content: " ";
  display: table;
}
@media screen and (max-width: 767.98px) {
  .fundraising-box {
    margin-top: 4.8rem;
    margin-bottom: 3.9rem;
  }
}

#fbIframeDiv,
a[href*="fundraisingbox.com"] {
  display: block;
  max-width: 93.2rem;
  padding: 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1059.98px) {
  #fbIframeDiv,
  a[href*="fundraisingbox.com"] {
    padding: 0 7.5471698vw;
  }
}
@media screen and (max-width: 767.98px) {
  #fbIframeDiv,
  a[href*="fundraisingbox.com"] {
    padding: 0;
  }
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
#main-header.tiny {
  background: #162f50;
}
#main-header.tiny, #main-header.tiny a, #main-header.tiny button {
  color: #fff;
}
#main-header > .burger-menu,
#main-header > .lang-switch {
  position: absolute;
  top: 0;
  left: 0.8rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  z-index: 100;
}
@media screen and (min-width: 1023px) {
  #main-header > .burger-menu,
  #main-header > .lang-switch {
    top: 2rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  #main-header > .burger-menu,
  #main-header > .lang-switch {
    left: 0;
  }
}
#main-header > .lang-switch {
  z-index: 70;
}
#main-header.tiny > .lang-switch {
  top: 0;
  padding: 0.7rem 1.5rem 0.6rem;
}
@media screen and (min-width: 1023px) {
  #main-header.tiny > .lang-switch {
    top: 0.3rem;
    padding: 1.5rem;
  }
}

#main-header > .burger-menu {
  font-size: 2.3rem;
  right: 0.8rem;
  left: auto;
}
#main-header.tiny > .burger-menu {
  top: 0;
  padding: 0.7rem 1.5rem 0.8rem;
}

#main-header.open-menu > .burger-menu {
  color: #fff;
}

@media screen and (min-width: 1023px) {
  #main-header > .burger-menu {
    font-size: 3rem;
  }
  #main-header.tiny > .burger-menu {
    top: 0.3rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  #main-header > .burger-menu {
    left: auto;
    right: 0;
  }
}
#main-header > .burger-menu .primary,
#main-header > .burger-menu .secondary {
  display: inline-block;
}
#main-header > .burger-menu .secondary {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main-header > .burger-menu.opened .primary {
  opacity: 0;
}
#main-header > .burger-menu.opened .secondary {
  opacity: 1;
}
#main-header .burger-wrap {
  background-color: #162f50;
  outline: 2px solid #fff;
  position: fixed;
  right: -2px;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 39rem;
  padding: 10.5rem 3.2rem 2.8rem;
  transform: translateX(100%);
  z-index: 80;
}
@media screen and (max-width: 767.98px) {
  #main-header .burger-wrap {
    padding-top: 5rem;
    padding-bottom: 1.4rem;
  }
}
#main-header.open-menu .burger-wrap {
  transform: translateX(0%);
  right: 0;
}

@media screen and (min-width: 1023px) {
  #main-header .burger-wrap {
    padding-left: 8.4rem;
    max-width: 61.5rem;
  }
}
#main-header .burger-wrap a,
#main-header .burger-wrap button, #main-header .burger-wrap .btn-style {
  color: #fff;
  transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
}
#main-header .burger-wrap a:hover, #main-header .burger-wrap a:focus,
#main-header .burger-wrap button:hover,
#main-header .burger-wrap button:focus, #main-header .burger-wrap .btn-style:hover, #main-header .burger-wrap .btn-style:focus {
  color: #deb63e;
}
#main-header .burger-wrap ul {
  overflow: hidden;
}
#main-header .burger-wrap ul li.active {
  position: relative;
}
#main-header .burger-wrap ul li.active a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #deb63e;
}
@media screen and (min-width: 1023px) {
  #main-header .burger-wrap ul li.active a:after {
    bottom: 1.3rem;
  }
}
#main-header .burger-wrap ul li.active ul a:after {
  display: none;
  bottom: 1rem;
}
@media screen and (min-width: 1023px) {
  #main-header .burger-wrap ul li.active ul a:after {
    bottom: 1.3rem;
  }
}
#main-header .burger-wrap ul li a {
  display: inline-block;
  padding: 1rem 0;
  position: relative;
}
@media screen and (min-width: 1023px) {
  #main-header .burger-wrap ul li a {
    padding: 1.3rem 0;
  }
}
#main-header .burger-wrap ul li li:last-child {
  margin-bottom: 1.5rem;
}
#main-header .burger-wrap ul li li a {
  padding: 0.3rem 0;
}
@media screen and (min-width: 1023px) {
  #main-header .burger-wrap ul li li a {
    bottom: 0.3rem;
  }
}
#main-header .burger-wrap ul li li.active a:after {
  display: block;
  bottom: 0.3rem;
}
@media screen and (min-width: 1023px) {
  #main-header .burger-wrap ul li li.active a:after {
    bottom: 0.3rem;
  }
}
#main-header .burger-wrap ul.meta-menu {
  position: absolute;
  bottom: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  #main-header .burger-wrap ul.meta-menu {
    bottom: 1.4rem;
  }
}
#main-header .burger-wrap ul.meta-menu a {
  padding: 0.5rem 0;
}
#main-header .burger-wrap ul.meta-menu li:last-child a {
  padding-bottom: 0;
}
#main-header .burger-wrap ul.main-menu > li:first-child a {
  padding-top: 0;
}
#main-header .burger-wrap .has-sub .listelement-wrap {
  position: relative;
}
#main-header .burger-wrap .has-sub .toggle-trigger {
  padding: 0 1.2rem;
  position: absolute;
  top: calc(50% + 0.2rem);
  transform: translateY(-50%) rotate(45deg);
  font-size: 2.5rem;
  height: 100%;
}
#main-header .burger-wrap .has-sub:not(.open) ul {
  height: 0;
}
#main-header .burger-wrap .has-sub:not(.open) .toggle-trigger {
  transform: translateY(-50%) rotate(0deg);
}
#main-header .logo-wrap {
  padding: 1rem 0 0.9rem;
}
@media screen and (min-width: 1023px) {
  #main-header .logo-wrap {
    padding: 2rem 0;
  }
}
#main-header .logo-wrap .logo {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 22rem;
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
}
#main-header .logo-wrap .logo a {
  display: inline-block;
  line-height: 1.1;
}
@media screen and (min-width: 1023px) {
  #main-header .logo-wrap .logo {
    width: 32rem;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1023px) {
  #main-header.tiny .logo-wrap .logo {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  #main-header.tiny .logo-wrap .logo {
    width: 60rem;
  }
}
@media screen and (max-width: 399.98px) {
  #main-header .logo-wrap .logo {
    font-size: 1.6rem;
    width: 20rem;
  }
  #main-header .logo-wrap .logo .primary {
    display: inline-block;
    margin-top: 0;
  }
  #main-header .logo-wrap .logo .secondary {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  #main-header.tiny .logo-wrap .logo .primary {
    display: none;
  }
}
#main-header .logo-wrap .logo .secondary {
  font-family: GT-Ultra-Light, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  display: none;
  color: #deb63e;
}
@media screen and (min-width: 1023px) {
  #main-header .logo-wrap .logo .secondary {
    position: absolute;
    right: 7rem;
  }
  #main-header.tiny .logo-wrap .logo .secondary {
    display: block;
    top: 0.9rem;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  #main-header.tiny .logo-wrap .logo .secondary {
    display: block;
  }
}
#main-header .menu-wrap {
  max-height: 100%;
  overflow: auto;
}

#main-footer {
  color: #fff;
}
#main-footer a,
#main-footer button, #main-footer .btn-style {
  color: #fff;
  transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
}
#main-footer a:hover, #main-footer a:focus,
#main-footer button:hover,
#main-footer button:focus, #main-footer .btn-style:hover, #main-footer .btn-style:focus {
  color: #deb63e;
}
#main-footer p {
  margin-bottom: 0;
}
#main-footer .top::after {
  clear: both;
  content: " ";
  display: table;
}
#main-footer .top {
  background: #162f50;
  padding: 2.4rem 3rem 4.2rem;
}
@media screen and (max-width: 767.98px) {
  #main-footer .top {
    padding-bottom: 0;
  }
}
#main-footer .top ul li:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  #main-footer .top ul li:not(:first-child) {
    margin-top: 1rem;
  }
}
#main-footer .top .header::after {
  clear: both;
  content: " ";
  display: table;
}
#main-footer .top .header {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #main-footer .top .header {
    display: flex;
  }
}
#main-footer .top .header .logo {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 22rem;
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8rem;
}
#main-footer .top .header .logo a {
  display: inline-block;
  line-height: 1.1;
}
@media screen and (min-width: 1023px) {
  #main-footer .top .header .logo {
    width: 32rem;
    font-size: 2.4rem;
  }
}
#main-footer .top .header .sm-icons {
  float: right;
  font-size: 2.6rem;
}
#main-footer .top .header .sm-icons a {
  float: left;
}
#main-footer .top .header .sm-icons a:not(:first-child) {
  margin-left: 2rem;
}
@media screen and (max-width: 767.98px) {
  #main-footer .top .header {
    padding-top: 5.5rem;
    margin-bottom: 0;
  }
  #main-footer .top .header .left,
  #main-footer .top .header .right {
    width: 50%;
    position: absolute;
    top: 0;
    margin-bottom: 0;
  }
  #main-footer .top .header .left {
    left: 0;
    text-align: left;
  }
  #main-footer .top .header .right {
    left: auto;
    right: 0;
    text-align: right;
  }
}
#main-footer .top .left,
#main-footer .top .center,
#main-footer .top .right {
  float: left;
}
@media screen and (max-width: 767.98px) {
  #main-footer .top .left,
  #main-footer .top .center,
  #main-footer .top .right {
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
  }
}
#main-footer .top .left,
#main-footer .top .right {
  width: 25%;
}
#main-footer .top .left {
  text-align: left;
}
#main-footer .top .center {
  width: 50%;
  text-align: center;
}
#main-footer .top .right {
  text-align: right;
}
#main-footer .bottom {
  background: #0b192b;
  padding: 0.8rem 3rem 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #main-footer .bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#main-footer .bottom .side-menu::after {
  clear: both;
  content: " ";
  display: table;
}
#main-footer .bottom .side-menu {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #main-footer .bottom .side-menu ul {
    display: inline-block;
  }
  #main-footer .bottom .side-menu ul li {
    float: left;
  }
  #main-footer .bottom .side-menu ul li:not(:last-child) {
    position: relative;
    margin-right: 1.7rem;
  }
  #main-footer .bottom .side-menu ul li:not(:last-child):after {
    content: "|";
    display: block;
    position: absolute;
    top: 50%;
    right: calc(-1.7rem / 2 - 0.3rem);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  #main-footer .bottom .side-menu ul li:not(:first-child) {
    margin-top: 1rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.module.hero-element {
  width: 100% !important;
}
.module.hero-element:not(.sub) {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  .module.hero-element {
    margin-bottom: 3.9rem;
  }
}
.module.hero-element.sub {
  max-width: 144rem;
  padding-top: 6.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1022.98px) {
  .module.hero-element.sub {
    padding-top: 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .module.hero-element.sub {
    padding-top: 1.6rem;
    margin-bottom: 6.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .module.hero-element:not(.sub) .images-wrap {
    height: 100vh;
  }
}
.module.hero-element:not(.sub) .images-wrap .single-wrap,
.module.hero-element:not(.sub) .images-wrap .copy-wrap {
  height: 100%;
  width: 100%;
}
.module.hero-element:not(.sub) .images-wrap .single-wrap {
  pointer-events: none;
}
.module.hero-element:not(.sub) .images-wrap picture, .module.hero-element:not(.sub) .images-wrap picture img {
  max-height: none;
}
.module.hero-element:not(.sub) .images-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .module.hero-element .images-wrap .single-wrap {
    position: relative;
  }
  .module.hero-element .images-wrap .subtext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767.98px) {
  .module.hero-element.sub .images-wrap {
    float: left;
    width: 100%;
  }
}

.module.hero-element .images-wrap .image-box {
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
}
.module.hero-element .images-wrap .image-box .single-wrap:not(:first-child) {
  position: absolute;
  top: 0;
  opacity: 0;
}
.module.hero-element.sub .images-wrap .image-box {
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .module.hero-element.sub .images-wrap .image-box {
    justify-content: end;
  }
  .module.hero-element.sub .images-wrap .image-box .single-wrap {
    width: auto;
  }
  .module.hero-element.sub .images-wrap .image-box .single-wrap:not(:first-child) {
    position: absolute;
    opacity: 0;
  }
}

.module.hero-element .content-wrap {
  padding-left: 9.86111vw;
  padding-right: calc(9.86111vw - 4.444444vw);
}
@media screen and (max-width: 1199.98px) {
  .module.hero-element .content-wrap {
    padding-left: 5.0042vw;
    padding-right: calc(5.0042vw - 2.222222vw);
  }
}
@media screen and (max-width: 1022.98px) {
  .module.hero-element .content-wrap {
    padding-left: 3.7182vw;
    padding-right: calc(3.7182vw - 1.4814813333vw);
  }
}
@media screen and (min-width: 1440px) {
  .module.hero-element .content-wrap {
    padding-left: 14.2rem;
    padding-right: calc(14.2rem - 6.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .module.hero-element.sub .content-wrap:first-child, .module.hero-element.sub .content-wrap:not(:first-child) {
    padding: 2.5rem 0;
  }
  .module.hero-element.sub .content-wrap:not(:first-child) {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .module.hero-element .content-wrap {
    padding: 2.5rem 1.6rem;
  }
  .module.hero-element.sub .content-wrap {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .module.hero-element .content-wrap .content {
    max-width: 42.8rem;
  }
}
.module.hero-element header * {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .module.hero-element .hero-wrap {
    padding-bottom: 0 !important;
  }
}

.kwgk__citation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kwgk__citation-wrapper .kwgk__citation {
  width: 100%;
  max-width: 93.2rem;
  padding: 9rem 0;
  border-top: 0.1rem solid;
  border-bottom: 0.1rem solid;
  text-align: center;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation {
    padding: 4.5rem 0;
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper {
  position: relative;
  width: 68.5rem;
  margin: 0 auto 2.4rem auto;
  text-align: center;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper {
    width: 40rem;
  }
}
@media screen and (max-width: 448px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper {
    width: 100%;
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark {
  position: absolute;
  width: 8.4rem;
  height: 19.8rem;
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18rem;
  line-height: 1.1;
  text-align: center;
  color: #deb63e;
  pointer-events: none;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark {
    font-size: 10rem;
    height: 13.9rem;
    width: 4.7rem;
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark.left {
  left: 0;
  bottom: 50%;
  transform: translateY(19%);
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark.left {
    transform: translateY(35%);
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark.right {
  right: 0;
  top: 50%;
  transform: translateY(-26%);
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper .quotation-mark.right {
    transform: translateY(-22%);
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper p {
  font-size: 4.5rem;
  color: #162f50;
  line-height: 1.2;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper p {
    font-size: 2.8rem;
  }
}
.kwgk__citation-wrapper .kwgk__citation_cite-wrapper p {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  padding: 0 8.4rem;
  hyphens: none;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation_cite-wrapper p {
    padding: 0 4.7rem;
  }
}
.kwgk__citation-wrapper .kwgk__citation .text {
  width: 40.4rem;
  margin: 0 auto;
  margin-bottom: 1.6rem;
  text-align: center;
  hyphens: auto;
  color: #162f50;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__citation-wrapper .kwgk__citation .text {
    width: 35.7rem;
  }
}
@media screen and (max-width: 448px) {
  .kwgk__citation-wrapper .kwgk__citation .text {
    width: 100%;
  }
}
.kwgk__citation-wrapper a {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  margin-top: 1.8rem;
}

.text-image .double-wrap,
.text-video .double-wrap {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (min-width: 500px) {
  .text-image .double-wrap > *,
  .text-video .double-wrap > * {
    flex: 1;
  }
}
@media screen and (max-width: 499.98px) {
  .text-image .double-wrap .double-image,
  .text-video .double-wrap .double-image {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .text-image .half-grid::after,
  .text-video .half-grid::after {
    clear: both;
    content: " ";
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .text-image .half-grid + .half-grid:not(.double-image),
  .text-video .half-grid + .half-grid:not(.double-image) {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .text-image .half-grid + .half-grid:not(.double-image),
  .text-video .half-grid + .half-grid:not(.double-image) {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .text-image .half-grid.images:not(.double) .copy-wrap,
  .text-video .half-grid.images:not(.double) .copy-wrap {
    width: 100%;
  }
  .text-image .half-grid.images:not(.double) picture, .text-image .half-grid.images:not(.double) picture img,
  .text-video .half-grid.images:not(.double) picture,
  .text-video .half-grid.images:not(.double) picture img {
    max-height: none;
  }
}
.text-image:not(.grid-style) + .text-image:not(.grid-style),
.text-video:not(.grid-style) + .text-image:not(.grid-style) {
  margin-top: -12.5rem;
}
.text-image:not(.grid-style) + .text-image:not(.grid-style) > header,
.text-video:not(.grid-style) + .text-image:not(.grid-style) > header {
  margin-top: 26rem;
}
@media screen and (max-width: 1022.98px) {
  .text-image:not(.grid-style) + .text-image:not(.grid-style) > header,
  .text-video:not(.grid-style) + .text-image:not(.grid-style) > header {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1022.98px) {
  .text-image:not(.grid-style) + .text-image:not(.grid-style),
  .text-video:not(.grid-style) + .text-image:not(.grid-style) {
    margin-top: -4.5rem;
  }
}
.text-image .video_trigger,
.text-video .video_trigger {
  height: 100%;
  width: 100%;
  padding: 4rem;
}

.kwgk__quicklinks {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16.8rem;
  max-width: 1440px;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__quicklinks {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .kwgk__quicklinks {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
.kwgk__quicklinks {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  box-sizing: content-box;
}
.kwgk__quicklinks-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .kwgk__quicklinks-wrapper {
    gap: 1.6rem;
  }
}
.kwgk__quicklinks-button {
  position: relative;
  font-size: 2.7rem;
  display: inline-flex;
  box-shadow: 0 2px 14px 0 rgba(22, 47, 80, 0.17);
  background-color: #fff;
  box-sizing: border-box;
  border-left: 4px solid #deb63e;
  flex: 1;
  min-height: 9.7rem;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .kwgk__quicklinks-button {
    flex: auto;
    width: 100%;
    min-height: 7rem;
    margin: 0 auto;
  }
}
.kwgk__quicklinks-button:last-of-type {
  margin-right: 0;
}
.kwgk__quicklinks-button:hover, .kwgk__quicklinks-button:focus {
  background-color: #162f50;
  color: #fff;
}
.kwgk__quicklinks-button:hover a, .kwgk__quicklinks-button:focus a {
  color: #fff;
}
.kwgk__quicklinks-button a {
  display: table;
  height: 100%;
  width: 100%;
  z-index: 2;
  vertical-align: middle;
  transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
}
.kwgk__quicklinks-button span.button-text {
  display: table-cell;
  line-height: 1.19;
  word-wrap: break-word;
  overflow: hidden;
  z-index: 1;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  padding: 1.6rem 5.8rem 1.6rem 2rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__quicklinks-button span.button-text {
    font-size: 2rem;
    line-height: 1.1;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}
.kwgk__quicklinks-button span.icon-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .kwgk__quicklinks-button span.icon-arrow {
    right: 1.6rem;
  }
}

div.kwgk__accordion-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 16.8rem;
  max-width: 1440px;
}
@media screen and (max-width: 1022.98px) {
  div.kwgk__accordion-wrapper {
    padding: 0 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  div.kwgk__accordion-wrapper {
    max-width: 100%;
    padding: 0 1.6rem;
  }
}
div.kwgk__accordion-wrapper {
  box-sizing: content-box;
}
div.kwgk__accordion-wrapper .kwgk__accordion-wrapper-header {
  position: relative;
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  border-top: 1px solid #162f50;
  display: inline-block;
  line-height: 1.1;
  font-size: 3.2rem;
  width: 100%;
  padding: 1.9rem 5.99rem 1.9rem 0;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}
@media screen and (max-width: 1022.98px) {
  div.kwgk__accordion-wrapper .kwgk__accordion-wrapper-header {
    font-size: 2.4rem;
  }
}
div.kwgk__accordion-wrapper .icon-plus {
  position: absolute;
  top: 50%;
  right: 1rem;
  height: 3.4rem;
  width: 3.4rem;
  padding: 5px 5px 5px 5px;
  transform: translateY(-50%);
  font-size: 2.4rem;
}
div.kwgk__accordion-wrapper .kwgk__accordion-elements-wrapper {
  border-bottom: 1px solid #162f50;
}
div.kwgk__accordion-wrapper .kwgk__accordion-elements-wrapper .kwgk__accordion-element-wrapper .module {
  padding: 0;
  margin: 1rem 0 3.2rem 0;
}
@media screen and (max-width: 767.98px) {
  div.kwgk__accordion-wrapper .kwgk__accordion-elements-wrapper .kwgk__accordion-element-wrapper .module {
    margin: 0.5rem 0 1.6rem 0;
  }
}
div.kwgk__accordion-wrapper .kwgk__accordion-elements-wrapper .kwgk__accordion-element-wrapper .module header {
  padding: 0;
  margin-bottom: 0.8rem;
}
div.kwgk__accordion-wrapper .kwgk__accordion-elements-wrapper .kwgk__accordion-element-wrapper .module .flex-box {
  padding: 0;
}
div.kwgk__accordion-wrapper .toggle-wrap:not(.open) .kwgk__accordion-element-wrapper {
  display: none;
}
div.kwgk__accordion-wrapper + div.kwgk__accordion-wrapper {
  margin-top: -16.8rem;
}
@media screen and (max-width: 1022.98px) {
  div.kwgk__accordion-wrapper + div.kwgk__accordion-wrapper {
    margin-top: -6.4rem;
  }
}
div.kwgk__accordion-wrapper + div.kwgk__accordion-wrapper .kwgk__accordion-wrapper-header {
  border-top: 0;
}

.kwgk__news-wrapper.slide {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  max-width: unset;
  overflow: hidden;
}
@media screen and (min-width: 1060px) {
  .kwgk__news-wrapper.slide {
    padding: 0 calc((100vw - 93.2rem) / 2);
  }
}
@media screen and (max-width: 1059.98px) and (min-width: 1023px) {
  .kwgk__news-wrapper.slide {
    padding: 0 16.8rem;
  }
}
.kwgk__news-wrapper h2 {
  margin-bottom: 0;
}
.kwgk__news-wrapper .news-button {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.kwgk__news-wrapper .news-button:hover, .kwgk__news-wrapper .news-button:focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__news-wrapper .news-button {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}
.kwgk__news-wrapper .slick-track {
  display: flex;
}
.kwgk__news-wrapper .slick-track .slick-slide {
  height: inherit;
}
.kwgk__news-wrapper .slick-list.draggable {
  overflow: visible;
  width: 100%;
}
.kwgk__news-wrapper .nav-buttons {
  position: relative;
  width: 100%;
}
.kwgk__news-wrapper .nav-buttons .icon-arrow {
  cursor: pointer;
  font-size: 2.8rem;
  position: absolute;
  bottom: 0;
}
.kwgk__news-wrapper .nav-buttons .icon-arrow.slick-next {
  right: 0;
}
.kwgk__news-wrapper .nav-buttons .icon-arrow.slick-prev {
  right: 5.2rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767.98px) {
  .kwgk__news-wrapper .nav-buttons .icon-arrow {
    display: none !important;
  }
}
.kwgk__news-wrapper .nav-buttons .icon-arrow.slick-disabled {
  display: none !important;
}
.kwgk__newsitem-wrapper {
  margin: 1.8rem 2.4rem 4.8rem 0;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__newsitem-wrapper {
    margin: 0.8rem 2.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 499.98px) {
  .kwgk__newsitem-wrapper {
    margin-right: 1.6rem;
  }
}
.kwgk__newsitem-wrapper a {
  padding: 2.16rem 3.5rem 2.4rem 3.5rem;
  position: relative;
  display: inline-block;
  width: 45rem;
  height: 100%;
  box-sizing: border-box;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  border-left: 0.6rem solid #cca739;
  box-shadow: 0 2px 14px 0 rgba(22, 47, 80, 0.17);
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .kwgk__newsitem-wrapper a {
    width: 43rem;
  }
}
@media screen and (max-width: 499.98px) {
  .kwgk__newsitem-wrapper a {
    width: calc(100vw - 7rem);
    padding: 1.6rem 1.6rem 1.6rem 1.8rem;
  }
}
.kwgk__newsitem-wrapper a:hover {
  background-color: #162f50;
  color: #fff;
}
@media (hover: none) {
  .kwgk__newsitem-wrapper a:hover {
    background-color: #fff;
    color: #162f50;
  }
}
.kwgk__newsitem-wrapper a:hover .linking-text {
  text-decoration: none;
}
@media (hover: none) {
  .kwgk__newsitem-wrapper a:hover .linking-text {
    text-decoration: underline;
  }
}
.kwgk__newsitem-wrapper a h3 {
  line-height: 1.19;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__newsitem-wrapper a h3 {
    margin-bottom: 4.4rem;
  }
}
.kwgk__newsitem-wrapper a .tag {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}
.kwgk__newsitem-wrapper a .linking-text {
  position: absolute;
  bottom: 2.4rem;
  font-size: 2rem;
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-decoration: underline;
  margin-top: 2.4rem;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__newsitem-wrapper a .linking-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 499.98px) {
  .kwgk__newsitem-wrapper a .linking-text {
    bottom: 1.6rem;
  }
}
.kwgk__news-wrapper.list .kwgk__newsitem-wrapper {
  margin: 0 0 2.4rem 0;
}
.kwgk__news-wrapper.list .kwgk__newsitem-wrapper a {
  width: 100%;
}
.kwgk__newsdetail-wrapper img {
  width: 100%;
  margin-bottom: 2.4rem;
}
.kwgk__newsdetail-wrapper .back-button {
  font-family: GT-Ultra-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  color: #162f50;
  background: #deb63e;
  line-height: 1.1;
  padding: 1.3rem 2.4rem 1.2rem;
  border: none;
  outline: none;
  display: inline-block;
  text-align: center;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, background 0.35s ease-in-out;
}
.kwgk__newsdetail-wrapper .back-button:hover, .kwgk__newsdetail-wrapper .back-button:focus {
  color: #deb63e;
  background: #162f50;
}
@media screen and (max-width: 1022.98px) {
  .kwgk__newsdetail-wrapper .back-button {
    padding: 1.1rem 1.6rem 0.9rem;
    font-size: 1.8rem;
  }
}
.kwgk__newsdetail-wrapper .back-button {
  margin-top: 2.4rem;
}

.teaser-container .teaser-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: normal;
  gap: 2rem;
}
.teaser-container .teaser-wrapper .teaser-element {
  display: inline-flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0;
  border-left: 4px solid #DEB63E;
  background: #FFF;
}
@media screen and (max-width: 767.98px) {
  .teaser-container .teaser-wrapper .teaser-element {
    flex: auto;
    width: 100%;
  }
}
.teaser-container .teaser-wrapper .teaser-element {
  /* Shadow/md */
  box-shadow: 2px 6px 12px -2px rgba(13, 18, 28, 0.08);
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__image {
  width: 100%;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__image .copy-wrap {
  width: 100%;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.375rem;
  align-self: stretch;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__header .teaser-element__eyebrow {
  font-size: 1.8rem;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__text p {
  margin: 0 0 0.3em 0;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__text p:last-of-type {
  margin: 0;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__link a {
  text-decoration: none;
  display: flex;
  padding: 0.75rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 0.125rem;
  background: #163051;
  color: #fff;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__link a span {
  font-size: 1.9rem;
}
.teaser-container .teaser-wrapper .teaser-element .teaser-element__content .teaser-element__link a span:last-of-type {
  background-image: url("../Icons/circle-exclamation.svg");
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  fill: var(--Gray-000, #FFF);
}

/*# sourceMappingURL=main-kwgk.css.map */
