/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Outfit:wght@100..900&display=swap");
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 */
  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;
}

html,
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
  width: 100%;
  background: #fffbfc;
}

body a {
  text-decoration: none;
}

body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body textarea:-webkit-autofill,
body textarea:-webkit-autofill:hover,
body textarea:-webkit-autofill:focus,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fffbfc;
  -webkit-box-shadow: 0 0 0px 1000px #04000c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:-webkit-autofill:focus {
  background-color: #ce2323;
  /* Change the background color to your desired value */
}

@media (max-width: 767px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}

body.gradient-active:before {
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(23deg, #f4f812, #61c9a8, #f4f812, #6f18fc);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-blend-mode: hard-light;
  mix-blend-mode: hard-light;
  -webkit-animation: hue-rotate 2s linear infinite;
  animation: hue-rotate 2s linear infinite;
  z-index: 100000;
}

.seeNoSee {
  opacity: 0;
  display: none;
}

body.gradient-active .seeNoSee {
  opacity: 1;
  display: inline-block;
}

body.gradient-active span {
  -webkit-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
  color: #fff;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 3.6rem;
  letter-spacing: 0.1rem;
}

p {
  font-family: "Outfit", sans-serif;
}

a {
  font-family: "Outfit", sans-serif;
}

#myButton {
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 2000000;
  background: url(/assets/img/DONTtouchNOpress.svg) no-repeat;
  mix-blend-mode: difference;
  height: 2rem;
  width: 2rem;
  font-size: 0;
  color: transparent;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@media (max-width: 767px) {
  #myButton {
    display: none;
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.showNav {
  opacity: 1;
  transition: all 0.5 ease;
}

header {
  max-width: 100%;
  width: 100%;
  height: 5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: transparent;
  position: fixed;
  z-index: 15;
  top: 0;
  mix-blend-mode: difference;
}

header .dk_logo {
  display: none;
  opacity: 0;
}

header .lt_logo {
  mix-blend-mode: difference;
  opacity: 1;
}

header .logo img {
  height: auto;
  width: 68%;
  margin: 1.25rem 4.5rem;
}

@media (max-width: 992px) {
  header .logo img {
    width: 77%;
    margin: 1.5rem 1rem;
  }
}

header #navbar {
  margin: 0 2.7rem 0 0;
}

@media (max-width: 767px) {
  header #navbar {
    margin: 0 0 0.5rem 0;
  }
}

header #navbar #myLinks {
  display: none;
  height: 100vh;
}

header #navbar .icon {
  display: none;
}

@media (max-width: 767px) {
  header {
    opacity: 0;
    transition: all 0.5 ease;
    background: #fffbfc;
    max-width: 100%;
    height: auto;
    padding: 1rem 0;
  }
  header .logo img {
    height: auto;
    width: 67%;
    margin: 0.5rem 0 0.5rem 3rem;
  }
  header #navbar a {
    color: #04000c;
    font-family: Manrope, sans-serif;
  }
  header #navbar .logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    max-width: 100%;
    padding: 1rem 0;
  }
  header #navbar .logo-nav img {
    width: auto;
    height: 14.97px;
    margin: 0.5rem 0 0.5rem 3rem;
  }
  header #navbar .logo-nav .icon {
    display: block;
    padding-right: 35px;
    font-size: large;
  }
  header #navbar .icon {
    display: block;
    padding-right: 35px;
    font-size: large;
  }
  header .nav-links {
    display: none;
  }
  header #navbar #myLinks {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 0;
    left: 0;
    background-color: #f4f412;
    height: 100vh;
    width: 100%;
    z-index: 0;
  }
  header #navbar #myLinks .dropLinks {
    height: 60%;
    font-size: 6rem;
    padding-top: 80px;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  header #navbar #myLinks .dropSocials {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 6rem;
  }
  header #navbar #myLinks .dropSocials a {
    padding: 35px 35px;
  }
}

header ul {
  list-style: none;
  display: flex;
}

header ul li:nth-child(3) {
  border-right: 1px solid #fff;
}

header ul li {
  padding: 0.1rem 1rem;
}

header ul .fb {
  padding: 0 0.5rem 0 1.5rem;
}

header ul .ig {
  padding: 0 0.5rem;
}

header ul .no {
  padding: 0 1rem 0 0.5rem;
}

header ul a {
  color: #fff;
  margin: 0 0.9rem 0 0;
  font-family: Manrope;
  font-size: 1.1rem;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.invertNav {
  background-color: #fffbfc;
  mix-blend-mode: normal;
  transition: all 0.5s ease-out;
}

.invertNav ul {
  list-style: none;
  display: flex;
}

.invertNav ul li:nth-child(3) {
  border-right: 1px solid #000;
}

.invertNav .lt_logo {
  opacity: 0;
  display: none;
  transition: all 1s ease-out;
}

.invertNav .dk_logo {
  opacity: 1;
  display: block;
  transition: all 1s ease-out;
}

.invertNav a {
  color: #000;
}

#hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: #fffbfc;
  background-image: url('data:image/svg+xml,<svg width="1009" height="833" viewBox="0 0 1009 833" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M532.155 0H474.54L99 833H907L532.155 0ZM502.306 66.982L714.024 545.12H289.2L502.306 66.982Z" fill="%2361C9A8"/><g style="mix-blend-mode:multiply"><path d="M634.619 0H577.075L202 833H1009L634.619 0ZM604.807 66.982L816.263 545.12H391.964L604.807 66.982Z" fill="%236F18FC"/></g><g style="mix-blend-mode:multiply"><path d="M432.619 0H375.075L0 833H807L432.619 0ZM402.807 66.982L614.263 545.12H189.964L402.807 66.982Z" fill="%23F4F812"/></g></svg>');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 59%;
  position: fixed;
  top: 0;
  z-index: -4;
}

@media (max-width: 992px) {
  #hero {
    position: relative;
  }
}

@media (max-width: 767px) {
  #hero {
    position: relative;
    background-size: 600px;
    background-position: bottom right -12rem;
  }
  #hero .isActive .tickerwrapper {
    display: none;
  }
  #hero .isActive .intro {
    display: none;
  }
}

#hero .intro {
  margin-top: 11vw;
  padding-left: 5rem;
  width: 50%;
  font-size: 2.5rem;
  color: #f0f0f0;
}

#hero .intro h2 {
  font-weight: 200;
}

@media (max-width: 767px) {
  #hero .intro {
    width: 100%;
    font-size: 1.2rem;
    padding: 0;
  }
  #hero .intro h2 {
    padding-left: 35px;
    padding-right: 35px;
    font-weight: 400;
  }
}

#background-video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: hard-light;
}

#banner {
  width: 100%;
  overflow: hidden;
}

#banner h1 {
  overflow: hidden;
  text-wrap: nowrap;
  color: #28120c;
}

/* MARQUEE */
.tickerwrapper {
  /* the outer div */
  position: relative;
  top: 1rem;
  left: 0%;
  width: 100%;
  height: 12rem;
  /* must match text */
  overflow: hidden;
  cursor: pointer;
  text-wrap: nowrap;
}

.tickerwrapper h1 {
  font-size: 7rem;
}

@media (max-width: 767px) {
  .tickerwrapper {
    margin-top: 35px;
  }
  .tickerwrapper h1 {
    font-weight: 900;
  }
}

.tickerwrapper ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  mix-blend-mode: screen;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

.tickerwrapper ul.list li {
  float: left;
  padding-left: 20px;
  font-size: 42px !important;
  color: #e51313;
}

.tickerwrapper ul.list li span {
  font-size: 42px !important;
  text-transform: uppercase;
  color: #fff;
}

.tickerwrapper li {
  -webkit-text-fill-color: #28120c;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: currentColor;
}

.tickerwrapper span.solid {
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
  font-weight: 800;
}

.tickerwrapper-two {
  /* the outer div */
  position: relative;
  top: -2rem;
  left: 0%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  text-wrap: nowrap;
}

.tickerwrapper-two h1 {
  font-size: 7rem;
}

.tickerwrapper-two ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tickerwrapper-two ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

.tickerwrapper-two ul.list li {
  float: left;
  padding-left: 20px;
}

.tickerwrapper-two ul.list li span {
  text-transform: uppercase;
}

.tickerwrapper-two li {
  -webkit-text-fill-color: #28120c;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: currentColor;
}

.tickerwrapper-two span.solid {
  -webkit-text-fill-color: #e51313;
  -webkit-text-stroke-width: 0;
  font-weight: 800;
}

.section-title {
  width: 100%;
  height: 75px;
  text-align: center;
  padding: 40px 0;
}

#about {
  max-width: 100%;
  background-color: #04000c;
  text-wrap: wrap;
  overflow: hidden;
  color: #2b2830;
  padding: 10rem 4.5rem;
  margin-top: 100vh;
}

#about h1 {
  font-family: Manrope, sans-serif;
  font-size: 6.313rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: -3.79px;
  text-align: left;
  color: #2b2830;
}

@media (max-width: 992px) {
  #about h1 {
    font-size: 4.313rem;
    padding: 1.5rem;
  }
}

@media (max-width: 767px) {
  #about h1 {
    padding: 1.5rem;
    font-size: 3.313rem;
  }
}

#about h1 b {
  font-weight: bold;
}

#about span {
  color: #f4f812;
  font-weight: bold;
}

@media (max-width: 992px) {
  #about {
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #about {
    margin-top: 0;
    padding: 0;
  }
}

#nav_trigger {
  width: 100%;
  display: flex;
  height: 10px;
}

#featured {
  max-width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#featured .side-scroll {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}

#featured .side-scroll-container {
  width: 100%;
}

#featured .side-scroll-heading {
  color: #000000;
  margin: 20px 0 80px 0;
}

#featured .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
  margin-top: 32px;
}

@media (max-width: 767px) {
  #featured .side-scroll-list-wrapper {
    margin-top: -25px;
  }
}

#featured .side-scroll-list {
  position: absolute;
  top: 0;
  left: 2rem;
  display: flex;
  gap: 0 1rem;
  transform: translateX(0);
}

@media (max-width: 767px) {
  #featured .side-scroll-list {
    padding-right: 1rem;
  }
}

#featured .side-scroll-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 602px;
  height: 65.5vh;
  color: #1b1717;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #featured .side-scroll-item {
    width: 402px;
    height: 70vh;
  }
}

#featured .lst-card-space {
  width: 40px;
}

@media (max-width: 767px) {
  #featured .lst-card-space {
    display: none;
  }
}

#featured .side-scroll-item + .side-scroll-item {
  margin-left: 60px;
}

#featured .card {
  width: 602px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*   flex: 0 0 425px; */
  margin: 10px;
  background-color: #fff;
  border-radius: 0 2rem 2rem 0;
  box-shadow: 3.7px 2.8px 2.2px rgba(0, 0, 0, 0.02),
    9px 6.7px 5.3px rgba(0, 0, 0, 0.028),
    16.9px 12.5px 10px rgba(0, 0, 0, 0.035),
    30.2px 22.3px 17.9px rgba(0, 0, 0, 0.042),
    56.4px 41.8px 33.4px rgba(0, 0, 0, 0.05),
    135px 100px 80px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  #featured .card {
    width: 402px;
  }
}

#featured .cardimg {
  width: 602px;
  height: 41.5vh;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  /*  background: url(../img/featured/lhcover.png); */
  overflow: hidden;
  border-radius: 0 2rem 0 0;
}

#featured .cardimg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #featured .cardimg {
    width: 402px;
  }
}

#featured .cardtext {
  min-height: 18rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 767px) {
  #featured .cardtext {
    min-height: 22rem;
  }
}

#featured .cardtext h6 {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  padding: 0 1rem;
}

#featured .cardtext h3 {
  font-family: Manrope, sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0;
  padding: 0 1rem;
}

#featured .cardtext p {
  font-family: Outfit, sans-serif;
  font-size: 0.99rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21rem;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 0 1rem;
}

#featured .cardfooter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0.5rem;
}

#featured .cardfooter .tags {
  margin-left: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  #featured .cardfooter .tags {
    font-size: 0.75rem;
  }
}

#featured .cardfooter a {
  margin-right: 2rem;
  font-family: Manrope, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: right;
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
}

@media (max-width: 767px) {
  .pin-spacer {
    overflow: hidden !important;
  }
}

.pin-spacer:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -4;
  padding-bottom: 36rem;
  background-color: #fffbfc;
}

#studio {
  background-color: #61c9a8;
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 42vh;
  cursor: none;
}

#studio h1 {
  background-color: #61c9a8;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 600px;
  padding-bottom: 350px;
  margin-bottom: -125px;
  color: white;
}

@media (max-width: 992px) {
  #studio h1 {
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  #studio h1 {
    padding-top: 260px;
    padding-bottom: 265px;
  }
}

@media (max-width: 992px) {
  #studio {
    margin-top: -10rem;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #studio {
    margin-top: -6rem;
    margin-bottom: -14rem;
  }
}

#studio::before {
  content: "";
  position: absolute;
  top: -30rem;
  width: 100%;
  background: url("../img/something_mixedDK.svg");
  height: 72rem;
  z-index: -2;
  left: 0;
  background-size: contain;
}

@media (max-width: 992px) {
  #studio::before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #studio::before {
    display: none !important;
  }
}

#studio h1::after {
  content: "";
  position: absolute;
  top: -36rem;
  width: 100%;
  background: url("../img/something_mixed.svg");
  height: 72rem;
  z-index: 0;
  left: 0;
  background-size: contain;
}

@media (max-width: 767px) {
  #studio h1::after {
    margin-top: -12.5rem;
    height: 67rem;
  }
}

#services {
  background-color: #04000c;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 100px;
  z-index: 4;
  position: relative;
}

#services p {
  color: #2b2830;
}

#services .services-banner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0 4.5rem;
  justify-content: center;
}

#services .services-banner img {
  margin-top: -5rem;
  position: relative;
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  #services .services-banner img {
    width: 100%;
    height: auto;
    margin-top: -4rem;
  }
}

@media (max-width: 767px) {
  #services .services-banner img {
    width: 100vw;
    margin-top: -6rem;
    padding-bottom: 5rem;
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  #services .services-banner {
    margin-bottom: -6rem;
    width: 100vw;
    height: auto;
  }
}

#services .services-head {
  display: flex;
  flex-wrap: nowrap;
  margin: 5.5rem 0;
  width: 100%;
}

@media (max-width: 992px) {
  #services .services-head {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 4.5rem;
    width: auto;
  }
}

@media (max-width: 767px) {
  #services .services-head {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0;
  }
}

#services .services-head p.weare {
  margin: 0;
  margin: 0 0 0 4.5rem;
  width: 100%;
  font-size: 1.836rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}

@media (max-width: 992px) {
  #services .services-head p.weare {
    margin: 3rem 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  #services .services-head p.weare {
    margin: 3rem 0;
    padding: 0 2rem;
    width: auto;
  }
}

#services .services-head h2 {
  margin: 1.5rem 0;
  width: 80%;
  font-weight: 200;
  font-size: 3.5rem;
  color: #2b2830;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  #services .services-head h2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #services .services-head h2 {
    margin: 3rem 0;
    width: auto;
  }
}

#services .services-p {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 4.5rem 2.5rem 4.5rem;
}

@media (max-width: 767px) {
  #services .services-p {
    width: 100%;
    padding-left: 1rem;
    margin: 0 1rem 2.5rem 0.5rem;
  }
}

#services .services-p .services-item {
  height: auto;
  width: auto;
  color: #f0f0f0;
}

#services .services-p .services-item h3 {
  font-family: Manrope;
  font-size: 0.75rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 1.5rem;
}

#services .services-p .services-item ul {
  margin: 0;
  padding: 0;
}

#services .services-p .services-item ul li {
  list-style: none;
  font-family: Outfit;
  font-size: 1.125rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

#services .services-p .services-item p {
  color: #f0f0f0;
}

#services .services-p .services-item span {
  margin-right: 0.9rem;
  color: #2b2830;
}

#something-yellow {
  height: 698px;
  background: #f4f812 url(../img/simgle_mixed.svg);
  background-size: cover;
  background-position: bottom;
}

@media (max-width: 767px) {
  #something-yellow {
    height: 218px;
  }
}

#contact {
  background-color: #04000c;
  max-width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 992px) {
  #contact {
    flex-direction: column;
    margin: 0;
  }
  #contact .p1 {
    max-width: 100vw;
    height: auto;
    padding-left: 2rem;
  }
  #contact .p1 p {
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    width: 50vw;
  }
  #contact .p2 {
    width: 100vw;
    height: auto;
    padding-right: 2rem;
  }
  #contact .p2 p {
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    width: 50vw;
    align-self: flex-end;
  }
}

@media (max-width: 767px) {
  #contact {
    flex-direction: column;
    margin: 0;
    padding-top: 1.8rem;
  }
  #contact .p1 {
    max-width: 100vw;
    height: auto;
    padding-left: 2rem;
  }
  #contact .p1 p {
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    width: 50vw;
  }
  #contact .p2 {
    width: 100vw;
    height: auto;
    padding-right: 2rem;
  }
  #contact .p2 p {
    color: #f0f0f0;
    font-size: 1rem;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    width: 50vw;
    align-self: flex-end;
  }
}

#contact p {
  color: #f0f0f0;
  font-size: 1rem;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
}

#contact h3 {
  color: #2b2830;
  font-family: Manrope;
  font-size: 1.895rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}

@media (max-width: 767px) {
  #contact h3 {
    padding-left: 0 1rem;
  }
}

#contact .contact-head {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 6rem 4.5rem 0 4.4rem;
  justify-content: space-between;
}

@media (max-width: 992px) {
  #contact .contact-head {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  #contact .contact-head {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    width: 100%;
  }
}

#contact .contact-head .contact-about {
  width: 56%;
}

@media (max-width: 992px) {
  #contact .contact-head .contact-about {
    margin: 0 1rem 3rem 1rem;
    width: auto;
    position: relative;
  }
}

@media (max-width: 767px) {
  #contact .contact-head .contact-about {
    margin: 0 1rem 3rem 1rem;
    width: auto;
    position: relative;
  }
}

#contact .contact-head h2 {
  font-weight: 200;
  font-size: 3.75rem;
  margin: 0 0 2rem 0;
  color: #2b2830;
  white-space: nowrap;
}

@media (max-width: 767px) {
  #contact .contact-head h2 {
    font-size: 3rem;
    text-align: center;
    white-space: wrap;
    margin: 2rem 0;
  }
}

#contact h1 {
  color: #28120c;
}

@media (max-width: 767px) {
  #contact h1 {
    margin: 3.55rem 0;
  }
}

#contact .contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  #contact .contact-form {
    margin: 0 3rem;
  }
}

#contact .contact-form #contactForm {
  width: 100%;
}

#contact .contact-form input,
#contact .contact-form textarea {
  box-sizing: border-box;
}

#contact .contact-form .step input,
#contact .contact-form .step textarea {
  box-sizing: border-box;
}

#contact .contact-form input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
  color: #f0f0f0;
  border: 1px solid #f4f812;
  box-shadow: none;
}

#contact .contact-form input {
  padding: 1rem;
  width: 100%;
  border: 1px solid #f4f812;
  background: #04000c !important;
  color: #f0f0f0 !important;
  font-family: Manrope;
  font-size: 1.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: -0.48px;
  text-align: left;
  margin-bottom: 1rem;
}

#contact .contact-form textarea {
  background: #04000c;
  padding: 1rem;
  resize: none;
  height: 11rem;
  border: 1px solid #f4f812;
  color: #f0f0f0 !important;
  width: 100%;
  font-family: Manrope;
  font-size: 1.875rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.76;
  letter-spacing: -0.48px;
  text-align: left;
  margin-bottom: 1rem;
}

#contact .contact-form input[type="submit"] {
  border: none;
  padding: 1.5rem 1rem 0 0;
  text-transform: uppercase;
  font-family: "outfit", "sans-seriff";
  text-align: right;
  height: 75%;
}

#contact .contact-form button[type="button"] {
  margin-top: auto;
  /* add this */
  align-self: flex-end;
  /* add this */
  color: #f0f0f0;
  background-color: #04000c;
  border: none;
  font-size: 1.5rem;
  padding-bottom: 30px;
  margin: 20px 0 0 0;
}

#contact .contact-form button[type="button"],
#contact .contact-form input[type="submit"] {
  cursor: pointer;
  transition: color 0.2s, border 0.2s;
}
#contact .contact-form button[type="button"]:hover i {
  color: #f4f812;
}
#contact .contact-form input[type="submit"]:hover {
  color: #f4f812;
}
#contact .contact-form button[type="button"]:disabled i,
#contact .contact-form input[type="submit"]:disabled {
  color: #888;
  cursor: not-allowed;
}
#contact .contact-form textarea:disabled {
  background: #04000c !important;
  color: #888;
  cursor: not-allowed;
}

#contact .contact-form .button-div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
}

#contact .contact-form #step1 {
  position: relative;
  /* add this */
  display: flex;
  flex-direction: column;
  background-color: #04000c;
  color: #f0f0f0;
}

#contact .contact-form #step1 .button-div {
  justify-content: flex-end;
}

#contact .contact-form #step1 input[type="email"] {
  margin-top: 10px;
}

#contact .contact-form #step2 {
  position: relative;
  /* add this */
  display: flex;
  flex-direction: column;
  background-color: #04000c;
  color: #f0f0f0;
}

#contact .contact-form .step span[id$="-error"] {
  position: absolute;
  bottom: 0px;
  /* adjust the value to your liking */
  font-size: 1.2rem;
  color: red;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  #contact .contact-form {
    margin: 0 1rem;
    width: auto;
    position: relative;
    display: block;
  }
}

#type1,
#type2 {
  display: inline-block;
  min-width: 8.5em; /* Adjust as needed for your text */
  white-space: pre;
}

.footer {
  width: 100vw;
  text-align: center;
}

.footer p {
  color: #2b2830;
  margin: 0 0;
  text-align: center !important;
}

@media (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

body,
html {
  cursor: default;
}
input,
textarea,
[contenteditable] {
  cursor: text;
}

.studio-cursor {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: difference;
  z-index: 10000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

#studio:hover .studio-cursor {
  opacity: 1;
}

#something-yellow {
  cursor: none;
}
.yellow-cursor {
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: difference;
  z-index: 10000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
#something-yellow:hover .yellow-cursor {
  opacity: 1;
}

.fade-in-mixed {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.18, 1);
}
.fade-in-mixed.visible {
  opacity: 1;
}

.grecaptcha-badge {
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  top: auto !important;
  position: fixed !important;
  z-index: 1000 !important;
}

#contact .contact-form input[type="submit"]:hover,
#contact .contact-form input[type="submit"]:hover::placeholder {
  color: #f4f812 !important;
}

.tickerwrapper-two,
.tickerwrapper-two * {
  cursor: default !important;
}
