@charset "UTF-8";/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */


0,600;1,400&display=swap");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

@font-face {
  font-optical-sizing: auto;
  font-display: auto;
  font-family: "EB Garamond";
  font-style: normal;
  font-stretch: normal;
  line-height: initial;
  font-weight: 400;
  src: url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-regular.woff2) format("woff2"), url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "EB Garamond";
  font-style: italic;
  font-weight: 400;
  src: url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-italic.woff2) format("woff2"), url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-italic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 500;
  src: url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-500.woff2) format("woff2"), url(../../_src/fonts/eb-garamond/eb-garamond-v26-latin-500.woff) format("woff");
}
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url(../../_src/fonts/titillium-web/titillium-web-v15-latin-regular.woff2) format("woff2"), url(../../_src/fonts/titillium-web/titillium-web-v15-latin-regular.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-italic - 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: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url(../../_src/fonts/titillium-web/titillium-web-v15-latin-italic.woff2) format("woff2"), url(../../_src/fonts/titillium-web/titillium-web-v15-latin-italic.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url(../../_src/fonts/titillium-web/titillium-web-v15-latin-600.woff2) format("woff2"), url(../../_src/fonts/titillium-web/titillium-web-v15-latin-600.woff) format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/**
 * Basic typography style for copy text
 A solution for this problem is percentage. Usually default font-size of the browser is 16px.
 Setting font-size: 100% will make 1rem = 16px. But it will make calculations a little difficult.
 A better way is to set font-size: 62.5%. Because 62.5% of 16px is 10px. Which makes 1rem = 10px.
 CALCULATION: Element font size in rem x 16px;
*/
html {
  font-size: 16px;
}

body {
  font: 400 1em/1.333em "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
  color: #363636;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font: 600 1em/1.2em "Titillium Web", sans-serif;
  font-size: clamp(1.75rem, 1.2638230648vw + 1.1441548183rem, 2.25rem);
  color: #588954;
  margin: 0 0 0.34em 0;
}

h2, div.space {
  font: 400 1em/1.333em "Crimson Text", Times, serif;
  font-size: clamp(1.3125rem, 0.4739336493vw + 1.0853080569rem, 1.5rem);
  color: #363636;
  font-style: italic;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  h2:not(.claim) {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .space {
    display: none;
  }
}

p + h2 {
  margin-top: 1.5em;
}

h3 {
  font: 400 1em/1.333em "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
  font-weight: 600;
  color: #363636;
  margin-bottom: 0.5em;
}

.right {
  text-align: right;
}

p {
  margin-bottom: 1em;
}

ul {
  margin-bottom: 1em;
}

a {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #588954;
}
a:hover {
  color: #446A41;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}
@media (min-width: 767px) {
  a:hover {
    text-underline-position: under;
  }
}
a.lnk::after {
  display: inline-block;
  content: " ";
  position: relative;
  margin-left: 0.5em;
  margin-bottom: -0.4em;
  width: 28px;
  height: 28px;
  text-decoration: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' style='fill:%23588954'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg id='r2' data-name='Right'%3E%3Cpolygon points='17.5 5.999 16.793 6.706 22.086 11.999 1 11.999 1 12.999 22.086 12.999 16.792 18.294 17.499 19.001 24 12.499 17.5 5.999' /%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
}

a + svg {
  width: 24px;
  margin-bottom: -6px;
  margin-left: 0.5em;
}
a + svg g {
  fill: #588954;
}

blockquote {
  font-size: 2rem;
  font-weight: 400;
  max-width: 600px;
  line-height: 1.2;
  position: relative;
  margin: 5rem 3rem 0 5rem;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  blockquote {
    font-size: 1.6rem;
    margin: 4rem 2rem 0 4rem;
  }
}
blockquote:before, blockquote:after {
  position: absolute;
  color: #d6d6d6;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 767px) {
  blockquote:before, blockquote:after {
    font-size: 6rem;
    width: 2rem;
    height: 2rem;
  }
}

blockquote:before {
  content: "“";
  left: -3rem;
  top: -2rem;
}
@media (max-width: 767px) {
  blockquote:before {
    left: -2rem;
    top: -1rem;
  }
}

blockquote:after {
  content: "”";
  right: -2.4rem;
  bottom: -1rem;
}
@media (max-width: 767px) {
  blockquote:after {
    right: -2rem;
    bottom: 0.2rem;
  }
}

cite {
  display: inline-block;
  margin-left: 5.5rem;
  line-height: 3;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  cite {
    margin-left: 4.5rem;
    margin-bottom: 3rem;
  }
}

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

b {
  font-weight: 600;
}

strong {
  font-weight: inherit;
}

body._lock {
  overflow: hidden;
  padding-right: 16px;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
  height: 1px;
  line-height: 1px;
  margin-top: -1px;
}

.menu ul li {
  list-style: none;
}

ul {
  margin-left: 1em;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-mobile {
  display: none;
}
@media (max-width: 767px) {
  .d-mobile {
    display: block;
  }
}

.d-desktop {
  display: block;
}
@media (max-width: 767px) {
  .d-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .d-desk-span {
    display: none;
  }
}

.debug {
  border: dotted silver 1px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/******** settings project *********/
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

header,
main,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*
main {
	@include mobile { // 992px plus
		padding: 0 30px;
	}
}
*/
.silver {
  background-color: #f2f0f0;
}

.green {
  background-color: #adcbaa;
}

.gray {
  background-color: #d6d6d6;
}

.white {
  background-color: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  background-color: #f9f9f9;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
  line-height: 1.33em;
}
.container.silver {
  background-color: #f2f0f0;
}
.container.orange {
  background-color: #adcbaa;
}
.container.gray {
  background-color: #d6d6d6;
}
.container.white {
  background-color: #fff;
}
.container.in {
  padding-left: clamp(1.875rem, 9.4786729858vw + -2.6688388626rem, 5.625rem);
  padding-right: clamp(1.875rem, 9.4786729858vw + -2.6688388626rem, 5.625rem);
  padding-top: clamp(1.875rem, 3.1595576619vw + 0.3603870458rem, 3.125rem);
  padding-bottom: clamp(1.875rem, 3.1595576619vw + 0.3603870458rem, 3.125rem);
}
.container.txt {
  padding-top: clamp(3.75rem, 4.7393364929vw + 1.4780805687rem, 5.625rem);
  padding-bottom: clamp(3.75rem, 4.7393364929vw + 1.4780805687rem, 5.625rem);
}
.container.txt-col {
  padding-top: clamp(3.75rem, 4.7393364929vw + 1.4780805687rem, 5.625rem);
  padding-bottom: clamp(3.75rem, 4.7393364929vw + 1.4780805687rem, 5.625rem);
}
.container.pb-0 {
  padding-bottom: 0;
}
.container.pt-0 {
  padding-top: 0;
}
.container.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767px) {
  .container.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container.flex div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 767px) {
  .container.flex div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 80%;
            flex: 0 1 80%;
  }
}
.container.flex div.row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 767px) {
  .container.flex div.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.container.flex div.col-1 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.container.flex div.col-1 h2 {
  margin-bottom: 0;
}
.container.flex div.col-1-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 767px) {
  .container.flex div.col-1-2:first-child {
    padding-right: 2em;
  }
}
@media (max-width: 767px) {
  .container.flex div.o-mob-1 {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
@media (max-width: 767px) {
  .container.flex div.o-mob-2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 767px) {
  .container.flex div.col-1-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
  }
}
@media (min-width: 767px) {
  .container.flex div.col-1-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 24px);
            flex: 0 0 calc(33% - 24px);
  }
}
@media (min-width: 767px) {
  .container {
    padding: 0;
  }
}

#evform .container.flex {
  row-gap: 0 !important;
}

#hero {
  height: 100vh;
  max-height: clamp(476px, 62vw, 860px);
}
@media (max-width: 767px) {
  #hero {
    max-height: 122.5vw;
  }
}
@media (min-width: 1400px) {
  #hero {
    max-height: 860px;
  }
}
#hero .container {
  position: relative;
}
#hero video.intro,
#hero img.intro,
#hero picture.intro {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero #menu-flex-top {
  position: absolute;
  bottom: 2em;
}
#hero #claim {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  bottom: 100px;
  color: white;
  font-size: clamp(1.875rem, 1.579778831vw + 1.1176935229rem, 2.5rem);
  font-weight: 400;
  line-height: 1em;
  font-style: italic;
  text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.4);
}
#hero #scroll {
  position: absolute;
  width: 26px;
  bottom: 2em;
  left: 50%;
  margin-left: -13px;
}
#hero #scroll .circle-1, #hero #scroll .circle-2 {
  -webkit-animation: scroll 2s infinite linear;
          animation: scroll 2s infinite linear;
  opacity: 0;
}
#hero #scroll .circle-2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes scroll {
  0% {
    cy: 4;
    opacity: 0;
  }
  45%, 55% {
    opacity: 1;
    cy: 9;
  }
  100% {
    cy: 14;
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    cy: 4;
    opacity: 0;
  }
  45%, 55% {
    opacity: 1;
    cy: 9;
  }
  100% {
    cy: 14;
    opacity: 0;
  }
}

.studios .txt {
  padding: 0 1.2em 0.2em 1.2em;
}
.studios a .card {
  cursor: pointer;
  color: #363636;
}
.studios a .card .img {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.studios a .card .img span {
  display: block;
  position: absolute;
  font: 400 1em/1.333em "Crimson Text", Times, serif;
  bottom: -0.3em;
  right: 20px;
  font-size: clamp(5rem, 3.1595576619vw + 3.4853870458rem, 6.25rem);
  color: #fff;
}
.studios a .card h3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.studios a .card .txt {
  padding: 0.7em 1.2em 1em 1.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.studios a .card:hover .img {
  opacity: 0.7;
}
.studios a .card:hover h3,
.studios a .card:hover .txt {
  color: #588954;
}
.studios a:hover {
  text-decoration: none;
}

.media a {
  text-decoration: none;
}
.media a:hover svg {
  fill: #446A41;
}
.media svg {
  width: auto;
  height: 18px;
  margin-right: 20px;
  margin-bottom: 1px;
  vertical-align: middle;
  fill: #588954;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}

.translation {
  margin-bottom: 1em;
}
.translation a {
  color: #000;
  margin-right: 1.5rem;
  position: relative;
}
.translation a:hover {
  color: #588954;
}
.translation a:last-child {
  margin-right: 0;
}
.translation a.active-translation {
  display: inline-block;
  color: #588954;
}

.block-table {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .block-table table tr {
    display: block;
    margin-bottom: 1em;
  }
}
.block-table table tr td {
  vertical-align: top;
}
.block-table table tr td:first-child {
  width: 200px;
}
.block-table table tr td:nth-child(2) {
  width: 360px;
}
@media (max-width: 767px) {
  .block-table table tr td {
    display: block;
  }
  .block-table table tr td:first-child {
    width: auto;
  }
  .block-table table tr td:nth-child(2) {
    width: auto;
  }
}

/* animation navbar */
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeInUp {
  opacity: 0;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInUp2 {
  opacity: 0;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInUp3 {
  opacity: 0;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*
.animatedFadeInUp {
	opacity: 0
}
*/
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.glide * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-touch-action: pan-Y;
      touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  -webkit-transition: opacity 150ms ease, border 300ms ease-in-out;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

body.fixed-nav .header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@media (max-width: 767px) {
  body.fixed-nav .header {
    z-index: 12;
  }
}
body.fixed-nav .header .container {
  padding: 0 30px;
}
body.fixed-nav .header .header-menu .menu-icon span,
body.fixed-nav .header .header-menu .menu-icon span:nth-child(2),
body.fixed-nav .header .header-menu .menu-icon span:nth-child(3) {
  background-color: #000;
}
body.fixed-nav .header .header-menu .menu-icon._active span:first-child {
  background-color: transparent;
}
body.fixed-nav .header .header-logo svg {
  fill: #000;
}
body.fixed-nav .header .header-logo svg {
  fill: #000;
  -webkit-filter: none;
  filter: none;
}

.header-logo figure {
  margin: 0;
}
.header-logo figcaption {
  display: none;
}
.header-logo svg {
  fill: #fff;
  width: clamp(12.5rem, 6.3191153239vw + 9.4707740916rem, 15rem);
  height: auto;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  color: white;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.header .container {
  background-color: transparent;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .header .container {
    min-height: 6.25rem;
  }
}
.header .header-menu .menu-icon-text {
  display: none;
}

.header-menu .menu-flex,
.header-menu .menu-flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.header-menu .menu-flex p,
.header-menu .menu-flex-top p {
  font: 600 1em/1.333em "Crimson Text", Times, serif;
  font-size: 18px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  margin-left: 1.438rem;
  position: relative;
  z-index: 1;
}

.menu-icon {
  z-index: 5;
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.menu-icon span,
.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #fff;
  border-radius: 2px;
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 50%;
}

.menu-icon span:nth-child(3) {
  top: 100%;
}

.menu-icon._active span:first-child {
  background-color: transparent;
}

.menu-icon._active span:nth-child(2) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
          transform: rotate(-45deg) translate(0, -50%);
  background-color: #000;
}

.menu-icon._active span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(45deg) translate(0, 50%);
          transform: rotate(45deg) translate(0, 50%);
  background-color: #000;
}

.menu-body {
  position: fixed;
  top: 0;
  left: -105%;
  width: 100vw;
  min-height: 100vh;
  padding: 0 0 8.25rem;
  -webkit-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
}

.menu-body._active {
  left: 0;
}

ul.menu-list {
  text-align: center;
}
ul.menu-list li {
  margin-bottom: 2.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.menu-list li:last-child {
  margin-bottom: 0;
}
ul.menu-list li a {
  font: 400 1em/1.333em "Crimson Text", Times, serif;
  font-size: clamp(1.75rem, 1.2638230648vw + 1.1441548183rem, 2.25rem);
  line-height: 1.2em;
  color: #000;
  letter-spacing: 0.023em;
}
ul.menu-list li a:hover, ul.menu-list li a.active {
  color: #588954;
}

.menu-translation {
  position: absolute;
  bottom: 8.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.menu-translation a {
  color: #000;
  margin-right: 3.125rem;
  position: relative;
}
.menu-translation a:hover {
  color: #588954;
}
.menu-translation a:last-child {
  margin-right: 0;
}
.menu-translation a.active-translation {
  display: inline-block;
  color: #588954;
}

/*
a.active-translation:hover::after {
	background-color: $primary-color !important;
}
*/
#age {
  visibility: hidden;
  height: 1px !important;
  min-height: 0 !important;
  font-size: 1px !important;
  line-height: 1px !important;
  color: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#evform {
  font-family: "Crimson Text", Times, serif;
}
#evform input,
#evform textarea {
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform input:-webkit-autofill,
#evform textarea:-webkit-autofill {
  -webkit-text-fill-color: #363636 !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
}
#evform input[type=text],
#evform input[type=email],
#evform input[type=date],
#evform select,
#evform textarea {
  font-family: "Crimson Text", Times, serif;
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #363636;
  letter-spacing: 0.013em;
  padding: 0.2rem 0.75rem;
  margin-bottom: 0.7em;
  width: 100%;
  min-height: 36px;
  font-size: 18px;
  /*
  &:hover {
  	border-bottom: 1px solid $primary-color;
  }
  */
}
#evform input[type=text]:focus, #evform input[type=text]:focus-within,
#evform input[type=email]:focus,
#evform input[type=email]:focus-within,
#evform input[type=date]:focus,
#evform input[type=date]:focus-within,
#evform select:focus,
#evform select:focus-within,
#evform textarea:focus,
#evform textarea:focus-within {
  background-color: #bcd5ba;
  outline: none;
}
#evform select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent;
  height: 36px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 99%;
  background-size: 20px;
  background-repeat: no-repeat;
  border: 1.5px solid #fff;
  padding: 0.2rem 1rem 0.2rem 0.75rem;
  border-radius: 0;
}
#evform select option[disabled] {
  color: blue !important;
}
#evform textarea {
  padding: 1rem 0.75rem 0 0.75rem;
  resize: none;
  max-height: 6.8rem;
}
#evform .input-item label {
  display: none;
}
#evform .input-item.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#evform .input-item.flex label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  color: white;
  display: block;
  padding: 0.3em 1em 0 0;
}
#evform .form-footer {
  margin: 1rem 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*
  	.form-checkbox {
  		@include mobile {
  			margin: 0 0 1.25rem;
  		}
  	}
  */
}
@media (max-width: 767px) {
  #evform .form-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#evform ::-webkit-input-placeholder {
  color: #fff;
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform ::-moz-placeholder {
  color: #fff;
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform :-ms-input-placeholder {
  color: #fff;
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform ::-ms-input-placeholder {
  color: #fff;
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform ::placeholder {
  color: #fff;
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
}
#evform .checkbox {
  /* for the label element associated with .custom-checkbox */
  /* creating a pseudo-element in label before with the following styles*/
  /* styles for a checkbox in the checked state */
}
#evform .checkbox label {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#evform .checkbox .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#evform .checkbox .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
}
#evform .checkbox .custom-checkbox + label::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1.5px solid #fff;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
#evform .checkbox .custom-checkbox:checked + label::before {
  border-color: #fff;
  background-color: transparent;
  border: 1.5px solid #000;
  background-size: 80%;
  fill: #fff;
  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M10%202L4.5%208L2%205.27273%22%20stroke%3D%22%23363636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
#evform .checkbox .custom-checkbox:checked + label {
  color: #000;
}

.btn {
  font-family: "Crimson Text", Times, serif;
  font-size: clamp(1.125rem, 0.3159557662vw + 0.9735387046rem, 1.25rem);
  color: #fff;
  /*
  	display: flex;
  	align-items: center;
  */
  border: none;
  line-height: 1.2em;
  padding: 0.5rem 0.935rem;
  background-color: #78ab74;
  height: 2.626rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  cursor: pointer;
}
.btn:hover {
  background-color: #588954;
  color: #fff;
}
.btn.cta {
  background-color: transparent;
  border: 1.5px solid #78ab74;
  color: #588954;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
}
.btn.cta:hover {
  background-color: #588954;
  border: 1.5px solid #588954;
  color: #fff;
  text-decoration: none;
}

.glide__track {
  position: relative;
  height: 100%;
}

#glide {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: clamp(476px, 62vw, 860px);
}
@media (max-width: 767px) {
  #glide {
    max-height: 122.5vw;
  }
}
@media (min-width: 1400px) {
  #glide {
    max-height: 860px;
  }
}
#glide .glide__slides {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
  position: relative;
  height: 100%;
}
#glide .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}
#glide .glide__slide.glide__slide--active {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 1;
  z-index: 1;
}

#glidesub {
  width: 100%;
  height: auto;
}
#glidesub .glide__arrows {
  padding-top: 0;
}
#glidesub .glide__arrows .glide__arrow {
  top: calc(50% - 50px);
}
#glidesub .glide__slide > div {
  height: 50px;
}

/*
.glide,
.glide__track {
	position: relative;
	height: 100%;
}

.glide {
	.glide__slides {
		transform: translate3d(0, 0, 0) !important;
		position: relative;
		height: 100%;
	}

	.glide__slide {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		order: 2;
		opacity: 0;
		transition: opacity 1250ms ease-in-out;

		&.glide__slide--active {
			position: relative;
			order: 1;
			opacity: 1;
			z-index: 1;
		}
	}
}
*/
.glide__arrows {
  opacity: 0.1;
  padding-top: 4.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.glide__arrows .glide__arrow {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border: 0;
  -webkit-transform: inherit;
          transform: inherit;
}
.glide__arrows .glide__arrow--left {
  left: 1em;
}
.glide__arrows .glide__arrow--right {
  right: 1em;
}
.glide__arrows svg {
  width: 14px;
  height: 24px;
  fill: #fff;
}
.glide__arrows .glide__arrow--prev:hover path, .glide__arrows .glide__arrow--prev:focus path {
  stroke: #fff;
}
.glide__arrows .glide__arrow--next:hover path, .glide__arrows .glide__arrow--next:focus path {
  stroke: #fff;
}

.glide:hover .glide__arrows,
.glidesub:hover .glide__arrows {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

/*
	@import
	'layout/header',
	'layout/footer';

	// 5. Components
	@import
	'components/form',
	'components/button',
	'components/slider',
	'components/select',
	'components/checkbox',
	'components/share';
	//'components/cookieconsent',

	// 6. Page-specific styles
	@import
	'pages/home',
	'pages/podcasts',
	'pages/content';
*/
/*
.location {
	font-size: .75em;
    color: silver;
}
*/

/*# sourceMappingURL=scss */
/*# sourceMappingURL=main.css.map */