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

/**
 * * HTML5 display-role reset for older browsers
 * */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main, summary {
  display: block;
}

/**
 * * inherit box model for all elements
 * */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * * html root rules
 * * 1. set border-box for inheritance
 * * 2. avoid 300ms click delay on touch devices that support the `touch-action`
 * *    CSS property
 * * 3. Prevent adjustments of font size after orientation changes in IE, on
 * *    Windows Phone and iOS.
 * * 4. Setting @viewport causes scrollbars to overlap content in IE11 and Edge,
 * *    so we force a non-overlapping, non-auto-hiding scrollbar to counteract.
 * * 5. Change the default tap highlight to be completely transparent in iOS.
 * */
html {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  touch-action: manipulation;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 4 */
  -ms-overflow-style: scrollbar;
  /* 5 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * * body rules
 * * 1. reset line-height to 1
 * * 2. set base font-family to sans-serif
 * * 3. Set an explicit initial text-align value so that we can later use the
 * *    `inherit` value on things like `<th>` elements.
 * */
body {
  /* 1 */
  line-height: 1;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  text-align: left;
}

/**
 * * Future-proof rule: in browsers that support :focus-visible, suppress the focus outline
 * * on elements that programmatically receive focus but wouldn't normally show a visible
 * * focus outline. In general, this would mean that the outline is only applied if the
 * * interaction that led to the element receiving programmatic focus was a keyboard interaction,
 * * or the browser has somehow determined that the user is primarily a keyboard user and/or
 * * wants focus outlines to always be presented.
 * *
 * * See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible
 * * and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/
 * */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/**
 * * Lists
 * */
ol, ul {
  list-style: none;
}

/**
 * * Quotes
 * */
blockquote, q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/**
 * * Tables
 * */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  caption-side: bottom;
}

/**
 * * Table Headers
 * * 1. Matches default `<td>` alignment by inheriting from the `<body>`, or the
 * *    closest parent with a set `text-align`.
 * * 2. Fix alignment for Safari
 * */
th {
  /* 1 */
  text-align: inherit;
  /* 2 */
  text-align: -webkit-match-parent;
}

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

/**
 * * Preformatted Text
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Don't allow content to break outside
 * * 3. We have @viewport set which causes scrollbars to overlap content in IE11
 * *    and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to
 * *    counteract.
 * */
pre,
code,
kbd,
samp {
  /* 1 */
  font-family: monospace, monospace;
}

pre {
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
}

/**
 * * Links
 * * 1. Remove the gray background on active links in IE 10.
 * * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 * */
a {
  /* 1 */
  background-color: transparent;
  /* 2 */
  -webkit-text-decoration-skip: objects;
}

/**
 * * 1. Remove the bottom border in Chrome 57- and Firefox 39-
 * * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 * * 3. Add explicit cursor to indicate changed behavior.
 * * 4. Prevent the text-decoration to be skipped.
 * */
abbr[title] {
  /* 1 */
  border-bottom: 0;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 3 */
  cursor: help;
  /* 4 */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

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

/**
 * * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * * Prevent `em` being affected from global reset
 * */
em {
  font-style: italic;
}

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

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

/**
 * * Remove the default `border-radius` that macOS Chrome adds.
 * * Details at https://github.com/twbs/bootstrap/issues/24093
 * */
button {
  border-radius: 0;
}

/**
 * * Work around a Firefox/IE bug where the transparent `button` background
 * * results in a loss of the default `button` focus styles.
 * * Credit: https://github.com/suitcss/base/
 * */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/**
 * * form element resets
 * * 1. Remove the margin in Firefox and Safari
 * * 2. inherit font rules
 * */
input,
button,
select,
optgroup,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * * 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,
[type=reset],
[type=submit],
[type=button] {
  /* 2 */
  -webkit-appearance: button;
}

/**
 * * Remove the default appearance of temporal inputs to avoid a Mobile Safari
 * * bug where setting a custom line-height prevents text from being vertically
 * * centered within the input.
 * * See https://bugs.webkit.org/show_bug.cgi?id=139848
 * * and https://github.com/twbs/bootstrap/issues/11266
 * */
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

/**
 * * 1. Remove the default vertical scrollbar in IE.
 * * 2. Textareas should really only resize vertically so they don't break their
 * *    (horizontal) containers.
 * */
textarea {
  overflow: auto;
  resize: vertical;
}

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

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

/**
 * * Set the cursor for non-`<button>` buttons
 * * Details at https://github.com/twbs/bootstrap/pull/30562
 * */
[role=button] {
  cursor: pointer;
}

/**
 * * Remove the inheritance of word-wrap in Safari.
 * * See https://github.com/twbs/bootstrap/issues/24990
 * */
select {
  word-wrap: normal;
}

/**
 * * Remove inner border and padding from Firefox, but don't restore the outline
 * * like Normalize.
 * */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * * This prevents an unwanted focus outline from appearing around elements that
 * * might still respond to pointer events.
 * * Credit: https://github.com/suitcss/base
 * */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/**
 * * Browsers set a default `min-width: min-content` on fieldsets,
 * * unlike e.g. `<div>`s, which have `min-width: 0` by default.
 * * So we reset that to ensure fieldsets behave more like a standard block element.
 * * See https://github.com/twbs/bootstrap/issues/12359
 * * and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements
 * */
fieldset {
  min-width: 0;
}

/**
 * * 1. Correct the text wrapping in Edge and IE.
 * * 2. Correct the color inheritance from `fieldset` elements in IE.
 * * 3. Set display to block for all browsers
 * */
legend {
  /* 1 */
  max-width: 100%;
  white-space: normal;
  /* 2 */
  color: inherit;
  /* 3 */
  display: block;
}

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

/**
 * * 1. Remove the default vertical scrollbar in IE 10+.
 * * 2. Textareas should really only resize vertically so they don't break their
 * *    (horizontal) containers.
 * */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
}

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

/**
 * * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * * 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/**
 * * Correct element display for output
 * */
output {
  display: inline-block;
}

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

/**
 * * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 * * Needed for proper display in IE 10-.
 * */
[hidden] {
  display: none;
}

/**
 * * adds resets for buttons that are not covered by reset-and-normalize base
 * */
[role=button],
input[type=button],
input[type=reset],
input[type=submit],
button {
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  color: inherit;
  text-align: inherit;
  background: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[role=button]:not(:disabled),
input[type=button]:not(:disabled),
input[type=reset]:not(:disabled),
input[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[role=button]:-moz-focusring,
input[type=button]:-moz-focusring,
input[type=reset]:-moz-focusring,
input[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: none;
}
[role=button]:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:focus {
  outline: none;
}

@font-face {
  font-family: "NeoSans";
  font-weight: 500;
  src: url("../assets/fonts/") format("opentype");
}
@font-face {
  font-family: "NeoSans";
  font-weight: 700;
  src: url("../assets/fonts/") format("opentype");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
  font-size: 1.4rem;
  color: rgb(0, 21, 20);
}
@media (min-width: 48em) {
  body {
    overflow-x: hidden !important;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
body.freeze {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", sans-serif;
}

h1 {
  font-size: 7.2rem;
  line-height: 7.2rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  h1 {
    font-size: 10.4rem;
    line-height: 10.4rem;
  }
}
@media (min-width: 75em) {
  h1 {
    font-size: 12rem;
    line-height: 12rem;
  }
}

h2 {
  font-size: 5.6rem;
  line-height: 5.6rem;
  font-weight: 700;
}
@media (min-width: 48em) {
  h2 {
    font-size: 9.6rem;
    line-height: 9.6rem;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 7.2rem;
    line-height: 7.2rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
}
@media (min-width: 50em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 2.6rem;
  font-weight: 700;
}
@media (max-width: 50em) {
  h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.footer {
  padding: 3.2rem 3.2rem 8rem;
  background-color: rgba(0, 21, 20, 0.6);
}
@media (min-width: 64em) {
  .footer {
    background: linear-gradient(to right, rgba(0, 21, 20, 0.9) 20%, rgba(235, 235, 235, 0.9) 100%);
    padding: 8rem 4rem;
  }
}
@media (min-width: 75em) {
  .footer-wrapper {
    max-width: 120rem;
    margin: 0 auto;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 48em) {
  .footer__row {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8rem;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__logo {
  box-shadow: 0 0 1.6rem 0 rgba(235, 235, 235, 0.4);
  border-radius: 40rem;
  background-color: rgb(235, 235, 235);
  height: 4rem;
  padding: 0.8rem 2rem;
  margin-bottom: 4rem;
}
.footer__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.footer__copyright {
  color: rgb(235, 235, 235);
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.footer__menu {
  margin-bottom: 2.4rem;
}
.footer__menu h3 {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.8rem;
}
.footer__menu ul li a {
  text-decoration: none;
  color: rgb(235, 235, 235);
}
.footer__menu ul li a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

body {
  background-attachment: fixed;
  background-image: url(/wp-content/themes/evo-check/assets/images/hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-behavior: smooth;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2.4rem 3.2rem;
  width: 100%;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 48em) {
  .header {
    padding: 3.2rem 4rem;
  }
}
@media (min-width: 75em) {
  .header-wrapper {
    max-width: 120rem;
    margin: 0 auto;
  }
}
.header::after {
  transition: all 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header.active {
  transition: all 0.25s ease-in-out;
  position: fixed;
}
.header.active::after {
  background: linear-gradient(to right, rgba(235, 235, 235, 0.9) 5%, rgba(0, 21, 20, 0.9) 100%);
  animation: slideIn 0.25s ease-in-out forwards;
}
.header__row {
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  flex-direction: row;
  display: flex;
}
.header__logo {
  position: relative;
  box-shadow: 0 0 1.6rem 0 rgba(235, 235, 235, 0.4);
  border-radius: 40rem;
  background-color: rgb(235, 235, 235);
  height: 4rem;
  padding: 0.8rem 2rem;
  z-index: 1;
}
.header__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.header__menu {
  display: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .header__menu {
    display: block;
  }
}
.header__menu ul {
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
  flex-direction: row;
  display: flex;
}
.header__menu ul li a {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgb(235, 235, 235);
  text-decoration: none;
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.25s ease-in-out;
}
.header__menu ul li a:hover {
  background: linear-gradient(to right, rgb(255, 21, 2) 10%, rgb(235, 235, 235) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 75em) {
  .header__menu ul li a {
    background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
    background-size: 120%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.cta-bar__list__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 21, 20, 0.8);
  padding: 0.8rem;
}
@media (min-width: 48em) {
  .cta-bar__list__item {
    padding: 1.6rem;
  }
}
.cta-bar__list__item a {
  flex: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .cta-bar__list__item a {
    font-size: 1.6rem;
  }
}
@media (min-width: 75em) {
  .cta-bar__list__item a {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
.cta-bar__list__item a span {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-bar__list__item a img {
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
}
@media (min-width: 48em) {
  .cta-bar__list__item a img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (min-width: 75em) {
  .cta-bar__list__item a img {
    width: 8rem;
    height: 8rem;
  }
}
.cta-bar--contact a {
  text-align: center;
  justify-content: center;
}
.cta-bar--contact a img {
  width: 2.4rem;
  height: 2.4rem;
}

.hero {
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
  display: flex;
  height: 100vh;
  padding: 0 3.2rem;
  position: relative;
}
@media (min-width: 48em) {
  .hero {
    height: 80vh;
    padding: 0 4rem;
  }
}
@media (min-width: 75em) {
  .hero {
    max-width: 120rem;
    margin: 0 auto;
    height: 100vh;
  }
}
.hero--small {
  height: 60vh;
}
@media (min-width: 75em) {
  .hero--small {
    height: 80vh;
  }
}
.hero__info {
  left: 3.2rem;
  position: absolute;
  right: 3.2rem;
  top: 0;
  transform: translateY(16rem);
}
.hero__info__title {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 30%, rgb(255, 21, 2) 100%);
  background-size: 200%;
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  overflow: hidden;
  max-width: 64rem;
}
.hero__info .button {
  display: none;
}
.hero__media {
  height: 40rem;
  position: relative;
  transform: translateY(8rem);
  z-index: 1;
}
@media (min-width: 48em) {
  .hero__media {
    height: 32rem;
    transform: translateY(16rem);
  }
}
@media (min-width: 75em) {
  .hero__media {
    height: 40rem;
  }
}
.hero__media img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.mobile-nav {
  border-radius: 2.4rem 2.4rem 0 0;
  box-shadow: 0 0 1.6rem 0 rgba(235, 235, 235, 0.4);
  bottom: 0;
  display: flex;
  height: 5.6rem;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 48em) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__col {
  flex: 1;
  position: relative;
}
.mobile-nav__menu {
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  width: 100%;
  border-radius: 2.4rem 0 0 0;
  transform: scaleY(0);
  transition: all 0s ease-in-out;
  padding-bottom: 1.6rem;
  transform-origin: bottom;
}
.mobile-nav__menu.active {
  transform: scaleY(100%);
}
.mobile-nav__menu__title {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 2.4rem 1.6rem 2.4rem 1.6rem;
  border-bottom: 0.1rem solid #ff1502;
}
.mobile-nav__menu ul:not(:last-child) {
  margin-bottom: 1.6rem;
}
.mobile-nav__menu ul li {
  margin-bottom: 1.6rem;
  opacity: 0;
  position: relative;
  right: -200px;
}
.mobile-nav__menu ul li a {
  text-decoration: none;
  color: rgb(235, 235, 235);
  display: block;
  font-size: 1.6rem;
  border: 0.1rem solid #ff1502;
  padding: 1.6rem 1.6rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  background-color: rgb(0, 21, 20);
  box-shadow: 0 0 1.6rem 0 rgba(235, 235, 235, 0.4);
}
.mobile-nav__menu-2 ul li a {
  border-radius: 0 40rem 40rem 0;
  border-left: none;
}
.mobile-nav__menu-1 ul li a {
  border-right: none;
  border-radius: 40rem 0 0 40rem;
}
.mobile-nav__item {
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
  display: flex;
  color: rgb(235, 235, 235);
  font-size: 2.4rem;
  height: 100%;
  line-height: 1.6rem;
  text-decoration: none;
  font-family: "Bebas Neue", sans-serif;
  transition: all 0.25s ease-in-out;
}
.mobile-nav__item--solid {
  border-right: 0.1rem solid rgba(235, 235, 235, 0.2);
  border-radius: 2.4rem 0 0 0;
  background-color: rgba(235, 235, 235, 0);
}
.mobile-nav__item--outline {
  border-radius: 0 2.4rem 0 0;
  background-color: rgba(235, 235, 235, 0);
}
.mobile-nav__item.active {
  color: rgb(255, 21, 2);
  border-radius: 0;
}

.split-content {
  background-color: rgba(0, 21, 20, 0.6);
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 64em) {
  .split-content {
    flex-direction: row;
	  align-items: center;
  }
}
@media (min-width: 75em) {
  .split-content--small {
    max-width: 120rem;
    margin: 8rem auto 0;
    padding: 8rem;
    border-radius: 2.4rem;
    box-shadow: 0 0 1.6rem 0 rgba(235, 235, 235, 0.4);
  }
}
@media (min-width: 64em) {
  .split-content--reverse {
    flex-direction: row-reverse;
  }
}
.split-content__media {
  height: 50vh;
}
@media (min-width: 64em) {
  .split-content__media {
    flex: 1;
    height: 60vh;
  }
}
@media (min-width: 75em) {
  .split-content__media {
    height: 100vh;
  }
}
@media (min-width: 75em) {
  .split-content__media--small {
    height: 50vh;
    overflow: hidden;
    border-radius: 2.4rem;
  }
}
.split-content__media img, .split-content__media iframe {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.split-content__info {
  padding: 3.2rem;
}
@media (min-width: 48em) {
  .split-content__info {
    padding: 8rem 4rem;
    height: 50vh;
/*     overflow: hidden; */
/*     overflow-y: scroll; */
  }
}
@media (min-width: 64em) {
  .split-content__info {
    flex: 1;
    padding: 4rem 0;
  }
}
@media (min-width: 75em) {
  .split-content__info {
    padding: 8rem 0;
  }
}
.split-content__info h2 {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 48em) {
  .split-content__info h2 {
    font-size: 5.6rem;
    line-height: 5.6rem;
  }
}
@media (min-width: 64em) {
  .split-content__info h2 {
    padding: 0 4rem;
    font-size: 4.8rem;
    line-height: 4.8rem;
  }
}
.split-content__info p {
  color: rgb(235, 235, 235);
}
@media (min-width: 64em) {
  .split-content__info p {
    padding: 0 4rem;
  }
}
.split-content__info p:not(:last-child) {
  margin-bottom: 1.6rem;
}
.split-content__info__contact {
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
  flex-direction: row;
  display: flex;
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  margin-bottom: 2.4rem;
}
@media (min-width: 75em) {
  .split-content__info__contact {
    padding: 0 4rem;
  }
}
.split-content__info__contact img {
  width: 2.4rem;
  height: 2.4rem;
}
.split-content__info__contact span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.split-content__form {
  padding: 0 3.2rem;
  margin-bottom: 8rem;
}
@media (min-width: 75em) {
  .split-content__form {
    flex: 1;
  }
}
.split-content__form__row {
  margin-bottom: 2.4rem;
  position: relative;
}
.split-content__form__row:not(:last-child)::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
}
.split-content__form__row:last-child {
  margin-top: 4rem;
  margin-bottom: 0;
}
.split-content__form__row input {
  position: relative;
  display: block;
}
.split-content__form__row input:after {
  display: block;
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
}
.split-content__form__row input, .split-content__form__row textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: rgb(255, 21, 2);
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 30%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.split-content__form__row input::-moz-placeholder, .split-content__form__row textarea::-moz-placeholder {
  color: rgb(255, 21, 2);
  opacity: 1;
}
.split-content__form__row input::placeholder, .split-content__form__row textarea::placeholder {
  color: rgb(255, 21, 2);
  opacity: 1;
}
.split-content__form__row input::-ms-input-placeholder, .split-content__form__row textarea::-ms-input-placeholder {
  color: rgb(255, 21, 2);
}
.split-content__form__row button {
  display: block;
  background-color: rgb(255, 21, 2);
  color: rgb(235, 235, 235);
  border-radius: 40rem;
  padding: 1.2rem 3.2rem;
  font-family: "Bebas Neue", sans-serif;
}

.social-media {
  align-items: center;
  justify-content: left;
  gap: 1.6rem;
  flex-direction: row;
  display: flex;
  margin-bottom: 1.6rem;
}
.social-media__item {
  height: 3.2rem;
}
.social-media__item a {
  display: block;
  height: 100%;
}
.social-media__item a img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.video {
  height: 100vh;
  position: relative;
}
.video::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s ease-in-out;
  transform-origin: center;
}
.video.play::after {
  transform: translateY(-100%);
  opacity: 0;
}
.video__title {
  background: linear-gradient(to right, rgb(235, 235, 235) 10%, rgb(255, 21, 2) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  text-align: center;
  transition: all 0.25s ease-in-out;
  transform: translateY(0);
  opacity: 1;
  z-index: 1;
}
@media (min-width: 48em) {
  .video__title {
    top: 12rem;
  }
}
.video.play .video__title {
  transform: translateY(-100%);
  opacity: 0;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-direction: row;
  display: flex;
  width: 8rem;
  height: 8rem;
  padding: 2.4rem;
  background-color: rgba(255, 21, 2, 0.8);
  box-shadow: 0 0 1.6rem 0 rgba(255, 21, 2, 0.4);
  border-radius: 50%;
  color: rgb(235, 235, 235);
  z-index: 2;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: center;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.video__button svg, .video__button img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  fill: rgb(235, 235, 235) !important;
  transform: translateX(0.2rem);
}
.video.play .video__button {
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.video--full video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}/*# sourceMappingURL=main.css.map */