@charset "UTF-8";

/*------------------------------------*\
  #RESET
\*------------------------------------*/

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */

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

/**
 * Remove spaces between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

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

/* 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 {
  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: none;
  /* 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.
 */

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 {
  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] {
  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;
}

/*------------------------------------*\
  #SHARED
\*------------------------------------*/

/**
 * Shared declarations for certain elements.
 */

/**
 * Always declare margins in the same direction:
 * csswizardry.com/2012/06/single-direction-margin-declarations
 */

html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  font-family: "TT Norms Pro";
  line-height: 1.6666;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  background-color: #F3EFEC;
  overflow-x: hidden;
}

@media (min-width: 48em) {
  body {
    overflow-y: unset;
  }
}

button {
  font-family: "TT Norms Pro";
}

span {
  font-family: "TT Norms Pro";
}

.visuallyhidden {
  order: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background: transparent;
}

.skiplist {
  margin: 0 auto;
  padding: 0;
  position: fixed;
  left: -9999px;
  top: 0;
  background-color: #000;
  max-width: 1920px;
  z-index: 100000;
  padding: 0;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.skiplist:focus, .skiplist:active {
  left: 0;
  top: 30px;
}

@media (max-width: 64.0525em) {
  .skiplist {
    display: none;
  }
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Custo∂mize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video,
svg {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

/*
* No top margin on all elements
*/

* {
  margin-top: 0;
}

/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}

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

dd {
  margin: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

._clear-styling {
  display: none !important;
}

.display-none {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.l-flex {
  display: flex;
}

.l-grid {
  display: grid;
}

.l-inlineblock {
  display: inline-block;
  vertical-align: middle;
}

.l--block {
  display: block;
}

.l--maxwidth-16 {
  max-width: 16px;
}

.l--maxwidth {
  max-width: 27px;
}

.l-maxWidth--1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.l-maxWidth--1065 {
  max-width: 1065px;
  margin: 0 auto;
}

.l-maxWidth--790 {
  max-width: 790px;
  margin: 0 auto;
}

.l--sectionPadding {
  padding: 0 15px;
}

@media (max-width: 59.365em) {
  .l--sectionPadding {
    padding: 0 35px;
  }
}

@media (max-width: 35.0525em) {
  .l--sectionPadding {
    padding: 0 15px;
  }
}

.l-standard-paddingBottom {
  padding-bottom: 5rem;
}

.l--genericBorder {
  border: 2px solid #FAF9F8;
}

.l--genericBorderRadiusSmall {
  border-radius: 4px;
}

.l--genericBorderRadius {
  border-radius: 8px;
}

.l--genericBorderRadiusMedium {
  border-radius: 12px;
}

.l--genericBorderRadiusLarge {
  border-radius: 20px;
}

a, picture {
  display: block;
}

.l-relative {
  position: relative;
}

.l-absolute {
  position: absolute;
}

.l-toggle {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20px);
  max-height: 0;
  width: 0;
  transition: none;
}

.l-toggle.is-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  max-height: 5000px;
  width: auto;
  transition: transform 0.5s ease-in-out, max-height 0.5s ease-in-out, opacity 0.5s ease-in-out 0.1s, margin 0.5s ease-in-out;
}

.l--transform {
  transform: translateY(-100px);
}

.l-hidden {
  display: none;
}

.l-hidden.is-active {
  display: block;
}

#main {
  height: 100%;
  width: 100%;
  bottom: 0;
}

@media (min-width: 48em) {
  #main {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

.min-h-screen {
  position: relative;
}

img {
  width: 100%;
}

button {
  border: 0;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.cp-form-submit {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.cp-form-submit h2 {
  margin-bottom: 3rem;
}

.cp-form-submit button {
  margin-top: 4rem;
  background: transparent;
  border: 2px solid #CBC8BE;
  border-radius: 50px;
  padding: 1rem 2rem;
  font-family: "FS Me Bold";
  font-size: 18px;
  transition: 1s;
}

.cp-form-submit button:hover {
  background: #008673;
  border: 2px solid #008673;
  transition: 1s;
}

.cp-form-submit button:hover a {
  color: #fff;
  transition: 1s;
}

.cp-form-submit button a {
  text-decoration: none;
  color: #1D1D1D;
  transition: 1s;
}

p > a {
  display: inline-block;
  color: #1D1D1D;
  text-underline-offset: 0.5rem;
}

p > a:hover {
  color: #008673;
  text-underline-offset: 0.5rem;
}

a[href^=tel] {
  display: inline-block;
  color: #008673;
  text-underline-offset: 0.5rem;
}

a[href^=tel]:hover {
  color: #008673;
  text-underline-offset: 0.5rem;
}

.fade-in {
  animation: fadeIn 3000ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 48.125em) {
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 62.5em) {
  li {
    list-style-position: inside;
  }
}

@font-face {
  font-family: "FS Me Bold";

  src: url(static/FSMe-Bold.woff2) format("woff2"), url(static/FSMe-Bold.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: bold;

  font-display: swap;
}

@font-face {
  font-family: "FS Me Light";

  src: url(static/FSMe-Light.woff2) format("woff2"), url(static/FSMe-Light.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: "Sans Pro Regular";

  src: url(static/source-sans-pro.regular.woff2) format("woff2"), url(static/source-sans-pro.regular.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";

  src: url(static/HelveticaNeue.woff2) format("woff2"), url(static/HelveticaNeue.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue Bold";

  src: url(static/HelveticaNeue-Bold.woff2) format("woff2"), url(static/HelveticaNeue-Bold.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: bold;

  font-display: swap;
}

@font-face {
  font-family: "Akkordeon Seven";

  src: url(static/AkkordeonSeven.woff2) format("woff2"), url(static/AkkordeonSeven.woff) format("woff"), local("Arial");

  font-style: normal;

  font-weight: normal;

  font-display: swap;
}

/*
* Font mixins
*/

/*
* Cross
*/

/*
* Arrows
*/

/*
*
* Transition and hide
*
*/

/*
*
* Plus, Minus
*
*/

.main-nav-font {
  font-family: "FS Me Light", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 100;
}

.index-font {
  font-family: "FS Me Bold", sans-serif;
  font-size: 15px;
  letter-spacing: 7%;
}

@media (max-width: 48.125em) {
  .index-font {
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0.07em;
  }
}

.index-font-light {
  font-family: "FS Me Light", sans-serif;
  font-size: 15px;
  letter-spacing: 7%;
  font-weight: 100;
}

.footer-links-font {
  font-family: "FS Me Light", sans-serif;
  font-size: 25px;
  line-height: 33px;
  font-weight: 100;
}

@media (min-width: 48.125em) and (max-width: 75.0625em) {
  .footer-links-font {
    font-size: 16px;
  }
}

.bottom-footer-font {
  font-family: "Sans Pro Regular", sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.production-title-font {
  font-family: "FS Me Light", sans-serif;
  font-size: 80px;
  line-height: 84px;
  font-weight: 100;
}

.stats-font {
  font-family: "FS Me Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
}

.tag-font {
  font-family: "FS Me Bold", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 17.85px;
}

@media (max-width: 48.125em) {
  .tag-font {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 6px 12px;
  }
}

.standFirst-font {
  font-family: "FS Me Light", sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 52px;
  font-weight: 100;
}

.copyright-font {
  font-family: "FS Me Light", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  font-weight: 100;
}

.long-hero-font {
  font-family: "FS Me Light", sans-serif;
  font-weight: 300;
  font-size: 90px;
  line-height: 130px;
  font-weight: 100;
}

@media (min-width: 48.125em) {
  .long-hero-font {
    font-size: 45px;
  }
}

@media (min-width: 68.75em) {
  .long-hero-font {
    font-size: 60px;
  }
}

@media (min-width: 88.75em) {
  .long-hero-font {
    font-size: 75px;
  }
}

@media (min-width: 112.1875em) {
  .long-hero-font {
    font-size: 90px;
  }
}

.career-title-font {
  font-family: "FS Me Bold", sans-serif;
  font-size: 27px;
  line-height: 34px;
}

.twitter-title-font {
  font-family: "Helvetica Neue Bold";
  font-size: 16px;
}

.twitter-body-font {
  font-family: "Helvetica Neue";
  line-height: 20px;
}

h1 {
  font-family: "FS Me Light", sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 100;
}

@media (max-width: 48.125em) {
  h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0em;
  }
}

h2 {
  font-family: "FS Me Light", sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
}

@media (max-width: 48.125em) {
  h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
  }
}

h3 {
  font-family: "FS Me Light", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 100;
}

@media (max-width: 48.125em) {
  h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (max-width: 48.125em) {
  h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (max-width: 48.125em) {
  button {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 6px 12px;
  }
}

body {
  font-family: "FS Me Light", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 48.125em) {
  body {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
  }
}

span {
  font-family: "FS Me Light", sans-serif;
}

.dark-teal {
  color: #008673;
}

.master-teal {
  color: #2BBBA7;
}

.black {
  color: #1D1D1D;
}

.pure-black {
  color: black;
}

.white {
  color: #fff;
}

.light-grey {
  color: #FAF9F8;
}

.lightest-grey {
  color: #F3F2EF;
}

.mid-grey {
  color: #616161;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/*------------------------------------*\
  #IMAGES
\*------------------------------------*/

/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */

img[width],
img[height] {
  /* [1] */
  max-width: none;
}

/*------------------------------------*\
  #QUOTES
\*------------------------------------*/

/**
 * Basic styling for quoted text.
 */

q {
  font-style: italic;
  quotes: "‘" "’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  quotes: "“" "”";
}

blockquote p {
  text-indent: -0.42em;
}

blockquote p:before {
  content: open-quote;
}

blockquote p:after {
  content: no-close-quote;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p:last-of-type:after {
  content: close-quote;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  5% {
    transform: translateX(-0.1rem);
  }

  100% {
    transform: translateX(1rem);
  }
}

.btn {
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  position: relative;
  outline: 1px solid transparent;
  align-self: center;
  font-family: "Sentinel Med";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.15rem;
  text-decoration: none;
  text-align: center;
  align-self: start;
  background-color: transparent;
}

.btn:hover {
  cursor: pointer;
}

.btn:focus {
  outline: 0;
}

.btn--outline-black {
  border: 1px solid #202020;
  color: #202020;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
}

.btn--outline-black:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
}

.btn--outline-black:focus {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #202020;
  color: #F3EFEC;
}

.btn--outline-black.btn--arrow:after {
  content: "→";
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #202020;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #202020;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--outline-black.btn--arrow:hover:after, .btn--outline-black.btn--arrow:focus:after {
  right: 0;
  left: unset;
  color: #F3EFEC;
  background-color: #202020;
  border-radius: 0 5px 5px 0;
}

.btn--outline-white {
  border: 1px solid #F3EFEC;
  color: #F3EFEC;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
}

.btn--outline-white:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
}

.btn--outline-white:focus {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #F3EFEC;
  color: #202020;
}

.btn--outline-white.btn--arrow:after {
  content: "→";
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #F3EFEC;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #F3EFEC;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--outline-white.btn--arrow:hover:after, .btn--outline-white.btn--arrow:focus:after {
  right: 0;
  left: unset;
  color: #202020;
  background-color: #F3EFEC;
  border-radius: 0 5px 5px 0;
}

.btn--outline-clyde {
  border: 1px solid #233C58;
  color: #233C58;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
}

.btn--outline-clyde:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
}

.btn--outline-clyde:focus {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #233C58;
  color: #F3EFEC;
}

.btn--outline-clyde.btn--arrow:after {
  content: "→";
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #233C58;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #233C58;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--outline-clyde.btn--arrow:hover:after, .btn--outline-clyde.btn--arrow:focus:after {
  right: 0;
  left: unset;
  color: #F3EFEC;
  background-color: #233C58;
  border-radius: 0 5px 5px 0;
}

.btn--outline-watchful {
  border: 1px solid #5F94BC;
  color: #5F94BC;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
}

.btn--outline-watchful:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
}

.btn--outline-watchful:focus {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #5F94BC;
  color: #F3EFEC;
}

.btn--outline-watchful.btn--arrow:after {
  content: "→";
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #5F94BC;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #5F94BC;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--outline-watchful.btn--arrow:hover:after, .btn--outline-watchful.btn--arrow:focus:after {
  right: 0;
  left: unset;
  color: #F3EFEC;
  background-color: #5F94BC;
  border-radius: 0 5px 5px 0;
}

.btn--filled-watchful {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #5F94BC;
  color: #F3EFEC;
  border: 1px solid transparent;
}

.btn--filled-watchful:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  border: 1px solid #5F94BC;
  color: #5F94BC;
  background-color: transparent;
}

.btn--filled-watchful:focus {
  border: 1px solid #5F94BC;
  color: #5F94BC;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
  background-color: transparent;
}

.btn--filled-watchful.btn--arrow:after {
  content: "→";
  top: 0;
  right: 0;
  left: unset;
  color: #F3EFEC;
  background-color: #5F94BC;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: absolute;
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #F3EFEC;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--filled-watchful.btn--arrow:focus:after {
  background-color: transparent;
  left: 0;
  right: unset;
  border-right: solid 1px #5F94BC;
  color: #5F94BC;
  border-radius: 0;
}

.btn--filled-white {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #F3EFEC;
  color: #202020;
  border: 1px solid transparent;
}

.btn--filled-white:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  border: 1px solid #F3EFEC;
  color: #F3EFEC;
  background-color: transparent;
}

.btn--filled-white:focus {
  border: 1px solid #F3EFEC;
  color: #F3EFEC;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
  background-color: transparent;
}

.btn--filled-white.btn--arrow:after {
  content: "→";
  top: 0;
  right: 0;
  left: unset;
  color: #202020;
  background-color: #F3EFEC;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: absolute;
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #202020;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--filled-white.btn--arrow:focus:after {
  background-color: transparent;
  left: 0;
  right: unset;
  border-right: solid 1px #F3EFEC;
  color: #F3EFEC;
  border-radius: 0;
}

.btn--filled-black {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  background-color: #202020;
  color: #F3EFEC;
  border: 1px solid transparent;
}

.btn--filled-black:hover {
  padding: 1.5rem 6.4rem 1.5rem 2.8rem;
  border: 1px solid #202020;
  color: #202020;
  background-color: transparent;
}

.btn--filled-black:focus {
  border: 1px solid #202020;
  color: #202020;
  padding: 1.5rem 2.8rem 1.5rem 6.4rem;
  background-color: transparent;
}

.btn--filled-black.btn--arrow:after {
  content: "→";
  top: 0;
  right: 0;
  left: unset;
  color: #F3EFEC;
  background-color: #202020;
  border-radius: 0 5px 5px 0;
  height: 100%;
  position: absolute;
  font-family: "TT Norms W05 Regular", "sans-serif";
  font-size: 1.8rem;
  line-height: 2.15rem;
  color: #F3EFEC;
  font-weight: 700;
  letter-spacing: -0.003em;
  text-transform: none;
  padding: 1.6rem 0.9rem 0 0.9rem;
}

.btn--filled-black.btn--arrow:focus:after {
  background-color: transparent;
  left: 0;
  right: unset;
  border-right: solid 1px #202020;
  color: #202020;
  border-radius: 0;
}

.btn--no-outline-white {
  color: #F3EFEC;
  padding: 1rem 2.8rem 1rem 0;
  font-family: "Sentinel Med", "sans-serif";
  font-size: 1.6rem;
  line-height: 2rem !important;
  color: #F3EFEC;
  font-weight: 400;
  text-transform: none;
  opacity: 0.75;
}

.btn--no-outline-white:hover, .btn--no-outline-white:focus {
  opacity: 1;
}

.btn--no-outline-white:hover.btn--arrow:after, .btn--no-outline-white:focus.btn--arrow:after {
  color: #152231;
  content: "→";
  padding: 0.9rem 1.1rem;
  border-radius: 100%;
  margin: 0 0 0 1.2rem;
  background-color: #F3EFEC;
}

.btn--no-outline-white.btn--arrow:after {
  color: #F3EFEC;
  content: "→";
  padding: 0.9rem 1.1rem;
  border: solid 1px #F3EFEC;
  border-radius: 100%;
  margin: 0 0 0 1.2rem;
}

/*unused mixins - remove*/

.background-grey {
  background-color: #CBC8BE;
}

.background-lichen {
  background-color: #DBE4DE;
}

.background-seaweed {
  background-color: #87AD98;
}

.background-clyde {
  background-color: #233C58;
}

.background-forest {
  background-color: #344F43;
}

.background-cottage {
  background-color: #F3EFEC;
}

.background-black {
  background-color: #202020;
}

.background-light-blue {
  background-color: #5F94BC;
}

.background-raisin {
  background-color: #463C3C;
}

.background-light-black {
  background-color: #616161;
}

.background-peach {
  background-color: #f4e8dc;
}

.background-coral-red {
  background-color: #f65b54;
}

.background-coral-red h2, .background-coral-red h3, .background-coral-red p {
  color: #fff;
}

.background-coral-red .btn {
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  position: relative;
  outline: 1px solid transparent;
  align-self: center;
  font-family: "Sentinel Med";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.15rem;
  text-decoration: none;
  text-align: center;
}

.background-coral-red .btn:hover {
  cursor: pointer;
}

.background-coral-red .btn:focus {
  outline: 0;
}

.background-coral-red .btn--primary {
  background-color: #1e1e1e;
  border: 1.5px solid #1e1e1e;
  color: #fff;
  text-align: left;
  padding-right: 2rem;
  padding-left: 5rem;
}

.background-coral-red .btn--primary:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-coral-red .btn--primary:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-coral-red .btn--secodary {
  border: 1.5px solid #fff;
  color: #fff;
}

.background-coral-red .btn--secodary:hover {
  background-color: white;
  color: #616161;
}

.background-coral-red .btn--secodary:active, .background-coral-red .btn--secodary:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #616161;
}

.background-coral-red .btn--secodary.btn--arrow {
  text-align: left;
  padding-right: 2rem;
  padding-left: 5rem;
}

.background-coral-red .btn--secodary.btn--arrow:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-coral-red .btn--secodary.btn--arrow:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-coral-red .btn--arrow {
  padding-left: 2rem;
}

.background-peach h2, .background-peach h3, .background-peach p, .background-support-gray h2, .background-support-gray h3, .background-support-gray p {
  color: #616161;
}

.background-peach .c-billboard__tag, .background-support-gray .c-billboard__tag {
  background-color: rgba(255, 255, 255, 0.6);
  color: #616161;
}

.background-peach .btn, .background-support-gray .btn {
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  position: relative;
  outline: 1px solid transparent;
  align-self: center;
  font-family: "Sentinel Med";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.15rem;
  text-decoration: none;
  text-align: center;
}

.background-peach .btn:hover, .background-support-gray .btn:hover {
  cursor: pointer;
}

.background-peach .btn:focus, .background-support-gray .btn:focus {
  outline: 0;
}

.background-peach .btn--primary, .background-support-gray .btn--primary {
  color: #fff;
  text-align: left;
  padding-right: 2rem;
  padding-left: 5rem;
}

.background-peach .btn--primary:after, .background-support-gray .btn--primary:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-peach .btn--primary:hover:after, .background-support-gray .btn--primary:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-peach .btn--secodary, .background-support-gray .btn--secodary {
  border: 1.5px solid #616161;
  color: #616161;
  padding-right: 2rem;
  padding-left: 5rem;
  padding-left: 2rem;
}

.background-peach .btn--secodary:hover, .background-support-gray .btn--secodary:hover {
  background-color: #616161;
  color: #fff;
}

.background-peach .btn--secodary:active, .background-peach .btn--secodary:focus, .background-support-gray .btn--secodary:active, .background-support-gray .btn--secodary:focus {
  background-color: #616161;
  color: rgba(255, 255, 255, 0.75);
}

.background-peach .btn--secodary.btn--arrow, .background-support-gray .btn--secodary.btn--arrow {
  text-align: left;
}

.background-peach .btn--secodary.btn--arrow:after, .background-support-gray .btn--secodary.btn--arrow:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-peach .btn--secodary:hover:after, .background-support-gray .btn--secodary:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-peach .btn--arrow, .background-support-gray .btn--arrow {
  padding-left: 2rem;
}

.background-light-blue h2, .background-light-blue h3, .background-light-blue p, .background-raisin h2, .background-raisin h3, .background-raisin p, .background-light-black h2, .background-light-black h3, .background-light-black p {
  color: #fff;
}

.background-light-blue .btn, .background-raisin .btn, .background-light-black .btn {
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-block;
  position: relative;
  outline: 1px solid transparent;
  align-self: center;
  font-family: "Sentinel Med";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.15rem;
  text-decoration: none;
  text-align: center;
}

.background-light-blue .btn:hover, .background-raisin .btn:hover, .background-light-black .btn:hover {
  cursor: pointer;
}

.background-light-blue .btn:focus, .background-raisin .btn:focus, .background-light-black .btn:focus {
  outline: 0;
}

.background-light-blue .btn--primary, .background-raisin .btn--primary, .background-light-black .btn--primary {
  color: #fff;
  text-align: left;
  padding-right: 2rem;
  padding-left: 5rem;
}

.background-light-blue .btn--primary:after, .background-raisin .btn--primary:after, .background-light-black .btn--primary:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-light-blue .btn--primary:hover:after, .background-raisin .btn--primary:hover:after, .background-light-black .btn--primary:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-light-blue .btn--secodary, .background-raisin .btn--secodary, .background-light-black .btn--secodary {
  border: 1.5px solid #fff;
  color: #fff;
}

.background-light-blue .btn--secodary:hover, .background-raisin .btn--secodary:hover, .background-light-black .btn--secodary:hover {
  background-color: white;
  color: #616161;
}

.background-light-blue .btn--secodary:active, .background-light-blue .btn--secodary:focus, .background-raisin .btn--secodary:active, .background-raisin .btn--secodary:focus, .background-light-black .btn--secodary:active, .background-light-black .btn--secodary:focus {
  background-color: rgba(255, 255, 255, 0.75);
  color: #616161;
}

.background-light-blue .btn--secodary.btn--arrow, .background-raisin .btn--secodary.btn--arrow, .background-light-black .btn--secodary.btn--arrow {
  text-align: left;
  padding-right: 2rem;
  padding-left: 5rem;
}

.background-light-blue .btn--secodary.btn--arrow:after, .background-raisin .btn--secodary.btn--arrow:after, .background-light-black .btn--secodary.btn--arrow:after {
  position: absolute;
  left: 16px;
  top: 7px;
  height: 8px;
  width: 10px;
}

.background-light-blue .btn--secodary.btn--arrow:hover:after, .background-raisin .btn--secodary.btn--arrow:hover:after, .background-light-black .btn--secodary.btn--arrow:hover:after {
  animation: arrow-anim 1.2s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

.background-light-blue .btn--arrow, .background-raisin .btn--arrow, .background-light-black .btn--arrow {
  padding-left: 2rem;
}

.sudo-background-coral-red:after {
  background-color: #f65b54;
}

.sudo-background-peach:after {
  background-color: #f4e8dc;
}

.sudo-background-support-gray:after {
  background-color: #f5f5f5;
}

.sudo-background-light-blue:after {
  background-color: #5F94BC;
}

.sudo-background-raisin:after {
  background-color: #463C3C;
}

.sudo-background-light-black:after {
  background-color: #616161;
}

.el-address-details .phone-number {
  color: #008673;
}

.el-text-component {
  width: 95%;
}

@media (max-width: 75em) {
  .el-text-component {
    width: 100%;
  }
}

.el-text-component-title {
  padding-bottom: 4%;
}

@media (max-width: 48.125em) {
  .el-text-component-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
  }
}

.el-text-component-copy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  -moz-column-gap: 45px;
       column-gap: 45px;
}

@media (max-width: 48.125em) {
  .el-text-component-copy {
    flex-direction: column;
    row-gap: 45px;
  }
}

.el-text-component-copy > * {
  width: 100%;
}

.el-video-element {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 48.125em) {
  .el-video-element {
    margin-left: 0;
  }
}

.el-video-element .hero-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.el-video-element .hidden-video-player {
  opacity: 0 !important;
  width: 0;
}

.el-video-element .opacity-none {
  opacity: 0 !important;
}

.el-video-element .video-hidden {
  visibility: hidden;
}

.el-video-element .vimeo-video-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.el-video-element .video-overlay-img {
  z-index: 1;
}

.el-video-element .play-button {
  background-image: url(static/Play.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  transition: background-image 1s;
  background-size: contain;
  z-index: 2;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}

.el-video-element .play-button:hover {
  background-image: url(static/PlayHover.svg);
}

.el-video-element .pause-button {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(static/Pause.svg);
  background-repeat: no-repeat;
  transition: background-image 1s, opacity 1s;
  background-size: contain;
  background-color: transparent;
  opacity: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.el-video-element .pause-button:hover {
  background-image: url(static/PauseHover.svg);
  opacity: 1;
}

.el-video-element .volume-container {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
  display: inline-flex;
}

@media (max-width: 78.0525em) {
  .el-video-element .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.el-video-element .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.el-video-element .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.el-video-element .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.el-video-element .video-volume:hover {
  opacity: 1;
}

.el-video-element .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.el-video-element .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.el-single-item {
  position: relative;
}

.el-single-item-container {
  position: absolute;
  bottom: 15%;
  background-color: rgba(29, 29, 29, 0.8);
  padding: 3% 2% 3% 2%;
  width: 572px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .el-single-item-container {
    height: 30%;
  }
}

@media (max-width: 48.125em) {
  .el-single-item-container {
    bottom: 4.5%;
    padding: 7% 5% 7% 6%;
    min-height: 60%;
    min-width: 85%;
    width: 85%;
  }
}

.el-single-item-container .title, .el-single-item-container .subtitle {
  color: #fff;
}

.el-single-item-container .title {
  padding-bottom: 3%;
}

.el-single-item-container .subtitle {
  font-size: 18px;
}

.el-single-item-container button {
  background: #fff;
  border-radius: 50px;
  padding: 4% 7%;
  margin-top: 4%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .el-single-item-container button {
    padding: 7% 6%;
    margin-top: 10%;
  }
}

.el-single-item-container button a {
  color: #1D1D1D;
  text-decoration: none;
  transition: 1s;
}

.el-single-item-container button:hover {
  color: #fff;
  background-color: #008673;
  transition: 1s;
}

.el-single-item-container button:hover a {
  transition: 1s;
  color: #fff;
  text-decoration: none;
}

.el-multiple-items {
  position: relative;
}

@media (max-width: 48.125em) {
  .el-multiple-items {
    margin-bottom: 50%;
  }
}

.el-multiple-items .image-container .swiper-wrapper {
  position: unset;
}

.el-multiple-items-container {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: center;
  padding-left: 7.2%;
  padding-right: 7.2%;
  position: absolute;
  bottom: 100px;
  -moz-column-gap: 2%;
       column-gap: 2%;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .el-multiple-items-container {
    flex-direction: column-reverse;
    position: absolute;
    height: inherit;
    justify-content: end;
    bottom: 0;
  }
}

@media (max-width: 48.125em) {
  .el-multiple-items-container {
    flex-direction: column-reverse;
    position: absolute;
    height: inherit;
    justify-content: end;
    bottom: -32%;
  }
}

.el-multiple-items-container .title,
.el-multiple-items-container .subtitle {
  margin-bottom: 1rem;
  color: #fff;
}

.el-multiple-items-container .subtitle {
  font-size: 18px;
}

.el-multiple-items-container .title {
  margin-top: 1rem;
}

.el-multiple-items-container .item {
  background-color: rgba(29, 29, 29, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(2px);
  padding: 3rem 4rem 5rem 4rem;
  width: 453px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .el-multiple-items-container .item {
    width: 100%;
    margin-bottom: 21px;
    height: 30%;
    padding: 5rem 5rem;
  }
}

@media (max-width: 48.125em) {
  .el-multiple-items-container .item {
    width: 100%;
    margin-bottom: 20px;
    height: 20%;
    padding: 2rem 2rem;
  }
}

@media (max-width: 62.5em) {
  .el-multiple-items-container .item h2 {
    font-size: 20px;
    line-height: 20px;
    padding-left: 24px;
    font-weight: 300;
  }
}

@media (max-width: 62.5em) {
  .el-multiple-items-container .item h3 {
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
    font-weight: 300;
  }
}

@media (max-width: 62.5em) {
  .el-multiple-items-container .item button {
    font-size: 12px;
    line-height: 14px;
    padding: 3% 6%;
    margin-left: 24px;
    margin-bottom: 12px;
    margin-top: 0;
  }
}

.el-multiple-items-container .item button a {
  text-decoration: none;
  color: #1D1D1D;
}

.el-multiple-items-container .item button:hover a {
  transition: 1s;
  color: #fff;
}

.el-multiple-items-container button {
  background: #fff;
  border-radius: 50px;
  padding: 5% 8%;
  margin-top: 5%;
}

.el-multiple-items-container button:hover {
  color: #fff;
  background-color: #008673;
  transition: 1s;
}

.el-multiple-items .image-greyscale {
  height: 45%;
  width: 100%;
  background: black;
  bottom: -35%;
  position: absolute;
  background: linear-gradient(0deg, #1a1a1a 0%, #2b2b2b 88%, rgba(156, 156, 156, 0) 100%);
}

@media (min-width: 48.125em) {
  .el-multiple-items .image-greyscale {
    display: none;
  }
}

@keyframes fading {
  0% {
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }
}

.el-award-element {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  background-color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .el-award-element {
    flex-direction: column-reverse;
    align-items: flex-start;
    height: 100%;
  }
}

.el-award-element-left {
  display: flex;
  flex-direction: column;
  padding: 4rem 0rem 4rem 4rem;
  z-index: 1;
  justify-content: space-between;
  width: 50rem;
}

@media (max-width: 62.5em) {
  .el-award-element-left {
    padding: 1.6rem 2.6rem;
    width: 100%;
    height: 100%;
    align-items: flex-start;
  }
}

@media (max-width: 48.125em) {
  .el-award-element-left {
    padding: 3rem;
    z-index: 1;
    width: 100%;
    align-items: flex-start;
  }
}

.el-award-element-left .award-title {
  padding-bottom: 1rem;
  color: #fff;
  z-index: 1;
}

@media (max-width: 62.5em) {
  .el-award-element-left .award-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    padding-bottom: 0;
  }
}

.el-award-element-left .talent-name {
  padding-bottom: 1rem;
  color: #fff;
  z-index: 1;
}

.el-award-element-left .production-title,
.el-award-element-left .producer,
.el-award-element-left .channel {
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}

.el-award-element-left img {
  width: 14rem;
  padding: 4rem 0% 0% 0%;
  z-index: 1;
}

@media (max-width: 62.5em) {
  .el-award-element-left img {
    width: 15rem;
    padding: 4rem 0% 5% 0%;
  }
}

.el-award-element-gradient {
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 24%);
}

@media (max-width: 62.5em) {
  .el-award-element-gradient {
    width: 100%;
    height: 90%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 60%);
  }
}

@media (max-width: 48.125em) {
  .el-award-element-gradient {
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 45%);
  }
}

@media (max-width: 62.5em) {
  .el-award-element-right {
    width: 100%;
  }
}

.el-award-element-right picture {
  width: 100%;
}

@media (max-width: 48.125em) {
  .el-reviews-element {
    padding-top: 20px;
  }
}

.el-reviews-element-title {
  padding-bottom: 2%;
}

.el-reviews-element-quote {
  width: 90%;
  padding-bottom: 10%;
}

.el-reviews-element-details {
  width: 32%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 48.125em) {
  .el-reviews-element-details {
    width: 100%;
    justify-content: start;
  }
}

.el-reviews-element-details .review-divider {
  color: #CBC8BE;
}

@media (max-width: 48.125em) {
  .el-reviews-element .review-stars {
    display: flex;
  }
}

@media (max-width: 48.125em) {
  .el-reviews-element .review-stars svg {
    margin-right: 6px;
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 48.125em) {
  .el-reviews-element .reviewer-name {
    width: 30%;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
  }
}

@media (max-width: 48.125em) {
  .el-reviews-element .review-divider {
    padding: 0 10px;
  }
}

.el-production-awards {
  background: #1D1D1D;
  height: 100%;
}

.el-production-awards-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.el-production-awards-container .production-award-title, .el-production-awards-container .production-award-production-title {
  padding-bottom: 8%;
}

.el-production-awards-container .production-award-producer, .el-production-awards-container .production-award-channel {
  text-transform: uppercase;
}

.el-production-awards-container .production-award-channel {
  margin-bottom: 10rem;
}

.el-production-awards-container img {
  width: 25%;
  position: absolute;
  bottom: 3rem;
  left: 4rem;
}

.el-production-awards-container {
  padding: 7%;
}

.el-team-carousel-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: black;
  transition: 1s;
  height: 300px;
}

@media (max-width: 48.125em) {
  .el-team-carousel-inner-container {
    height: 150px;
  }
}

.el-team-carousel-inner-container:hover {
  background: transparent;
  transition: 1s;
}

.el-team-carousel-img {
  height: auto;
  width: 100%;
}

.el-team-carousel .team-member-name {
  padding-top: 32px;
}

.el-contact-form {
  padding-top: 12%;
  padding-left: 7%;
}

.el-contact-form-title {
  padding-bottom: 5%;
  color: #2f2f2f;
}

@media (max-width: 48.125em) {
  .el-contact-form-title {
    color: #fff;
  }
}

.el-contact-form-footer {
  color: #1D1D1D;
}

.el-contact-form-footer h3 {
  width: 55%;
}

.el-contact-form-footer p {
  margin-bottom: 3rem;
  width: 85%;
}

.el-contact-form-footer a {
  color: #1D1D1D;
  padding-left: 0 !important;
  display: inline-block;
}

.el-labels-fifty-fifty {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 90px;
       column-gap: 90px;
  max-width: 1600px;
  margin: auto;
}

@media (max-width: 59.365em) {
  .el-labels-fifty-fifty {
    flex-direction: column-reverse;
    row-gap: 25px;
  }
}

.el-labels-fifty-fifty-left {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  row-gap: 36px;
  width: 50%;
}

@media (max-width: 80em) {
  .el-labels-fifty-fifty-left {
    width: 100%;
    padding: 0 25px;
  }
}

.el-labels-fifty-fifty-subtitle {
  padding-bottom: 5px;
}

.el-labels-fifty-fifty-right {
  width: 50%;
}

.el-labels-fifty-fifty-right .label-video {
  width: 100%;
  pointer-events: none;
}

@media (max-width: 80em) {
  .el-labels-fifty-fifty-right {
    width: 100%;
  }
}

.el-labels-fifty-fifty-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

@media (max-width: 80em) {
  .el-labels-fifty-fifty-cta {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}

.el-labels-fifty-fifty-cta-btn {
  border: 2px solid #fff;
  border-radius: 80px;
  background-color: transparent;
  padding: 15px 24px;
  transition: 1s;
}

@media (max-width: 80em) {
  .el-labels-fifty-fifty-cta-btn {
    padding: 5px 14px;
  }
}

.el-labels-fifty-fifty-cta-btn:hover {
  background-color: #fff;
}

.el-labels-fifty-fifty-cta-btn:hover a {
  color: #1D1D1D;
}

.el-labels-fifty-fifty-cta-btn a {
  color: #fff;
  text-decoration: none;
  transition: 1s;
}

.el-label-carousel.swiper-slide {
  transition: height 0.5s ease;
  transition-delay: 500ms;
  height: 90%;
}

@media (max-width: 59.365em) {
  .el-label-carousel.swiper-slide {
    height: 100%;
  }
}

.el-label-carousel .el-label-name {
  transition: font-size 0.5s ease;
  transition-delay: 500ms;
  padding-top: 30px;
  color: #fff;
}

@media (max-width: 59.365em) {
  .el-label-carousel .el-label-name {
    display: none;
  }
}

.el-label-carousel.swiper-label-active {
  transition: height 0.5s ease;
  transition-delay: 500ms;
  height: 100%;
}

.el-label-carousel.swiper-label-active .el-label-name {
  transition: font-size 0.5s ease;
  transition-delay: 500ms;
  padding-top: 30px;
  color: #fff;
  font-size: 40px;
}

@media (max-width: 59.365em) {
  .el-label-carousel.swiper-label-active .el-label-name {
    display: none;
  }
}

@media (max-width: 59.365em) {
  .el-label-carousel.swiper-label-active .el-carousel-name.mobile .el-label-name {
    display: block;
    font-size: 20px;
    padding-top: 0;
  }
}

.el-label-carousel-detail-container {
  position: absolute;
  bottom: -2px;
  color: #fff;
  left: 0;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 22px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2px;
}

@media (min-width: 59.375em) {
  .el-label-carousel-detail-container .el-carousel-name.mobile {
    display: none;
  }
}

@media (max-width: 59.365em) {
  .el-label-carousel-detail-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    width: 92%;
    height: 20%;
  }
}

@media (max-width: 59.365em) {
  .el-label-carousel-detail-container .production-producer,
.el-label-carousel-detail-container .production-channel {
    padding: 0;
  }

  .el-label-carousel-detail-container .el-carousel-name.mobile {
    text-align: right;
  }

  .el-label-carousel-detail-container .el-carousel-name.mobile .el-label-name {
    display: block;
    padding-top: 0;
  }

  .el-label-carousel-detail-container .el-carousel-details {
    display: flex;
    row-gap: 2px;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
  }
}

.el-label-carousel-detail-container .production-year {
  font-size: 15px;
  line-height: 17px;
}

.el-label-carousel-swiper-container {
  width: 100% !important;
  overflow: visible !important;
}

.el-label-carousel-swiper.swiper-wrapper {
  height: 534px;
  align-items: center;
}

@media (max-width: 59.365em) {
  .el-label-carousel-swiper.swiper-wrapper {
    height: 330px !important;
    margin-left: -50px;
  }
}

.el-label-carousel-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.el-label-carousel-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: 1s;
  height: 100%;
  position: relative;
}

.el-label-carousel-inner-container .picture {
  width: 100%;
  height: 100%;
}

.el-label-carousel-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 80em) {
  .el-label-carousel-img {
    height: 100%;
  }
}

.el-label-carousel-nav-container {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  align-items: center;
}

@media (max-width: 59.365em) {
  .el-label-carousel-nav-container {
    margin-top: 60px;
  }
}

.el-label-carousel-nav__l-button, .el-label-carousel-nav__r-button {
  width: 66px;
  height: 66px;
  border-radius: 44px;
  background-color: #2bbba7;
}

.el-label-carousel-nav__l-button {
  margin-right: 22px;
  transition: 1s;
}

.el-label-carousel-nav__l-button__svg-white {
  background: url(static/LabelCarousel-Left_White.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.el-label-carousel-nav__l-button:hover {
  background-color: #fff;
}

.el-label-carousel-nav__l-button:hover .el-label-carousel-nav__l-button__svg-white {
  background: url(static/LabelCarousel-Left_Black.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

.el-label-carousel-nav__r-button {
  transition: 1s;
}

.el-label-carousel-nav__r-button__svg-white {
  background: url(static/LabelCarousel-Right_White.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.el-label-carousel-nav__r-button:hover {
  background-color: #fff;
}

.el-label-carousel-nav__r-button:hover .el-label-carousel-nav__r-button__svg-white {
  background: url(static/LabelCarousel-Right_Black.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

@font-face {
  font-family: "swiper-icons";

  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: $themeColor;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: $navColorValue;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: $navColorValue;
}

.swiper-button-lock {
  display: none;
}

.cp-gallery {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  max-width: 1440px;
}

@media (min-width: 48em) {
  .cp-gallery {
    flex-direction: column;
    align-items: center;
    padding: 6.4rem 6.4rem;
  }
}

@media (max-width: 47.99em) {
  .cp-gallery {
    padding: 6.6rem 2rem;
  }
}

.cp-gallery__layout {
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  position: relative;
  width: 100%;
}

@media (min-width: 48em) {
  .cp-gallery__layout {
    margin-right: 0;
    width: 100%;
  }
}

.cp-gallery__layout:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: #fff solid 100px;
  border-right-width: 0;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 48em) {
  .cp-gallery__layout:after {
    content: " ";
  }
}

.swiper-container {
  overflow: hidden;
  width: 90%;
  height: 100%;
}

.cp-gallery__title-nav-container {
  display: flex;
  padding: 0 50px 0 30px;
  align-items: end;
  height: 100%;
}

@media (max-width: 47.99em) {
  .cp-gallery__title-nav-container {
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
}

.cp-gallerey-nav-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

@media (max-width: 47.99em) {
  .cp-gallerey-nav-container {
    align-items: flex-start;
  }
}

.cp-gallery__swiper-container {
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-gallery__swiper-container {
    overflow: visible !important;
  }
}

.cp-gallery-head {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-gallerey-head-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cp-galley-images__controls {
  display: flex;
  justify-content: center;
}

@media (min-width: 48em) {
  .cp-galley-images__controls {
    justify-content: flex-end;
    margin-top: 0rem;
    margin-bottom: 0rem;
    align-items: center;
  }
}

.cp-gallery-images__controls-left {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 2rem;
  background-color: inherit;
}

.cp-gallery-images__controls-left .icon {
  height: 1rem;
  width: 2rem;
}

@media (max-width: 47.99em) {
  .cp-gallery-images__controls-left {
    width: 3rem;
    height: 6.6rem;
  }
}

.cp-gallery-images__controls-right {
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 3px;
  background-color: inherit;
}

.cp-gallery-images__controls-right .icon {
  height: 1rem;
  width: 2rem;
}

@media (max-width: 47.99em) {
  .cp-gallery-images__controls-right {
    width: 3rem;
    height: 6.6rem;
  }
}

@media (min-width: 48em) {
  .cp-gallery__swiper-wrapper {
    padding-bottom: 2rem;
    height: 100%;
  }
}

.cp-gallery__swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  min-height: 36rem;
  margin: 2px;
}

@media (max-width: 47.99em) {
  .cp-gallery__swiper-slide {
    margin: 0;
  }
}

.cp-gallery__swiper-slide-inner {
  padding: 2rem 1rem;
  width: 100%;
}

@media (max-width: 47.99em) {
  .cp-gallery__swiper-slide-inner {
    padding: 0;
  }
}

.cp-gallery__swiper-slide-inner p {
  display: inline-block;
}

.cp-gallery__swiper-slide-inner a {
  display: inline-block;
}

.swiper-slide-count {
  display: flex;
  justify-content: flex-end;
  font-size: 1.6rem;
}

.cp-gallery__slide-header {
  width: 40%;
  height: 100%;
  justify-content: left;
  font-size: 2.4rem;
  line-height: 1.166;
  align-items: center;
}

@media (min-width: 48em) {
  .cp-gallery__slide-header {
    width: 320px;
  }
}

h3.cp-gallery__slide-header {
  font-size: 2.4rem;
  line-height: 1.166;
  justify-content: left;
  margin-top: 1rem;
  width: 100%;
}

.cp-gallery-head-steps {
  height: 10.6rem;
  width: 10.6rem;
  -webkit-clip-path: url(#myClip);
  clip-path: url(#myClip);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 2rem;
}

.cp-gallery-head-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: left;
  width: 320px;
}

@media (max-width: 47.99em) {
  .cp-gallery-head-inner p {
    text-align: center;
  }
}

.cp-gallery-scroll-container {
  height: 5px;
  width: 100%;
  display: flex;
  margin-bottom: 7px;
}

@media (max-width: 47.99em) {
  .cp-gallery-scroll-container {
    margin: 0 0 4rem 0;
  }
}

.cp-gallery__span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FAF9F8;
  margin-top: 7px;
}

.cp-gallery__slide-card-header {
  margin-top: 26px;
  width: 100%;
}

.cp-gallery__slide-card-body {
  color: #7D8087;
}

.cp-gallery-cta {
  align-self: start;
  padding: 1rem 0 1rem 1rem;
}

@media (max-width: 47.99em) {
  .cp-gallery-cta {
    padding: 5.2rem 0 0 0;
  }
}

.swiper-button-disabled {
  opacity: 0.2;
}

.cp-gallery-image-img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 48em) {
  .cp-gallery-image-img {
    max-width: 450px;
    max-height: 450px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 47.99em) {
  .cp-gallery-image-img {
    max-height: 450px;
  }
}

@media (min-width: 48em) {
  .cp-gallery-image-img-container {
    max-height: 450px;
    max-width: 450px;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
}

.cp-gallery-link, .cp-gallery-link:visited, .cp-gallery-link:hover, .cp-gallery-link:active {
  color: inherit;
}

.cp-bio-curtain-inner > div > .cp-gallery > .cp-gallery__layout > .cp-gallery__title-nav-container > .cp-gallerey-nav-container > .cp-gallery-scroll-container {
  margin: 5px 0;
}

.cp-bio-curtain-inner > div > .cp-gallery > .cp-gallery__layout > .cp-gallery__title-nav-container > .cp-gallerey-nav-container > .cp-gallery-scroll-container > div > div {
  background: white;
}

.cp-header {
  background-color: #1D1D1D;
  position: relative;
  z-index: 5;
}

.cp-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
  justify-content: space-evenly;
}

@media (max-width: 48.125em) {
  .cp-header-container {
    height: 100%;
    padding: 0;
  }
}

.cp-header-color-::before {
  display: none;
  content: "";
}

@media (max-width: 48.125em) {
  .cp-header-color-::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background-color: inherit;
    z-index: 1;
  }
}

.cp-header-color-white::before {
  display: none;
  content: "";
}

@media (max-width: 48.125em) {
  .cp-header-color-white::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background-color: inherit;
    z-index: 1;
  }
}

.cp-header-color-transparent-grey::before {
  display: none;
  content: "";
}

@media (max-width: 48.125em) {
  .cp-header-color-transparent-grey::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background-color: white;
    z-index: 1;
  }
}

.cp-header-color-take-part::before {
  display: none;
  content: "";
}

@media (max-width: 48.125em) {
  .cp-header-color-take-part::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 80px;
    background-color: #1D1D1D;
    z-index: 1;
  }
}

.cp-header-m-top--close::before {
  background-color: transparent;
}

.cp-header-m-logo {
  z-index: 2;
}

.cp-header-links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 90rem;
  height: 1.5rem;
  align-items: center;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-header-links-container {
    width: 90%;
  }
}

@media (max-width: 48.125em) {
  .cp-header-links-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: scroll;
    align-items: flex-start;
  }
}

@media (max-width: 48.125em) {
  .cp-header-links-container div.cp-header-link {
    display: none;
  }
}

@media (max-width: 48.125em) {
  .cp-header-links-container a.cp-header-link:nth-child(1) {
    margin-top: 100px;
  }
}

@media (min-width: 48.125em) {
  .cp-header-links-container nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #FAF9F8;
    transform: translateX(102%);
    transition: transform 1s ease;
    z-index: 10;
  }
}

@media (max-width: 48.125em) {
  .cp-header-links-container nav {
    position: relative;
    width: 100%;
  }
}

.cp-header-links-container nav.open {
  overflow: auto;
  transform: translateX(0rem);
}

.cp-header-links-container nav.open a {
  padding-left: 2rem;
}

.cp-header-links-container .nav-toggle {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  float: right;
}

.cp-header-links-container nav.open .nav-toggle {
  opacity: 1;
}

.cp-header-links-container nav.open .nav-toggle::after {
  content: url(static/Cross.svg);
  height: 50px;
  width: 50px;
}

.cp-header-links-container .back {
  overflow: hidden;
}

.cp-header-links-container .blur {
  filter: blur(2px);
}

.cp-header-link {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 1s ease;
  transition: text-decoration 1s ease;
  transition: text-decoration 1s ease, -webkit-text-decoration 1s ease;
  text-underline-offset: 0.5rem;
}

.cp-header-link:hover {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-underline-offset: 0.5rem;
}

.cp-header-logo {
  margin-bottom: 3rem;
}

@media (max-width: 48.125em) {
  .cp-header-logo {
    display: none;
  }
}

.cp-header-has-children {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.cp-header-children-container {
  bottom: 2.5rem;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

@media (max-width: 48.125em) {
  .cp-header-children-container {
    display: none;
  }
}

.cp-header-children-container a {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 1s ease;
  transition: text-decoration 1s ease;
  transition: text-decoration 1s ease, -webkit-text-decoration 1s ease;
  text-underline-offset: 0.5rem;
}

.cp-header-children-container a:hover {
  -webkit-text-decoration: underline solid;
          text-decoration: underline solid;
  text-underline-offset: 0.5rem;
}

.cp-header-take-part-cta {
  position: absolute;
  right: 19px;
  bottom: 28px;
}

@media (min-width: 48em) and (max-width: 74.9375em) {
  .cp-header-take-part-cta {
    top: 28px;
  }
}

.cp-header-take-part-cta.d {
  display: block;
}

@media (max-width: 47.99em) {
  .cp-header-take-part-cta.d {
    display: none;
  }
}

.cp-header-take-part-cta.d .take-part-cta {
  color: #fff;
  text-decoration: none;
}

.cp-header-take-part-cta.d .take-part-cta::before {
  display: block;
  content: "";
  background-image: url(static/take_part_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 18px;
  transition: 1s;
}

.cp-header-take-part-cta.d .take-part-cta:hover {
  background-color: #fff;
  border: 1px solid #fff;
  transition: 1s;
  color: #1D1D1D;
}

.cp-header-take-part-cta.d .take-part-cta:hover::before {
  display: block;
  content: "";
  background-image: url(static/take_part_icon_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 18px;
  transition: 1s;
}

.cp-header-take-part-cta.m {
  display: none;
}

@media (max-width: 47.99em) {
  .cp-header-take-part-cta.m {
    display: block;
    position: unset;
    margin-left: 7%;
    padding-bottom: 16px;
  }

  .cp-header-take-part-cta.m .take-part-cta {
    font-size: 12px;
    padding: 9.6px 15.36px;
    color: #fff;
    text-decoration: none;
  }

  .cp-header-take-part-cta.m .take-part-cta::before {
    transition: 1s;
    display: block;
    content: "";
    background-image: url(static/take_part_icon_white_mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 18px;
  }

  .cp-header-take-part-cta.m .take-part-cta:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1D1D1D;
  }

  .cp-header-take-part-cta.m .take-part-cta:hover::before {
    display: block;
    content: "";
    background-image: url(static/take_part_icon_black_mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 18px;
  }
}

.cp-header-take-part-cta .take-part-cta {
  background: transparent;
  border-radius: 50px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #2BBBA7;
  transition: 1s;
}

.cp-header-m-top--open .cp-header-m-close {
  z-index: 2;
}

#cp-header-m-hamburger, #cp-header-m-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 34px;
  right: 7%;
}

#cp-header-m-hamburger::after {
  content: "";
  background-image: url(static/hamburger.svg);
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  z-index: 2;
  position: relative;
}

#cp-header-m-close::after {
  content: "";
  background-image: url(static/Cross.svg);
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  z-index: 2;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-header-link {
    margin-left: 7%;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0em;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width: 48.125em) {
  .cp-header-m {
    display: none;
  }
}

.cp-header-m--hidden {
  display: none;
}

.cp-header-m--open {
  display: block;
}

@media (max-width: 48.125em) {
  .cp-header-m-top--open {
    height: 100vh !important;
  }
}

@media (max-width: 48.125em) {
  .cp-header-m-top--close {
    height: 80px !important;
  }
}

.cp-header-m-logo {
  display: none;
}

@media (max-width: 48.125em) {
  .cp-header-m-logo {
    display: block;
    position: absolute;
    top: 2px;
    left: 24px;
    width: 112px;
  }
}

@media (max-width: 48.125em) {
  .el-contact-form {
    padding-top: 0;
  }
}

@media (max-width: 48.125em) {
  .contact-menu-master-teal .el-contact-form-container .umbraco-forms-label {
    color: white;
  }
}

@media (max-width: 48.125em) {
  .contact-menu-master-teal .stv-contact-form-button-container input {
    color: white;
    padding: 3% 6%;
    border: white solid 1px;
  }
}

@media (max-width: 48.125em) {
  .contact-menu-master-teal .el-contact-form-footer h3 {
    color: white;
  }
}

@media (max-width: 48.125em) {
  .contact-menu-master-teal .el-contact-form-footer a {
    color: white;
  }
}

.contact-menu-master-teal .umbraco-forms-field-wrapper input,
.contact-menu-master-teal .umbraco-forms-field-wrapper select,
.contact-menu-master-teal .umbraco-forms-field-wrapper textarea {
  color: #2f2f2f;
  background-color: white;
}

@media (max-width: 48.125em) {
  .contact-menu-master-teal .umbraco-forms-field-wrapper input,
.contact-menu-master-teal .umbraco-forms-field-wrapper select,
.contact-menu-master-teal .umbraco-forms-field-wrapper textarea {
    background-color: #2f2f2f;
    color: white;
  }
}

.contact-menu-master-teal .el-contact-form-title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0em;
}

@media (max-width: 48.125em) {
  .el-contact-form-footer {
    width: 70%;
    margin-bottom: 70px;
  }
}

.mobile-nav-hr {
  display: none;
}

@media (max-width: 48.125em) {
  .mobile-nav-hr {
    display: block;
    width: 92%;
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    margin-top: 12px;
    margin-bottom: 24px;
  }
}

@media (min-width: 48.125em) {
  .cp-header-children-m-container {
    display: none;
  }
}

@media (max-width: 48.125em) {
  .cp-header-children-m-container {
    width: 80%;
    margin: 8px 20px 0 48px;
    display: none;
  }
}

.cp-header-children-m-container a {
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 28px;
  letter-spacing: 0em;
  text-decoration: none;
}

.cp-header-children-m-hr {
  background-color: #203c38;
  border-color: #203c38;
  height: 0;
}

.cp-header-color-transparent-grey {
  background-color: rgba(29, 29, 29, 0.5);
}

@media (max-width: 48.125em) {
  .cp-header-color-transparent-grey {
    background-color: rgba(29, 29, 29, 0.5);
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-transparent-grey .cp-header-m--open {
    background-color: white;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-transparent-grey #cp-header-m-hamburger {
    background-color: transparent;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-transparent-grey .cp-header-links-container a {
    color: #2BBBA7;
  }
}

.cp-header-color-take-part {
  background-color: rgba(29, 29, 29, 0.5);
}

@media (max-width: 48.125em) {
  .cp-header-color-take-part {
    background-color: rgba(29, 29, 29, 0.5);
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-take-part .cp-header-m--open {
    background-color: #1D1D1D;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-take-part #cp-header-m-hamburger {
    background-color: transparent;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-take-part .cp-header-links-container a {
    color: #2BBBA7;
  }
}

@media (max-width: 47.99em) {
  .cp-header-color-take-part .umbraco-forms-field {
    color: #fff;
  }
}

@media (max-width: 47.99em) {
  .cp-header-color-take-part .el-contact-form-footer {
    color: #fff;
    width: 100%;
  }

  .cp-header-color-take-part .el-contact-form-footer h3 {
    width: 70%;
  }
}

@media (max-width: 47.99em) {
  .cp-header-color-take-part .stv-contact-form-button-container input {
    color: #fff;
    padding: 10px 20px;
    font-size: 12px;
    border: 1px solid #fff;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-white .umbraco-forms-label {
    color: black !important;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-white .text,
.cp-header-color-white select,
.cp-header-color-white textarea {
    background-color: white !important;
    color: #000000 !important;
  }
}

@media (max-width: 48.125em) {
  .cp-header-color-white select {
    color: black !important;
  }
}

.cp-header-color-white .stv-contact-form-button-container input {
  padding: 3% 6%;
  background-color: #2BBBA7;
  border: 1px solid #2BBBA7;
}

#cp-header-children-container-m-about-toggle {
  z-index: 0;
  width: 50px;
  height: 50px;
  background-image: url(static/chevron.svg);
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 50px;
  display: list-item;
  position: relative;
  margin-bottom: -52px;
  top: -55px;
  left: 150px;
}

#cp-header-children-container-m-about-toggle::marker {
  font-size: 0;
}

@media (min-width: 48.125em) {
  #cp-header-children-container-m-about-toggle {
    display: none;
  }
}

#cp-header-children-container-m-careers-toggle {
  width: 50px;
  height: 50px;
  background-image: url(static/chevron.svg);
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 50px;
  display: list-item;
  position: relative;
  margin-bottom: -52px;
  top: -55px;
  left: 138px;
}

#cp-header-children-container-m-careers-toggle::marker {
  font-size: 0;
}

@media (min-width: 48.125em) {
  #cp-header-children-container-m-careers-toggle {
    display: none;
  }
}

@media (max-width: 48.125em) {
  .cp-header-children-container-m-toggle--open {
    transform: rotate(180deg);
  }
}

@media (max-width: 48.125em) {
  .cp-header-children-container-m-links--open {
    display: block;
  }
}

.noScroll {
  overflow: hidden;
  height: 100vh !important;
}

.menu-active {
  text-decoration: underline !important;
  text-underline-offset: 0.5rem;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea,
.umbraco-forms-form select {
  color: #2f2f2f;
  background-color: white;
}

@media (max-width: 48.125em) {
  .umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea,
.umbraco-forms-form select {
    background-color: #2f2f2f;
    color: white;
  }
}

.cp-header-logo a {
  font-size: 0;
}

.cp-footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  row-gap: 20px;
  background-color: #f3f2ef;
  align-items: stretch;
}

@media (max-width: 48.125em) {
  .cp-footer-container {
    background: #faf9f8;
    flex-direction: column;
    row-gap: 40px;
    padding: 0;
  }
}

.cp-footer-container-black {
  background: #000000;
}

@media (max-width: 48.125em) {
  .cp-footer-container-black {
    background: #141414;
  }
}

.cp-footer-container-black > .cp-footer-contact-container {
  background: #000000;
}

.cp-footer-container-black > .cp-footer-inner-container {
  background: #141414;
}

.cp-footer-container-black > .cp-footer-copyright-container-m {
  background: #141414;
}

.cp-footer-contact-container {
  width: 42%;
  padding: 5% 0% 2% 7.2%;
  row-gap: 25px;
  display: flex;
  flex-direction: column;
  background-color: #f3f2ef;
}

@media (max-width: 48.125em) {
  .cp-footer-contact-container {
    width: 100%;
    padding: 16% 7.2% 10% 7.2%;
  }
}

.cp-footer-contact-title {
  text-transform: uppercase;
  padding: 0;
}

.cp-footer-contact-items-black {
  text-decoration: none;
  padding-bottom: 2%;
  padding-top: 2%;
  width: 78%;
  border-bottom: 2px solid #CBC8BE;
  position: relative;
  transition: 1s;
}

.cp-footer-contact-items-black:hover {
  color: #008673;
}

.cp-footer-contact-items-black:hover:after {
  content: url(static/Arrow-Teal.svg);
  position: absolute;
  right: 0;
}

.cp-footer-contact-items-black::after {
  content: url(static/Arrow-White.svg);
  position: absolute;
  right: 0;
}

@media (max-width: 48.125em) {
  .cp-footer-contact-items-black {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
  }
}

.cp-footer-contact-items-white {
  text-decoration: none;
  padding-bottom: 2%;
  padding-top: 2%;
  width: 78%;
  border-bottom: 2px solid #CBC8BE;
  position: relative;
  transition: 1s;
}

.cp-footer-contact-items-white:hover {
  color: #008673;
  transition: 1s;
}

.cp-footer-contact-items-white:hover:after {
  transition: 1s;
  content: url(static/Arrow-Teal.svg);
  position: absolute;
  right: 0;
}

.cp-footer-contact-items-white::after {
  content: url(static/Arrow.svg);
  position: absolute;
  right: 0;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-footer-contact-items-white {
    width: 100%;
    font-size: 24px;
    font-weight: 300;
  }
}

.cp-footer-inner-container {
  width: 56%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 5% 7.2% 2% 60px;
  background: #faf9f8;
}

@media (min-width: 48.1875em) and (max-width: 75em) {
  .cp-footer-inner-container {
    padding: 5% 7.2% 3% 30px;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-inner-container {
    width: 100%;
    padding: 0% 7.2% 0% 7.2%;
    row-gap: 20px;
  }
}

@media (min-width: 48.125em) {
  .cp-footer-inner-container .el-address {
    width: 46%;
  }
}

.cp-footer-inner-container .el-address-details br {
  display: none;
}

@media (max-width: 48.125em) {
  .cp-footer-inner-container .el-address-details div {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-inner-container .el-address-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
}

.cp-footer-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 40px;
}

@media (max-width: 48.125em) {
  .cp-footer-items {
    flex-direction: column-reverse;
    row-gap: 20px;
    margin-bottom: 0;
  }
}

.cp-footer-items .address-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  row-gap: 30px;
  width: 75%;
}

@media (min-width: 48.1875em) and (max-width: 75em) {
  .cp-footer-items .address-items {
    width: 75%;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-items .address-items {
    padding-left: 0;
    row-gap: 10px;
    width: 100%;
  }
}

.cp-footer-social-media-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 30px;
  width: 30%;
}

@media (max-width: 48.125em) {
  .cp-footer-social-media-container {
    row-gap: 15px;
  }
}

.cp-footer-social-media-links {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 1s ease;
  transition: text-decoration 1s ease;
  transition: text-decoration 1s ease, -webkit-text-decoration 1s ease;
  text-underline-offset: 0.5rem;
}

.cp-footer-social-media-links:hover {
  color: #008673;
  -webkit-text-decoration: underline solid #008673;
          text-decoration: underline solid #008673;
  text-underline-offset: 0.5rem;
}

@media (max-width: 48.125em) {
  .cp-footer-social-media-links {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}

.cp-footer-socials-container {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 48.125em) {
  .cp-footer-socials-container {
    row-gap: 10px;
  }
}

.cp-footer-bottom-container {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.cp-footer-links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.cp-footer-links a {
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
  transition: -webkit-text-decoration 1s ease;
  transition: text-decoration 1s ease;
  transition: text-decoration 1s ease, -webkit-text-decoration 1s ease;
  text-underline-offset: 0.5rem;
}

.cp-footer-links a:hover {
  color: #008673;
  -webkit-text-decoration: underline solid #008673;
          text-decoration: underline solid #008673;
  text-underline-offset: 0.5rem;
}

@media (max-width: 48.125em) {
  .cp-footer-links {
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5625em) {
  .cp-footer-links {
    width: 100%;
  }
}

.cp-footer-copyright-container {
  width: 80%;
}

@media (min-width: 48.125em) {
  .cp-footer-copyright-container {
    width: 70%;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-copyright-container {
    display: none;
  }
}

.cp-footer-copyright-container-m {
  padding: 5% 7.2% 0% 7.2%;
  margin-top: 0;
  margin-bottom: 30px;
  background: #faf9f8;
}

@media (min-width: 48.125em) {
  .cp-footer-copyright-container-m {
    display: none;
  }
}

.cp-footer-address-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.cp-footer-bottom-links {
  text-decoration: none;
}

@media (max-width: 48.125em) {
  .cp-footer-bottom-links {
    margin-top: 12px;
  }
}

.cp-footer-scroll-btn-white {
  position: absolute;
  bottom: 10%;
  right: 7.5%;
  background: rgba(43, 187, 167, 0.15);
  border-radius: 50px;
  padding: 1.5rem 2rem;
  width: 16rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media (min-width: 48.1875em) and (max-width: 75em) {
  .cp-footer-scroll-btn-white {
    bottom: 10%;
    right: 1.5%;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-scroll-btn-white {
    bottom: 17%;
  }
}

.cp-footer-scroll-btn-white::after {
  content: url(static/Scroll.svg);
  padding-left: 8%;
}

.cp-footer-scroll-btn-black {
  position: absolute;
  bottom: 10%;
  right: 7.5%;
  background: rgba(43, 187, 167, 0.15);
  border-radius: 50px;
  padding: 1.5rem 2rem;
  width: 16rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

@media (min-width: 48.1875em) and (max-width: 75em) {
  .cp-footer-scroll-btn-black {
    bottom: 10%;
    right: 1.5%;
  }
}

@media (max-width: 48.125em) {
  .cp-footer-scroll-btn-black {
    bottom: 17%;
  }
}

.cp-footer-scroll-btn-black::after {
  content: url(static/Scroll-White.svg);
  padding-left: 8%;
}

.cp-footer-award-promo {
  display: flex;
  flex-direction: row;
}

@media (min-width: 48.125em) and (max-width: 79.6875em) {
  .cp-footer-award-promo {
    flex-direction: column;
  }
}

.cp-footer-award-img {
  width: 42%;
  padding: 4% 4% 4% 0;
}

.cp-footer-award-text {
  white-space: pre;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.cp-long-hero-gallery {
  height: calc(100vh - 151px);
  padding: 6vh 0 0 0;
  position: relative;
  background-color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery {
    height: 100%;
    padding: 0;
  }
}

.cp-long-hero-gallery .el-address-title {
  flex: 0 0 auto;
  width: 100vw;
  transition: all 300ms cubic-bezier(0.76, 0.1, 0.58, 0.83);
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title {
    width: calc( 52vh * 0.6584);
  }
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title:hover .crop-area {
    width: calc( calc(52vh * 0.6584) + 24vh);
    margin-left: -12vh;
    height: 60vh;
    margin-top: -4vh;
  }
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title:hover a {
    left: 0;
    top: 0;
  }
}

.cp-long-hero-gallery .el-address-title:hover .hero-gradient {
  opacity: 0;
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title:hover picture {
    scale: 1.04;
    z-index: 100;
  }
}

.cp-long-hero-gallery .el-address-title .crop-area {
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 300ms cubic-bezier(0.76, 0.1, 0.58, 0.83);
  pointer-events: none;
  position: relative;
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title .crop-area {
    width: calc( 52vh * 0.6584);
    height: 52vh;
  }
}

.cp-long-hero-gallery .el-address-title .hero-gradient {
  transition: all 300ms cubic-bezier(0.76, 0.1, 0.58, 0.83);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title .hero-gradient {
    opacity: 0;
  }
}

.cp-long-hero-gallery .el-address-title a {
  height: inherit;
  position: absolute;
  left: -6vw;
  top: -2vw;
  transition: all 300ms cubic-bezier(0.76, 0.1, 0.58, 0.83);
  pointer-events: all;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title a {
    position: relative;
    left: unset;
    top: unset;
  }
}

.cp-long-hero-gallery .el-address-title img {
  height: inherit;
}

.cp-long-hero-gallery .el-address-title picture {
  transition: all 300ms cubic-bezier(0.76, 0.1, 0.58, 0.83);
  position: relative;
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery .el-address-title picture {
    width: calc( calc(52vh * 0.6584) + 24vh);
  }
}

.cp-long-hero-gallery-title {
  color: #fff;
  position: absolute;
  width: 100%;
  align-self: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  top: 0;
  height: calc(10vh + 55vh);
  pointer-events: none;
}

.cp-long-hero-gallery-title span {
  position: absolute;
  top: calc( 50% - 75px);
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-title span {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 34.375em) and (max-width: 40.625em) {
  .cp-long-hero-gallery-title span {
    margin: 100px 0 0 0;
  }
}

@media (min-width: 40.625em) and (max-width: 48.125em) {
  .cp-long-hero-gallery-title span {
    margin: 150px 0 0 0;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-long-hero-gallery-title span {
    display: ruby;
    margin: 250px 0 0 0;
    top: unset;
    bottom: 56px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 580px;
  }
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-title {
    font-size: 36px;
    line-height: 50px;
    opacity: 0.4;
    padding: 0 20px;
    margin: 0;
    height: 100%;
    justify-content: unset;
  }
}

.cp-long-hero-gallery-desktop-wrapper {
  display: flex;
  animation: scroll 30s infinite linear;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-desktop-wrapper {
    display: none;
  }
}

.cp-long-hero-gallery-desktop-wrapper:hover {
  animation-play-state: paused;
}

@media (min-width: 62.5em) {
  .cp-long-hero-gallery-mobile-wrapper {
    display: none;
  }
}

.cp-long-hero-gallery-mobile-wrapper #internal-video {
  position: absolute;
  top: 0;
}

.cp-long-hero-gallery-mobile-image img {
  height: 250px;
}

.cp-long-hero-gallery-mobile-image {
  height: inherit;
  display: flex;
  justify-content: center;
}

.cp-long-hero-gallery-mobile-image .el-video-element {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-mobile-image .el-video-element {
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-mobile-image .el-video-element .hero-video {
    width: 100vw;
    height: auto;
  }
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-mobile-image .el-video-element .video-overlay-img {
    width: 100vw;
    height: auto;
  }
}

.cp-long-hero-gallery-mobile-image .el-video-element .volume-container {
  width: 30%;
  position: absolute;
  bottom: 13px;
  right: 4%;
  z-index: 2;
  display: flex;
  height: 21px;
}

.cp-long-hero-gallery-mobile-image .el-video-element .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.cp-long-hero-gallery-mobile-image .el-video-element .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-long-hero-gallery-mobile-image .el-video-element .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-long-hero-gallery-mobile-image .el-video-element .video-volume:hover {
  opacity: 1;
}

.cp-long-hero-gallery-mobile-image .el-video-element .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.cp-long-hero-gallery-mobile-image .el-video-element .volume-icon-img {
  height: auto;
}

.cp-long-hero-gallery-mobile-image .el-video-element .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.cp-long-hero-gallery-mobile-image .el-address-title {
  height: inherit;
}

.cp-long-hero-gallery-mobile-image .el-address-title .crop-area {
  height: inherit;
}

.cp-long-hero-gallery-background-logo {
  display: none;
}

@media (max-width: 62.5em) {
  .cp-long-hero-gallery-background-logo {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -14%;
  }
}

.el-gallery-item-logo-container {
  width: 100%;
  position: absolute;
  display: flex;
  height: 60px;
  justify-content: center;
}

@media (max-width: 62.5em) {
  .el-gallery-item-logo-container {
    display: none;
  }
}

@media (min-width: 62.5em) {
  .el-gallery-item-logo-container {
    top: calc(52vh + 17vh);
  }
}

.el-gallery-item-logo-container .el-gallery-item-logo {
  position: absolute;
  max-height: 60px;
  max-width: 300px;
  height: auto;
  width: auto;
  opacity: 0;
  display: block;
  margin: auto;
  transition: all 300ms ease-in-out;
}

.el-gallery-item-logo-container .el-gallery-item-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  max-height: 60px;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.showLogo {
  opacity: 1 !important;
}

@media (min-width: 62.5em) {
  .galleryMarginLeft {
    margin-left: 12vh;
  }
}

@media (min-width: 62.5em) {
  .galleryMarginRight {
    margin-left: -12vh;
    margin-right: 12vh;
  }
}

.cp-text-video-component {
  background-color: #fff;
  padding: 5% 7.2%;
}

@media (max-width: 48.125em) {
  .cp-text-video-component {
    padding: 10% 7%;
  }
}

.cp-text-video-component-title {
  padding: 0 0 0.5% 0.5%;
  color: #008673;
  padding-bottom: 6%;
}

.cp-text-video-component-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  -moz-column-gap: 5%;
  column-gap: 5%;
  align-items: flex-start;
}

@media (max-width: 48.125em) {
  .cp-text-video-component-container {
    flex-direction: column;
  }
}

.cp-text-video-component-container .content-title {
  color: #008673;
  text-transform: uppercase;
  width: 12%;
}

@media (max-width: 48.125em) {
  .cp-text-video-component-container .content-title {
    width: 100%;
  }
}

.cp-text-video-component-container .content-title .content-subtitle {
  width: 100%;
  padding-top: 5%;
  text-transform: none;
}

@media (max-width: 48.125em) {
  .cp-text-video-component-container .content-title .content-subtitle {
    width: 100%;
    padding-bottom: 20px;
  }
}

.cp-text-video-component-container .content-body {
  width: 84%;
}

@media (max-width: 48.125em) {
  .cp-text-video-component-container .content-body {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-text-video-component-home-mobile .el-text-component-copy {
    display: none;
  }
}

#internal-video {
  width: 100%;
}

.cp-billboard {
  display: block;
}

@media (max-width: 62.5em) {
  .cp-billboard {
    min-height: 400px;
  }
}

@media (max-width: 62.5em) {
  .cp-billboard .el-single-item {
    min-height: 400px;
  }
}

@media (max-width: 62.5em) {
  .cp-billboard button {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    padding: 12px 12px;
  }
}

.cp-billboard img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 62.5em) {
  .cp-billboard img {
    min-height: 400px;
  }
}

@media (min-width: 48.125em) {
  .cp-billboard img {
    max-height: 100vh;
  }
}

.cp-partner-companies {
  padding: 5% 7.2%;
  background-color: #fff;
}

@media (max-width: 48.125em) {
  .cp-partner-companies {
    padding: 10% 7% 5% 7%;
  }
}

.cp-partner-companies-container {
  display: flex;
  padding-bottom: 2%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 48.125em) and (max-width: 75em) {
  .cp-partner-companies-container {
    padding-bottom: 6%;
  }
}

.cp-partner-companies-container .cp-partner-companies-title {
  width: 85%;
}

.cp-partner-companies-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 2rem 2rem;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-partner-companies-container button {
    padding: 6px 12px;
  }
}

.cp-partner-companies-container button a {
  color: #1D1D1D;
  text-decoration: none;
  transition: 1s;
}

.cp-partner-companies-container button:hover {
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
  transition: 1s;
}

.cp-partner-companies-container button:hover a {
  transition: 1s;
  color: #fff;
  text-decoration: none;
}

.cp-partner-companies-subtitle {
  width: 80%;
}

@media (max-width: 48.125em) {
  .cp-partner-companies-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    margin-top: 30px;
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-partner-companies-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.cp-partner-companies-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5% 1%;
}

@media (max-width: 48.125em) {
  .cp-partner-companies-logos {
    flex-wrap: wrap;
  }
}

@media (max-width: 48.125em) {
  .cp-partner-companies-logos a {
    width: 45%;
  }
}

.cp-partner-companies-logos a img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%) opacity(0.7);
  /* Chrome 19+ & Safari 6+ */
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-partner-companies-logos a img {
    width: 100%;
    padding-top: 20px;
  }
}

.cp-partner-companies-logos a img:hover {
  filter: none;
  -webkit-filter: grayscale(0%) opacity(1);
}

.cp-awards {
  padding: 5% 7.2%;
  position: relative;
}

@media (max-width: 62.5em) {
  .cp-awards {
    height: 100%;
    margin-top: 4%;
    margin-bottom: 5%;
    max-width: 100%;
    width: 100vw;
    overflow-x: hidden;
  }
}

.cp-awards-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2%;
}

@media (max-width: 62.5em) {
  .cp-awards-title-container {
    margin-bottom: 20px;
  }
}

.cp-awards-title-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 0 2.5%;
}

@media (max-width: 62.5em) {
  .cp-awards-title-container button {
    padding: 6px 12px;
  }
}

.cp-awards-title-container button:hover {
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-awards .swiper-slide {
    height: auto;
  }
}

.cp-latest-news {
  background-color: #fff;
  padding: 5% 7.2%;
  position: relative;
  height: 100%;
}

@media (max-width: 62.5em) {
  .cp-latest-news {
    padding-top: 10%;
  }
}

.cp-latest-news-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
}

@media (max-width: 62.5em) {
  .cp-latest-news-title-container {
    padding-bottom: 20px;
  }
}

.cp-latest-news-title-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 0 1.5%;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-latest-news-title-container button {
    padding: 6px 12px;
  }
}

.cp-latest-news-title-container button a {
  transition: 1s;
  color: #1D1D1D;
  text-decoration: none;
}

.cp-latest-news-title-container button:hover {
  transition: 1s;
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
}

.cp-latest-news-title-container button:hover a {
  transition: 1s;
  color: #fff;
  text-decoration: none;
}

.cp-latest-news-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  justify-content: space-evenly;
}

@media (max-width: 62.5em) {
  .cp-latest-news-container {
    overflow: hidden;
  }
}

.cp-latest-news-items {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 62.5em) {
  .cp-latest-news-items {
    width: 100%;
  }
}

.cp-latest-news-items .news-top-container {
  transition: opacity 500ms ease-in-out;
}

.cp-latest-news-items .news-top-container, .cp-latest-news-items .news-top-container__hover {
  position: absolute;
  bottom: 25px;
  z-index: 3;
  width: 91%;
}

@media (min-width: 62.5em) and (max-width: 62.5625em) {
  .cp-latest-news-items .news-top-container, .cp-latest-news-items .news-top-container__hover {
    bottom: 12px;
  }
}

.cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 34px;
  padding: 0 0 3% 6%;
}

@media (max-width: 48.125em) {
  .cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (min-width: 62.5em) and (max-width: 68.75em) {
  .cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (min-width: 68.75em) and (max-width: 80em) {
  .cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
}

@media (min-width: 80em) and (max-width: 90em) {
  .cp-latest-news-items .news-top-container .news-title, .cp-latest-news-items .news-top-container__hover .news-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
  }
}

.cp-latest-news-items .news-top-container .news-items-container, .cp-latest-news-items .news-top-container__hover .news-items-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 6%;
}

.cp-latest-news-items .news-top-container .news-items-container .news-date, .cp-latest-news-items .news-top-container .news-items-container .news-category, .cp-latest-news-items .news-top-container__hover .news-items-container .news-date, .cp-latest-news-items .news-top-container__hover .news-items-container .news-category {
  color: #fff;
}

.cp-latest-news-items .news-top-container .news-items-container .news-date, .cp-latest-news-items .news-top-container__hover .news-items-container .news-date {
  text-transform: uppercase;
}

.cp-latest-news-items .news-top-container .news-items-container .news-category, .cp-latest-news-items .news-top-container__hover .news-items-container .news-category {
  font-size: 15px;
}

.cp-latest-news-items .news-top-container__hover {
  width: 100%;
}

.cp-latest-news-items img {
  position: relative;
  max-width: unset;
}

@media (max-width: 62.5em) {
  div.cp-latest-news-items:nth-child(2), div.cp-latest-news-items:nth-child(3) {
    display: none;
  }
}

.news-top-container__hover {
  display: block;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

@media (min-width: 62.5em) {
  .cp-latest-news-items:hover > .news-top-container__hover {
    opacity: 1;
    transition: opacity 500ms ease-in-out;
  }
}

@media (min-width: 62.5em) {
  .cp-latest-news-items:hover > .news-top-container {
    opacity: 0;
    transition: opacity 500ms ease-in-out;
  }
}

.news-top-container__hover {
  z-index: 3;
}

.news-top-container__hover .news-category::after {
  content: url(static/arrow_right.svg);
  height: 30px;
  width: 30px;
  filter: invert(1);
}

.cp-latest-news-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, black 0%, black 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.cp-production-review-component {
  display: flex;
  padding: 6% 7.2%;
  padding-bottom: 12%;
  flex-direction: row;
  align-items: flex-start;
  background-color: #FAF9F8;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-production-review-component {
    flex-direction: column;
  }
}

.cp-production-review-component-left {
  width: 30.5%;
}

@media (max-width: 48.125em) {
  .cp-production-review-component-left {
    width: 100%;
  }
}

.cp-production-review-component-left .review-title {
  text-transform: uppercase;
  padding-bottom: 5%;
}

.cp-production-review-component-left .review-subtitle {
  width: 60%;
}

@media (max-width: 48.125em) {
  .cp-production-review-component-left .review-subtitle {
    width: 100%;
  }
}

.cp-production-review-component-right > .cp-gallery__layout > .el-reviews-element {
  background-color: #FAF9F8;
}

@media (max-width: 48.125em) {
  .cp-production-review-component-right {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.cp-production-review-nav-container {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5% 7.2%;
}

.cp-production-review-nav-container .cp-production-review-nav-container__l .swiper-button-disabled {
  background-color: #fff;
}

.cp-production-review-nav-container .cp-production-review-nav-container__l .swiper-button-disabled:hover {
  background-color: #fff;
}

.cp-production-review-nav-container .cp-production-review-nav-container__l .swiper-button-disabled .cp-production-review-nav__l-button__svg:hover {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav-container .cp-production-review-nav-container__l .swiper-button-disabled .cp-production-review-nav__l-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-review-nav-container .cp-production-review-nav-container__r .swiper-button-disabled {
  background-color: #fff;
}

.cp-production-review-nav-container .cp-production-review-nav-container__r .swiper-button-disabled:hover {
  background-color: #fff;
}

.cp-production-review-nav-container .cp-production-review-nav-container__r .swiper-button-disabled .cp-production-review-nav__r-button__svg:hover {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav-container .cp-production-review-nav-container__r .swiper-button-disabled .cp-production-review-nav__r-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-review-nav__l-button, .cp-production-review-nav__r-button {
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 44px;
  transition: 1s;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-production-review-nav__l-button, .cp-production-review-nav__r-button {
    width: 64px;
    height: 64px;
  }
}

.cp-production-review-nav__l-button:hover, .cp-production-review-nav__r-button:hover {
  background-color: #008673;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav__l-button, .cp-production-review-nav__r-button {
    width: 52px;
    height: 52px;
  }
}

.cp-production-review-nav__r-button {
  margin-right: 7.1vw;
}

.cp-production-review-nav__r-button__svg {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-production-review-nav__r-button__svg:hover {
  background: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav__r-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-review-nav__l-button {
  margin-right: 22px;
}

.cp-production-review-nav__l-button__svg {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: black;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-production-review-nav__l-button__svg:hover {
  background: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: white;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-review-nav__l-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-awards {
  padding: 3% 7.5% 4%;
  background-color: #FAF9F8;
}

.cp-production-awards-title {
  padding-bottom: 5%;
}

.cp-production-awards-nav-container {
  display: flex;
  justify-content: end;
  margin-top: 44px;
}

.cp-production-awards-nav-container__r .swiper-button-disabled:hover {
  background-color: #FAF9F8;
}

.cp-production-awards-nav-container__r .swiper-button-disabled .cp-production-awards-nav__r-button__svg:hover {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav-container__r .swiper-button-disabled .cp-production-awards-nav__r-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-awards-nav-container__l .swiper-button-disabled:hover {
  background-color: #FAF9F8;
}

.cp-production-awards-nav-container__l .swiper-button-disabled .cp-production-awards-nav__l-button__svg:hover {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav-container__l .swiper-button-disabled .cp-production-awards-nav__l-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-awards-nav__l-button, .cp-production-awards-nav__r-button {
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 44px;
  transition: 1s;
}

.cp-production-awards-nav__l-button:hover, .cp-production-awards-nav__r-button:hover {
  background-color: #008673;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav__l-button, .cp-production-awards-nav__r-button {
    width: 52px;
    height: 52px;
  }
}

.cp-production-awards-nav__r-button {
  margin-right: 7.1vw;
}

.cp-production-awards-nav__r-button__svg {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-production-awards-nav__r-button__svg:hover {
  background: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav__r-button__svg:hover {
    background-size: 50%;
  }
}

.cp-production-awards-nav__l-button {
  margin-right: 22px;
}

.cp-production-awards-nav__l-button__svg {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: black;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-production-awards-nav__l-button__svg:hover {
  background: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: white;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-awards-nav__l-button__svg:hover {
    background-size: 50%;
  }
}

.cp-twitter-component {
  background-color: #fff;
  padding: 6% 7% 5% 7%;
  position: relative;
  height: 100%;
}

.cp-twitter-component-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2%;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-title-container {
    align-items: flex-start;
    flex-direction: column;
  }
}

.cp-twitter-component-title-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 0 1.5%;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-title-container button {
    padding: 2rem 1rem;
    margin: 1rem 0;
  }
}

.cp-twitter-component-title-container button a {
  color: #1D1D1D;
  text-decoration: none;
  transition: 1s;
}

.cp-twitter-component-title-container button:hover {
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
}

.cp-twitter-component-title-container button:hover a {
  color: #fff;
  text-decoration: none;
}

.cp-twitter-component-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 1%;
}

.cp-twitter-component-inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 335px;
  -moz-column-gap: 5%;
  column-gap: 5%;
  background-color: #FAF9F8;
  justify-content: space-between;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-inner-container {
    display: none;
  }
}

.cp-twitter-component-top-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  justify-content: space-around;
}

.cp-twitter-component-top-section .twitter-icon {
  width: 10%;
}

.cp-twitter-component-profile-image .profile-image {
  width: 60px;
  border-radius: 50px;
}

.cp-twitter-component-profile-details {
  margin-right: 10%;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-profile-details {
    margin-right: 0;
  }
}

.cp-twitter-component-profile-details .twitter-icon {
  width: 8%;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-profile-details .twitter-icon {
    margin-right: 2rem;
  }
}

.cp-twitter-component-profile-details .twitter-username {
  font-size: 12px;
}

.cp-twitter-component-mid-section {
  padding: 4% 5%;
  width: 100%;
}

.cp-twitter-component-mid-section .tweet-content {
  font-size: 14px;
  padding-bottom: 5%;
}

.cp-twitter-component-mid-section .tweet-content .tweet-hashtags {
  display: inline-block;
  padding: 0% 1% 0% 0%;
  color: #008673;
}

.cp-twitter-component-mid-section .tweet-date {
  font-size: 12px;
  text-transform: uppercase;
}

.cp-twitter-component-bottom-section {
  width: 100%;
}

.cp-twitter-component-bottom-section .tweet-image {
  width: 100%;
  background-size: cover;
  height: 212px;
}

@media (max-width: 62.5em) {
  .cp-twitter-component-inner-container:nth-child(1) {
    width: 50%;
    display: block;
  }
}

@media (max-width: 48.125em) {
  .cp-twitter-component-inner-container:nth-child(1) {
    width: 100%;
    display: block;
  }
}

@media (max-width: 62.5em) {
  .cp-twitter-component-inner-container:nth-child(2) {
    width: 50%;
    display: block;
  }
}

@media (max-width: 48.125em) {
  .cp-twitter-component-inner-container:nth-child(2) {
    display: none;
  }
}

.cp-production-team-carousel {
  background-color: #fff;
  padding: 4% 7.2% 10% 7.2%;
  position: relative;
  height: 100%;
}

@media (max-width: 48.125em) {
  .cp-production-team-carousel {
    padding: 8% 7% 145px 7%;
  }
}

.cp-production-team-carousel-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 2rem;
}

@media (max-width: 48.125em) {
  .cp-production-team-carousel-title-container {
    padding-bottom: 10px;
  }
}

.cp-production-team-carousel-title-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 0 1.5%;
}

.cp-production-team-carousel-title-container button:hover {
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
  transition: 1s;
}

.cp-production-team-carousel-swiper-container {
  width: 100%;
  overflow: visible !important;
}

@media (max-width: 48.125em) {
  .cp-production-team-carousel-swiper-container .swiper-wrapper {
    height: 150px !important;
  }
}

.cp-production-nav-container {
  display: flex;
  justify-content: end;
  margin-top: 44px;
}

@media (max-width: 48.125em) {
  .cp-production-nav-container {
    display: none;
  }
}

.cp-production-nav__l-button, .cp-production-nav__r-button {
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: #008673;
}

.cp-production-nav__l-button:hover, .cp-production-nav__r-button:hover {
  transition: 1s;
  background-color: #fff;
}

.cp-production-nav__r-button {
  transition: 1s;
}

.cp-production-nav__r-button.swiper-button-disabled:hover {
  background-color: #008673;
}

.cp-production-nav__r-button.swiper-button-disabled:hover .cp-production-nav__r-button__svg-white {
  background: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

.cp-production-nav__r-button:hover .cp-production-nav__r-button__svg-white {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

.cp-production-nav__r-button__svg-black {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.cp-production-nav__r-button__svg-white {
  background: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.cp-production-nav__l-button {
  margin-right: 22px;
  transition: 1s;
}

.cp-production-nav__l-button.swiper-button-disabled:hover {
  background-color: #008673;
}

.cp-production-nav__l-button.swiper-button-disabled:hover .cp-production-nav__l-button__svg-white {
  background: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

.cp-production-nav__l-button:hover .cp-production-nav__l-button__svg-white {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 1s;
}

.cp-production-nav__l-button__svg-black {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

.cp-production-nav__l-button__svg-white {
  background: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #000000;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-team-carousel-title {
    font-size: 20px;
    line-height: 30px;
    width: 60%;
  }
}

@media (max-width: 48.125em) {
  .cp-team-carousel-title-container {
    padding-bottom: 4rem;
  }
}

@media (max-width: 48.125em) {
  .cp-team-carousel-title-container button {
    height: 35px;
    font-size: 12px;
    padding: 0 3.5%;
  }
}

.cp-team-carousel {
  padding: 6% 7.5% 5% 7.5%;
  position: relative;
  height: 100%;
}

.cp-team-carousel-title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 3rem;
}

.cp-team-carousel-title-container button {
  background: transparent;
  border: #CBC8BE 2px solid;
  border-radius: 50px;
  padding: 0 1.5%;
}

.cp-team-carousel-title-container button:hover {
  color: #fff;
  background-color: #008673;
  border: #008673 2px solid;
  transition: 1s;
}

.cp-team-carousel-title-container button a {
  color: #fff;
  text-decoration: none;
}

.cp-team-carousel-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 130%;
}

.cp-uneven-gallery-component {
  padding: 80px 0px 40px 7.2%;
  background: white;
  overflow: visible;
}

.cp-uneven-gallery-component .video-overlay-img {
  display: none;
}

.cp-uneven-gallery-component .swiper-slide {
  box-shadow: 0px 30px 40px -15px rgba(0, 0, 0, 0.2);
}

.cp-uneven-gallery-component .cp-uneven-gallery-nav-container {
  margin-top: 90px;
  position: relative !important;
  justify-content: flex-end;
  padding-right: 100px;
  margin-bottom: 100px;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-component .cp-uneven-gallery-nav-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.cp-uneven-gallery-component .cp-events__controls-left .icon,
.cp-uneven-gallery-component .cp-events__controls-right .icon,
.cp-uneven-gallery-component .cp-events-past__controls-left .icon,
.cp-uneven-gallery-component .cp-events-past__controls-right .icon {
  height: 32px;
  width: 24px;
}

.cp-uneven-gallery-component .cp-events__controls-left,
.cp-uneven-gallery-component .cp-events__controls-right,
.cp-uneven-gallery-component .cp-events-past__controls-left,
.cp-uneven-gallery-component .cp-events-past__controls-right {
  background: #faf9f8;
  border-radius: 44px;
  height: 88px;
  width: 88px;
}

@media (max-width: 43.75em) {
  .cp-uneven-gallery-component .cp-events__controls-left,
.cp-uneven-gallery-component .cp-events__controls-right,
.cp-uneven-gallery-component .cp-events-past__controls-left,
.cp-uneven-gallery-component .cp-events-past__controls-right {
    border-radius: 27px;
    height: 54px;
    width: 54px;
  }
}

@media (max-width: 43.75em) {
  .cp-uneven-gallery-component .cp-events__controls,
.cp-uneven-gallery-component .cp-events-past__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
  }
}

.cp-uneven-gallery-component .cp-events-nav-container {
  position: absolute;
}

.cp-uneven-gallery-component .cp-events-past__controls {
  width: -moz-fit-content;
  width: fit-content;
}

.cp-uneven-gallery-component .cp-events-past-nav-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 100px;
  margin-bottom: 100px;
  margin-top: 100px;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-component .cp-events-past-nav-container {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-right: 7.2%;
  }
}

.cp-uneven-gallery-component-container {
  position: relative;
  padding-left: 7.5%;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-component-container {
    padding: 0 20px 35px 20px;
  }
}

.cp-uneven-gallery-image-gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 10% 0 180px 0;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-image-gallery {
    padding: 10% 0 0 0;
    margin-bottom: 77px;
  }
}

.cp-uneven-gallery-nav-container {
  bottom: 65px;
  display: flex;
  justify-content: end;
  position: absolute;
  right: 5%;
  z-index: 2;
  -moz-column-gap: 17px;
       column-gap: 17px;
  align-items: center;
  width: 100%;
}

@media (min-width: 48.1875em) and (max-width: 74.9375em) {
  .cp-uneven-gallery-nav-container {
    bottom: 55px;
  }
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav-container {
    bottom: 30px;
  }
}

.cp-uneven-gallery-nav__l-button, .cp-uneven-gallery-nav__r-button {
  height: 88px;
  width: 88px;
  border-radius: 44px;
  transition: 1s;
  background: #fff;
  opacity: 0.5;
}

.cp-uneven-gallery-nav__l-button:not(.swiper-button-disabled), .cp-uneven-gallery-nav__r-button:not(.swiper-button-disabled) {
  opacity: 1;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav__l-button, .cp-uneven-gallery-nav__r-button {
    width: 52px;
    height: 52px;
  }
}

.cp-uneven-gallery-nav__r-button {
  margin-right: 7.1vw;
}

.cp-uneven-gallery-nav__r-button__svg {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-nav__r-button:not(.swiper-button-disabled):hover {
  background-color: #008673;
}

.cp-uneven-gallery-nav__r-button:not(.swiper-button-disabled):hover .cp-uneven-gallery-nav__r-button__svg {
  background: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav__r-button:not(.swiper-button-disabled):hover .cp-uneven-gallery-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-nav__l-button {
  margin-right: 22px;
}

.cp-uneven-gallery-nav__l-button__svg {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-nav__l-button:not(.swiper-button-disabled):hover {
  background-color: #008673;
}

.cp-uneven-gallery-nav__l-button:not(.swiper-button-disabled):hover .cp-uneven-gallery-nav__l-button__svg {
  background: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-nav__l-button:not(.swiper-button-disabled):hover .cp-uneven-gallery-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-container {
  width: 100%;
  overflow: visible;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .hero-video {
  width: 100%;
  height: 100%;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .hero-video-playing:hover .pause-button {
  display: block;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .play-button {
  position: absolute;
  text-align: center;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .play-button:hover {
  background-size: 20%;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .play-button img {
  width: 20%;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .pause-button {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 90%;
  text-align: center;
  background-color: transparent;
  left: 0%;
  top: 0;
  transition: 1s;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .pause-button img {
  width: 20%;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .pause-button:hover {
  opacity: 1;
  transition: 1s;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .volume-container {
  position: absolute;
  bottom: 25px;
  right: 2%;
  z-index: 2;
  display: inline-flex;
}

@media (max-width: 78.0525em) {
  .cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .video-volume:hover {
  opacity: 1;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.cp-uneven-gallery-container .swiper-wrapper > .swiper-slide .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.cp-uneven-gallery-wrapper {
  cursor: pointer;
}

.cp-production-page-image-gallery-fullscreen {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
}

.cp-production-page-image-gallery-fullscreen .video-overlay-img {
  display: none;
}

.cp-production-page-image-gallery-full-cp {
  position: relative;
  top: 47%;
  transform: translateY(-47%);
  left: 7.5%;
  overflow: visible;
  z-index: 11;
}

@media (min-width: 48.125em) and (max-width: 74.9375em) {
  .cp-production-page-image-gallery-full-cp {
    top: 48%;
    transform: translateY(-48%);
  }
}

.cp-uneven-gallery-full-container {
  overflow: visible;
}

.cp-uneven-gallery-full-container img,
.cp-uneven-gallery-full-container video {
  max-height: 67vh;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 48.125em) and (max-width: 74.9375em) {
  .cp-uneven-gallery-full-container img,
.cp-uneven-gallery-full-container video {
    max-height: 60vh;
  }
}

.fullscreen-hidden {
  display: none;
}

.cp-uneven-gallery-full-cover {
  z-index: 9;
  background-color: white;
  height: 105vh;
  width: 100vw;
  position: absolute;
  top: -5%;
}

.cp-uneven-gallery-full-exit__container {
  position: absolute;
  top: 32px;
  right: 7.5%;
  height: 88px;
  width: 88px;
  border-radius: 44px;
}

.cp-uneven-gallery-full-exit__container .cp-uneven-gallery-full-exit {
  background-image: url(static/CloseDefault.svg);
  background-size: contain;
  z-index: 13;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.5s ease;
}

.cp-uneven-gallery-full-exit__container::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: url(static/CloseHover.svg);
  background-size: contain;
  transition: opacity 0.5s ease;
  z-index: 12;
  transition: all 0.5s ease;
}

.cp-uneven-gallery-full-exit__container:hover > .cp-uneven-gallery-full-exit {
  opacity: 0;
  transition: all 0.5s ease;
}

.cp-uneven-gallery-full-exit__container:hover:after {
  opacity: 1;
  transition: all 0.5s ease;
}

.cp-uneven-gallery-full-exit__hover {
  position: absolute;
  top: 32px;
  right: 7vw;
  height: 88px;
  width: 88px;
  border-radius: 44px;
  background: url(static/CloseHover.svg);
  background-size: contain;
  background-color: #faf9f8;
  z-index: 12;
  opacity: 0;
}

.cp-uneven-gallery-full-logo {
  position: absolute;
  top: 32px;
  left: 7.5%;
  height: 88px;
  width: auto;
  z-index: 13;
}

.cp-uneven-gallery-full-logo img {
  max-height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}

.cp-uneven-gallery-full-nav-container {
  display: flex;
  justify-content: end;
  position: absolute;
  bottom: 5%;
  right: 0;
  z-index: 11;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav-container {
    position: relative;
    margin-top: 28px;
  }
}

.cp-uneven-gallery-full-nav-container .cp-uneven-gallery-full-nav-container__l .swiper-button-disabled {
  background-color: #fff;
}

.cp-uneven-gallery-full-nav-container .cp-uneven-gallery-full-nav-container__l .swiper-button-disabled:hover {
  background-color: #fff;
}

.cp-uneven-gallery-full-nav-container .cp-uneven-gallery-full-nav-container__r .swiper-button-disabled {
  background-color: #fff;
}

.cp-uneven-gallery-full-nav-container .cp-uneven-gallery-full-nav-container__r .swiper-button-disabled:hover {
  background-color: #fff;
}

.cp-uneven-gallery-full-nav__l-button, .cp-uneven-gallery-full-nav__r-button {
  width: 88px;
  height: 88px;
  background-color: #FAF9F8;
  border-radius: 44px;
  transition: 1s;
}

.cp-uneven-gallery-full-nav__l-button:hover, .cp-uneven-gallery-full-nav__r-button:hover {
  background-color: #008673;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav__l-button, .cp-uneven-gallery-full-nav__r-button {
    width: 52px;
    height: 52px;
  }
}

.cp-uneven-gallery-full-nav__r-button {
  margin-right: 7.1vw;
}

.cp-uneven-gallery-full-nav__r-button__svg {
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-full-nav__r-button:hover:not(.swiper-button-disabled) .cp-uneven-gallery-full-nav__r-button__svg {
  background-image: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: white;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav__r-button:hover:not(.swiper-button-disabled) .cp-uneven-gallery-full-nav__r-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-full-nav__l-button {
  margin-right: 22px;
}

.cp-uneven-gallery-full-nav__l-button__svg {
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: black;
  height: 100%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-full-nav__l-button:hover:not(.swiper-button-disabled) .cp-uneven-gallery-full-nav__l-button__svg {
  background-image: url(static/white_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: white;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-nav__l-button:hover:not(.swiper-button-disabled) .cp-uneven-gallery-full-nav__l-button__svg {
    background-size: 50%;
  }
}

.cp-uneven-gallery-full-container {
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-uneven-gallery-full-container .swiper-wrapper {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .hero-video {
  width: 100%;
  height: 100%;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .hero-video-playing:hover .pause-button {
  display: block;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .play-button {
  position: absolute;
  text-align: center;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .play-button img {
  width: 20%;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .pause-button {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 90%;
  text-align: center;
  background: transparent;
  left: 0%;
  top: 0;
  transition: 1s;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .pause-button img {
  width: 20%;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .pause-button:hover {
  opacity: 1;
  transition: 1s;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .volume-container {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 25%;
  margin: auto;
  z-index: 2;
  display: inline-flex;
}

@media (max-width: 78.0525em) {
  .cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .video-volume:hover {
  opacity: 1;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.cp-uneven-gallery-full-container .swiper-wrapper > .swiper-slide .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.cp-random-production {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 16%;
}

@media (max-width: 62.5em) {
  .cp-random-production {
    padding-top: 30px;
  }
}

.cp-random-production .random-items {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 62.5em) {
  .cp-random-production .random-items {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 30px 0 !important;
  }
}

.cp-random-production .random-items .container {
  position: relative;
  cursor: pointer;
  transition: 1s;
}

.cp-random-production .random-items .container:hover {
  transform: scale(1.06) !important;
  transition-duration: 800ms !important;
}

.cp-random-production .random-items .production-name {
  padding-top: 10%;
}

@media (max-width: 62.5em) {
  .cp-random-production .random-items .production-name {
    padding: 12px 0 0 0;
  }
}

.cp-random-production .random-items-0 {
  width: 45%;
}

.cp-random-production .random-items-0 .random-item-container {
  position: absolute;
  width: 100%;
  bottom: 0%;
  /* left: 4%; */
  padding: 2%;
  padding-left: 4%;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 62.5em) {
  .cp-random-production .random-items-0 .random-item-container {
    padding: 4%;
  }
}

.cp-random-production .random-items-0 .random-item-container .item {
  font-family: "FS Me Light";
}

.cp-random-production .random-items-1 {
  width: 33%;
  margin-left: 9%;
  margin-top: -22%;
  padding-top: 10%;
}

.cp-random-production .random-items-1 .random-item-container {
  position: absolute;
  width: 100%;
  bottom: 0%;
  /* left: 4%; */
  padding: 2%;
  padding-left: 4%;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 62.5em) {
  .cp-random-production .random-items-1 .random-item-container {
    padding: 4%;
  }
}

.cp-random-production .random-items-1 .random-item-container .item {
  font-family: "FS Me Light";
}

.cp-random-production .random-items-1-item-name {
  position: absolute;
  bottom: -20%;
}

.cp-random-production .random-items-2 {
  width: 47%;
  margin-left: 54%;
  margin-top: -9%;
  padding-bottom: 8%;
}

.cp-random-production .random-items-2 .random-item-container {
  position: absolute;
  width: 100%;
  bottom: 0%;
  /* left: 4%; */
  padding: 2%;
  padding-left: 4%;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 62.5em) {
  .cp-random-production .random-items-2 .random-item-container {
    padding: 4%;
  }
}

.cp-random-production .random-items-2 .random-item-container .item {
  font-family: "FS Me Light";
}

.cp-random-production .random-items-2-item-name {
  position: absolute;
  bottom: -20%;
}

.c-hero__container {
  width: 100vw;
  z-index: 1;
  top: -220px;
  position: relative;
  margin-bottom: -220px;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

@media (max-width: 48.125em) {
  .c-hero__container {
    margin-bottom: -80px;
    position: relative;
    top: -80px;
    height: 100%;
  }

  .c-hero__container.video {
    top: 0;
    margin-bottom: 0;
  }
}

.c-hero__container-people {
  width: 100vw;
  z-index: 1;
  top: -220px;
  position: relative;
  margin-bottom: -320px;
  height: 100%;
  max-height: 100vh;
}

@media (min-width: 105em) {
  .c-hero__container-people {
    max-height: 80vh;
  }
}

@media (min-width: 89.9375em) and (max-width: 104.9375em) {
  .c-hero__container-people {
    max-height: 85vh;
  }
}

@media (max-width: 48.125em) {
  .c-hero__container-people {
    margin-bottom: -220px;
    position: relative;
    top: -80px;
    height: 100%;
  }
}

@media (max-width: 24.3125em) {
  .c-hero__container-people {
    margin-bottom: -100%;
  }
}

.c-hero__image-container {
  height: 100%;
}

@media (max-width: 48.125em) {
  .c-hero__image-container {
    height: 100%;
  }
}

.c-hero-people {
  height: 75vh;
  width: 100vw;
  z-index: 1;
}

.c-hero__image--inner {
  position: relative;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: #fff;
}

@media (max-width: 48.125em) {
  .c-hero__image--inner {
    position: relative;
  }
}

.c-hero__image--inner .hero-image {
  width: 100vw;
}

.c-hero__image--inner .hero-image .c-hero-image-greyscale {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.c-hero__image--inner .el-video-element {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}

.c-hero__image--inner .video-overlay-img {
  position: absolute;
}

.c-hero__image--inner .hero-video {
  width: 100%;
  height: 100%;
  top: 0;
  position: relative;
}

.c-hero__image--inner .hero-video-playing:hover .pause-button {
  display: block;
}

.c-hero__image--inner .play-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}

.c-hero__image--inner .play-button:hover {
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center;
  background-image: url(static/PlayHover.svg);
  background-size: 10%;
}

.c-hero__image--inner .play-button:hover img {
  display: none;
}

.c-hero__image--inner .play-button img {
  width: 10%;
}

.c-hero__image--inner .pause-button {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  left: 0%;
  transition: 1s;
}

.c-hero__image--inner .pause-button img {
  width: 10%;
}

.c-hero__image--inner .pause-button:hover {
  opacity: 1;
  transition: 1s;
  background: none;
  background-size: contain;
}

.c-hero__image--inner .volume-container {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
  display: inline-flex;
}

@media (max-width: 78.0525em) {
  .c-hero__image--inner .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.c-hero__image--inner .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.c-hero__image--inner .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.c-hero__image--inner .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.c-hero__image--inner .video-volume:hover {
  opacity: 1;
}

.c-hero__image--inner .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.c-hero__image--inner .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.c-hero-gradient {
  background-color: #008673;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
}

.c-hero__text-container {
  z-index: 10;
  position: absolute;
  top: 35%;
  margin: 0 7.2%;
}

@media (min-width: 48em) and (max-width: 89.9375em) {
  .c-hero__text-container {
    top: 260px;
  }
}

@media (max-width: 47.99em) {
  .c-hero__text-container {
    top: 160px;
  }
}

.c-hero__text-container h1 {
  color: #fff;
  padding-bottom: 2%;
}

.c-hero__text-container--inner {
  margin-left: 15%;
}

@media (max-width: 48.125em) {
  .c-hero__text-container--inner {
    margin-left: 0;
  }
}

.c-hero__heading-position {
  padding-bottom: 2%;
}

.c-hero__heading-position h1 {
  color: #fff;
  width: 85%;
  padding-bottom: 2%;
}

@media (max-width: 64.0625em) {
  .c-hero__heading-position h1 {
    width: 100%;
  }
}

.c-hero__heading-position div {
  width: 65%;
}

@media (min-width: 48em) and (max-width: 89.9375em) {
  .c-hero__heading-position div {
    width: 80%;
  }
}

@media (max-width: 47.99em) {
  .c-hero__heading-position div {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .c-hero__Careers {
    height: 368px !important;
  }
}

.c-hero__Careers .c-hero__image--inner {
  height: unset;
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__image--inner {
    height: 500px;
  }
}

.c-hero__Careers .c-hero__image--inner picture {
  width: 100%;
  height: 100%;
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__image--inner picture {
    height: 100%;
  }
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__image--inner picture img {
    height: 100%;
  }
}

.c-hero__Careers .c-hero__text-container {
  position: absolute;
  top: 35rem;
  margin: 0 7.2%;
}

@media (max-width: 62.5em) {
  .c-hero__Careers .c-hero__text-container {
    top: 25rem;
  }
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__text-container {
    top: 10rem;
  }
}

.c-hero__Careers .c-hero__text-container h1 {
  padding-bottom: 2%;
  margin: 0;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .c-hero__Careers .c-hero__text-container h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__text-container h1 {
    padding-bottom: 6%;
  }
}

.c-hero__Careers .c-hero__text-container--inner {
  margin: 0;
  padding: 0;
}

.c-hero__Careers .c-hero__heading-position {
  padding-bottom: 2%;
  margin-left: 30rem;
  width: 60%;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .c-hero__Careers .c-hero__heading-position {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__heading-position h1 {
    margin-bottom: 2%;
  }
}

.c-hero__Careers .c-hero__heading-position div {
  width: 100%;
}

@media (max-width: 48.125em) {
  .c-hero__Careers .c-hero__heading-position {
    margin-left: 0;
    width: 100%;
  }
}

.c-hero__People .c-hero__image--inner {
  position: relative;
  width: 100vw;
  top: 0;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  height: unset;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__image--inner {
    height: 100%;
    position: relative;
  }
}

.c-hero__People .c-hero__image--inner picture {
  width: 100%;
  height: 100%;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__image--inner picture {
    height: 100%;
  }
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__image--inner picture img {
    width: 100%;
  }
}

.c-hero__People .c-hero__image-container {
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__image-container {
    max-height: 60vh;
  }
}

@media (max-width: 24.3125em) {
  .c-hero__People .c-hero__image-container {
    max-height: 100vh;
  }
}

@media (min-width: 48.125em) and (max-width: 68.75em) {
  .c-hero__People .c-hero__image-container img {
    max-height: 100%;
    max-width: unset;
    width: unset;
  }
}

@media (min-width: 68.75em) {
  .c-hero__People .c-hero__image-container img {
    max-width: 100%;
    width: 100%;
    max-height: unset;
    height: unset;
  }
}

.c-hero__People .c-hero__text-container {
  z-index: 10;
  position: absolute;
  top: 30%;
  margin: 0 7.2%;
}

@media (min-width: 105em) {
  .c-hero__People .c-hero__text-container {
    top: 34%;
  }
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__text-container {
    top: 145px;
  }
}

.c-hero__People .c-hero__text-container h1 {
  color: #fff;
  padding-bottom: 2%;
  margin-top: 50px;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__text-container h1 {
    margin-top: 24px;
    padding-bottom: 5%;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .c-hero__People .c-hero__text-container h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 62.5em) and (max-width: 75em) {
  .c-hero__People .c-hero__text-container h1 {
    font-size: 42px;
    line-height: 40px;
  }
}

@media (min-width: 75em) {
  .c-hero__People .c-hero__text-container h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.c-hero__People .c-hero__text-container .c-hero__text-container--inner {
  margin-left: 20rem;
  padding-bottom: 5%;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__text-container .c-hero__text-container--inner {
    margin-left: 0;
  }
}

.c-hero__People .c-hero__text-container .c-hero__text-container--inner .c-hero__heading-position {
  padding-bottom: 2%;
}

.c-hero__People .c-hero__text-container .c-hero__text-container--inner .c-hero__heading-position h1 {
  margin-top: 12px;
}

@media (max-width: 48.125em) {
  .c-hero__People .c-hero__text-container .c-hero__text-container--inner .c-hero__heading-position h1 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
  }
}

.c-hero__People .c-hero__text-container .c-hero__text-container--inner .c-hero__heading-position div {
  width: 80%;
}

.c-hero__About-Us {
  background: #fff;
}

.c-hero__About-Us .c-hero__image--inner {
  position: relative;
  width: 100vw;
  top: 0;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  height: unset;
}

@media (max-width: 48.125em) {
  .c-hero__About-Us .c-hero__image--inner {
    position: relative;
  }
}

.c-hero__text-container.c-hero__Work-With-Us {
  top: 50%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */

/* Internet Explorer */

.dataConsentLink {
  display: inline !important;
  padding-left: 0 !important;
}

.cp-tabs-main-container {
  flex-direction: column;
  align-items: center;
  padding: 5% 7.2%;
  background: #fff;
  height: 1900px;
}

@media (min-width: 48em) {
  .cp-tabs-main-container {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 47.99em) {
  .cp-tabs-main-container {
    padding: 6.6rem 2.4rem;
  }
}

@media (min-width: 48em) {
  .cp-tabs__inner {
    position: relative;
    display: flex;
    min-height: 100%;
    overflow: hidden;
  }
}

.cp-tab-content-Unique-Element-1 {
  opacity: 1 !important;
}

.cp-tab-single-container {
  flex: 1;
}

@media (min-width: 48em) {
  .cp-tab-sub-header {
    width: 100%;
    padding-bottom: 3%;
    margin-top: 5%;
  }
}

@media (max-width: 47.99em) {
  .cp-tab-sub-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 48em) {
  .cp-tab-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3%;
  }
}

.cp-tab-body .top-body {
  padding-bottom: 8%;
}

.cp-tab-body .images {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  -moz-column-gap: 2%;
       column-gap: 2%;
  padding-bottom: 8%;
}

.cp-tab-body .bottom-body {
  margin-bottom: 7%;
}

.cp-tab-single-container label {
  display: block;
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 48em) {
  .cp-tab-single-container label:hover > span {
    opacity: 1;
  }
}

.cp-tab-content__label {
  color: #1D1D1D;
  font-family: "FS Me Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  opacity: 1;
}

.cp-tab-content__label:hover {
  opacity: 1;
  color: #008673;
}

@media (min-width: 48em) {
  .cp-tab-content {
    position: absolute;
    left: 0;
    top: 5%;
    right: 0;
    opacity: 0;
    height: 600px;
  }
}

@media (max-width: 47.99em) {
  .cp-tab-content {
    margin-bottom: 30px;
  }
}

.cp-tab-section-hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #CBC8BE;
  margin-top: 10%;
}

.cp-tab-single-container [type=radio] {
  display: none;
}

@media (min-width: 48em) {
  [type=radio]:checked ~ label > span {
    background: #008673;
    text-align: center;
    z-index: 2;
    opacity: 1;
    height: 3px;
  }
}

@media (min-width: 48em) {
  [type=radio]:checked ~ label {
    background: #fff;
    color: #008673;
    text-align: center;
    z-index: 2;
    opacity: 1;
  }
}

@media (min-width: 48em) {
  [type=radio]:checked ~ label ~ .cp-tab-content {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    padding: 0% 2% 0 19%;
  }
}

.cp-page-title {
  background-color: #fff;
  padding: 5% 7% 0 7%;
}

@media (max-width: 40.625em) {
  .cp-page-title {
    padding: 5% 7% 80px 22px;
  }
}

@media (min-width: 46.875em) and (max-width: 62.5em) {
  .cp-page-title {
    padding: 5% 7% 24px 7%;
  }
}

.cp-page-title h1 {
  padding: 0;
  color: #008673;
}

.cp-page-title-long-hero {
  background-color: transparent;
  position: absolute;
  bottom: 0;
}

.cp-page-title-long-hero h1 {
  color: white;
  font-size: 30px;
  width: 200px;
  font-weight: 300;
  line-height: 40px;
}

.cp-quote {
  padding: 3% 7.2% 6%;
  background: #fff;
}

@media (max-width: 48.125em) {
  .cp-quote {
    margin: 0;
    padding-bottom: 50px;
  }
}

.cp-quote h3 {
  padding-bottom: 3rem;
}

.cp-quote div {
  float: right;
}

@media (max-width: 48.125em) {
  .cp-quote div {
    float: left;
  }
}

.cp-anchor-link-component {
  display: flex;
  justify-content: space-evenly;
  padding: 4% 7.2%;
  background: #fff;
}

@media (max-width: 48.125em) {
  .cp-anchor-link-component {
    display: none;
  }
}

.cp-anchor-link-component-header {
  font-family: "FS Me Bold";
  width: 68%;
  text-align: center;
  text-align: -webkit-center;
}

.cp-anchor-link-component-items {
  color: #008673;
  text-decoration: none;
  border-bottom: 2px solid #CBC8BE;
  padding-bottom: 15%;
}

.cp-anchor-link-component-items:hover {
  border-bottom: 5px solid #008673;
}

@media (max-width: 48.125em) {
  .cp-anchor-link-component-items:hover {
    border-bottom: none;
  }
}

@media (max-width: 48.125em) {
  .cp-anchor-link-component-items {
    color: black;
    border-bottom: none;
  }
}

.cp-anchor-link-component-m {
  padding: 4% 7% 10%;
  background-color: white;
}

@media (min-width: 48.125em) {
  .cp-anchor-link-component-m {
    display: none;
  }
}

.cp-anchor-link-component-m__hr {
  border: 1px solid #CBC8BE;
  height: 0;
}

.cp-anchor-link-component-m-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-anchor-link-component-m-header::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(static/chevron.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: black;
  margin-right: 12px;
}

.cp-anchor-link-component-m-header--open::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(static/chevron.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: black;
  margin-right: 12px;
  transform: rotateX(180deg);
}

@media (max-width: 48.125em) {
  .cp-anchor-link-component-m .cp-anchor-link-component-items {
    padding: 32px 0 0 0;
  }
}

.cp-anchor-link-component-m-container {
  display: none;
}

.cp-anchor-link-component-m-content--open {
  display: block;
  margin-bottom: 8px;
}

.cp-anchor-text {
  padding: 3% 7.2%;
  background: #fff;
}

.cp-anchor-text-header {
  margin-left: 20%;
  width: 80%;
  padding-bottom: 3%;
}

.cp-anchor-text-header h2 {
  padding-bottom: 3%;
}

@media (max-width: 48.125em) {
  .cp-anchor-text-header {
    margin: 0;
    width: 100%;
  }
}

.cp-anchor-text-bottom {
  margin-left: 17%;
  width: 80%;
}

@media (max-width: 48.125em) {
  .cp-anchor-text-bottom {
    margin: 0;
    width: 100%;
  }
}

.cp-anchor-text-images {
  padding: 2% 0%;
}

.cp-anchor-text-images .cp-news-article-gallery .news-article-gallery-container {
  padding: 0;
}

.cp-image-text {
  padding: 5% 7.2%;
  background-color: #fff;
}

.cp-image-text .header {
  margin-bottom: 3rem;
}

.cp-image-text-inner-container {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  justify-content: flex-end;
  align-items: flex-start;
  align-items: center;
}

@media (max-width: 48.125em) {
  .cp-image-text-inner-container {
    flex-direction: column !important;
  }
}

.cp-image-text-image {
  width: 33%;
}

@media (max-width: 48.125em) {
  .cp-image-text-image {
    width: unset;
    margin-bottom: 3rem;
  }
}

.cp-image-text-body {
  width: 99%;
}

@media (min-width: 48.125em) {
  .cp-image-text-inset {
    padding: 0 7.2% 5% 21.4% !important;
  }
}

.cp-sitemap {
  padding: 64px 7%;
  background-color: white;
  width: 100%;
}

.cp-sitemap-header {
  font-weight: bold !important;
}

.cp-sitemap-level-2 {
  margin-top: 36px;
  margin-left: 0;
  font-size: 24px;
}

.cp-sitemap-level-3 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.cp-sitemap-level-3::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 3px;
  display: block;
  margin-right: 12px;
}

.cp-sitemap-level-4 {
  font-size: 18px;
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.cp-sitemap-level-4::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 3px;
  display: block;
  margin-right: 12px;
}

.cp-sitemap-level-5 {
  font-size: 18px;
  margin-left: 32px;
  display: flex;
  align-items: center;
}

.cp-sitemap-level-5::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 3px;
  display: block;
  margin-right: 12px;
}

.cp-sitemap-level-6 {
  font-size: 18px;
  margin-left: 44px;
  display: flex;
  align-items: center;
}

.cp-sitemap-level-6::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 3px;
  display: block;
  margin-right: 12px;
}

.cp-award-banner {
  background: #a9a9a9;
}

.cp-award-banner-container {
  display: flex;
  -moz-column-gap: 26px;
       column-gap: 26px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cp-award-banner-container.desktop {
  display: flex;
}

@media (max-width: 43.74em) {
  .cp-award-banner-container.desktop {
    display: none;
  }
}

.cp-award-banner-container.mobile {
  display: none;
}

@media (max-width: 43.74em) {
  .cp-award-banner-container.mobile {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}

@media (min-width: 40.0625em) and (max-width: 43.74em) {
  .cp-award-banner-container.mobile {
    align-items: center;
  }
}

.cp-award-banner-title, .cp-award-banner-subtitle {
  font-family: "Akkordeon Seven", sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 43.74em) {
  .cp-award-banner-title, .cp-award-banner-subtitle {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.cp-award-banner-title {
  color: #1D1D1D;
}

.cp-award-banner-subtitle {
  color: #fff;
}

@media (max-width: 53.6875em) {
  .cp-award-banner-subtitle {
    font-size: 40px;
  }
}

.cp-labels {
  display: flex;
  flex-direction: column;
  row-gap: 140px;
  background-color: #1D1D1D;
  padding: 80px 40px 120px 90px;
}

@media (max-width: 59.365em) {
  .cp-labels {
    padding: 25px 0 70px 0;
    row-gap: 30px;
  }
}

.cp-text-icon {
  padding: 5% 7.2%;
}

.cp-text-icon .c-text-icon__text-container {
  margin-top: 28px;
  margin-bottom: 41px;
}

.cp-text-icon .c-text-icon__text-container a {
  color: #008673;
}

@media (max-width: 47.99em) {
  .cp-text-icon .c-text-icon__text-container {
    margin-bottom: 14px;
  }
}

.cp-text-icon .c-text-icon__icon {
  width: 216px;
  height: 48px;
}

.cp-text-icon .c-text-icon__caption a {
  color: #008673;
}

@media (max-width: 47.99em) {
  .cp-text-icon {
    padding: 40px 7.2%;
  }
}

.cp-five-tile {
  padding: 5% 7.2%;
}

.cp-five-tile .c-text-icon__icon {
  overflow: hidden;
}

.cp-five-tile .c-text-icon__icon img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.cp-five-tile .c-text-icon__icon img:hover {
  transform: scale(1.1);
}

.cp-five-tile .c-text-icon__subtitle {
  margin-top: 23px;
  margin-bottom: 36px;
}

.cp-five-tile .cp-five-tile-tiles {
  display: flex;
  flex-direction: row;
  gap: 18px;
}

.cp-five-tile .cp-five-tile-tiles .cp-five-tile-container {
  flex-basis: 20%;
}

.cp-five-tile .cp-five-tile-text-title {
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 2px;
}

@media (max-width: 43.75em) {
  .cp-five-tile .cp-five-tile-tiles {
    flex-direction: column;
  }
}

.cp-five-tile .five-tile-text-link a {
  text-decoration: none;
  color: black;
}

.cp-five-tile .five-tile-img-link {
  position: relative;
}

.cp-five-tile .five-tile-img-link:hover::after {
  background: url(static/External-Arrow.svg);
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-left: 12px;
  display: block;
  margin: auto 12px;
  position: absolute;
  bottom: 12px;
}

.cp-events-component {
  padding: 5% 7.2%;
}

.cp-events-component .cp-events-title {
  margin-bottom: 28px;
}

.cp-events-component .cp-events-event-count {
  margin-bottom: 12px;
}

.cp-events-component .cp-events-subtitle {
  margin-bottom: 28px;
}

.cp-events-component .el-events-swiper {
  position: relative;
}

.cp-events-component .cp-events-nav-container {
  position: absolute;
  top: -140px;
  right: 0;
}

.cp-events-component .cp-events__controls-left .icon,
.cp-events-component .cp-events__controls-right .icon,
.cp-events-component .cp-events-past__controls-left .icon,
.cp-events-component .cp-events-past__controls-right .icon {
  height: 32px;
  width: 24px;
}

.cp-events-component .cp-events__controls-left,
.cp-events-component .cp-events__controls-right,
.cp-events-component .cp-events-past__controls-left,
.cp-events-component .cp-events-past__controls-right {
  background: #FAF9F8;
  border-radius: 44px;
  height: 88px;
  width: 88px;
}

@media (max-width: 43.75em) {
  .cp-events-component .cp-events__controls-left,
.cp-events-component .cp-events__controls-right,
.cp-events-component .cp-events-past__controls-left,
.cp-events-component .cp-events-past__controls-right {
    border-radius: 27px;
    height: 54px;
    width: 54px;
  }
}

@media (max-width: 43.75em) {
  .cp-events-component .cp-events__controls,
.cp-events-component .cp-events-past__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
  }
}

.cp-events-component .cp-events-nav-container {
  position: absolute;
}

.cp-events-component .cp-events__swiper-container {
  width: 100%;
  overflow: visible;
}

.cp-events-component .el-event-upcoming-img-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.cp-events-component .el-event-image {
  transition: all, 0.5s ease-in-out;
  transform: scale(1);
}

.cp-events-component .el-event-image-link:hover + .el-event-image {
  transform: scale(1.1);
}

.cp-events-component .el-event-upcoming-date a {
  text-decoration: none;
}

.cp-events-component .el-event-image-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.cp-events-component .el-event-image-link:hover::after {
  background: url(static/External-Arrow.svg);
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-left: 12px;
  display: block;
  margin: auto 12px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.cp-events-component .el-event-upcoming-date-container {
  margin-top: 30px;
  margin-bottom: 8px;
}

.cp-events-component .el-event-upcoming-date {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  display: flex;
  font-size: 24px;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 43.75em) {
  .cp-events-component .el-event-upcoming-date {
    color: #008673;
    font-size: 15px;
    font-weight: 700;
  }
}

.cp-events-component .el-event-upcoming-date:hover {
  color: #008673;
}

.cp-events-component .el-event-upcoming-date:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13px;
  width: 11px;
  margin-right: 12px;
  background: url(static/calendar_icon.svg);
}

.cp-events-component .el-event-upcoming-location {
  display: flex;
  align-items: center;
}

.cp-events-component .el-event-upcoming-location:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
  width: 8px;
  margin-right: 12px;
  background: url(static/location_icon.svg);
}

.cp-events-component .el-event-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 90%;
  max-width: 351px;
  pointer-events: none;
}

.cp-events-component .el-event-upcoming-season-container {
  position: absolute;
  bottom: 20px;
  right: -40px;
  width: 150px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  rotate: -45deg;
}

.cp-events-component .el-event-upcoming-season {
  font-size: 13px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #2BBBA7;
  text-transform: uppercase;
}

@media (min-width: 43.75em) and (max-width: 81.25em) {
  .cp-events-component .el-event-title {
    font-size: 28px;
    line-height: 30px;
  }
}

.cp-events-component .cp-events-past__swiper-container {
  width: 100%;
  overflow: visible;
}

.cp-events-component .el-event-past-container {
  display: flex;
  padding: 20px;
  background: #008673;
  justify-content: flex-start;
  height: 92px;
}

.cp-events-component .el-event-past-container {
  padding: 0px;
}

.cp-events-component .el-event-past-container p {
  padding: 20px;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  max-width: 614px;
}

@media (min-width: 43.75em) {
  .cp-events-component .cp-events-past__controls {
    display: none;
  }

  .cp-events-component .cp-events-past__swiper-wrapper {
    box-sizing: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .cp-events-component .el-event-past-container {
    display: flex;
    padding: 20px;
    background: #008673;
    justify-content: flex-start;
    flex-shrink: inherit;
    flex-basis: calc(50% - 12px);
  }

  .cp-events-component .el-event-past-container p {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 43.75em) {
  .cp-events-component .cp-events-nav-container {
    position: relative;
    top: 0;
  }
}

.cp-events-component .cp-past-events-header {
  margin-top: 64px;
  margin-bottom: 12px;
}

.cp-events-component .cp-past-events-subtitle {
  margin-bottom: 28px;
}

.cp-partner-icons {
  background: #1D1D1D;
}

.cp-partner-icons .cp-partner-icons-title {
  color: white;
  padding: 48px 7%;
}

.cp-partner-icons .cp-partner-icons-swiper-container {
  padding-bottom: 92px;
  width: 100%;
}

.cp-partner-icons .cp-partner-icons-slide {
  width: -moz-fit-content;
  width: fit-content;
}

.cp-partner-icons .el-partner-icon-img-container {
  width: 180px;
  height: 120px;
  background: black;
  position: relative;
}

.cp-partner-icons .partner-icon-img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cp-partner-icons .cp-partner-icons-swiper-container {
  pointer-events: none;
}

.cp-our-team {
  padding: 5% 7.2%;
}

.cp-our-team .cp-our-team-container {
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-container {
    flex-direction: column;
  }
}

.cp-our-team .cp-our-team-title-container {
  width: 12%;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-title-container {
    width: 100%;
  }
}

.cp-our-team .cp-our-team-body-wrapper {
  width: 88%;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-body-wrapper {
    width: 100%;
  }
}

.cp-our-team .cp-our-team-subtitle {
  margin-bottom: 90px;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-subtitle {
    margin-bottom: 20px;
  }
}

.cp-our-team .cp-our-team-title {
  color: #008673;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-title {
    font-size: 11px;
    letter-spacing: 0.8px;
    margin-bottom: 18px;
  }
}

.cp-our-team .cp-our-team-member-container {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 50% 50%;
  justify-items: center;
  gap: 20px;
  margin-bottom: 80px;
}

@media (max-width: 43.75em) {
  .cp-our-team .cp-our-team-member-container {
    grid-template-columns: 100%;
    margin-bottom: 40px;
  }
}

.cp-our-team .el-team-member-staff-name {
  font-weight: 700;
}

.cp-our-team .cp-our-team-footnote p {
  font-size: 12px;
  line-height: 18px;
}

.cp-our-team .cp-our-team-footnote a {
  color: #008673;
}

.el-team-member-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 44px;
}

.el-team-member-body-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  row-gap: 8px;
}

.cp-production-page {
  overflow: hidden;
  background-color: #fff;
}

.cp-production-page-hero {
  height: 100vh;
}

@media (min-width: 48.125em) {
  .cp-production-page-hero {
    margin-bottom: -220px;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-hero {
    height: 300px;
    position: relative;
    top: -80px;
  }
}

.cp-production-page-hero img {
  position: absolute;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-production-page-hero .hero-video {
  width: 100%;
  height: 100%;
}

.cp-production-page-hero .hero-video-playing:hover .pause-button {
  display: block;
}

.cp-production-page-hero .play-button {
  position: absolute;
  text-align: center;
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cp-production-page-hero .play-button:hover {
  background: none;
  background-size: contain;
}

.cp-production-page-hero .play-button img {
  width: 10%;
}

.cp-production-page-hero .pause-button {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  left: 0%;
  top: 0;
  transition: 1s;
}

.cp-production-page-hero .pause-button img {
  width: 10%;
}

.cp-production-page-hero .pause-button:hover {
  opacity: 1;
  transition: 1s;
  background: none;
  background-size: contain;
}

.cp-production-page-hero .volume-container {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
  display: inline-flex;
}

@media (max-width: 78.0525em) {
  .cp-production-page-hero .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.cp-production-page-hero .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.cp-production-page-hero .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-production-page-hero .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-production-page-hero .video-volume:hover {
  opacity: 1;
}

.cp-production-page-hero .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.cp-production-page-hero .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.cp-production-page .production-bottom-container {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 2.5%;
  justify-content: flex-end;
  left: 0;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  flex-direction: row-reverse;
  align-items: center;
}

.cp-production-page .production-bottom-container .production-title {
  padding-left: 15rem;
  color: #fff;
  width: 90%;
}

@media (min-width: 48.125em) and (max-width: 64.0625em) {
  .cp-production-page .production-bottom-container .production-title {
    padding-left: 5rem;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page .production-bottom-container .production-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    align-self: center;
    padding: 0 0 16px 16px;
  }
}

.cp-production-page .production-bottom-container .production-information-container {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cp-production-page .production-bottom-container .scroll-btn {
  position: absolute;
  right: 5rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 70px;
  padding: 0.6rem 0.5rem;
  width: 12rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  justify-content: space-evenly;
  pointer-events: none;
}

@media (max-width: 62.5em) {
  .cp-production-page .production-bottom-container .scroll-btn {
    display: none;
  }
}

.cp-production-page .production-bottom-container .scroll-btn::after {
  content: url(static/ScrollVertical.svg);
  transform: rotate(-90deg);
}

.cp-production-page-container {
  margin-top: 5%;
  padding-left: 7.5%;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-production-page-container {
    margin-top: -80px;
    padding: 0 20px 35px 20px;
  }
}

.cp-production-page-container .cp-uneven-gallery-nav-container {
  bottom: 4%;
}

.cp-production-page-container .cp-uneven-gallery-nav__r-button, .cp-production-page-container .cp-uneven-gallery-nav_l-button {
  background-color: #FAF9F8;
}

.cp-production-page-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
}

@media (max-width: 48.125em) {
  .cp-production-page-information {
    flex-direction: column;
  }
}

.cp-production-page-overview {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  justify-content: space-evenly;
}

@media (max-width: 48.125em) {
  .cp-production-page-overview {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-overview .overview-title {
    padding: 20px 0;
    width: 100%;
  }
}

.cp-production-page-overview .overview-title,
.cp-production-page-overview .category-title {
  text-transform: uppercase;
}

.cp-production-page-overview img {
  width: 50%;
  display: inline-block;
  padding-bottom: 8%;
  padding-top: 8%;
}

.cp-production-page-overview .on-air,
.cp-production-page-overview .episodes,
.cp-production-page-overview .channels,
.cp-production-page-overview .lead-cast,
.cp-production-page-overview .production-type,
.cp-production-page-overview .themes, .cp-production-page-overview .crew {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cp-production-page-overview .themes > .theme-items {
  display: flex;
  flex-direction: column;
}

.cp-production-page-overview .production-type > .type {
  display: flex;
  flex-direction: column;
}

.cp-production-page-overview .channels > .channels-items {
  display: flex;
  flex-direction: column;
}

.cp-production-page-overview img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%) opacity(0.7);
  /* Chrome 19+ & Safari 6+ */
  transition: 1s;
}

.cp-production-page-overview img:hover {
  filter: none;
  -webkit-filter: grayscale(0%) opacity(1);
  transition: 1s;
}

.cp-production-page-synopsis {
  width: 77%;
}

@media (max-width: 48.125em) {
  .cp-production-page-synopsis {
    width: 100%;
  }
}

.cp-production-page-synopsis .synopsis-title {
  text-transform: uppercase;
}

.cp-production-page-synopsis .synopsis-header {
  width: 85%;
  padding-bottom: 2%;
  padding-top: 2%;
}

@media (max-width: 48.125em) {
  .cp-production-page-synopsis .synopsis-header {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}

.cp-production-page-synopsis div {
  width: 88%;
}

@media (max-width: 48.125em) {
  .cp-production-page-synopsis div {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-synopsis p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
  }
}

.cp-production-page-image-gallery {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 10% 0 180px 0;
}

@media (max-width: 48.125em) {
  .cp-production-page-image-gallery {
    padding: 10% 0 0 0;
    margin-bottom: 77px;
  }
}

.cp-production-page-related-productions {
  padding: 5% 7.2%;
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content a {
    width: 48%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content img {
    width: 50%;
    margin-right: 30%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content .cp-production-page-mobile-info {
    width: 48%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content .category-title {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content .crew-items {
    width: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content .crew-items div {
    width: 100%;
  }
}

@keyframes openAccordion {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@media (max-width: 48.125em) {
  .cp-production-page-mobile-accordion-content {
    display: flex;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
  }
}

@media (max-width: 48.125em) {
  .cp-production-accordion-content--open {
    display: flex;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
  }
}

@media (max-width: 48.125em) {
  #cp-production-accordion-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    transition: all 0.5s ease;
  }
}

.cp-production-page-hr {
  display: none;
  height: 0;
  border-top: 1.5px solid #CBC8BE;
  margin-top: 2px;
}

@media (max-width: 48.125em) {
  .cp-production-page-hr {
    display: block;
  }
}

@media (max-width: 48.125em) {
  .overview-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1.5px solid #CBC8BE;
  }

  .overview-title-container::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(static/chevron.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    color: black;
    margin-right: 12px;
    transition: all 0.5s ease;
  }
}

@media (max-width: 48.125em) {
  .cp-production-accordion-header--open::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(static/chevron.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    color: black;
    margin-right: 12px;
    transform: rotateX(180deg);
    transition: all 0.5s ease;
  }
}

.cp-production-page-body-media {
  width: 88% !important;
}

@media (max-width: 48.125em) {
  .cp-production-page-body-media {
    width: 100% !important;
  }
}

.cp-production-page-body-media-container {
  width: 100% !important;
}

.cp-production-page-body-media-wrapper {
  width: 100% !important;
  position: relative;
  margin-top: 24px;
}

.cp-production-page-body-media-wrapper .hero-video {
  width: 100%;
  height: 100%;
}

.cp-production-page-body-media-wrapper .hero-video-playing:hover .pause-button {
  display: block;
}

.cp-production-page-body-media-wrapper .play-button {
  position: absolute;
  text-align: center;
  background-color: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cp-production-page-body-media-wrapper .play-button:hover {
  background-size: 80px;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center;
  background-image: url(static/PlayHover.svg);
}

.cp-production-page-body-media-wrapper .play-button img {
  width: 80px;
}

.cp-production-page-body-media-wrapper .pause-button {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  transition: 1s;
}

.cp-production-page-body-media-wrapper .pause-button img {
  width: 80px;
}

.cp-production-page-body-media-wrapper .pause-button:hover {
  background-image: url(static/PauseHover.svg);
  background-size: contain;
  opacity: 1;
  transition: opacity 1s ease;
  background-color: none;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.cp-production-page-body-media-wrapper .volume-container {
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 2;
  display: inline-flex;
  width: 25% !important;
}

@media (max-width: 78.0525em) {
  .cp-production-page-body-media-wrapper .volume-container {
    width: 30%;
    position: absolute;
    bottom: 13px;
    right: 4%;
    z-index: 2;
    display: flex;
    height: 21px;
  }
}

.cp-production-page-body-media-wrapper .video-volume {
  -webkit-appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 5px;
  background: #FAF9F8;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
  background-image: linear-gradient(#008673, #008673);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  margin-top: auto;
  margin-bottom: auto;
}

.cp-production-page-body-media-wrapper .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-production-page-body-media-wrapper .video-volume::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #008673;
  cursor: pointer;
  border: 0;
}

.cp-production-page-body-media-wrapper .video-volume:hover {
  opacity: 1;
}

.cp-production-page-body-media-wrapper .volume-icon {
  padding: 0 10px 0 0;
  background-color: unset;
}

.cp-production-page-body-media-wrapper .volume-load {
  background: url(static/icon_mute.svg), url(static/icon_volume-25.svg), url(static/icon_volume-50.svg), url(static/icon_volume-75.svg), url(static/icon_volume-full.svg);
}

.cp-news-article-page {
  background-color: #fff;
}

.cp-news-article-page-hero {
  height: 100%;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-hero {
    height: 220px;
    margin-bottom: 30px;
  }
}

@media (min-width: 48.125em) {
  .cp-news-article-page-hero {
    position: relative;
    top: -210px;
    margin-bottom: -180px;
  }
}

.cp-news-article-page-hero img {
  position: absolute;
  top: 0;
}

@media (min-width: 48.125em) {
  .cp-news-article-page-hero img {
    position: relative;
  }
}

@media (max-width: 48.125em) {
  .cp-news-article-page-hero img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cp-news-article-page-container {
  padding: 0% 7.5% 5% 7.5%;
}

.cp-news-article-page-title {
  padding-bottom: 5%;
}

@media (min-width: 48.125em) {
  .cp-news-article-page-title {
    padding-top: 40px;
  }
}

@media (max-width: 48.125em) {
  .cp-news-article-page-title {
    padding-bottom: 16px;
  }
}

.cp-news-article-page-body-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-body-container {
    flex-direction: column;
  }
}

.cp-news-article-page-information {
  width: 200px;
  min-width: 200px;
  max-width: 300px;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-information {
    padding-bottom: 16px;
    width: 100%;
  }
}

.cp-news-article-page-information .news-overview-date {
  text-transform: uppercase;
  padding-bottom: 1%;
}

.cp-news-article-page-information .news-overlay-genre {
  font-size: 15px;
  line-height: auto;
}

.cp-news-article-page-information button {
  margin-top: 10%;
  background-color: transparent;
  display: flex;
  width: 75%;
  justify-content: flex-start;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-information button {
    display: none;
  }
}

.cp-news-article-page-information button::before {
  content: url(static/Arrow-Left.svg);
  margin-top: 2%;
  margin-right: 16px;
}

.cp-news-article-page-information button a {
  display: inline-block;
  color: #1D1D1D;
  text-decoration: none;
}

.cp-news-article-page-information button a:hover {
  color: #008673;
}

.cp-news-article-page-body .news-article-title {
  padding-bottom: 3%;
}

.cp-news-article-page-body .news-article-body {
  width: 94%;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-body .news-article-body {
    padding-top: 16px;
    width: 100%;
  }

  .cp-news-article-page-body .news-article-body iframe {
    width: 100% !important;
  }
}

.cp-news-article-page-body .news-article-body a {
  display: inline-block !important;
}

.cp-news-article-page-body .news-article-body a:visited {
  color: #1D1D1D;
  text-decoration: underline;
}

.cp-news-article-page-body .news-article-body a:visited:hover {
  color: #008673;
}

@media (max-width: 48.125em) {
  .cp-news-article-page-body {
    width: 100%;
  }
}

.cp-news-article-gallery .news-article-gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 2% 7.2%;
}

.cp-news-article-gallery .news-article-gallery-container .gallery-items {
  grid-column: span 2;
}

.cp-news-article-gallery .news-article-gallery-container .gallery-items:nth-child(1), .cp-news-article-gallery .news-article-gallery-container .gallery-items:nth-child(4) {
  grid-column: span 1;
}

@media (max-width: 47.99em) {
  .cp-news-article-gallery .news-article-gallery-container {
    grid-template-columns: 100%;
  }

  .cp-news-article-gallery .news-article-gallery-container .gallery-items {
    grid-column: span 1;
  }
}

@media (max-width: 48.125em) {
  .cp-news-article-page-body-container {
    padding-top: 16px;
    width: 100%;
  }

  .cp-news-article-page-body-container iframe {
    width: 100% !important;
  }
}

.cp-genre-page {
  background-color: #1D1D1D;
}

.cp-genre-page-container {
  padding: 6% 7.2% 0% 7.2%;
}

.cp-genre-page-title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 62.5em) {
  .cp-genre-page-title-container {
    flex-direction: column;
  }
}

.cp-genre-page-title-container .genre-title {
  text-transform: uppercase;
}

@media (max-width: 62.5em) {
  .cp-genre-page-title-container .genre-title {
    margin-bottom: 12px;
  }
}

@media (max-width: 68.75em) {
  .cp-genre-page-title-container .genre-subtitle {
    margin-left: 0;
  }
}

@media (max-width: 62.5em) {
  .cp-genre-page-title-container .genre-subtitle {
    margin-left: 0;
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }
}

.cp-genre-page-title-container button {
  width: 12%;
  background: #1D1D1D;
  padding: 12px;
  color: #fff;
  border-radius: 35px;
}

.cp-genre-page .genre-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8% 7.2% 5% 7.2%;
}

.cp-genre-page .genre-items {
  width: 50%;
  position: relative;
  height: 100%;
  cursor: pointer;
}

.cp-genre-page .genre-items:hover {
  transform: scale(1.06) !important;
  transition-duration: 800ms !important;
}

.cp-genre-page .genre-items img {
  height: 100%;
}

.cp-genre-page .genre-items-100 {
  width: 100%;
}

.cp-genre-page .genre-items-0, .cp-genre-page .genre-items-10 {
  width: 58%;
}

.cp-genre-page .genre-items-0 .genre-bottom-container .genre-title, .cp-genre-page .genre-items-10 .genre-bottom-container .genre-title {
  color: #fff;
}

.cp-genre-page .genre-items-0 .genre-bottom-container .genre-information-container-container .genre-producer,
.cp-genre-page .genre-items-0 .genre-bottom-container .genre-information-container-container .genre-channel,
.cp-genre-page .genre-items-0 .genre-bottom-container .genre-information-container-container .genre-year, .cp-genre-page .genre-items-10 .genre-bottom-container .genre-information-container-container .genre-producer,
.cp-genre-page .genre-items-10 .genre-bottom-container .genre-information-container-container .genre-channel,
.cp-genre-page .genre-items-10 .genre-bottom-container .genre-information-container-container .genre-year {
  color: #fff;
}

.cp-genre-page .genre-items-1, .cp-genre-page .genre-items-11 {
  margin-left: 10%;
  width: 32%;
  height: 49%;
  position: relative;
}

.cp-genre-page .genre-items-1 .genre-bottom-container, .cp-genre-page .genre-items-11 .genre-bottom-container {
  width: 100%;
  right: 0px;
  left: unset;
}

.cp-genre-page .genre-items-1 .genre-bottom-container .genre-title, .cp-genre-page .genre-items-11 .genre-bottom-container .genre-title {
  position: absolute;
  top: 125%;
  left: 0;
  padding-left: 0% !important;
  padding-top: 2%;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-1 .genre-bottom-container .genre-title, .cp-genre-page .genre-items-11 .genre-bottom-container .genre-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-1 .genre-bottom-container .genre-information-container, .cp-genre-page .genre-items-11 .genre-bottom-container .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-1 .genre-bottom-container .genre-information-container .genre-producer,
.cp-genre-page .genre-items-1 .genre-bottom-container .genre-information-container .genre-channel,
.cp-genre-page .genre-items-1 .genre-bottom-container .genre-information-container .genre-year, .cp-genre-page .genre-items-11 .genre-bottom-container .genre-information-container .genre-producer,
.cp-genre-page .genre-items-11 .genre-bottom-container .genre-information-container .genre-channel,
.cp-genre-page .genre-items-11 .genre-bottom-container .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-1 .genre-bottom-container .genre-information-container, .cp-genre-page .genre-items-11 .genre-bottom-container .genre-information-container {
    width: 30%;
  }
}

.cp-genre-page .genre-items-2, .cp-genre-page .genre-items-12 {
  margin-top: 17%;
  width: 45%;
}

.cp-genre-page .genre-items-2 .genre-bottom-container, .cp-genre-page .genre-items-12 .genre-bottom-container {
  right: 0;
  width: 100%;
  left: unset;
}

.cp-genre-page .genre-items-2 .genre-bottom-container .genre-title, .cp-genre-page .genre-items-12 .genre-bottom-container .genre-title {
  position: absolute;
  top: 125%;
  padding-left: 0;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-2 .genre-bottom-container .genre-title, .cp-genre-page .genre-items-12 .genre-bottom-container .genre-title {
    position: relative;
    top: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-2 .genre-bottom-container .genre-information-container, .cp-genre-page .genre-items-12 .genre-bottom-container .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-2 .genre-bottom-container .genre-information-container .genre-producer,
.cp-genre-page .genre-items-2 .genre-bottom-container .genre-information-container .genre-channel,
.cp-genre-page .genre-items-2 .genre-bottom-container .genre-information-container .genre-year, .cp-genre-page .genre-items-12 .genre-bottom-container .genre-information-container .genre-producer,
.cp-genre-page .genre-items-12 .genre-bottom-container .genre-information-container .genre-channel,
.cp-genre-page .genre-items-12 .genre-bottom-container .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-2 .genre-bottom-container .genre-information-container, .cp-genre-page .genre-items-12 .genre-bottom-container .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-3, .cp-genre-page .genre-items-13 {
  width: 44%;
  margin-left: 11%;
  margin-top: 8%;
}

.cp-genre-page .genre-items-3 .genre-title, .cp-genre-page .genre-items-13 .genre-title {
  position: absolute;
  top: 125%;
  left: 0;
  padding-left: 0% !important;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-3 .genre-title, .cp-genre-page .genre-items-13 .genre-title {
    position: relative;
    top: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-3 .genre-information-container, .cp-genre-page .genre-items-13 .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-3 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-3 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-3 .genre-information-container .genre-year, .cp-genre-page .genre-items-13 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-13 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-13 .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-3 .genre-information-container, .cp-genre-page .genre-items-13 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-4, .cp-genre-page .genre-items-14 {
  padding-top: 13%;
  margin-bottom: 8%;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-4 .genre-information-container, .cp-genre-page .genre-items-14 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-5, .cp-genre-page .genre-items-15 {
  width: 32%;
}

.cp-genre-page .genre-items-5 .genre-title, .cp-genre-page .genre-items-15 .genre-title {
  position: absolute;
  top: 125%;
  left: 0;
  padding-left: 0% !important;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-5 .genre-title, .cp-genre-page .genre-items-15 .genre-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-5 .genre-information-container, .cp-genre-page .genre-items-15 .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-5 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-5 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-5 .genre-information-container .genre-year, .cp-genre-page .genre-items-15 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-15 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-15 .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-5 .genre-information-container, .cp-genre-page .genre-items-15 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-6 {
  margin-left: 10%;
  width: 58%;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-6 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-7 {
  padding-top: 9%;
  width: 45%;
}

.cp-genre-page .genre-items-7 .genre-title {
  position: absolute;
  top: 125%;
  left: 0;
  padding-left: 0% !important;
  padding-left: 0;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-7 .genre-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-7 .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-7 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-7 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-7 .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-7 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-8 {
  width: 44%;
  margin-left: 11%;
  margin-top: 18%;
}

.cp-genre-page .genre-items-8 .genre-title {
  position: absolute;
  top: 125%;
  left: 0;
  padding-left: 0% !important;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-8 .genre-title {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
}

.cp-genre-page .genre-items-8 .genre-information-container {
  width: 100%;
}

.cp-genre-page .genre-items-8 .genre-information-container .genre-producer,
.cp-genre-page .genre-items-8 .genre-information-container .genre-channel,
.cp-genre-page .genre-items-8 .genre-information-container .genre-year {
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items-8 .genre-information-container {
    width: 40%;
  }
}

.cp-genre-page .genre-items-9 {
  padding-top: 15%;
  margin-bottom: 8%;
}

.cp-genre-page .genre-items-9 .genre-title {
  padding-top: 2%;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-items {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 82px;
  }
}

.cp-genre-page .genre-bottom-container {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  left: 0;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: row-reverse;
  align-items: center;
}

.cp-genre-page .genre-bottom-container .genre-title {
  padding-left: 10rem;
  color: #fff;
}

@media (max-width: 62.5em) {
  .cp-genre-page .genre-bottom-container .genre-title {
    font-size: 20px;
    line-height: 20px;
    padding: 0;
  }
}

.cp-genre-page .genre-bottom-container .genre-information-container {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.5rem;
  justify-content: space-evenly;
  align-items: flex-start;
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-genre-page .genre-bottom-container .genre-information-container {
    width: 25%;
  }
}

@media (max-width: 48.125em) {
  .cp-genre-page .genre-bottom-container .genre-information-container {
    padding: 1.5rem;
    width: 40%;
  }
}

@media (max-width: 62.5em) {
  .genre-bottom-container .genre-information-container .genre-producer,
.genre-bottom-container .genre-information-container .genre-channel,
.genre-bottom-container .genre-information-container .genre-year {
    font-size: 10px !important;
    line-height: 12px !important;
  }
}

@media (max-width: 62.5em) {
  .genre-bottom-container .genre-title {
    padding: 0;
  }
}

#genre-page-gallery-mask {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 100;
}

#genre-page-gallery-mask-grey {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 50vh;
  background-image: linear-gradient(#1D1D1D, #0a0a0a);
  z-index: 100;
}

#genre-gallery-component {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100vw;
  height: 90vh;
  margin-top: 5vh;
}

.genre-gallery-items {
  height: 80%;
  transition: height 0.5s ease;
  transition-delay: 1500ms;
  overflow-x: hidden;
}

.genre-gallery-items-back {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  background-color: black;
  position: absolute;
  z-index: 150000;
}

.genre-gallery-wrapper {
  margin-left: 14%;
  align-items: center;
}

.genre-gallery-image {
  height: 100%;
}

.genre-gallery-container {
  overflow-y: visible;
  width: 100%;
}

.swiper-genre-active {
  height: 77%;
  transition: height 0.5s ease;
  transition-delay: 1500ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.genre-gallery-image {
  transition: opacity 0.5s ease;
  transition-delay: 1500ms;
  opacity: 0.5;
  z-index: 150001;
  position: relative;
  width: auto;
  height: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.genre-gallery-items > .genre-bottom-container {
  transition: opacity 0.5s ease;
  transition-delay: 1500ms;
  opacity: 0;
  z-index: 150001;
  position: absolute;
}

.swiper-genre-active > .genre-bottom-container {
  transition: opacity 0.5s ease;
  transition-delay: 2000ms;
  opacity: 1;
}

.swiper-genre-active > .genre-gallery-image {
  transition: opacity 0.5s ease, margin-left 0.5s ease;
  transition-delay: 1500ms;
  opacity: 1;
}

.genre-gallery-hidden {
  visibility: hidden;
  top: 10vh;
  position: absolute;
}

.gallery-hidden {
  display: none;
}

#cp-genre-page-gallery-toggle {
  z-index: 20000;
  background-color: black;
  color: grey;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sans Pro Regular";
}

@media (max-width: 62.5em) {
  #cp-genre-page-gallery-toggle {
    display: none;
  }
}

.cp-genre-page-gallery-toggle-slider {
  width: 40px;
  height: 20px;
  border-radius: 15px;
  background-color: gray;
  position: relative;
}

.cp-genre-page-gallery-toggle-slider:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  height: 16px;
  width: 26px;
  border-radius: 15px;
  background-color: white;
}

.cp-genre-page-gallery-toggle-grid {
  color: white;
}

.genre-gallery-toggle-gallery {
  position: absolute;
  top: 40px;
  right: 60px;
}

.genre-gallery-toggle-gallery > .cp-genre-page-gallery-toggle-gallery {
  color: white;
}

.genre-gallery-toggle-gallery > .cp-genre-page-gallery-toggle-grid {
  color: grey;
}

.genre-gallery-toggle-gallery > .cp-genre-page-gallery-toggle-slider:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 2px;
  height: 16px;
  width: 26px;
  border-radius: 15px;
  background-color: white;
}

@keyframes wrapperAnimation {
  0% {
    margin-left: 14%;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes wrapperAnimationLast {
  0% {
    margin-left: -12%;
  }

  100% {
    margin-left: -30.2%;
  }
}

@keyframes componentAnimation {
  0% {
    margin-top: 5vh;
    height: 90vh;
  }

  100% {
    margin-top: 0;
    height: 100vh;
  }
}

@keyframes itemAnimation {
  0% {
    height: 90%;
  }

  100% {
    height: 100%;
    width: 100vw;
  }
}

@keyframes imageAnimation {
  100% {
    width: 100vw;
    height: 100vh;
  }
}

@keyframes lastSlideAnimationIn {
  100% {
    margin-left: -12%;
  }
}

@keyframes lastSlideAnimationOut {
  0% {
    margin-left: -12%;
  }

  100% {
    margin-left: 12%;
  }
}

.genre-gallery-wrapper-end {
  animation: lastSlideAnimationIn 0.5s forwards;
}

.genre-gallery-wrapper-init {
  animation: lastSlideAnimationOut 0.5s forwards;
}

.genre-gallery-clicked__image {
  animation: imageAnimation 0.5s forwards;
  -o-object-fit: cover;
     object-fit: cover;
}

.genre-gallery-clicked__item {
  transition: none;
  animation: itemAnimation 0.5s forwards;
}

.genre-gallery-clicked__wrapper {
  transition: none;
  margin-left: 0;
  animation: wrapperAnimation 0.5s forwards;
}

.genre-gallery-clicked__wrapper--last {
  transition: none;
  animation: wrapperAnimationLast 0.5s forwards;
}

.genre-gallery-clicked__component {
  transition: none;
  animation: componentAnimation 0.5s forwards;
}

#genre-gallery-component .genre-bottom-container {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  padding: 2.5% 0;
  justify-content: flex-end;
  left: 0;
  background-color: rgba(29, 29, 29, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  flex-direction: row-reverse;
  align-items: center;
}

#genre-gallery-component .genre-bottom-container .genre-title {
  padding-left: 2%;
  color: #fff;
  font-size: 80px;
  line-height: 84px;
}

@media (max-width: 62.5em) {
  #genre-gallery-component .genre-bottom-container .genre-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    align-self: center;
    padding: 0 0 16px 16px;
  }
}

#genre-gallery-component .genre-bottom-container .genre-information-container {
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.no-scroll {
  height: 100vh;
  overflow-x: hidden;
}

#cp-genre-page-gallery-explore {
  position: absolute;
  bottom: -3vh;
  right: 20px;
  z-index: 20000;
  background-color: black;
  color: white;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Sans Pro Regular";
}

@media (max-width: 62.5em) {
  #cp-genre-page-gallery-explore {
    display: none;
  }
}

.cp-genre-page-gallery-explore-img {
  width: 20px;
  height: 20px;
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  filter: brightness(0) invert(1);
}

.cp-news-page {
  background-color: #fff;
  padding: 5% 7.2%;
}

.cp-news-page h1 {
  padding-bottom: 2%;
}

.cp-news-page-content-container .pagination-container {
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
}

.cp-news-page-main-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 5rem 0;
}

.cp-news-page-main-container .cp-news-page-item {
  position: relative;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) {
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) img {
  width: 49%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) img {
    width: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .news-gradient {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container {
  margin-left: 6rem;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container {
    width: 100%;
    margin-left: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-title {
  width: 100%;
  font-family: "FS Me Bold";
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-title {
    width: 100%;
  }
}

@media (min-width: 62.5em) and (max-width: 99.9375em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-title {
    font-size: 32px;
    line-height: 46px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-date {
  text-transform: uppercase;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-genre {
  padding-bottom: 2rem;
}

@media (min-width: 62.5em) and (max-width: 100em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-genre {
    padding-bottom: 0.5rem;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-preview {
  width: 80%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-preview {
    width: 100%;
  }
}

@media (min-width: 62.5em) and (max-width: 75em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container .news-preview {
    max-height: 60px;
    overflow-y: scroll;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 15rem;
  color: #1D1D1D;
  transition: 1s;
  margin-top: 2rem;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button {
    width: 60%;
  }
}

@media (min-width: 62.5em) and (max-width: 87.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button {
    width: 17%;
    min-width: 150px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(1) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) {
  width: 32%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(2) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container {
  height: 313px;
  background-color: #FAF9F8;
  padding: 5%;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container h1 {
  font-size: 27px;
  line-height: 34px;
  padding-top: 2%;
  padding-bottom: 5%;
  font-family: "FS Me Bold";
}

@media (min-width: 62.5em) and (max-width: 87.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container .news-date {
  color: #000000;
  text-transform: uppercase;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 25px;
  color: #1D1D1D;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(2) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) {
  width: 66%;
  margin-left: 2%;
  height: 313px;
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  background-color: #1D1D1D;
  margin-bottom: 14%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) img {
  width: auto;
  height: 100%;
  position: absolute;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) img {
    width: 100%;
    position: relative;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .news-gradient {
  width: 80%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 100%);
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .news-gradient {
    width: 100%;
    display: none;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container {
  padding: 3%;
  z-index: 2;
  color: #fff;
  background-color: #1d1d1d;
}

@media (max-width: 48.125em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container {
    padding: 5%;
  }
}

@media (min-width: 48.125em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container h1 {
  font-size: 27px;
  line-height: 34px;
  padding-bottom: 5%;
  font-family: "FS Me Bold";
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container .news-date {
  color: #fff;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  bottom: 0;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button {
    width: 60%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(3) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) {
  width: 32%;
  margin-left: 34%;
  margin-bottom: 2%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(4) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container {
  height: 313px;
  padding: 5%;
  background-color: #FAF9F8;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container .news-title {
  font-size: 27px;
  line-height: 34px;
  font-family: "FS Me Bold";
}

@media (min-width: 62.5em) and (max-width: 87.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container .news-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container .news-date {
  text-transform: uppercase;
  color: #000000;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 25px;
  color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(4) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 2rem;
  background-color: #DFF5F2;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(5) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) img {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container {
  padding: 5%;
  margin-bottom: 83%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container {
    margin-bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container .news-title {
  font-size: 27px;
  line-height: 34px;
  font-family: "FS Me Bold";
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container .news-date {
  color: #000000;
  text-transform: uppercase;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 25px;
  color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(5) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) {
  width: 66%;
  height: 313px;
  display: flex;
  flex-direction: row;
  background-color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .news-gradient {
  width: 50%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 100%);
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .news-gradient {
    width: 100%;
    display: none;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) img {
  position: absolute;
  height: 100%;
  width: auto;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) img {
    width: 100%;
    position: relative;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container {
  color: white;
  padding: 3%;
  z-index: 3;
  background-color: #1d1d1d;
}

@media (min-width: 48.125em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container .news-title {
  font-size: 27px;
  line-height: 34px;
  padding-bottom: 5%;
  font-family: "FS Me Bold";
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container .news-date {
  text-transform: uppercase;
  color: white;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 45%;
  position: absolute;
  bottom: 25px;
}

@media (min-width: 48.125em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(6) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) {
  width: 33%;
  margin-left: 1%;
  margin-bottom: 2%;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(7) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container {
  padding: 5%;
  height: 313px;
  background-color: #FAF9F8;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container .news-title {
  font-size: 27px;
  font-family: "FS Me Bold";
  line-height: 34px;
}

@media (min-width: 62.5em) and (max-width: 87.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container .news-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container .news-date {
  color: #000000;
  text-transform: uppercase;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 25px;
  color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(7) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) {
  width: 32%;
  background-color: #DFF5F2;
  height: 548px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(8) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) img {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container {
  padding: 5%;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container .news-title {
  font-size: 27px;
  line-height: 34px;
  font-family: "FS Me Bold";
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container .news-date {
  color: #000000;
  text-transform: uppercase;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button {
  background: transparent;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  position: absolute;
  bottom: 25px;
  color: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(8) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) {
  display: flex;
  width: 66%;
  margin-left: 2%;
  margin-top: 6%;
  height: 313px;
  background: #1D1D1D;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) {
    width: 100%;
    height: 100%;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) img {
  width: auto;
  height: 100%;
  position: absolute;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) img {
    width: 100%;
    position: relative;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .news-gradient {
  width: 50%;
  height: 100%;
  left: 0;
  z-index: 1;
  top: 0;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1d1d1d 100%);
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) .news-gradient {
    width: 100%;
    display: none;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container {
  color: white;
  padding: 3%;
  z-index: 3;
  background-color: #1d1d1d;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container .news-title {
  font-size: 27px;
  line-height: 34px;
  padding-bottom: 5%;
  font-family: "FS Me Bold";
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container .news-date {
  text-transform: uppercase;
  color: white;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container .news-preview {
  display: none;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  width: 45%;
  position: absolute;
  bottom: 25px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button {
    width: 60%;
    bottom: 0;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button:after {
  content: "";
  background-image: url(static/white_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button:hover {
  color: #008673;
  transition: 1s;
}

.cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button:hover:after {
  content: "";
  background-image: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 16px;
  transition: 1s;
}

@media (max-width: 62.5em) {
  .cp-news-page-main-container .cp-news-page-item:nth-child(9) .cp-news-page-item-container button:hover:after {
    width: 18px;
    height: 12px;
  }
}

.cp-news-page-main-container .cp-news-page-item button {
  padding-left: 0;
}

.cp-news-page-filter-container {
  display: flex;
  padding-bottom: 20px;
}

@media (max-width: 62.5em) {
  .cp-news-page-filter-container {
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.cp-news-page-filter__option {
  display: flex;
  transition: 1s;
}

.cp-news-page-filter__option-text {
  cursor: pointer;
  text-underline-offset: 0.5rem;
  transition: 1s;
}

.cp-news-page-filter__option-divider {
  margin: 0 20px 0 30px;
}

@media (max-width: 62.5em) {
  .cp-news-page-filter__option-divider {
    margin: 0 10px 0 10px;
  }
}

.cp-news-page-filter-all .cp-news-page-filter__option-text {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.cp-news-page-nav-pagination-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 62.5em) {
  .cp-news-page-nav-pagination-container div {
    display: flex;
    align-items: center;
  }
}

.cp-news-page-nav-container {
  display: flex;
  align-items: center;
}

.cp-news-page-nav-container > div:nth-child(2) {
  text-decoration: underline;
}

.cp-news-page-nav-back {
  width: 30px;
  height: 20px;
  background: url(static/arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: black;
  cursor: pointer;
}

.cp-news-page-nav-forward {
  width: 30px;
  height: 20px;
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  color: black;
  cursor: pointer;
}

.cp-news-page-nav-page-number {
  padding: 0 10px;
  cursor: pointer;
  text-underline-offset: 3px;
}

@media (max-width: 62.5em) {
  .cp-news-page-item {
    flex-direction: column;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-item-image {
    width: 100%;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .cp-news-page-item-container {
    width: 100%;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-title {
    width: 100%;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-date {
    width: 100%;
    padding-bottom: 6px;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-preview {
    width: 100%;
  }
}

@media (min-width: 43.75em) {
  .cp-news-page-item .news-button:hover {
    color: #008673;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-button {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    align-items: center;
    position: relative;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item {
    flex-direction: column !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-item-image {
    width: 100% !important;
  }
}

@media (max-width: 48.125em) {
  .cp-news-page-item .cp-news-page-item-container {
    padding: 2rem !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .cp-news-page-item-container {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-title {
    width: 100% !important;
    padding-top: 12px !important;
    padding-bottom: 16px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    letter-spacing: 0em !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-date {
    width: 100% !important;
    padding-bottom: 6px !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-preview {
    width: 100% !important;
  }
}

@media (max-width: 62.5em) {
  .cp-news-page-item .news-button {
    width: 145px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    letter-spacing: 0em !important;
    align-items: center !important;
    position: relative !important;
    padding: 24px 12px 6px 0;
  }
}

.cp-case-studies {
  background-color: #fff;
  padding: 5% 0%;
}

.cp-case-studies-name {
  padding-left: 7.2%;
  padding-bottom: 5%;
}

.cp-case-studies-title-container {
  margin-left: 17%;
  padding-bottom: 5%;
  padding-left: 5%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-title-container {
    margin: 0;
    padding-left: 7%;
    padding-right: 7%;
  }
}

.cp-case-studies-title-container .case-studies-title {
  width: 75%;
  padding-bottom: 3%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-title-container .case-studies-title {
    width: 100%;
  }
}

@media (max-width: 62.5em) {
  .cp-case-studies-container .case-study-items .items-container {
    width: 100%;
  }
}

.cp-case-studies-container .case-study-items img {
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-case-studies-container .case-study-items-0 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-right: 7.2%;
  margin-bottom: 7%;
}

.cp-case-studies-container .case-study-items-0 img {
  width: 49%;
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information {
  background-color: #008673;
  color: #fff;
  padding: 5% 2% 5% 8%;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information {
    padding: 2rem;
    position: relative;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-title {
  width: 87%;
  padding-bottom: 5%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-title {
    padding-bottom: 2%;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-preview {
  padding-bottom: 5%;
  width: 90%;
  line-height: 22px;
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-date {
  width: 30%;
  text-transform: uppercase;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-date {
    margin-bottom: 2rem;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-author-name {
  font-size: 27px;
  line-height: 34px;
  width: 70%;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-author-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-author-job-title {
  width: 30%;
  font-size: 15px;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information .case-study-author-job-title {
    margin-bottom: 1rem;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-family: "FS Me Bold";
  border: 2px #fff solid;
  border-radius: 50px;
  position: absolute;
  bottom: 7%;
  right: 4%;
  padding: 1.5% 3%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-0 .cp-case-studies-information button {
    position: relative;
    margin-top: 1rem;
    padding: 3.5% 5%;
    bottom: 0;
    right: 0;
    font-size: 15px;
  }
}

.cp-case-studies-container .case-study-items-0 .cp-case-studies-information button:hover {
  color: #008673;
  background-color: #fff;
  border: #fff 2px solid;
  transition: 1s;
}

.cp-case-studies-container .case-study-items-1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding-left: 7.2%;
  margin-bottom: 7%;
}

.cp-case-studies-container .case-study-items-1 img {
  width: 49%;
  height: 600px;
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information {
  background-color: #DFF5F2;
  color: #1D1D1D;
  padding: 5% 8% 5% 2%;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information {
    padding: 2rem;
    position: relative;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-title {
  width: 100%;
  padding-bottom: 5%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-title {
    padding-bottom: 2%;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-preview {
  padding-bottom: 5%;
  line-height: 22px;
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-date {
  text-transform: uppercase;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-date {
    margin-bottom: 2rem;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-author-name {
  font-size: 27px;
  line-height: 34px;
  width: 70%;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-author-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-author-job-title {
  width: 30%;
  font-size: 15px;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information .case-study-author-job-title {
    margin-bottom: 1rem;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information button {
  background: transparent;
  color: #1D1D1D;
  font-size: 18px;
  font-family: "FS Me Bold";
  border: 2px #CBC8BE solid;
  border-radius: 50px;
  position: absolute;
  bottom: 7%;
  right: 14%;
  padding: 1.5% 3%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-1 .cp-case-studies-information button {
    position: relative;
    margin-top: 1rem;
    padding: 3.5% 5%;
    bottom: 0;
    right: 0;
    font-size: 15px;
  }
}

.cp-case-studies-container .case-study-items-1 .cp-case-studies-information button:hover {
  color: #008673;
  background-color: #fff;
  border: #fff 2px solid;
  transition: 1s;
}

.cp-case-studies-container .case-study-items-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-right: 7.2%;
  margin-bottom: 7%;
}

.cp-case-studies-container .case-study-items-2 img {
  width: 49%;
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information {
  background-color: #FAF9F8;
  color: #000000;
  padding: 5% 2% 5% 8%;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information {
    padding: 2rem;
    position: relative;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-title {
  width: 87%;
  padding-bottom: 5%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-title {
    padding-bottom: 2%;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-preview {
  padding-bottom: 5%;
  width: 90%;
  line-height: 22px;
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-date {
  width: 30%;
  text-transform: uppercase;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-date {
    margin-bottom: 2rem;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-author-name {
  font-size: 27px;
  line-height: 34px;
  width: 70%;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-author-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-author-job-title {
  width: 30%;
  font-size: 15px;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-author-job-title {
    margin-bottom: 1rem;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information .case-study-author-image {
  max-width: 70%;
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information button {
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-family: "FS Me Bold";
  border: 2px #000000 solid;
  border-radius: 50px;
  position: absolute;
  bottom: 7%;
  right: 4%;
  padding: 1.5% 3%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items-2 .cp-case-studies-information button {
    position: relative;
    margin-top: 1rem;
    padding: 3.5% 5%;
    bottom: 0;
    right: 0;
    font-size: 15px;
  }
}

.cp-case-studies-container .case-study-items-2 .cp-case-studies-information button:hover {
  color: #fff;
  background-color: #008673;
  border: #fff 2px solid;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items {
    padding: 0 7%;
    margin: 0 0 20px 0;
    flex-direction: column-reverse;
  }
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items img {
    width: 100%;
    height: 60%;
  }
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items .case-study-title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
  }
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items .case-study-author-name {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}

@media (max-width: 48.125em) {
  .cp-case-studies-container .case-study-items .case-study-preview {
    display: none;
  }
}

.cp-case-studies-page {
  background-color: #fff;
  padding: 5% 7.2% 8% 7.2%;
}

.cp-case-studies-page-title {
  padding-bottom: 5%;
}

.cp-case-studies-page-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 2%;
  column-gap: 10rem;
}

@media (max-width: 48.125em) {
  .cp-case-studies-page-container {
    flex-direction: column;
  }
}

.cp-case-studies-page-left {
  width: 55%;
  padding-right: 0%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-page-left {
    width: 100%;
    margin-bottom: 5%;
  }
}

.cp-case-studies-page-left .case-studies-date {
  text-transform: uppercase;
  padding-bottom: 10%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-page-left .case-studies-date {
    padding-bottom: 1rem;
  }
}

.cp-case-studies-page-left .case-studies-author .author-name {
  padding-bottom: 1%;
}

.cp-case-studies-page-left .case-studies-author .author-job-title {
  padding-bottom: 15%;
}

@media (max-width: 48.125em) {
  .cp-case-studies-page-left .case-studies-author .author-job-title {
    padding-bottom: 3rem;
  }
}

.cp-case-studies-page-right .case-studies-top-text,
.cp-case-studies-page-right .case-studies-bottom-text {
  width: 95%;
}

.cp-case-studies-page-right .case-studies-top-text {
  padding-bottom: 5%;
}

.cp-case-studies-page-right .case-studies-bottom-text {
  padding-top: 2%;
}

.cp-case-studies-page-right .case-studies-image-container .cp-news-article-gallery .news-article-gallery-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1%;
  column-gap: 1%;
  margin-bottom: 1rem;
  padding: 0;
}

.cp-careers-component {
  padding: 0 7.2%;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
}

@media (max-width: 48.125em) {
  .cp-careers-component {
    z-index: 3;
    padding: 0 5% 60px 5%;
    margin-top: -5rem;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-careers-component {
    padding: 0 5% 60px 5%;
    margin-top: 0;
  }
}

.cp-careers-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  -moz-column-gap: 15%;
       column-gap: 15%;
}

@media (max-width: 48.125em) {
  .cp-careers-page {
    flex-direction: column;
  }
}

.cp-careers-page-items {
  position: relative;
  margin-bottom: 8%;
  width: 51%;
}

.cp-careers-page-items-container {
  padding: 10% 8%;
  height: 248px;
  position: relative;
  background-color: #FAF9F8;
  cursor: pointer;
}

@media (max-width: 48.125em) {
  .cp-careers-page-items-container {
    height: 150px;
    padding: 20px 8%;
  }
}

.cp-careers-page-items .career-title {
  width: 90%;
  padding-bottom: 1%;
}

@media (max-width: 48.125em) {
  .cp-careers-page-items .career-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
}

.cp-careers-page-items .career-location-title {
  text-transform: uppercase;
  padding-bottom: 0.5%;
}

@media (max-width: 48.125em) {
  .cp-careers-page-items .career-location-title {
    padding-bottom: 3.5%;
  }
}

.cp-careers-page-items .career-preview {
  margin-top: 5%;
}

.cp-careers-page-items button {
  background-color: transparent;
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 6rem;
  height: 5rem;
}

.cp-careers-page-items button a {
  width: 100%;
  height: 100%;
}

.cp-careers-page-items button a .svg {
  background: url(static/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #1D1D1D;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-careers-page-items button a .svg {
    background-size: 50%;
  }
}

.cp-careers-page-items button a .svg:hover {
  background: url(static/arrow-teal.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  color: #fff;
  height: 100%;
  width: 100%;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-careers-page-items button a .svg:hover {
    background-size: 50%;
  }
}

@media (max-width: 48.125em) {
  .cp-careers-page-items {
    width: 100% !important;
    margin: 15px 0 !important;
  }
}

.cp-career-page {
  background-color: #fff;
}

.cp-career-page-container {
  padding: 0% 7.5% 5% 7.5%;
}

.cp-career-page-title {
  padding-bottom: 5%;
}

.cp-career-page-body-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  padding-top: 5%;
}

@media (max-width: 48.125em) {
  .cp-career-page-body-container {
    flex-direction: column;
    padding-top: 10%;
  }
}

.cp-career-page-information {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 48.125em) {
  .cp-career-page-information {
    width: 100%;
  }
}

.cp-career-page-information .career-overview-date {
  text-transform: uppercase;
  padding-bottom: 1%;
}

.cp-career-page-information .career-overlay-genre {
  font-size: 15px;
  line-height: auto;
}

.cp-career-page-information button {
  margin-top: 10%;
  background-color: transparent;
  display: flex;
  width: 75%;
  justify-content: space-around;
}

@media (max-width: 48.125em) {
  .cp-career-page-information button {
    width: 55%;
  }
}

.cp-career-page-information button::before {
  content: url(static/Arrow-Left.svg);
  margin-top: 2%;
}

.cp-career-page-information button a {
  display: inline-block;
  color: #1D1D1D;
  text-decoration: none;
  transition: 1s;
}

.cp-career-page-information button a:hover {
  color: #008673;
}

@media (max-width: 48.125em) {
  .cp-career-page-body {
    margin-top: 3rem;
  }
}

.cp-career-page-body .career-page-title {
  padding-bottom: 3%;
}

.cp-career-page-body .career-page-body {
  width: 94%;
}

.cp-people-page .people-page-button {
  float: right;
  margin-right: 7%;
  background-color: #2BBBA7;
  padding: 0.5% 1%;
  border-radius: 50px;
  color: #fff;
}

@media (max-width: 48.125em) {
  .cp-people-page .people-page-button {
    padding: 5px 10px;
    display: none;
  }
}

.cp-people-page .cp-news-article-gallery {
  margin-bottom: 2%;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-people-page .cp-news-article-gallery {
    margin-top: 20%;
  }
}

@media (max-width: 24.3125em) {
  .cp-people-page .cp-news-article-gallery {
    margin-top: 40%;
  }
}

.cp-people-page .cp-news-article-gallery .news-article-gallery-container {
  padding: 0 7.2%;
}

@media (max-width: 48.125em) {
  .cp-people-page .cp-news-article-gallery .news-article-gallery-container {
    flex-direction: column;
  }
}

@media (max-width: 48.125em) {
  .cp-people-page .cp-news-article-gallery .news-article-gallery-container div {
    width: 100% !important;
    padding-bottom: 20px;
  }
}

.cp-people-page-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2% 7.2%;
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-people-page-container {
    row-gap: 15px;
  }
}

.cp-people-page-container .people-title {
  padding-bottom: 0.5%;
}

.cp-people-page-container .people-page-search {
  width: 40%;
  padding-top: 1%;
  position: relative;
}

@media (max-width: 48.125em) {
  .cp-people-page-container .people-page-search {
    width: 100%;
  }
}

.cp-people-page-container .people-page-search::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
  background: url(static/searchIcon.svg) no-repeat center;
  height: 24px;
  width: 24px;
  background-position-x: left;
}

.cp-people-page-container .people-page-search .search {
  width: 100%;
  border: #CBC8BE 1px solid;
  height: 45px;
  padding: 1%;
  padding-left: 45px;
  background-color: transparent;
  font-family: "FS Me Light";
  font-size: 20px;
}

.cp-people-page-container .people-page-search .search:focus-visible {
  border: #CBC8BE 1px solid;
}

@media (max-width: 48.125em) {
  .cp-people-page-container .people-page-search .search {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    height: 40px;
    padding: 2%;
    padding-left: 40px;
  }
}

.cp-people-page-container .people-filter {
  width: 100%;
  padding-top: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1%;
}

@media (max-width: 48.125em) {
  .cp-people-page-container .people-filter {
    display: none;
  }
}

.cp-people-page-container .people-filter div {
  width: 3.7%;
  display: flex;
  justify-content: space-evenly;
}

.cp-people-page-container .people-filter .filter-all:after,
.cp-people-page-container .people-filter .filter-letter:after {
  content: "|";
  border: none !important;
}

@media (max-width: 48.125em) {
  .cp-people-page-container .people-filter .filter-all:after,
.cp-people-page-container .people-filter .filter-letter:after {
    display: none;
  }
}

@media (min-width: 48.125em) and (max-width: 62.5em) {
  .cp-people-page-container .people-filter .filter-all:after,
.cp-people-page-container .people-filter .filter-letter:after {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 62.5em) {
  .cp-people-page-container .people-filter .filter-all:after,
.cp-people-page-container .people-filter .filter-letter:after {
    margin-left: 10px;
  }
}

.cp-people-page-container .people-filter .filter-letter-ul:hover {
  cursor: pointer;
}

.cp-people-page-container .people-filter .filter-letter-ul:hover:hover {
  text-decoration: underline;
}

.cp-people-page-container .people-filter .filter-letter:last-child:after {
  content: "";
}

.cp-people-page-inside-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 5%;
  align-items: flex-start;
  margin-bottom: 5%;
  position: relative;
}

.cp-people-page-inside-container .people-placeholder-image {
  width: 49%;
  pointer-events: none;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-placeholder-image {
    display: none;
  }
}

.cp-people-page-inside-container .people-container {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  align-items: flex-start;
  overflow-y: scroll;
  height: 90vh;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container {
    flex-direction: column;
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item {
  padding-bottom: 3%;
  padding-top: 3%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
  pointer-events: auto;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item {
    flex-direction: column;
  }
}

.cp-people-page-inside-container .people-container .people-item:hover .people-information-container {
  transition: background-color 500ms ease, border-bottom 500ms ease;
  background-color: #FAF9F8;
  border-bottom: #FAF9F8 2px solid;
}

.cp-people-page-inside-container .people-container .people-item .people-hover-container {
  display: none;
  position: absolute;
  left: 7.2%;
  flex-direction: column;
  align-items: flex-end;
  top: 8%;
}

@media (min-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container {
    opacity: 0;
  }
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item .people-hover-container img {
  width: 80%;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container img {
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item .people-hover-container p {
  padding-top: 5%;
  width: 80%;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container p {
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item .people-hover-container--open {
  width: 42%;
}

@media (min-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container--open {
    display: flex;
    opacity: 1;
  }
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item .people-hover-container--open {
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item .people-information-container {
  width: 100%;
  padding: 2%;
  border-bottom: 2px solid #CBC8BE;
  transition: background-color 500ms ease, border-bottom 500ms ease;
}

@media (max-width: 62.5em) {
  .cp-people-page-inside-container .people-container .people-item .people-information-container {
    padding: 4%;
  }
}

.cp-people-page-inside-container .people-container .people-item .people-information-container .people-name {
  padding-bottom: 2.5%;
  font-family: "FS Me Bold";
}

.cp-people-page-inside-container .people-container .people-item .people-information-container .people-job-title {
  padding-bottom: 1%;
}

.cp-people-page-inside-container .people-container .people-item .people-information-container .people-email {
  color: #1D1D1D;
  padding-bottom: 4%;
  -webkit-text-decoration: underline solid #1D1D1D;
          text-decoration: underline solid #1D1D1D;
  transition: -webkit-text-decoration 1s ease;
  transition: text-decoration 1s ease;
  transition: text-decoration 1s ease, -webkit-text-decoration 1s ease;
  text-underline-offset: 0.5rem;
  transition: 1s;
}

.cp-people-page-inside-container .people-container .people-item .people-information-container .people-email:hover {
  color: #008673;
  -webkit-text-decoration: underline solid #008673;
          text-decoration: underline solid #008673;
  text-underline-offset: 0.5rem;
}

@media (max-width: 48.125em) {
  .cp-people-page-inside-container .people-container .people-item-active-mobile .people-hover-container {
    display: flex;
    width: 100%;
  }
}

.cp-people-page-inside-container .people-container .people-item-active-mobile .people-information-container {
  transition: background-color 500ms ease, border-bottom 500ms ease;
  background-color: #FAF9F8;
  border-bottom: #FAF9F8 2px solid;
}

.cp-people-page-dropdown-mobile {
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: 1px solid darkgray;
  color: #1D1D1D;
  background-color: transparent;
}

.cp-people-page-dropdown-mobile-container {
  width: 100%;
  height: 40px;
  display: none;
}

@media (max-width: 48.125em) {
  .cp-people-page-dropdown-mobile-container {
    display: block;
  }
}

.no-display {
  opacity: 0 !important;
  transition: none;
  transition-property: none;
  visibility: hidden;
}

.cp-people-page-top-search-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 48.125em) {
  .cp-people-page-top-search-container {
    flex-direction: column;
    row-gap: 10px;
  }
}

.cp-people-page-filter-dropdown {
  width: 40%;
  padding-top: 1%;
}

@media (max-width: 48.125em) {
  .cp-people-page-filter-dropdown {
    width: 100%;
  }
}

.cp-people-page-filter-dropdown-select {
  border-radius: 0;
  border: #cbc8be 1px solid;
  background-color: transparent;
  height: 45px;
}

@media (max-width: 48.125em) {
  .cp-people-page-filter-dropdown-select {
    width: 100%;
  }
}

.cp-people-page-m-annotation {
  padding-top: 20px;
}

@media (min-width: 48.125em) {
  .cp-people-page-m-annotation {
    display: none;
  }
}

.people-page-leadership-toggle {
  display: flex;
  flex-direction: row;
  padding: 8px 0 8px 15px;
  justify-content: flex-start;
  width: 50%;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
  align-items: center;
}

.people-page-leadership-toggle.unchecked {
  border: 2px solid #CBC8BE;
}

.people-page-leadership-toggle.checked {
  border: 2px solid #2BBBA7;
}

.people-page-leadership-toggle input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 5;
}

.people-page-leadership-toggle input[type=radio]:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #1D1D1D;
}

.people-page-leadership-toggle input[type=radio]:checked ~ .checkmark:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: #2BBBA7;
}

.people-page-leadership-toggle-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

@media (min-width: 48.125em) and (max-width: 64.0625em) {
  .people-page-leadership-toggle-container {
    width: 50%;
  }
}

@media (max-width: 48.125em) {
  .people-page-leadership-toggle-container {
    width: 100%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: space-between;
  }
}

[type=radio]:checked ~ label {
  background: transparent;
  color: #1D1D1D;
}

.checkmark {
  position: relative;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #CBC8BE;
  border-radius: 50%;
  z-index: 1;
}

.checkmark::after {
  content: "";
  display: none;
}

.cp-404-page {
  padding: 7.2%;
  background-color: #fff;
  position: relative;
}

.cp-404-page h1 {
  color: #008673;
}

.cp-404-page-container {
  display: flex;
  flex-direction: column;
  margin: 5% 0 10% 17%;
  align-items: flex-start;
}

.cp-404-page-container .error-code, .cp-404-page-container .subtitle {
  margin-bottom: 2rem;
}

.cp-404-page-container a {
  text-decoration: none;
  color: #1D1D1D;
  font-family: "FS Me Bold";
  font-size: 18px;
  line-height: 28px;
}

.cp-404-page-image {
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 20%;
}

.cp-policy-page {
  padding: 7rem 12.2rem;
  background-color: #fff;
}

@media (max-width: 48.125em) {
  .cp-policy-page {
    padding: 5rem 3.2rem;
  }
}

.cp-policy-page-header {
  margin-bottom: 3rem;
}

.cp-policy-page-body {
  width: 100%;
}

@media (max-width: 48.125em) {
  .cp-policy-page-body {
    width: 90%;
  }
}

.cp-policy-page-body a {
  display: inline-block;
  color: #1D1D1D;
  text-underline-offset: 0.5rem;
}

.cp-policy-page-body a:hover {
  color: #008673;
  text-underline-offset: 0.5rem;
}

.cp-policy-page-body li {
  list-style-position: inside;
}

.cp-labels-page-hero {
  min-height: calc(100svh - 180px);
  padding-bottom: 120px;
}

.cp-labels-page-hero-header-container {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 106px;
  padding-left: 132px;
  padding-right: 100px;
}

.cp-labels-page-hero-header-title {
  padding-bottom: 64px;
}

.cp-labels-page-hero-header-description {
  max-width: 550px;
}

.cp-labels-page-container {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: white;
  background: #1d1d1d;
}

.cp-labels-page-title {
  margin-top: 92px;
  align-self: baseline;
  margin-left: 120px;
  margin-bottom: 20px;
}

@media (min-width: 62em) and (max-width: 74.9375em) {
  .cp-labels-page-title {
    margin-left: 132px;
  }
}

#labels-page {
  height: 100svh;
  width: 100%;
  color: white;
  position: relative;
}

.cp-labels-page ::-webkit-scrollbar {
  display: none;
  /* For Chrome, Safari, and Opera */
}

.label-picker-container {
  display: flex;
  max-width: 1154px;
  flex-wrap: wrap;
  gap: 1%;
}

.label-picker-label-container {
  flex-basis: 19.2%;
  background-color: black;
  margin-bottom: 12px;
}

.label-picker-label-container:hover > .label-picker-label .label-picker-label-colour {
  opacity: 1;
  transform: scale(1.2);
}

.label-picker-label-colour {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.label-picker-label {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
}

.label-picker-label-img {
  z-index: 20;
  position: relative;
  width: 80%;
  margin: 10%;
}

.cp-labels-page {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100svh;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  background-color: #1d1d1d;
  position: relative;
  scroll-behavior: smooth;
  transition: scroll 1s ease-in-out;
}

.label-section {
  scroll-snap-align: start;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  scroll-behavior: smooth;
  overflow: hidden;
}

.label-section-container {
  height: -moz-fit-content;
  height: fit-content;
  max-height: 650px;
  margin-left: 452px;
  opacity: 0;
  z-index: 4;
  width: -webkit-fill-available;
  position: relative;
}

.section-active .label-section-container {
  opacity: 1;
  animation: showAfterDelay 2s ease forwards;
}

.label-section-back-to-top-container {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  cursor: pointer;
}

.label-section-back-to-top {
  background: #00000080;
  padding: 10px 20px;
  border-radius: 24px;
  margin-top: 30px;
  margin-right: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-section-back-to-top:after {
  background: url(static/chevron.svg);
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  transform: rotateX(180deg);
  margin-left: 12px;
}

@media (max-width: 61.9375em) {
  .label-section-back-to-top:after {
    width: 15px;
    background-size: 15px 20px;
    margin-left: 5px;
  }
}

@keyframes showAfterDelay {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.label-section-external-link {
  position: absolute;
  top: 0;
  right: 42px;
}

@media (max-width: 87.5em) {
  .label-section-external-link {
    position: relative;
    margin-bottom: 30px;
    right: 0;
  }
}

.label-section-external-link a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.label-section-external-link a:after {
  background: url(static/External-Arrow.svg);
  content: "";
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-left: 12px;
  display: block;
  margin: auto 12px;
}

.label-section-container .swiper-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0;
}

.label-section-container .swiper-wrapper {
  height: 350px;
  width: -webkit-fill-available;
}

.label-section-swiper-button-container {
  display: flex;
  align-items: end;
  margin-top: 42px;
  justify-content: flex-end;
  margin-right: 42px;
}

.label-section-container .swiper-button-prev,
.swiper-button-next {
  position: relative;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  background: #2bbba7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-section-container .swiper-button-next:after {
  content: url(static/Arrow-Left.svg);
  transform: rotate(180deg);
  margin-top: 13px;
}

.label-section-container .swiper-button-prev:after {
  content: url(static/Arrow-Left.svg);
  margin-bottom: 13px;
}

.label-section-container .swiper-button-prev {
  margin-right: 32px;
}

.label-section-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.label-section-container .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  box-sizing: border-box;
}

.label-section-container .swiper-slide:first-of-type {
  padding: 0;
}

.image-caption-caption {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 12px;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}

.label-section-container .swiper-slide-container {
  height: -webkit-fill-available;
}

.label-section-colour-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transition: all 0.6s ease-in-out;
  transition-delay: 400ms;
  will-change: opacity;
}

.label-section-logo-container {
  z-index: 3;
  width: 50vw;
  min-width: 400px;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 1s ease-in-out;
  transition-delay: 400ms;
}

.label-section-logo-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(29, 29, 29, 0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
}

.section-active .label-section-logo-container:after {
  animation: showAfterDelay 2s ease forwards;
  opacity: 1;
}

.section-active .label-section-logo-container {
  top: 17%;
  left: 70%;
  transform: translate(-50%, -50%) scale(1);
}

.section-active .label-section-colour-fill {
  opacity: 0;
  animation: hideAfterDelay 2s ease forwards;
}

@keyframes hideAfterDelay {
  0% {
    visibility: visible;
  }

  99% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
    z-index: 1;
  }
}

@media only screen and (min-width: 992px) {
  .label-section-anchors {
    top: 50%;
    left: 0;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 124px;
    position: relative;
    transform: translateY(-50%);
    max-height: 740px;
  }

  .active-label-anchor .label-anchor-arrow {
    display: block;
    animation: arrowAnimation 1.5s ease forwards;
  }

  .label-section-anchor-view-all {
    display: none !important;
  }

  .active-label-anchor .label-section-anchor-text {
    animation: textColorAnimation 1.5s ease forwards;
    margin-left: 34px;
  }
}

@media (min-width: 61.9375em) and (max-width: 89.9375em) {
  .label-section-container .swiper-wrapper {
    height: 275px;
  }
}

.label-section-heading,
.label-section-description {
  margin-bottom: 24px;
  max-width: 700px;
}

@media (min-width: 62em) and (max-width: 74.9375em) {
  .label-section-anchors {
    padding-left: 100px;
  }

  .label-section-container {
    margin-left: 400px;
  }

  .label-section-description {
    width: 95%;
  }

  .label-section-back-to-top {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .label-section-anchors {
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100svw;
    padding: 14px 20px;
    background-color: black;
  }

  .anchor-container-mobile {
    scroll-snap-type: x mandatory;
  }

  .active-label-anchor {
    text-decoration: underline;
    -webkit-text-decoration-color: #2bbba7;
            text-decoration-color: #2bbba7;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

  .label-section-anchor {
    scroll-snap-align: start;
    scroll-margin: 10px;
  }

  .label-section-heading,
.label-section-description,
.label-section-external-link {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .label-section-back-to-top {
    padding: 10px 20px;
    margin-top: 0;
  }

  .label-section-back-to-top-container {
    position: absolute;
    bottom: 0;
    z-index: 200;
  }

  .label-section-anchor-text {
    width: -moz-max-content;
    width: max-content;
  }

  .label-section-anchor-view-all {
    display: block;
  }

  .label-section-anchor-wrapper {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .label-picker-container {
    padding: 0 24px;
  }

  .label-picker-label-container {
    flex-basis: 19%;
  }

  .cp-labels-page-title {
    margin-top: 28px;
    margin-left: 24px;
    margin-bottom: 0;
  }

  .cp-labels-page-hero-header-container {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
  }

  .cp-labels-page-hero-header-title {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .label-section-container {
    margin: 20px 0 20px 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .label-section-logo-container {
    top: 50%;
    max-width: 400px;
    min-width: 300px;
    width: 80svw;
    transform-style: preserve-3d;
    webkit-transform-style: preserve-3d;
    transform: translate(-50%, -50%) translateZ(0) scale(1) !important;
    webkit-transform: translate(-50%, -50%) translateZ(0) scale(1) !important;
  }

  .label-section-container .swiper-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }

  .section-active .label-section-logo-container {
    top: 80%;
    left: 65%;
    transform: translate(-50%, -50%) translateZ(0) scale(1) !important;
    will-change: transform, bottom, top, left;
    transform-style: preserve-3d;
    webkit-transform: translate(-50%, -50%) translateZ(0) scale(1) !important;
    webkit-transform-style: preserve-3d;
    z-index: 0;
  }

  .label-section-swiper-button-container {
    display: none;
  }

  .label-section-container .swiper-wrapper {
    height: 250px !important;
  }

  .label-section-back-to-top {
    margin-right: 0 !important;
  }
}

@media (max-width: 48.125em) {
  .label-section-container {
    justify-content: center;
  }
}

@media (max-width: 25em) {
  .label-section-container .swiper-wrapper {
    height: 150px !important;
  }

  .label-section-back-to-top {
    padding: 10px 15px;
  }
}

.label-section-anchor {
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
}

.label-section-anchor-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
}

.label-section-anchor-text:not(.active-label-anchor .label-section-anchor-text) {
  opacity: 0.5;
}

.label-section-anchor-text {
  font-weight: 700;
  letter-spacing: 1px;
}

.label-anchor-arrow {
  display: none;
  width: 18px;
  position: absolute;
}

.label-section img.animated-logo {
  animation: logoAnimation 1s forwards;
}

@keyframes logoAnimation {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes textColorAnimation {
  0% {
    color: white;
  }

  60% {
    color: white;
  }

  100% {
    color: #2bbba7;
  }
}

@keyframes arrowAnimation {
  0% {
    stroke: white;
  }

  60% {
    stroke: white;
  }

  100% {
    stroke: #2bbba7;
  }
}

.label-section-swiper-button-container .swiper-button-prev:not(.swiper-button-prev.swiper-button-disabled):hover::after,
.label-section-swiper-button-container .swiper-button-next:not(.swiper-button-next.swiper-button-disabled):hover::after {
  filter: invert(0);
}

.label-section-swiper-button-container .swiper-button-prev:not(.swiper-button-prev.swiper-button-disabled):hover,
.label-section-swiper-button-container .swiper-button-next:not(.swiper-button-next.swiper-button-disabled):hover {
  background: white !important;
}

.label-section-swiper-button-container .swiper-button-prev::after,
.label-section-swiper-button-container .swiper-button-next::after {
  filter: invert(1);
  transition: all 0.5s ease-in-out;
}

.label-section-swiper-button-container .swiper-button-prev,
.label-section-swiper-button-container .swiper-button-next {
  transition: all 0.5s ease-in-out;
}

.label-section-container:not(:has(.swiper-container)) .label-section-swiper-button-container {
  display: none;
}

.show-page-header-container {
  display: flex;
  flex-direction: column;
  color: white;
  align-items: flex-start;
  margin-left: -18%;
  width: 50%;
  row-gap: 48px;
}

@media (max-width: 62.5em) {
  .show-page-header-container {
    width: 100%;
    margin-left: 0;
    row-gap: 20px;
  }
}

.show-page-subheader {
  width: 67%;
}

@media (max-width: 62.5em) {
  .show-page-subheader {
    width: 100%;
  }
}

.show-page #genre-gallery-component .genre-gallery-container {
  height: 100% !important;
}

.show-page #genre-gallery-component .genre-gallery-container .swiper-wrapper {
  height: 100% !important;
}

.take-part-landing {
  background-color: #1D1D1D;
}

.take-part-landing-container {
  padding: 6% 7.2%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 154px;
  color: #fff;
}

@media (min-width: 48em) and (max-width: 74.9375em) {
  .take-part-landing-container {
    gap: 100px;
  }
}

@media (max-width: 47.99em) {
  .take-part-landing-container {
    flex-direction: column;
    padding: 63px 7.2% 51px;
    gap: 22px;
  }
}

.take-part-landing-page-name {
  width: -moz-fit-content;
  width: fit-content;
  color: #2BBBA7;
  white-space: nowrap;
  text-transform: uppercase;
}

.take-part-landing-title-container {
  gap: 48px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 47.99em) {
  .take-part-landing-title-container {
    gap: 33px;
  }
}

.take-part-landing-header {
  width: 60%;
}

@media (min-width: 48em) and (max-width: 74.9375em) {
  .take-part-landing-header {
    width: 80%;
  }
}

@media (max-width: 47.99em) {
  .take-part-landing-header {
    width: 100%;
  }
}

.take-part-landing-subheader {
  width: 48%;
}

@media (min-width: 48em) and (max-width: 74.9375em) {
  .take-part-landing-subheader {
    width: 80%;
  }
}

@media (max-width: 47.99em) {
  .take-part-landing-subheader {
    width: 100%;
  }
}

.take-part-grid {
  padding: 0 6% 7.2%;
}

.take-part-grid-filter-container {
  display: flex;
  padding-bottom: 20px;
  color: #fff;
}

@media (max-width: 47.99em) {
  .take-part-grid-filter-container {
    padding-bottom: 35px;
  }
}

.take-part-grid-filter__option {
  display: flex;
  transition: 1s;
}

.take-part-grid-filter__option-divider {
  margin: 0 20px 0 30px;
}

@media (max-width: 47.99em) {
  .take-part-grid-filter__option-divider {
    margin: 0 12px;
  }
}

.take-part-grid-filter__option-text {
  cursor: pointer;
  text-underline-offset: 5px;
}

.take-part-grid-nav-pagination-container {
  display: flex;
  justify-content: space-between;
}

.take-part-grid-nav-container {
  gap: 20px;
  display: flex;
  align-items: center;
}

.take-part-grid-nav-back {
  width: 30px;
  height: 20px;
  background: url(static/Arrow-White-left.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  cursor: pointer;
}

.take-part-grid-nav-forward {
  width: 30px;
  height: 20px;
  background: url(static/Arrow-White.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  cursor: pointer;
}

.take-part-grid-nav-page-number {
  color: #fff;
  cursor: pointer;
  text-underline-offset: 5px;
}

.take-part-grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  justify-content: flex-start;
  text-decoration: none;
  transform: scale(1);
  transition-duration: 800ms;
}

@media (max-width: 47.99em) {
  .take-part-grid-item {
    gap: 12px;
  }
}

.take-part-grid-item:hover {
  transform: scale(1.02);
  transition-duration: 800ms;
}

.take-part-grid-item-container > .take-part-title {
  color: #fff;
}

.take-part-grid-item-image {
  width: 100%;
}

.take-part-grid-main-container {
  display: grid;
  grid-template-columns: 45% 45%;
  align-items: stretch;
  justify-content: space-between;
  justify-items: stretch;
  row-gap: 100px;
  padding: 24px 0;
  justify-items: center;
}

@media (max-width: 47.99em) {
  .take-part-grid-main-container {
    grid-template-columns: 100%;
    row-gap: 63px;
    padding: 63px 0;
  }
}

.take-part-grid-main-container .take-part-item {
  width: 100%;
}

.take-part-grid-image-container {
  width: 100%;
}

.take-part-grid-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.take-part-grid-ribbon::before,
.take-part-grid-ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #024d43;
}

.take-part-grid-ribbon.closing-soon::before,
.take-part-grid-ribbon.closing-soon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #008673;
}

.take-part-grid-ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #008673;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition-duration: 800ms;
}

.take-part-grid-ribbon.closing-soon span {
  background-color: #dff5f2;
  color: #008673;
}

.take-part-grid-ribbon.coming-soon span {
  color: #1D1D1D;
  background-color: #2BBBA7;
}

.take-part-grid-ribbon {
  top: -10px;
  left: -10px;
}

.take-part-grid-ribbon::before,
.take-part-grid-ribbon::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.take-part-grid-ribbon::before {
  top: 0;
  right: 0;
}

@media (max-width: 47.99em) {
  .take-part-grid-ribbon::before {
    top: 0;
    right: 36px;
  }
}

.take-part-grid-ribbon::after {
  bottom: 0;
  left: 0;
}

@media (max-width: 47.99em) {
  .take-part-grid-ribbon::after {
    bottom: 36px;
    left: 0;
  }
}

.take-part-grid-ribbon span {
  right: -25px;
  top: 42px;
  transform: rotate(-45deg);
  font-size: 14.794px;
  font-weight: 700;
}

@media (max-width: 47.99em) {
  .take-part-grid-ribbon span {
    right: -8px;
    top: 30px;
  }
}

.take-part-page {
  background-color: #1D1D1D;
  color: #fff;
}

.take-part-page-status {
  font-size: 150px;
  font-weight: 700;
  color: #008673;
  opacity: 0.2;
  position: absolute;
  right: 35px;
  top: 61px;
  text-transform: uppercase;
  text-align: end;
}

@media (max-width: 74.9375em) {
  .take-part-page-status {
    font-size: 90px;
    line-height: 100%;
    width: 55%;
    right: 0;
    top: 10px;
  }
}

.take-part-page-hero {
  height: 100%;
}

@media (max-width: 48.125em) {
  .take-part-page-hero {
    height: 220px;
    margin-bottom: 30px;
  }
}

@media (min-width: 48.125em) {
  .take-part-page-hero {
    position: relative;
    top: -210px;
    margin-bottom: -180px;
  }
}

.take-part-page-hero img {
  position: absolute;
  top: 0;
}

@media (min-width: 48.125em) {
  .take-part-page-hero img {
    position: relative;
  }
}

@media (max-width: 48.125em) {
  .take-part-page-hero img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.take-part-page-outer-container {
  position: relative;
  padding: 0% 7.5% 5% 7.5%;
}

.take-part-page-inner-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 70px;
}

@media (min-width: 62em) and (max-width: 74.9375em) {
  .take-part-page-inner-container {
    gap: 0;
  }
}

@media (max-width: 61.9375em) {
  .take-part-page-inner-container {
    flex-direction: column;
    gap: 40px;
  }
}

.take-part-page-title {
  padding-bottom: 5%;
}

@media (min-width: 48.125em) {
  .take-part-page-title {
    padding-top: 40px;
  }
}

@media (max-width: 48.125em) {
  .take-part-page-title {
    padding-bottom: 16px;
  }
}

.take-part-page-body-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 40px;
}

.take-part-page-body-container .cp-news-article-gallery .news-article-gallery-container {
  padding: 2% 0;
}

@media (max-width: 48.125em) {
  .take-part-page-body-container {
    flex-direction: column;
    gap: 30px;
  }
}

.take-part-page-information {
  width: 200px;
  min-width: 200px;
  max-width: 300px;
  display: flex;
  gap: 28px;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 48.125em) {
  .take-part-page-information {
    width: 100%;
  }
}

.take-part-page-information .take-part-date {
  text-transform: uppercase;
  padding-bottom: 1%;
}

.take-part-page-information .take-part-page-back {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding: 0;
  transition: 1s;
}

.take-part-page-information .take-part-page-back::before {
  content: "";
  background-image: url(static/arrow_left_takepart.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 15px;
}

.take-part-page-information .take-part-page-back a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.take-part-page-information .take-part-page-back:hover {
  transition: 1s;
}

.take-part-page-information .take-part-page-back:hover a {
  color: #2BBBA7;
}

.take-part-page-information .take-part-page-back:hover::before {
  background-image: url(static/arrow_left_takepart_teal.svg);
}

.take-part-page-information .take-part-page-cta {
  background: #008673;
  border-radius: 50px;
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  transition: 1s;
}

.take-part-page-information .take-part-page-cta::after {
  content: "";
  background-image: url(static/external_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 20px;
}

.take-part-page-information .take-part-page-cta a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.take-part-page-information .take-part-page-cta:hover {
  background-color: #fff;
  transition: 1s;
}

.take-part-page-information .take-part-page-cta:hover a {
  color: #1D1D1D;
}

.take-part-page-information .take-part-page-cta:hover::after {
  content: "";
  background-image: url(static/external_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 20px;
}

@media (max-width: 47.99em) {
  .take-part-page-information .take-part-page-cta {
    padding: 9px 14px;
    gap: 7px;
    font-size: 12px;
  }

  .take-part-page-information .take-part-page-cta::after {
    content: "";
    background-image: url(static/external_arrow_white_mobile.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 15px;
  }

  .take-part-page-information .take-part-page-cta:hover::after {
    background-image: url(static/external_arrow_black_mobile.svg);
    width: 12px;
    height: 15px;
  }
}

.take-part-page-body {
  max-width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.take-part-page-body .take-part-article-title {
  padding-bottom: 3%;
}

.take-part-page-body .take-part-article-body {
  width: 94%;
}

@media (max-width: 48.125em) {
  .take-part-page-body .take-part-article-body {
    padding-top: 16px;
    width: 100%;
  }

  .take-part-page-body .take-part-article-body iframe {
    width: 100% !important;
  }
}

.take-part-page-body .take-part-article-body a {
  display: inline-block !important;
}

.take-part-page-body .take-part-article-body a:visited {
  color: #1D1D1D;
  text-decoration: underline;
}

.take-part-page-body .take-part-article-body a:visited:hover {
  color: #008673;
}

@media (max-width: 48.125em) {
  .take-part-page-body {
    max-width: 100%;
    width: 100%;
  }
}

.take-part-page-disclaimer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 51px;
}

@media (max-width: 48.125em) {
  .take-part-page-disclaimer {
    margin-left: 0;
    padding-bottom: 49px;
    gap: 28px;
    width: 100%;
  }
}

.take-part-page-disclaimer-container {
  max-width: 70%;
}

@media (max-width: 74.9375em) {
  .take-part-page-disclaimer-container {
    max-width: 95%;
  }
}

.take-part-page-disclaimer-container a {
  display: inline;
  color: #fff;
  transition: 1s;
}

.take-part-page-disclaimer-container a:hover {
  color: #008673;
  transition: 1s;
}

@media (max-width: 48.125em) {
  .take-part-page-disclaimer-container {
    max-width: 100%;
  }

  .take-part-page-disclaimer-container a {
    display: inline-block;
  }
}

@media (max-width: 47.99em) {
  .take-part-page-overview-date {
    font-size: 13px;
    line-height: 14px;
  }
}

hr.take-part-page {
  border-top: 2px solid #008673;
}

@media (max-width: 48.125em) {
  .take-part-page-body-container {
    width: 100%;
  }

  .take-part-page-body-container iframe {
    width: 100% !important;
  }
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  height: 2px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}

body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}

body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}

body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}

body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}

body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}

body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}

body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}

body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}

body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}

body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}

body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}

body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}

body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}

body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}

body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}

body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}

body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}

body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}

body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}

body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}

body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}

body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}

body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}

body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}

body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}

body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}

body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}

body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}

body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}

body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}

body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}

body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}

body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}

body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}

body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}

body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}

body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}

body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}

body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}

body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}

body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}

body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}

body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}

body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}

body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}

body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}

body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}

body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}

body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}

body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}

body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}

body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}

body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}

body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}

body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}

body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}

body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}

body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}

body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}

body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

.grid-guidelines {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  height: 1000%;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

.grid-guidelines .item {
  border: 1px solid lightblue;
  background: lightblue;
  opacity: 0.4;
}

.grid-guidelines .item:nth-child(1) {
  opacity: 0;
}

.grid-guidelines .item:last-child {
  opacity: 0;
}

.cp-kitchen-sink > .flex.flex-col.min-h-screen .cp-careers-component {
  margin-top: 8rem;
}

.cp-kitchen-sink > .flex.flex-col.min-h-screen .cp-page-title {
  padding: 2rem 11.2rem;
}

/*# sourceMappingURL=mainRelease.css.map*/