@charset "UTF-8";
/***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Typograph Pro";
  src: url("../assets/fonts/typograph-pro-semibold.woff2") format("woff2"), url("../assets/fonts/typograph-pro-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("../assets/fonts/gotham-bold.woff2") format("woff2"), url("../assets/fonts/gotham-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../assets/fonts/gotham-medium.woff2") format("woff2"), url("../assets/fonts/gotham-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../assets/fonts/gotham-book.woff2") format("woff2"), url("../assets/fonts/gotham-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../assets/fonts/gotham-book-italic.woff2") format("woff2"), url("../assets/fonts/gotham-book-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* 
  ========================================================================================================
  --------------------------------------------------------------------------------------------------------
  --- Global styles --------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------
  ========================================================================================================
*/
html, body {
  height: -webkit-fill-available;
}
@media screen and (max-width: 576px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background-color: #000000;
  color: #ffffff;
  min-height: -webkit-fill-available;
}
body::-webkit-scrollbar {
  display: none;
}
body.freeze {
  overflow: hidden;
}
body.freeze:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 1;
  z-index: 1;
}
body.freeze .header {
  position: fixed;
}

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

picture {
  width: 100%;
  height: 100%;
}
picture source, picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
picture source.square, picture img.square {
  aspect-ratio: 1;
}

/* 
  ========================================================================================================
  --------------------------------------------------------------------------------------------------------
  --- Typography -----------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------
  ========================================================================================================
*/
body {
  font-family: "Gotham Book";
  font-weight: normal;
  line-height: 1.75;
}

p, ul, li {
  font-family: "Gotham Book";
  font-size: 18px;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}

strong {
  font-family: "Gotham Bold";
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Typograph Pro";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.25;
}

h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

ul {
  list-style-position: outside;
}

li {
  margin-left: 18px;
}

select,
input,
textarea {
  font-family: "Gotham Bold";
  line-height: 1.5;
}

button,
.button {
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: "Typograph Pro";
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #f86900;
  color: #ffffff;
  padding: 12px 28px;
  height: auto;
  min-height: 58px;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 576px) {
  button,
.button {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
    min-height: 50px;
  }
}
button:hover, button:focus, button:active,
.button:hover,
.button:focus,
.button:active {
  background-color: #ffffff;
  color: #f86900;
}

.image picture img {
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .image picture img {
    border-radius: 0px;
  }
}

.page-subtitle {
  text-align: center;
  font-size: 30px;
  margin-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .page-subtitle {
    font-size: 20px;
  }
}

/* 
  ========================================================================================================
  --------------------------------------------------------------------------------------------------------
  --- Layout ---------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------
  ========================================================================================================
*/
.wrap,
.wrap-narrow,
.wrap-narrower {
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap {
  width: 1200px;
}

.wrap-narrow {
  width: 1040px;
}

.wrap-narrower {
  width: 560px;
}

/* 
  ========================================================================================================
  --------------------------------------------------------------------------------------------------------
  --- Components -----------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------------
  ========================================================================================================
*/
.header {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .wrap {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 1280px;
  position: relative;
}
.header .logo,
.header .logo-mobile {
  margin-right: 2.5em;
  height: 60px;
}
.header .logo a img,
.header .logo-mobile a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.header .logo {
  display: block;
}
@media screen and (max-width: 992px) {
  .header .logo {
    display: none;
  }
}
.header .logo-mobile {
  display: none;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .header .logo-mobile {
    display: block;
    position: relative;
    z-index: 2000;
  }
}
.header .navigation ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .header .navigation ul {
    display: none;
  }
}
.header .navigation ul li {
  position: relative;
  margin-left: 8px;
  font-family: "Typograph Pro";
  line-height: normal;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
}
.header .navigation ul li a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  transition: color 0.15s ease, background-color 0.15s ease;
  text-transform: uppercase;
}
.header .navigation ul li a:hover, .header .navigation ul li a:focus, .header .navigation ul li a:active {
  color: #f86900;
  outline: none;
}
.header .navigation ul li a.highlight {
  background-color: #f86900;
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  .header .navigation ul li a.highlight {
    margin-left: 0;
  }
}
.header .navigation ul li a.highlight:hover, .header .navigation ul li a.highlight:focus, .header .navigation ul li a.highlight:active {
  background-color: #ffffff;
  color: #f86900;
}
.header .navigation ul li a.highlight.active {
  background-color: #757575;
  color: #ffffff;
}
.header .navigation ul li a.highlight.active:hover, .header .navigation ul li a.highlight.active:focus, .header .navigation ul li a.highlight.active:active {
  background-color: #ffffff;
  color: #f86900;
}
.header .navigation ul li a.active {
  color: #757575;
}
.header .navigation ul li a.active:hover, .header .navigation ul li a.active:focus, .header .navigation ul li a.active:active {
  color: #f86900;
}
.header .navigation-mobile {
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 992px) {
  .header .navigation-mobile {
    display: block;
    position: relative;
    top: 0;
  }
}
.header .navigation-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.header .navigation-mobile > ul {
  position: fixed;
  left: 0;
  top: 0;
  padding: 40px;
  height: 100%;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  width: 100%;
  max-width: 100%;
  line-height: 20px;
  overflow-y: auto;
  z-index: 999;
}
.header .navigation-mobile > ul > li {
  padding: 13px;
  margin-left: 0;
  position: relative;
  -webkit-animation: fadeInBottom 0.25s ease forwards;
          animation: fadeInBottom 0.25s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0;
}
.header .navigation-mobile > ul > li:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.header .navigation-mobile > ul > li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.header .navigation-mobile > ul > li:nth-of-type(4) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.header .navigation-mobile > ul > li:nth-of-type(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.header .navigation-mobile > ul > li:nth-of-type(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.header .navigation-mobile > ul > li:nth-of-type(7) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.header .navigation-mobile > ul > li a {
  color: #ffffff;
  text-transform: uppercase;
  width: auto;
  display: inline-flex;
  transition: all 0.15s ease;
}
.header .navigation-mobile > ul > li a:hover, .header .navigation-mobile > ul > li a:focus, .header .navigation-mobile > ul > li a:active {
  color: #f86900;
}
.header .navigation-mobile > ul > li a.active {
  color: #757575;
}
.header .navigation-mobile > ul > li a.active:hover, .header .navigation-mobile > ul > li a.active:focus, .header .navigation-mobile > ul > li a.active:active {
  color: #f86900;
}
.header .navigation-mobile > ul > li div {
  display: none;
}
.header .navigation-mobile > ul > li div ul {
  padding-left: 1.5em;
  margin-top: 24px;
}
.header .navigation-mobile > ul > li div ul li {
  font-size: 13px;
  margin-top: 1em;
}
.header .navigation-mobile > ul > li div ul li a {
  color: #ffffff;
  text-transform: inherit;
}
.header .navigation-mobile > ul > li:hover > a, .header .navigation-mobile > ul > li:focus > a, .header .navigation-mobile > ul > li:active > a {
  color: #f86900;
}
.header .navigation-bars {
  display: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (max-width: 992px) {
  .header .navigation-bars {
    display: block;
  }
}
.header .navigation-bars .bar {
  width: 27px;
  height: 1px;
  background-color: #ffffff;
  margin: 0.5em 0;
  transition: all 0.15s ease;
}
@media screen and (max-width: 576px) {
  .header .navigation-bars .bar {
    transition: none;
  }
}
.header .navigation-bars:hover .bar, .header .navigation-bars:focus .bar, .header .navigation-bars:active .bar {
  background-color: #f86900;
}
.header .navigation-bars-toggle {
  transform-origin: center;
  transition: all 0.15s ease;
}
@media screen and (max-width: 992px) {
  .header .navigation-bars-toggle {
    transition: none;
    position: relative;
    z-index: 2000;
  }
}
.header .navigation-bars-toggle .one {
  transform: rotate(45deg) translateX(7px) translateY(7px);
  transform-origin: center;
  margin: 0;
}
.header .navigation-bars-toggle .two {
  display: none;
}
.header .navigation-bars-toggle .three {
  transform: rotate(-45deg);
  transform-origin: center;
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.header .social-icons {
  position: absolute;
  right: 30px;
  display: flex;
  top: 90px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
}
@media screen and (max-width: 992px) {
  .header .social-icons {
    display: none;
  }
}
.header .social-icons a {
  display: flex;
  height: 24px;
  margin-left: 24px;
  min-width: 16px;
}
.header .social-icons a path {
  transition: all 0.15s ease;
  fill: #ffffff;
}
.header .social-icons a:hover path, .header .social-icons a:focus path, .header .social-icons a:active path {
  fill: #f86900;
}

.section-hero {
  position: relative;
  width: 100%;
  height: 325px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .section-hero {
    height: 225px;
  }
}
.section-hero::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.78;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  pointer-events: none;
}
.section-hero .hero-button {
  position: absolute;
  bottom: 85px;
  left: 12%;
  width: 175px;
  height: 175px;
  transform: rotate(-15deg);
  background-color: #f86900;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-button {
    transform: scale(0.75) rotate(-15deg);
    left: 6%;
    bottom: 60px;
  }
}
.section-hero .hero-button:hover {
  background-color: #ffffff;
}
.section-hero .hero-button:hover a {
  color: #f86900;
}
.section-hero .hero-button a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Typograph Pro";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  flex-direction: column;
}
.section-hero .hero-button a:hover {
  color: #f86900;
}
.section-hero .hero-button a span {
  font-size: 22px;
}
.section-hero picture source, .section-hero picture img, .section-hero picture video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 325px;
}
@media screen and (max-width: 992px) {
  .section-hero picture source, .section-hero picture img, .section-hero picture video {
    height: 225px;
  }
}
.section-hero.section-hero-large {
  height: 650px;
}
@media screen and (max-width: 576px) {
  .section-hero.section-hero-large {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
}
.section-hero.section-hero-large picture source, .section-hero.section-hero-large picture img, .section-hero.section-hero-large picture video {
  height: 650px;
}
@media screen and (max-width: 576px) {
  .section-hero.section-hero-large picture source, .section-hero.section-hero-large picture img, .section-hero.section-hero-large picture video {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
}
.section-hero .hero-text {
  width: 980px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-hero .hero-text .wrap-narrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-hero .hero-text h1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 0.05rem;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-hero .hero-text h1 {
    font-size: 30px;
  }
}
.section-hero .hero-text h1:last-child {
  padding-top: 105px;
}
.section-hero .hero-text h1 span {
  color: #f86900;
}
.section-hero .hero-text .icons {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-hero .hero-text .icons svg {
  height: 50px;
}
.section-hero .hero-text .icons svg path {
  transition: all 0.15s ease;
  fill: #ffffff;
}
.section-hero .hero-text .icons svg:hover path, .section-hero .hero-text .icons svg:focus path, .section-hero .hero-text .icons svg:active path {
  transform: scale(1.1);
  transform-origin: center center;
}
.section-hero .hero-text .icons svg.icon-play {
  display: none;
  margin-left: 10px;
}
.section-hero .chevron {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  transform-origin: center center;
  cursor: pointer;
  transition: all 0.15s ease;
}
.section-hero .chevron:before {
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: inline-block;
  height: 30px;
  left: 0;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 30px;
  padding: 0;
  margin: 0;
  border-top-right-radius: 5px;
}
.section-hero .chevron:hover:before, .section-hero .chevron:focus:before, .section-hero .chevron:active:before {
  transform: rotate(-45deg) scale(1.1);
  transform-origin: center center;
}

.section-hero-talent .hero-text h1 {
  text-transform: none;
}

.section-intro {
  padding: 64px 0 0;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-intro {
    padding: 112px 0 0;
  }
}
.section-intro .text {
  max-width: 100%;
  width: 650px;
  margin: 0 auto;
}
.section-intro .text p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px;
}
.section-intro .text p:first-child {
  font-family: "Gotham Bold";
}
.section-intro .text h4 {
  font-family: "Gotham Bold";
  text-transform: none;
  font-size: 20px;
  line-height: 28px;
}
.section-intro .wrap-narrower .text p:first-child {
  font-family: "Gotham Book";
}

.section-cards.columns-1 .wrap {
  grid-template-columns: repeat(1, 1fr);
}
.section-cards.columns-2 .wrap {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 576px) {
  .section-cards.columns-2 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-cards.columns-3 .wrap {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 576px) {
  .section-cards.columns-3 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-cards.columns-4 .wrap {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 576px) {
  .section-cards.columns-4 .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-cards .wrap {
  padding: 30px;
  display: grid;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.section-cards .card {
  background: #000000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex: 1 0 auto;
}
.section-cards .card .image {
  width: 100%;
  position: relative;
}
.section-cards .card .image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  background: #000000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%);
  pointer-events: none;
}
.section-cards .card .image img {
  border-radius: 0px;
}
.section-cards .card .text {
  padding: 0px;
  z-index: 0;
}
.section-cards .card .text h2 {
  font-size: 20px;
}
.section-cards .card .text h3 {
  font-size: 20px;
}
.section-cards .card .text h5 {
  font-size: 12px;
  color: #f86900;
  padding-bottom: 4px;
}
.section-cards .card .text p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 4) {
  .section-cards .card .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
.section-cards .card .text a {
  min-height: 40px;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #f86900;
  display: inline-flex;
}

.section-single-feature {
  padding: 0;
  margin: 64px 0 0;
}

.section-right-image,
.section-left-image {
  margin: 64px 0 0;
}
.section-right-image .wrap-narrow,
.section-left-image .wrap-narrow {
  display: flex;
  flex-basis: 100%;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .section-right-image .wrap-narrow,
.section-left-image .wrap-narrow {
    flex-direction: column;
    padding: 0;
  }
}
.section-right-image .wrap-narrow .text,
.section-left-image .wrap-narrow .text {
  padding: 0;
  flex: 0 1 auto;
  margin: 32px 0;
  padding-right: 60px;
  width: 550px;
}
@media screen and (max-width: 992px) {
  .section-right-image .wrap-narrow .text,
.section-left-image .wrap-narrow .text {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .section-right-image .wrap-narrow .text p, .section-right-image .wrap-narrow .text h2, .section-right-image .wrap-narrow .text a,
.section-left-image .wrap-narrow .text p,
.section-left-image .wrap-narrow .text h2,
.section-left-image .wrap-narrow .text a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-right-image .wrap-narrow .text a,
.section-left-image .wrap-narrow .text a {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .section-right-image .wrap-narrow .text a,
.section-left-image .wrap-narrow .text a {
    justify-content: center;
  }
}
.section-right-image .wrap-narrow .image,
.section-left-image .wrap-narrow .image {
  flex: 0 1 auto;
  width: 430px;
}
@media screen and (max-width: 992px) {
  .section-right-image .wrap-narrow .image,
.section-left-image .wrap-narrow .image {
    width: 100%;
    height: 50vh;
    max-height: 400px;
  }
}

.section-left-image .wrap-narrow .text {
  padding-left: 60px;
  padding-right: 0px;
}

.section-releases {
  margin: 64px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-releases .wrap {
  width: 1600px;
  max-width: 100%;
}
.section-releases .wrap h2 {
  font-size: 30px;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-releases .wrap h2 {
    font-size: 24px;
  }
}
.section-releases .wrap .tracks,
.section-releases .wrap .tracks-mobile {
  display: flex;
  flex-direction: row;
  overflow: auto;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .section-releases .wrap .tracks,
.section-releases .wrap .tracks-mobile {
    display: none;
  }
}
.section-releases .wrap .tracks iframe,
.section-releases .wrap .tracks-mobile iframe {
  margin-right: 32px;
  margin-bottom: 32px;
  width: calc(25% - 24px);
}
.section-releases .wrap .tracks iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  .section-releases .wrap .tracks iframe,
.section-releases .wrap .tracks-mobile iframe {
    width: calc(33.3% - 22px);
  }
  .section-releases .wrap .tracks iframe:last-child, .section-releases .wrap .tracks iframe:nth-child(3n+3),
.section-releases .wrap .tracks-mobile iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .section-releases .wrap .tracks iframe,
.section-releases .wrap .tracks-mobile iframe {
    width: calc(50% - 16px);
  }
  .section-releases .wrap .tracks iframe:last-child, .section-releases .wrap .tracks iframe:nth-child(3n+3),
.section-releases .wrap .tracks-mobile iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:nth-child(3n+3) {
    margin-right: 32px;
  }
  .section-releases .wrap .tracks iframe:last-child, .section-releases .wrap .tracks iframe:nth-child(2n+2),
.section-releases .wrap .tracks-mobile iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-releases .wrap .tracks iframe,
.section-releases .wrap .tracks-mobile iframe {
    width: 100%;
    margin-right: 0;
  }
  .section-releases .wrap .tracks iframe:last-child, .section-releases .wrap .tracks iframe:nth-child(3n+3),
.section-releases .wrap .tracks-mobile iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:nth-child(3n+3) {
    margin-right: 0;
  }
  .section-releases .wrap .tracks iframe:last-child, .section-releases .wrap .tracks iframe:nth-child(2n+2),
.section-releases .wrap .tracks-mobile iframe:last-child,
.section-releases .wrap .tracks-mobile iframe:nth-child(2n+2) {
    margin-right: 0;
  }
}
.section-releases .wrap .tracks-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .section-releases .wrap .tracks-mobile {
    display: flex;
  }
}

.section-columns {
  margin: 64px 0 96px;
}
.section-columns .wrap-narrow {
  display: flex;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow {
    flex-direction: column;
    padding: 0;
  }
}
.section-columns .wrap-narrow .left-column,
.section-columns .wrap-narrow .right-column {
  flex: 0 1 auto;
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .left-column,
.section-columns .wrap-narrow .right-column {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.section-columns .wrap-narrow .left-column .image,
.section-columns .wrap-narrow .right-column .image {
  height: 290px;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .section-columns .wrap-narrow .left-column .text,
.section-columns .wrap-narrow .right-column .text {
    padding: 0 30px;
  }
}
.section-columns .wrap-narrow .left-column a.button,
.section-columns .wrap-narrow .right-column a.button {
  margin-top: 16px;
}
.section-columns .wrap-narrow .left-column {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .left-column {
    margin-right: 0;
  }
}
.section-columns .wrap-narrow .right-column {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .section-columns .wrap-narrow .right-column {
    margin-left: 0;
  }
}

.section-columns-talent .wrap-narrow .left-column {
  margin: 0 0 40px;
}
.section-columns-talent .wrap-narrow .left-column .image {
  height: auto;
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.section-columns-talent .wrap-narrow .left-column .image img {
  border-radius: 5px;
}
@media screen and (max-width: 350px) {
  .section-columns-talent .wrap-narrow .left-column .image img {
    border-radius: 0;
  }
}
.section-columns-talent .wrap-narrow .right-column {
  margin: 0;
}
.section-columns-talent .wrap-narrow .right-column h2 {
  text-align: center;
  text-transform: none;
}

.section-artists .splide__slide {
  box-sizing: border-box;
}
.section-artists .splide__slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #000000;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.section-artists .splide__slide img {
  aspect-ratio: 1;
  border-radius: 5px;
}
.section-artists .splide__slide h2 {
  position: absolute;
  padding: 0 30px;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s ease;
  opacity: 0;
}
.section-artists .splide__slide:hover:before {
  opacity: 0.5;
}
.section-artists .splide__slide:hover h2 {
  opacity: 1;
}
.section-artists .splide__pagination {
  border-radius: 50px;
  overflow: hidden;
  height: 8px;
  margin-top: 16px;
}
.section-artists .splide__pagination li {
  display: flex;
  flex: 1 1 auto;
}
.section-artists .splide__pagination li button {
  padding: 0;
  width: 100%;
  border-radius: 0;
  height: 8px;
  min-height: 8px;
  background: #ffffff;
  margin: 0;
  opacity: 0.15;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
.section-artists .splide__pagination li button:hover {
  background: #f86900;
  opacity: 1;
}
.section-artists .splide__pagination li button.is-active {
  opacity: 0.3;
}
.section-artists .splide__pagination li button.is-active:hover {
  background: #f86900;
  opacity: 1;
}

.form-section {
  background-color: black;
  color: #ffffff;
  padding: 192px 0px 96px;
}
@media screen and (max-width: 576px) {
  .form-section {
    padding: 96px 0px 48px;
  }
}
.form-section h3 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .form-section h3 {
    font-size: 24px;
  }
}
.form-section p {
  text-align: center;
}
.form-section form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 35px;
       column-gap: 35px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  color-scheme: dark;
}
@media screen and (max-width: 768px) {
  .form-section form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .form-section form {
    text-align: center;
  }
}
.form-section form .form-button {
  display: flex;
}
.form-section form .wide {
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  .form-section form .wide {
    grid-column: 1/2;
  }
}
.form-section form .select {
  position: relative;
}
.form-section form .select:before {
  position: absolute;
  top: 36px;
  right: 60px;
  background-color: #ffffff;
  height: 58px;
  width: 1px;
}
.form-section form .select:after {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 1em;
  right: 16px;
  position: absolute;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 1em;
  margin: 2px 6px;
  bottom: 24px;
  transform: rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .form-section form .select:after {
    bottom: 20px;
  }
}
.form-section form .form-group {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group {
    margin-bottom: 36px;
  }
}
.form-section form .form-group.switch-group {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group.switch-group {
    display: none;
  }
}
.form-section form .form-group sup {
  color: #ff5660;
}
.form-section form .form-group label {
  margin-bottom: 8px;
  font-family: "Gotham Medium";
  font-size: 16px;
  position: relative;
}
.form-section form .form-group label sup {
  color: #ff5660;
}
.form-section form .form-group input + span,
.form-section form .form-group select + span,
.form-section form .form-group textarea + span,
.form-section form .form-group .custom-file-upload + span {
  opacity: 0;
  transition: opacity 0.15s ease, right 0.15s ease;
  position: absolute;
  right: 9px;
  top: 54px;
  border-radius: 50px;
  overflow: hidden;
  text-indent: -20000px;
  width: 22px;
  height: 22px;
  background-color: #33c200;
  border-radius: 50px;
  width: 22px;
  height: 22px;
  transform: rotate(45deg) scale(0.8);
}
.form-section form .form-group input + span:before,
.form-section form .form-group select + span:before,
.form-section form .form-group textarea + span:before,
.form-section form .form-group .custom-file-upload + span:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 2px;
  height: 10px;
  left: 11px;
  top: 5px;
}
.form-section form .form-group input + span:after,
.form-section form .form-group select + span:after,
.form-section form .form-group textarea + span:after,
.form-section form .form-group .custom-file-upload + span:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 4px;
  height: 2px;
  left: 7px;
  top: 13px;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group input + span,
.form-section form .form-group select + span,
.form-section form .form-group textarea + span,
.form-section form .form-group .custom-file-upload + span {
    top: 50px;
  }
}
.form-section form .form-group input.error + label + span:before, .form-section form .form-group input.error + span:before,
.form-section form .form-group select.error + label + span:before,
.form-section form .form-group select.error + span:before,
.form-section form .form-group textarea.error + label + span:before,
.form-section form .form-group textarea.error + span:before,
.form-section form .form-group .custom-file-upload.error + label + span:before,
.form-section form .form-group .custom-file-upload.error + span:before {
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  left: 10px;
  top: 5px;
}
.form-section form .form-group input.error + label + span:after, .form-section form .form-group input.error + span:after,
.form-section form .form-group select.error + label + span:after,
.form-section form .form-group select.error + span:after,
.form-section form .form-group textarea.error + label + span:after,
.form-section form .form-group textarea.error + span:after,
.form-section form .form-group .custom-file-upload.error + label + span:after,
.form-section form .form-group .custom-file-upload.error + span:after {
  width: 12px;
  height: 2px;
  left: 5px;
  top: 10px;
}
.form-section form .form-group input {
  font-family: "Gotham Medium";
  font-size: 23px;
  padding: 10px 20px;
  height: 58px;
  outline: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  border-radius: 5px;
  position: relative;
}
.form-section form .form-group input.error {
  border-color: #ff5660;
  color: #ff5660;
}
.form-section form .form-group input.error + span {
  opacity: 1;
  right: 19px;
  background-color: #ff5660;
}
.form-section form .form-group input.error + label {
  border: 1px solid #ff5660;
  background-color: transparent;
}
.form-section form .form-group input.valid + span {
  opacity: 1;
  right: 19px;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group input {
    font-size: 20px;
    text-align: center;
    height: 50px;
  }
}
.form-section form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.form-section form .form-group select {
  font-family: "Gotham Medium";
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 23px;
  border-radius: 0;
  padding: 10px 20px;
  height: 58px;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  border-radius: 5px;
}
.form-section form .form-group select + span {
  right: 50px;
}
.form-section form .form-group select.error {
  border-color: #ff5660;
}
.form-section form .form-group select.error + span {
  opacity: 1;
  right: 60px;
  background-color: #ff5660;
}
.form-section form .form-group select.valid + span {
  opacity: 1;
  right: 60px;
  display: block;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group select {
    font-size: 20px;
    text-align: center;
    height: 50px;
  }
}
.form-section form .form-group textarea {
  font-family: "Gotham Medium";
  font-size: 23px;
  outline: none;
  resize: none;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  .form-section form .form-group textarea {
    font-size: 20px;
  }
}
.form-section form .form-group textarea + span {
  right: 19px;
}
.form-section form .form-group textarea.error {
  border-color: #ff5660;
}
.form-section form .form-group textarea.error + span {
  opacity: 1;
  background-color: #ff5660;
}
.form-section form .form-group textarea.valid + span {
  opacity: 1;
  display: block;
}
.form-section form .form-group input[type=file] {
  display: none;
}
.form-section form .form-group input[type=file].valid + .custom-file-upload {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.form-section form .form-group input[type=file].valid + .custom-file-upload + span {
  opacity: 1;
  right: 19px;
  display: block;
}
.form-section form .form-group input[type=file].error + .custom-file-upload {
  background-color: transparent;
  border: 1px solid #ff5660;
}
.form-section form .form-group input[type=file].error + .custom-file-upload + span {
  opacity: 1;
  right: 19px;
  background-color: #ff5660;
}
.form-section form .form-group .custom-file-upload {
  font-family: "Typograph Pro";
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #f86900;
  background-color: #f86900;
  padding: 50px 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.form-section form .form-group .custom-file-upload .label-text {
  font-size: 30px;
  text-transform: uppercase;
}
.form-section form .form-group .custom-file-upload .label-extensions {
  font-size: 23px;
  text-transform: none;
}
.form-section form .form-group .custom-file-upload .label-filename {
  font-size: 23px;
}
.form-section form .form-group .custom-file-upload:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #f86900;
}
.form-section form button,
.form-section form span.button {
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .form-section form button,
.form-section form span.button {
    width: 100%;
  }
}
.form-section.form-section-submit-track {
  padding-top: 0px;
}
.form-section.form-section-submit-track .submit-form {
  min-width: 350px;
}

.section-footer {
  text-align: center;
  padding: 24px 0 48px 0;
}
.section-footer .navigation {
  padding: 12px 0;
  text-align: center;
}
.section-footer .navigation h5 {
  display: none;
}
.section-footer .navigation ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .section-footer .navigation ul {
    flex-direction: column;
  }
}
.section-footer .navigation ul li {
  font-size: 18px;
  text-transform: uppercase;
  padding: 6px 15px;
}
@media screen and (max-width: 576px) {
  .section-footer .navigation ul li {
    font-size: 16px;
    margin-left: 0;
    padding: 15px;
  }
}
.section-footer .navigation ul li a {
  font-family: "Typograph Pro";
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  transition: all 0.15s ease;
}
.section-footer .navigation ul li a:hover, .section-footer .navigation ul li a:focus, .section-footer .navigation ul li a:active {
  color: #f86900;
  outline: none;
}
.section-footer .navigation ul li a.active {
  color: #757575;
}
.section-footer .navigation ul li a.active:hover, .section-footer .navigation ul li a.active:focus, .section-footer .navigation ul li a.active:active {
  color: #f86900;
}
.section-footer .navigation ul li a.highlight {
  display: none;
}
.section-footer .navigation ul li .active {
  color: #757575;
}
.section-footer .social-icons {
  padding: 48px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.section-footer .social-icons a {
  display: flex;
  height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
@media screen and (max-width: 576px) {
  .section-footer .social-icons a {
    height: 20px;
    margin-left: 20px;
    min-width: 20px;
  }
}
.section-footer .social-icons a:first-child {
  margin-left: 0;
}
.section-footer .social-icons a svg {
  min-height: 24px;
}
@media screen and (max-width: 576px) {
  .section-footer .social-icons a svg {
    min-height: 20px;
  }
}
.section-footer .social-icons a path {
  transition: all 0.15s ease;
  fill: #f86900;
}
.section-footer .social-icons a:hover path, .section-footer .social-icons a:focus path, .section-footer .social-icons a:active path {
  fill: #ffffff;
}
.section-footer .colophon {
  padding: 6px 0;
}
.section-footer .colophon p {
  font-size: 14px;
}
.section-footer .colophon p a {
  text-decoration: none;
  display: inline-block;
  margin: 0 9px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  line-height: 1.25;
  transition: all 0.15s ease;
}
.section-footer .colophon p a:hover, .section-footer .colophon p a:focus, .section-footer .colophon p a:active {
  color: #f86900;
  border-color: #f86900;
}

.section-cards.section-cards-overlay .card a {
  color: #ffffff;
  display: block;
  position: relative;
  width: 100%;
}
.section-cards.section-cards-overlay .card a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 11;
  background: #000000;
  pointer-events: none;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-cards.section-cards-overlay .card a .image {
  height: 300px;
  width: 100%;
  position: relative;
  transition: all 0.15s ease;
}
@media screen and (max-width: 576px) {
  .section-cards.section-cards-overlay .card a .image {
    height: 200px;
  }
}
.section-cards.section-cards-overlay .card a .image:before {
  background: transparent;
}
.section-cards.section-cards-overlay .card a .image picture {
  display: block;
  transition: all 0.15s ease;
}
.section-cards.section-cards-overlay .card a .image picture::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.15s ease;
  z-index: 10;
}
.section-cards.section-cards-overlay .card a h2 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  transition: all 0.15s ease;
  padding: 0 30px;
}
.section-cards.section-cards-overlay .card a:hover .image picture, .section-cards.section-cards-overlay .card a:focus .image picture, .section-cards.section-cards-overlay .card a:active .image picture {
  transform: scale(1.05);
}
.section-cards.section-cards-overlay .card a:hover .image picture::after, .section-cards.section-cards-overlay .card a:focus .image picture::after, .section-cards.section-cards-overlay .card a:active .image picture::after {
  opacity: 1;
}
.section-cards.section-cards-overlay .card a:hover h2, .section-cards.section-cards-overlay .card a:focus h2, .section-cards.section-cards-overlay .card a:active h2 {
  top: 50%;
  opacity: 1;
}
.section-cards.section-cards-overlay .card-talent:nth-child(1) .image {
  background-color: #f86900;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(2) .image {
  background-color: #8d9eaa;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(3) .image {
  background-color: #93337f;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(4) .image {
  background-color: #00a9b7;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(5) .image {
  background-color: #61717d;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(6) .image {
  background-color: #58229c;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(7) .image {
  background-color: #5e66ea;
  background-color: #222;
}
.section-cards.section-cards-overlay .card-talent:nth-child(8) .image {
  background-color: #b8cede;
  background-color: #222;
}

.section-talent .wrap-narrow {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 576px) {
  .section-talent .wrap-narrow {
    flex-direction: column;
  }
}
.section-talent .wrap-narrow .column .card-talent .image {
  position: relative;
  width: 100%;
}
.section-talent .wrap-narrow .column .card-talent .image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #000000;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.section-talent .wrap-narrow .column .card-talent .image picture {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: 9px;
  overflow: hidden;
}
.section-talent .wrap-narrow .column .card-talent .image picture img, .section-talent .wrap-narrow .column .card-talent .image picture source {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-talent .wrap-narrow .column .card-talent .image h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.15s ease;
}
@media screen and (max-width: 576px) {
  .section-talent .wrap-narrow .column .card-talent .image h2 {
    font-size: 16px;
  }
}
.section-talent .wrap-narrow .column .card-talent .image:hover::before, .section-talent .wrap-narrow .column .card-talent .image:focus::before, .section-talent .wrap-narrow .column .card-talent .image:active::before {
  opacity: 0.5;
}
.section-talent .wrap-narrow .column .card-talent .image:hover h2, .section-talent .wrap-narrow .column .card-talent .image:focus h2, .section-talent .wrap-narrow .column .card-talent .image:active h2 {
  opacity: 1;
}
.section-talent .wrap-narrow .column-left {
  width: 350px;
  margin-right: 15px;
}
.section-talent .wrap-narrow .column-middle {
  width: 250px;
  margin-right: 15px;
}
.section-talent .wrap-narrow .column-right {
  width: 350px;
}
@media screen and (max-width: 576px) {
  .section-talent .wrap-narrow .column-left,
.section-talent .wrap-narrow .column-middle,
.section-talent .wrap-narrow .column-right {
    width: 100%;
  }
}

.social-profiles {
  display: flex;
  margin-top: 15px;
}
.social-profiles a {
  display: block;
  height: 24px;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.social-profiles a:last-child {
  margin-right: 0;
}
.social-profiles a svg {
  height: 24px;
  min-height: 24px;
}
@media screen and (max-width: 576px) {
  .social-profiles a svg {
    height: 20px;
    min-height: 20px;
  }
}
.social-profiles a path {
  transition: all 0.15s ease;
  fill: #ffffff;
}
.social-profiles a:hover path, .social-profiles a:focus path, .social-profiles a:active path {
  fill: #f86900;
}

.modal-form-msg,
.form-msg {
  border-radius: 0px;
  font-size: 16px;
  font-family: "Gotham Medium";
  line-height: 1.35;
  border-radius: 5px;
}
.modal-form-msg:not(.error), .modal-form-msg:not(.success), .modal-form-msg:not(.info),
.form-msg:not(.error),
.form-msg:not(.success),
.form-msg:not(.info) {
  padding: 24px 30px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .modal-form-msg,
.form-msg {
    text-align: center;
    padding: 24px;
  }
}
.modal-form-msg.error, .modal-form-msg.success, .modal-form-msg.info,
.form-msg.error,
.form-msg.success,
.form-msg.info {
  padding: 36px 24px;
  margin: 24px 0px;
}
.modal-form-msg.error,
.form-msg.error {
  color: #ff5660;
  background-color: #4b1616;
}
.modal-form-msg.success,
.form-msg.success {
  color: #56c854;
  background-color: #1a2e00;
}
.modal-form-msg.info,
.form-msg.info {
  color: #80b9ec;
  background-color: #012d54;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 16px;
  background-color: rgba(50, 50, 50, 0.8);
}
@media screen and (max-width: 576px) {
  .modal {
    padding: 0;
  }
}
.modal .modal-content {
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 1080px;
  max-width: 100%;
  padding: 50px;
}
@media screen and (max-width: 576px) {
  .modal .modal-content {
    padding: 0;
  }
}
.modal .modal-content .modal-header {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  padding: 36px 48px 0;
}
.modal .modal-content .modal-header > div {
  color: #ffffff;
  display: flex;
  border: 1.5px solid #ffffff;
  border-radius: 50px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
}
.modal .modal-content .modal-header > div .close {
  display: none;
}
.modal .modal-content .modal-header > div:hover, .modal .modal-content .modal-header > div:focus, .modal .modal-content .modal-header > div:active {
  border-color: #bf00f8;
  color: #bf00f8;
}
.modal .modal-content .modal-header > div::after {
  display: flex;
  content: "×";
  position: absolute;
  font-size: 26px;
  align-items: center;
  justify-content: center;
  top: -2.5px;
  height: 36px;
  width: 36px;
}
@media screen and (max-width: 576px) {
  .modal .modal-content .modal-header > div::after {
    top: -3.5px;
  }
}
.modal .modal-content .modal-header h3 {
  font-size: 30px;
  padding: 0 48px;
  font-family: "Gotham Bold";
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .modal .modal-content .modal-header h3 {
    font-size: 20px;
  }
}
.modal .modal-content .form-section {
  padding: 0 0 50px;
  background-color: #000000;
}
.modal .modal-content .form-section > div {
  padding: 0 48px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .modal .modal-content .form-section > div button,
.modal .modal-content .form-section > div span.button {
    width: 100%;
  }
}
.modal .modal-content .form-section form {
  align-items: start;
}
@media screen and (max-width: 576px) {
  .modal .modal-content .form-section form label {
    text-align: left;
  }
}

.chevron::before {
  border-style: solid;
  border-width: 0.1em 0.1em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  margin: 2px 6px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.form-group p {
  font-family: "Gotham Bold";
  text-align: left;
  margin-bottom: 8px;
}
.form-group .form-field-msg {
  display: none;
  position: absolute;
  bottom: -38px;
  right: 0;
  color: #ff5660;
  font-family: "Gotham Bold";
  text-align: right;
  border-radius: 2.5px;
  font-size: 16px;
  line-height: 1.5;
}
.form-group .form-field-msg.error {
  display: block;
}
@media screen and (max-width: 576px) {
  .form-group .form-field-msg {
    font-size: 13px;
    top: 5px;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 12px 0 !important;
}

/* Hide default HTML checkbox */
.switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
}

.switch-input:checked + .slider {
  background-color: #f86900;
}

.switch-input:focus + .slider {
  box-shadow: 0 0 1px #f86900;
}

.switch-input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
}/*# sourceMappingURL=main.css.map */