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

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

.mainContent {
  height: calc(100svh - 100px);
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 550px) {
  .mainContent {
    height: calc(100svh - 70px);
  }
}
.mainContent .container .inner .mainLogo {
  font-size: 3ch;
  text-align: center;
  bottom: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 1rem);
  max-height: 21vh;
}
@media (min-width: 550px) {
  .mainContent .container .inner .mainLogo {
    max-height: 100%;
    width: calc(100% - 4rem);
    bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .mainContent .container .inner .mainLogo.logoOne {
    display: none;
  }
}
.mainContent .container .inner .mainLogo.logoTwo {
  display: none;
}
@media (min-width: 1400px) {
  .mainContent .container .inner .mainLogo.logoTwo {
    display: block;
  }
}
.mainContent .container .inner .videoFrame {
  aspect-ratio: 320/277;
  width: calc(100% - 2rem);
  margin: auto 1rem;
  margin-bottom: 3rem;
  background: #393C35;
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
  transform: scale(0);
  border-radius: 5px;
  z-index: 2;
  max-height: 36vh;
}
@media (min-width: 550px) {
  .mainContent .container .inner .videoFrame {
    max-height: 100%;
    max-width: 70%;
    aspect-ratio: 860/378;
    border: 1rem solid #393C35;
  }
}
@media (min-width: 1025px) {
  .mainContent .container .inner .videoFrame {
    border: 1.75rem solid #393C35;
    inset: -10vh 0 0;
    max-height: 50vh;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .mainContent .container .inner .videoFrame {
    inset: -20vh 0 0;
    max-width: 830px;
  }
}
.mainContent .container .inner .videoFrame .images {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContent .container .inner .videoFrame .images .image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  overflow: clip;
}
.mainContent .container .inner .videoFrame .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainContent .container .inner .videoFrame .images .image:last-of-type {
  z-index: -1;
}
.mainContent .container .inner .videoFrame .images .image video {
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 550px) {
  .mainContent .container .inner .videoFrame .images .image video {
    width: 100%;
    height: auto;
    top: 70%;
  }
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

body {
  line-height: 1;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #F7F0DF;
  color: #000000;
  font-family: "Instrument Sans", sans-serif;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html a {
  transition: 0.3s ease;
  text-decoration: none;
}
html h1 {
  color: #F2526D;
  text-transform: uppercase;
}
html p, html li {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  html p, html li {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  html p, html li {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1500px) {
  html p, html li {
    font-size: 24px;
  }
}

h1, h2, h3, h4 {
  line-height: 1.4;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

p, ul, li, a, span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
}
@media (min-width: 640px) {
  p, ul, li, a, span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p, ul, li, a, span {
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  p, ul, li, a, span {
    font-size: 19px;
  }
}

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

.navActive {
  overflow: hidden;
}

.nav {
  padding-top: 2rem;
  padding-left: 1rem;
}
@media (min-width: 550px) {
  .nav {
    padding-left: 0;
  }
}
.nav .wrapper {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
}
.nav .wrapper .logoWrapper {
  position: relative;
}
@media (min-width: 550px) {
  .nav .wrapper .logoWrapper {
    padding-top: 1rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .nav .wrapper .logoWrapper {
    padding-left: 1rem;
  }
}
.nav .wrapper .logoWrapper {
  z-index: 400;
}
.nav .wrapper .logoWrapper img {
  max-height: 100px;
}
.nav .wrapper .toggle-btn {
  display: block;
  height: 46px;
  cursor: pointer;
  z-index: 360;
  width: 46px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-right: -14px;
}
@media (min-width: 768px) {
  .nav .wrapper .toggle-btn {
    display: none;
  }
}
.nav .wrapper .toggle-btn.show .bar:first-of-type {
  transform: rotate(45deg);
}
.nav .wrapper .toggle-btn.show .bar:nth-of-type(2) {
  transform: scale(0);
}
.nav .wrapper .toggle-btn.show .bar:last-of-type {
  transform: rotate(-45deg);
}
.nav .wrapper .toggle-btn .bar {
  width: 18px;
  transition: all 0.25s ease-in-out;
  height: 2px;
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  background-size: contain;
  left: 14px;
  transition: all 0.5s cubic-bezier(0.8, -1.1, 0.5, 1.9);
  transform-origin: center;
  background-color: #fff;
}
.nav .wrapper .toggle-btn .bar:first-of-type {
  transform: translateY(-7px);
}
.nav .wrapper .toggle-btn .bar:nth-of-type(2) {
  transition: all 0.5s cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
.nav .wrapper .toggle-btn .bar:last-of-type {
  transform: translateY(7px);
}
.nav .wrapper .mainNav {
  display: none;
}
@media (min-width: 768px) {
  .nav .wrapper .mainNav {
    display: block;
  }
}
.nav .wrapper .mainNav ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.nav .wrapper .mainNav ul li {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .nav .wrapper .mainNav ul li {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .nav .wrapper .mainNav ul li {
    margin-left: 100px;
  }
}
@media (min-width: 1400px) {
  .nav .wrapper .mainNav ul li {
    margin-left: 120px;
  }
}
.nav .wrapper .mainNav ul li a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .nav .wrapper .mainNav ul li a {
    position: relative;
  }
  .nav .wrapper .mainNav ul li a:after {
    bottom: 0;
    height: 1px;
    background-color: #393C35;
    width: 0%;
    position: absolute;
    left: 0;
    content: "";
    transition: 0.3s ease;
  }
  .nav .wrapper .mainNav ul li a:before {
    right: -20px;
    opacity: 0;
    transition: 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.81' height='9.81' viewBox='0 0 9.81 9.81'%3E%3Cg transform='translate(-70.757 1099.067) rotate(-90)'%3E%3Cline x2='7.458' transform='translate(1091.11 80.067)' fill='none' stroke='%23e5ff45' stroke-linecap='square' stroke-width='1'/%3E%3Cline x2='7.458' transform='translate(1098.567 72.61) rotate(90)' fill='none' stroke='%23e5ff45' stroke-linecap='square' stroke-width='1'/%3E%3Cpath d='M0,0H11.676' transform='translate(1089.964 71.464) rotate(45)' fill='none' stroke='%23e5ff45' stroke-linecap='square' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 9px;
    width: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: "";
    position: absolute;
  }
  .nav .wrapper .mainNav ul li a:hover {
    color: #393C35;
  }
  .nav .wrapper .mainNav ul li a:hover:before {
    opacity: 1;
  }
  .nav .wrapper .mainNav ul li a:hover:after {
    width: 100%;
  }
}
.nav .wrapper .navItems {
  transition: 0.5s ease;
  z-index: 350;
  background: #0E181E;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .nav .wrapper .navItems {
    display: none;
  }
}
.nav .wrapper .navItems.show {
  opacity: 1;
  pointer-events: all;
  overflow: hidden;
}
.nav .wrapper .navItems ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.nav .wrapper .navItems ul li {
  display: block;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .wrapper .navItems ul li a {
  text-decoration: none;
  display: block;
  font-size: 24px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}

.footer {
  color: #000000;
  padding-bottom: 1rem;
}
@media (min-width: 550px) {
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1025px) {
  .footer .container {
    max-width: 100%;
  }
}
.footer p, .footer a {
  font-size: 15px;
}
.footer .right a {
  transition: color 0.3s ease;
}
.footer .right a:nth-of-type(1) {
  margin-right: 0.25rem;
  position: relative;
}
.footer .right a:nth-of-type(1):after {
  content: "/";
  margin-left: 0.25rem;
}
.footer p {
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.footer a {
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .footer a:hover {
    color: #F2526D;
  }
}

section .wrapper, section .container, footer .wrapper, footer .container {
  width: 100%;
  margin: 0 auto;
}

.wrapper, .container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .wrapper, .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}/*# sourceMappingURL=new-styles.css.map */