@charset "UTF-8";
/*!
Theme Name: bkk
Theme URI: http://underscores.me/
Author: André Kelling
Author URI: https://andrekelling.de/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bkk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bkk is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Vendors
# Typography
# Elements
	## Icons
# Forms
# Layout + Header + Footer
	## Posts and pages
	## Comments
# Themes
# Navigation
	## Links
	## Menus
# Widgets
# Shortcodes
# Plugin
# Blocks Gutenberg
# Media
	## Captions
	## Galleries
	## Lightbox
	## Audio
# Multisite
# Tools
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/inc/theme-support.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/inc/theme-support.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* customised with button padding: 0 */
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button {
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* stylelint-enable */
/* Interactive ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}

.otgs-development-site-front-end {
  display: none !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/source-sans-3-v15-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/source-sans-3-v15-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/source-sans-3-v15-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/source-serif-4-v8-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-serif-4-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/source-serif-4-v8-latin_latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8;
}

h1,
h2,
.h2,
h3,
.quiz_section .mlw_qmn_new_question,
.h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Source Serif 4", serif;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  padding-top: 2rem;
}

h1 {
  font-size: 4rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media (min-width: 576px) {
  h1 {
    font-size: 6rem;
  }
}

h2,
.h2 {
  padding-top: 1em;
  display: block;
  vertical-align: top;
  font-size: 20px;
  padding-top: 0.1em;
  margin-bottom: 1em;
}
@media (min-width: 380px) {
  h2,
  .h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h2.wp-block-heading {
  padding-top: 3rem;
}

h3, .quiz_section .mlw_qmn_new_question,
.h3 {
  font-size: 1.2em;
  font-weight: bold;
}

p {
  margin-bottom: 2em;
}
p.has-background {
  padding: 2rem 2.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: cadetblue;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.4rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.entry-content p {
  margin-top: 0;
}

.fw-bold {
  font-weight: bold;
}

.fw-light {
  font-weight: lighter;
}

.t-right {
  text-align: right;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 300px;
}
@media (min-width: 1720px) {
  html {
    font-size: 75%;
  }
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
}

hr {
  background-color: #bcbcbc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #fdc300;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

[class^=icon-],
[class*=icon-],
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.icon--primary {
  fill: #fdc300;
}
.icon--white {
  fill: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0;
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #fff;
  transition: opacity 0.2s, color 0.2s, background-color 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover, .btn:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #fdc300;
  border: 1px solid #fdc300;
  color: #4a4a4a;
  outline: 0;
}

.btn--secondary {
  background: #fdc300;
  color: #4a4a4a;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  color: #fff;
}

.btn--white {
  background: #fff;
  color: #fdc300;
}
.btn--white:hover, .btn--white:active, .btn--white:focus {
  color: #fdc300;
}

.btn--ghost .wp-element-button {
  border-color: transparent !important;
  cursor: auto;
}

@media (min-width: 768px) {
  .wp-block-buttons.buttons-desktop-right.is-content-justification-center {
    justify-content: end;
  }
}
.btn-reset {
  background: transparent;
  border: none;
  padding: 0;
}

.wp-block-button .has-secondary-color {
  border-color: #fdc300;
}

.wp-block-button .has-primary-color {
  border-color: #fdc300;
}

.wp-block-button .has-white-color {
  border-color: #fff;
}

.wp-block-button .has-black-color {
  border-color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  padding-left: 0.5em;
  top: -0.1em;
}
input[type=checkbox] + label:after, input[type=checkbox] + label:before,
input[type=radio] + label:after,
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  left: -1.2em;
  width: 1.1em;
  height: 1.1em;
  background-color: #fff;
}
input[type=checkbox] + label:after,
input[type=radio] + label:after {
  top: 0.45em;
  left: -0.85em;
  width: 0.4em;
  height: 0.4em;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border: 2px solid #fdc300;
}

input[type=checkbox]:checked + label:after,
input[type=radio]:checked + label:after {
  background-color: #fdc300;
}

input[type=radio] + label:after, input[type=radio] + label:before {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Layout + Header + Footer
--------------------------------------------------------------*/
.main-navigation,
.hero,
.content-area .entry-header,
.content-area .entry-content,
.content-area .entry-footer,
.alignfull > .wp-block-group__inner-container,
.pre-footer__inner,
.site-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 380px) {
  .main-navigation,
  .hero,
  .content-area .entry-header,
  .content-area .entry-content,
  .content-area .entry-footer,
  .alignfull > .wp-block-group__inner-container,
  .pre-footer__inner,
  .site-footer__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1287px) {
  .main-navigation,
  .hero,
  .content-area .entry-header,
  .content-area .entry-content,
  .content-area .entry-footer,
  .alignfull > .wp-block-group__inner-container,
  .pre-footer__inner,
  .site-footer__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero,
.content-area .entry-header,
.content-area .entry-content,
.alignfull > .wp-block-group__inner-container,
.content-area .entry-footer,
.pre-footer__inner,
.site-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1287px;
}

.site-content {
  position: relative;
  z-index: 1;
}

.content-area .entry-content > *:first-child {
  padding-top: 6rem;
}

.alignwide,
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.error-404 {
  max-width: 40rem;
  margin: 6rem auto;
  text-align: center;
}
.error-404__emoji {
  font-size: 6em;
  line-height: 1;
}

.site-header-wrapper {
  position: relative;
  overflow: clip visible;
  min-height: 30vh;
}
.site-header-wrapper__img {
  display: block;
  min-width: 60rem;
  margin: 0 auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-height: 14rem;
  width: 100%;
  max-width: 75vw;
  z-index: 2;
}
.site-header__image > img {
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image-move .site-header__image {
  direction: rtl;
  margin-right: -56%;
}
@media (min-width: 380px) {
  .hero-image-move .site-header__image {
    margin-right: -40%;
  }
}
@media (min-width: 380px) {
  .site-header {
    max-width: 58vw;
  }
}
@media (min-width: 576px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    max-width: 86vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .site-header__image > img {
    height: 400px;
  }
  .home .site-header__image {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .site-header__image > img {
    height: 600px;
  }
}
@media (min-width: 1287px) {
  .site-header__image > img {
    height: 100vh;
  }
}

.site-logo > img {
  display: block;
}
@media (min-width: 576px) {
  .site-logo {
    order: 2;
    width: 74rem;
    max-width: 62%;
  }
}
@media (min-width: 1287px) {
  .site-logo {
    max-width: 57%;
  }
}

.site-branding {
  position: relative;
  display: block;
  width: 100%;
  max-width: 18rem;
  height: 100%;
  margin-top: 1rem;
  margin-left: -1rem;
  text-align: left;
}
.site-branding img {
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 576px) {
  .site-branding {
    margin-left: -3rem;
  }
}
@media (min-width: 576px) {
  .site-branding {
    width: 55rem;
    max-width: 37%;
    margin-left: 0;
  }
}
@media (min-width: 1287px) {
  .site-branding {
    max-width: 42%;
  }
}

.hero {
  position: absolute;
  font-size: 3rem;
  top: 100%;
  line-height: 1;
  max-width: 8em;
  margin-left: 0rem;
  color: #fff;
  -webkit-hyphens: none;
          hyphens: none;
}
@media (min-width: 380px) {
  .hero {
    font-size: 3rem;
  }
}
@media (min-width: 576px) {
  .hero {
    margin-left: 4rem;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .hero {
    font-size: 6rem;
  }
}
@media (min-width: 1287px) {
  .hero {
    margin-left: 5rem;
    font-size: 7rem;
  }
}

.breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.breadcrumbs [property=itemListElement] {
  margin-right: 1rem;
}
.breadcrumbs [property=itemListElement]:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: relative;
  height: 0.4em;
  width: 0.4em;
  top: 0.4em;
  left: 0.25em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  transform: rotate(45deg);
  z-index: 0;
}

.site-footer {
  background: #4a4a4a;
  color: #fff;
}
.site-footer a {
  color: #fdc300;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
  color: #000;
}

.pre-footer {
  background-color: #fdc300;
  color: #000;
}
.pre-footer__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 1rem;
}
@media (min-width: 380px) {
  .pre-footer__inner {
    flex-direction: row;
  }
}

.pre-footer-text > p:last-child {
  margin-bottom: 0;
}

.pre-footer-link,
[class^=menu-footer-],
[class*=menu-footer-] {
  min-width: 40%;
}

[class^=menu-footer-],
[class*=menu-footer-] {
  margin-top: 2rem;
}
[class^=menu-footer-] ul,
[class*=menu-footer-] ul {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
[class^=menu-footer-] a,
[class*=menu-footer-] a {
  line-height: 2.5;
}
@media (min-width: 380px) {
  [class^=menu-footer-],
  [class*=menu-footer-] {
    margin-top: 0;
  }
}

.site-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 380px) {
  .site-info {
    flex-direction: row;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.entry-header {
  padding-top: 1rem;
}

.type-post .entry-header-special {
  margin-bottom: 5rem;
}
.type-post .entry-title {
  padding-top: 0;
  line-height: 1.4;
}

.updated:not(.published) {
  display: none;
}

.entry-topics {
  font-size: 2rem;
  font-weight: normal;
}
@media (min-width: 576px) {
  .entry-topics {
    font-size: 3rem;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.edit-link {
  display: block;
  margin: 1rem 0;
  font-weight: bold;
}
.edit-link:before {
  content: "< ";
}
.edit-link:after {
  content: " >";
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-toggle {
  position: relative;
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  margin-left: 5rem;
  font-size: 1.6rem;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.menu-toggle__inner, .menu-toggle__inner:after, .menu-toggle__inner:before {
  position: absolute;
  width: 2.7em;
  height: 0.45em;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 0.1rem;
  background-color: #fdc300;
  transform: rotate(-5deg);
}
.menu-toggle__inner {
  top: 1.17em;
  transition-timing-function: cubic-bezier(0.55, 0.05, 0.67, 0.19);
  transition-duration: 0.22s;
}
.menu-toggle__inner:before, .menu-toggle__inner:after {
  display: block;
  content: "";
  transform: rotate(0);
}
.menu-toggle__inner:before {
  top: -0.9em;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.menu-toggle__inner:after {
  bottom: -0.9em;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.05, 0.67, 0.19);
}
[aria-expanded=true] .menu-toggle__inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1);
  transform: rotate(225deg);
}
[aria-expanded=true] .menu-toggle__inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}
[aria-expanded=true] .menu-toggle__inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.21, 0.61, 0.35, 1) 0.12s;
  transform: rotate(-90deg);
}

/* Small menu. */
.main-navigation .nav-menu {
  display: none;
}

.main-navigation.toggled .nav-menu {
  display: block;
}

.main-navigation {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 55;
}
.main-navigation.active {
  z-index: 90;
  padding-bottom: 0;
}

.main-navigation .nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  background-color: #4a4a4a;
  box-shadow: 1px 2px 2px 0 #4a4a4a;
}
.main-navigation .nav-menu li {
  width: 90%;
  min-width: 23rem;
}
@media (min-width: 380px) {
  .main-navigation .nav-menu li {
    width: 95%;
    min-width: 26rem;
  }
}
@media (min-width: 380px) {
  .main-navigation .nav-menu li {
    width: 100%;
    min-width: 30rem;
  }
}
.main-navigation .nav-menu a {
  display: block;
  padding: 1.5rem 2rem;
  font-weight: bold;
  border-top: 1px solid #fff;
  background-color: #4a4a4a;
  color: #fff;
}
.main-navigation .nav-menu a:hover, .main-navigation .nav-menu a:focus {
  background-color: #fdc300;
  color: #000;
}
.main-navigation .nav-menu li:first-child a {
  border-top: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.formidable {
  padding-bottom: 6rem;
}
.formidable__form {
  display: flex;
  flex-wrap: wrap;
  padding: 1.6rem 0 0.6rem;
  margin-bottom: 2rem;
}
.formidable__form > div {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.formidable__form > div:first-of-type {
  margin-right: 8rem;
}
.formidable__title {
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
.formidable__label {
  margin-right: 1rem;
}
.formidable__results {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .formidable__results {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .formidable__results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.formidable__results.loading {
  display: block;
  opacity: 0.5;
  text-align: center;
}

.lds-grid {
  display: none;
  position: relative;
  width: 20vw;
  height: 20vw;
}
.loading > .lds-grid {
  display: inline-block;
}
.lds-grid div {
  position: absolute;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: #fdc300;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 2vw;
  left: 2vw;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 2vw;
  left: 8vw;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 2vw;
  left: 14vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 8vw;
  left: 2vw;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 8vw;
  left: 8vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 8vw;
  left: 14vw;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 14vw;
  left: 2vw;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 14vw;
  left: 8vw;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 14vw;
  left: 14vw;
  animation-delay: -1.6s;
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/*--------------------------------------------------------------
# Plugin
--------------------------------------------------------------*/
.qmn_btn,
.qsm-quiz-container.qmn_quiz_container .qmn_btn,
.qsm-quiz-container.qmn_quiz_container .btn {
  background-color: #4a4a4a !important;
  border: 1px solid #4a4a4a !important;
  color: #fff !important;
  transition: opacity 0.2s, color 0.2s, background-color 0.3s;
}
.qmn_btn:hover, .qmn_btn:focus,
.qsm-quiz-container.qmn_quiz_container .qmn_btn:hover,
.qsm-quiz-container.qmn_quiz_container .qmn_btn:focus,
.qsm-quiz-container.qmn_quiz_container .btn:hover,
.qsm-quiz-container.qmn_quiz_container .btn:focus {
  background-color: #fdc300 !important;
  border: 1px solid #fdc300 !important;
  color: #4a4a4a !important;
  outline: 0 !important;
}

.qmn_mc_answer_wrap {
  margin: 1rem;
}

.mlw_qmn_message_before,
.quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
  font-size: inherit !important;
  font-weight: 300 !important;
  color: inherit !important;
}

.quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
  padding-left: 0.6rem !important;
}
.quiz_section .qmn_radio_answers label:before,
.quiz_section .qmn_check_answers label:before,
.quiz_section .qmn_accept_answers label:before {
  top: 0.3em;
}
.quiz_section .qmn_radio_answers label:after,
.quiz_section .qmn_check_answers label:after,
.quiz_section .qmn_accept_answers label:after {
  top: 0.65em;
}

.qsm-progress-bar .progressbar-text {
  color: #4a4a4a !important;
}
.qsm-progress-bar svg > path:last-child {
  stroke: #fdc300 !important;
}

/*--------------------------------------------------------------
# Blocks Gutenberg
--------------------------------------------------------------*/
.bl-pa {
  width: 100%;
  padding: 1rem 2rem;
  margin-bottom: 1.5em;
  border-radius: 5px;
  background-color: #fdc300;
  color: #fdc300;
}
.bl-pa:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.bl-pa h2,
.bl-pa h3,
.bl-pa .quiz_section .mlw_qmn_new_question,
.quiz_section .bl-pa .mlw_qmn_new_question {
  color: #fdc300;
}
.bl-pa p {
  font-size: 0.9em;
}
.bl-pa figure {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.bl-pa--infobox {
  position: relative;
  min-height: 13rem;
  padding-left: 9rem;
  color: #fff;
  z-index: 1;
}
.bl-pa--infobox p {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1em;
}
.bl-pa__info-bg {
  position: relative;
}
.bl-pa__info-bg:after {
  position: absolute;
  top: -1rem;
  left: 0.7rem;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-color: #fdc300;
  z-index: 0;
}
@media (min-width: 768px) {
  .bl-pa--right p {
    width: 54%;
    float: left;
  }
  .bl-pa--right figure {
    width: 45%;
    float: right;
    margin-top: 0;
  }
  .bl-pa--bottomright figure {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}

.bl-sl {
  margin-bottom: 2rem;
  overflow: visible;
}
.bl-sl__item {
  container: item/inline-size;
  min-width: 70vw;
  max-width: 70vw;
}
@media (min-width: 1500px) {
  .bl-sl__item {
    min-width: 70%;
    max-width: 70%;
  }
}
.bl-sl__inner {
  display: block;
  background-color: #fff;
}
@container item (min-width: 400px) {
  .bl-sl__inner {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
.bl-sl__img {
  display: block;
  width: 100%;
}
.bl-sl__img > img {
  display: block;
}
.bl-sl__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1rem 2rem 2rem;
}
.bl-sl__title {
  line-height: 1;
}
.bl-sl__navigation-wrapper {
  position: relative;
  padding: 4rem 0;
}
.bl-sl__dots {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  gap: 1.2rem;
}
.bl-sl__dot {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border: 3px solid #4a4a4a; /* This is the outer border */
  margin: 0 5px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}
.bl-sl__dot:before {
  position: absolute;
  display: block;
  content: "";
  top: 3px;
  left: 3px;
  width: 18px; /* This controls how wide the circle will be. Remember to subtract padding + border */
  height: 18px; /* This controls how tall the circle will be. Remember to subtract padding + border */
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
  background-color: #4a4a4a; /* This is the color of the inner circle */
}
.bl-sl__dot:hover:before, .bl-sl__dot:focus:before {
  transform: scale(0.4);
  transition: transform 0.5s ease;
}
.bl-sl__dot--active:before {
  transform: scale(1) !important;
  transition: transform 0.5s ease;
}

.bl-tc {
  position: relative;
  margin-top: 3rem;
  padding: 0;
}
.wp-block-column .bl-tc {
  margin-top: 0;
}
.bl-tc__label {
  display: block;
  padding: 4rem 5rem 4rem 2.5rem;
  background-color: #fdc300;
  color: #4a4a4a;
  cursor: pointer;
  transition: padding 0.4s;
}
.bl-tc__label:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 0.4em;
  width: 0.4em;
  top: 0.4em;
  left: 0.25em;
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  border-color: rgba(0, 0, 0, 0.3);
  vertical-align: top;
  transform: rotate(45deg);
  z-index: 0;
}
.bl-tc__label > h3, .quiz_section .bl-tc__label > .mlw_qmn_new_question {
  padding-top: 0;
  margin-bottom: 0;
}
.bl-tc__label:after {
  position: absolute;
  top: 40%;
  left: auto;
  right: 3rem;
  font-size: 5rem;
  transform: rotate(135deg);
  border-color: #4a4a4a;
  transition: all 0.2s;
}
.bl-tc:last-child .bl-tc__label {
  border-bottom: none;
}
.bl-tc__toggle {
  display: none;
}
.bl-tc__toggle:checked + .bl-tc .bl-tc__label {
  font-size: 0;
  padding: 1rem 5rem 1rem;
}
.bl-tc__toggle:checked + .bl-tc .bl-tc__label:after {
  top: 52%;
  transform: rotate(315deg);
  border-color: #fdc300;
}
.bl-tc__toggle:checked + .bl-tc .bl-tc__inner {
  max-height: 99rem;
  padding: 2rem 2.5rem;
}
.bl-tc__inner {
  gap: 2rem;
  max-height: 0;
  padding: 0 2.5rem;
  overflow: hidden;
  background-color: #4a4a4a;
  color: #fff;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .bl-tc__inner {
    display: flex;
  }
}
.bl-tc__image {
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .bl-tc__image {
    flex: 0 0 40rem;
    max-width: 44%;
  }
}
.bl-tc__content {
  margin-right: 4rem;
}
.bl-tc__content > .h3 {
  padding-top: 0;
  color: #fdc300;
}
.bl-tc__content a {
  color: #fdc300;
}
.bl-tc__content a:hover, .bl-tc__content a:focus, .bl-tc__content a:active {
  color: #000;
}
.bl-tc + .bl-tc__toggle + .bl-tc {
  margin-top: 1rem;
}
.bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
  border-top-width: 0;
  transition: border 0.1s 0.3s;
}
.bl-tc__toggle:checked + .bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
  border-top-width: 1px;
  transition: none;
}

.post-teaser {
  container-type: inline-size;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  color: #fff;
  background-color: #fdc300;
}
.post-teaser__inner {
  padding: 2rem;
  background-color: #4a4a4a;
}
.post-teaser__topic {
  color: #fdc300;
  font-size: 0.9em;
}
.post-teaser__topic p {
  margin-bottom: 0;
}
.post-teaser__title {
  display: block;
  vertical-align: top;
  font-size: 20px;
  padding-top: 0.1em;
  margin-bottom: 1em;
  margin-bottom: 0;
  font-family: "Source Serif 4", serif;
}
@media (min-width: 380px) {
  .post-teaser__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .post-teaser__title {
    font-size: 30px;
  }
}
.post-teaser__content > p {
  margin-bottom: 0;
}
.post-teaser > img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

.bl-chel {
  padding-left: 0.2em;
  list-style: none;
}

.podcast-player {
  container-type: inline-size;
  margin-bottom: 3rem;
  color: #fff;
  background-color: #4a4a4a;
}
.podcast-player__layout {
  display: block;
  align-items: flex-end;
}
@container (min-width: 660px) {
  .podcast-player__layout {
    display: flex;
  }
}
.podcast-player__img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.podcast-player__img > img {
  display: block;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.podcast-player__wrapper {
  padding: 1rem;
}
@container (min-width: 660px) {
  .podcast-player__wrapper {
    width: 75%;
  }
}
.podcast-player__topic {
  color: #fdc300;
}
.podcast-player__topic p {
  margin-bottom: 0;
}
.podcast-player__title {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  display: block;
  vertical-align: top;
  font-size: 20px;
  padding-top: 0.1em;
  margin-bottom: 1em;
}
@media (min-width: 380px) {
  .podcast-player__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .podcast-player__title {
    font-size: 30px;
  }
}

.podcast-audio-player {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-right: 1.4rem;
}
.podcast-audio-player__btn {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
}
.podcast-audio-player__btn > svg {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 666ms;
}
.podcast-audio-player__btn:hover > svg, .podcast-audio-player__btn:focus > svg, .podcast-audio-player__btn:active > svg {
  opacity: 0.7;
}
.podcast-audio-player__audio, .podcast-audio-player__pause {
  display: none;
}
.podcast-audio-player__time-controls {
  width: 100%;
}
.podcast-audio-player__progress-wrapper {
  display: flex;
  align-items: center;
  height: 1rem;
  width: 100%;
  cursor: pointer;
}
.podcast-audio-player__progress-bar {
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: #bcbcbc;
}
.podcast-audio-player__progress {
  width: 0;
  height: 100%;
  border-radius: 2px;
  background: #fdc300;
  transition: width 0.1s linear;
}
.podcast-audio-player__time {
  margin: 0 0.2rem;
  color: #bcbcbc;
}
.podcast-audio-player__time--all {
  text-align: right;
}

/*--------------------------------------------------------------
### Button
--------------------------------------------------------------*/
.wp-block-button__link {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0;
  background-color: #4a4a4a;
  border: 1px solid #4a4a4a;
  color: #fff;
  transition: opacity 0.2s, color 0.2s, background-color 0.3s;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background-color: #fdc300;
  border: 1px solid #fdc300;
  color: #4a4a4a;
  outline: 0;
}

/*--------------------------------------------------------------
### Image
--------------------------------------------------------------*/
.wp-block-image {
  border-radius: 1.5rem;
  text-align: center;
}
.wp-block-image figcaption {
  color: #4a4a4a;
}

/*--------------------------------------------------------------
### Blockquote
--------------------------------------------------------------*/
.wp-block-quote {
  display: block;
  vertical-align: top;
  font-size: 20px;
  padding-top: 0.1em;
  margin-bottom: 1em;
}
@media (min-width: 380px) {
  .wp-block-quote {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .wp-block-quote {
    font-size: 30px;
  }
}
.wp-block-quote {
  margin: 8rem 0;
  padding-left: 15rem;
  background-image: url("/wp-content/themes/bkk/images/quote.svg");
  background-repeat: no-repeat;
  font-family: "Source Serif 4", serif;
}

/*--------------------------------------------------------------
### Groups
--------------------------------------------------------------*/
.wp-block-group__inner-container > .wp-block-columns:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### Columns - overwrite falsy styles - issue on 768px width
--------------------------------------------------------------*/
.wp-block-columns {
  justify-content: space-between;
}

.wp-block-column .wp-block-image img {
  width: 100%;
}
.wp-block-column.border-top {
  border-top: 5px solid #fdc300;
}
.wp-block-column.has-background {
  padding: 2rem 2.5rem;
}
.wp-block-column.no-padding {
  padding: 0;
}
@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 48%;
  }
}

.entry-content div:last-child.wp-block-group.alignfull .wp-block-columns:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
### Table
--------------------------------------------------------------*/
.table-header {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #fdc300;
  border-bottom: none;
  color: #fff;
}

.wp-block-table td {
  min-width: 6rem;
  padding: 1rem 0.5rem;
  border-left-width: 0;
  border-right-width: 0;
  word-break: normal;
}
@media (min-width: 380px) {
  .wp-block-table td {
    padding: 1rem;
  }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.81em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery .blocks-gallery-item {
  background-color: #fdc300;
}
.wp-block-gallery .blocks-gallery-item > figure > figcaption {
  display: none;
}
.wp-block-gallery .blocks-gallery-item > figure > a {
  transition: opacity 0.3s;
}
.wp-block-gallery .blocks-gallery-item > figure > a:hover {
  opacity: 0.6;
}

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
/* stylelint-disable selector-max-id */
#baguetteBox-overlay .full-image figure {
  position: relative;
}
#baguetteBox-overlay .full-image figcaption {
  bottom: auto;
  left: 0;
  right: 0;
  margin-top: -1rem;
  padding: 0 0.5rem 1rem;
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
}
#baguetteBox-overlay .full-image img {
  max-width: 70%;
  max-height: 70%;
  padding: 1rem;
  background-color: #fff;
}
@media (min-width: 380px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -1.5rem;
    padding: 0 1.5rem 1.5rem;
  }
  #baguetteBox-overlay .full-image img {
    padding: 2rem;
  }
}
@media (min-width: 576px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -2rem;
    padding: 0 3rem 2rem;
  }
  #baguetteBox-overlay .full-image img {
    padding: 3rem;
  }
}

.baguetteBox-button {
  border-radius: 0;
  background-color: #fdc300;
}
.baguetteBox-button:hover, .baguetteBox-button:focus {
  background-color: #fdc300;
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  width: 6rem;
  height: 6rem;
}
.baguetteBox-button#close-button {
  width: 3.5rem;
  height: 3.5rem;
}
.baguetteBox-button#close-button svg {
  margin-top: 0.2rem;
}
.baguetteBox-button svg {
  position: static;
}
.baguetteBox-button svg g,
.baguetteBox-button svg polyline {
  stroke: #fff;
}

/* stylelint-enable */
/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.audio-player {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8rem;
  height: 8rem;
}
@container (min-width: 300px) {
  .audio-player {
    top: 17%;
    width: 10rem;
    height: 10rem;
  }
}
@container (min-width: 500px) {
  .audio-player {
    top: 22%;
    width: 14rem;
    height: 14rem;
  }
}
.audio-player > svg {
  width: 100%;
  height: 100%;
  fill: #eee;
  opacity: 0.8;
  transition: opacity 666ms;
}
.audio-player:hover > svg, .audio-player:focus > svg, .audio-player:active > svg {
  opacity: 0.7;
}
.audio-player__audio, .audio-player--pause {
  display: none;
}
.audio-player__progress {
  height: 2px;
  width: 0;
  background: #000;
  transition: width 1s linear;
}

/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #bcbcbc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
.site-content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .columns-2 {
    -moz-columns: 2;
         columns: 2;
  }
}

.has-f-d-c-300-color,
.has-primary-color {
  color: #fdc300;
}

.has-secondary-color {
  color: #fdc300;
}

.has-fff-color,
.has-white-color {
  color: #fff;
}

.has-eee-color,
.has-white-dark-color {
  color: #eee;
}

.has-000-color,
.has-black-color {
  color: #000;
}

.has-ccc-color,
.has-greyish-color {
  color: #ccc;
}

.has-4-a-4-a-4-a-color,
.has-grey-color {
  color: #4a4a4a;
}

.has-secondary-background-color {
  background-color: #fdc300;
}

.has-primary-background-color {
  background-color: #fdc300;
}

.bg--white,
.has-white-background-color {
  background-color: #fff;
}

.has-white-dark-background-color {
  background-color: #eee;
}

.has-black-background-color {
  background-color: #000;
}

.has-greyish-background-color {
  background-color: #ccc;
}

.has-grey-background-color {
  background-color: #4a4a4a;
}

.d-f {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d-f--start {
  justify-content: start;
  align-items: start;
}

.d-none {
  display: none;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.stripes {
  position: relative;
}
.stripes > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
.stripes:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 454px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/bkk/images/stripes-white.svg");
  background-size: contain;
}
.stripes.site-header-wrapper:after {
  width: 21px;
  height: 227px;
}
@media (min-width: 768px) {
  .stripes.site-header-wrapper:after {
    width: 43px;
    height: 454px;
  }
}
.stripes--primary:after {
  background-image: url("/wp-content/themes/bkk/images/stripes-yellow.svg");
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  h1,
  h2,
  h3,
  .quiz_section .mlw_qmn_new_question,
  h4,
  h5,
  h6 {
    color: black;
  }
}
/*# sourceMappingURL=style.css.map */
