/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/sass/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.text-left {
  text-align: left;
}

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.sr-only--focusable:focus, .sr-only--focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 35%;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accept-cookies {
  display: flex;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 40px;
  border: 2px solid black;
  background-color: white;
  text-align: center;
}
.accept-cookies button {
  margin: auto;
  padding: 1em;
  border: 2px solid black;
  background: white;
  font-weight: 700;
  cursor: pointer;
  pointer-events: all;
}
.accept-cookies button:hover {
  background-color: black;
  color: white;
}

.z1 {
  position: relative;
  z-index: 1;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
}

/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
 * Focus visible only for keyboard users
 */
*:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Remove animations if user want to
 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Correct the line height in all browsers.
 */
html, body {
  font-size: 62.5%;
}

html {
  line-height: 1.15;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

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

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/**
 * Reset styles
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, 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;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}

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

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

button,
[type=button],
[type=submit],
[type=text],
[type=email],
[type=password],
[type=phone] {
  -webkit-appearance: none; /* 3 */
}

/*
 * Clear Chrome default styles when autofills
 */
input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 30px white inset;
}
input::-ms-clear,
textarea::-ms-clear {
  display: none;
}

/*
 * Disable horizontal resize for textarea
 */
textarea {
  resize: vertical;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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] {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

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

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

/*
 * Remove animations if user want to
 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/Poppins-Bold.woff2) format("woff2"), url(../../assets/fonts/Poppins-Bold.woff) format("woff"), url(../../assets/fonts/Poppins-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/Poppins-SemiBold.woff2) format("woff2"), url(../../assets/fonts/Poppins-SemiBold.woff) format("woff"), url(../../assets/fonts/Poppins-SemiBold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/Poppins-Medium.woff2) format("woff2"), url(../../assets/fonts/Poppins-Medium.woff) format("woff"), url(../../assets/fonts/Poppins-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../../assets/fonts/Poppins-Regular.woff2) format("woff2"), url(../../assets/fonts/Poppins-Regular.woff) format("woff"), url(../../assets/fonts/Poppins-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
.h1 {
  color: #001819;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.h1--white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
}

.h2 {
  color: #001819;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.38px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2.8rem;
    font-weight: 500;
  }
}

.h3 {
  color: #001819;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

.h1 {
  color: #001819;
  font-size: 4.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.h1--white {
  color: #ffffff;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
}

.h2 {
  color: #001819;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.38px;
}
@media (max-width: 767px) {
  .h2 {
    font-size: 2.8rem;
    font-weight: 500;
  }
}

.h3 {
  color: #001819;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.32px;
}
@media (max-width: 767px) {
  .h3 {
    font-size: 2.6rem;
    font-weight: 500;
  }
}

:root {
  --plyr-color-main: #001819;
}

@media (max-width: 1023px) {
  .M-hidden {
    display: none;
  }
}

@media (min-width: 1023px) {
  .D-hidden {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  .T-hidden {
    display: none;
  }
}

body {
  transition: fill 0.2s, color 0.2s, background-color 0.2s;
  background-color: #ffffff;
  color: #001819;
  font-family: Raleway;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
body > * {
  transition: fill 0.2s, color 0.2s, background-color 0.2s;
}
body.no-scroll {
  overflow-y: hidden;
}

.wrapper,
.wrapper-content {
  width: 100%;
  margin: 0 auto;
}

.wrapper {
  max-width: 800px;
}
@media (min-width: 1500px) {
  .wrapper {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    max-width: 90vw;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
.wrapper--with-margin {
  margin: 80px auto;
}
@media (max-width: 767px) {
  .wrapper--with-margin {
    margin: 40px auto;
  }
}
.wrapper--with-padding {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .wrapper--with-padding {
    padding: 40px 20px;
  }
}

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