@font-face {
  font-family: "GothamUltra";
  src: url("../fonts/GothamUltra/font.woff2") format("woff2"), url("../fonts/GothamUltra/font.woff") format("woff");
}
@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook/font.woff2") format("woff2"), url("../fonts/GothamBook/font.woff") format("woff");
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold/font.woff2") format("woff2"), url("../fonts/GothamBold/font.woff") format("woff");
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  color: #808080;
  font-family: "GothamBook";
  text-align: center;
  min-height: 300px;
}
.splide__slide strong {
  font-family: "GothamBold";
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  width: 3em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.splide__arrow svg {
  fill: #ccc;
  height: 100%;
  width: 100%;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 0;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 0;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #3199EB;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #3199EB;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #3199EB;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #3199EB;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #3199EB;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #3199EB;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (min-width: 768px) {
  .splide__arrow {
    height: 4em;
    width: 4em;
  }
}
@media (min-width: 992px) {
  .splide__arrow {
    height: 4em;
    width: 4em;
  }
}
@media (min-width: 1200px) {
  .splide__arrow {
    height: 4em;
    width: 4em;
  }
}
:root {
  font-size: 62.5%;
}

body, html {
  cursor: none;
  width: 100%;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 1.6rem;
}
body.modal-open {
  overflow: hidden;
}

.cursor {
  pointer-events: none;
  position: fixed;
  display: block;
  border-radius: 0;
  transform-origin: center center;
  mix-blend-mode: difference;
  top: 0;
  left: 0;
  z-index: 1000;
  filter: url("#goo");
}
.cursor span {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #FFFFFF;
  transform-origin: center center;
  transform: translate(-50%, -50%);
}
.cursor.bighead span {
  width: 250px;
  height: 250px;
  border-radius: 120px;
}

.page-content, .menu, #contact {
  padding-top: 110px;
}

header {
  background-color: #ffffff;
  position: fixed;
  width: 100vw;
  z-index: 999;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}

.st0, .fill-none {
  fill: none;
}

.st1, .cls-1 {
  fill: #F8C822;
}

.st2, .cls-2, .inverse-fill {
  fill: #000000;
}

.fill-yellow {
  fill: #F8C822;
}

.fill-inverse {
  fill: #000000;
}

.fill-pink {
  fill: #FB4F81;
}

.fill-blue {
  fill: #3199EB;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0 15px 15px;
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 998;
  background-color: #FFFFFF;
  color: #000000;
}
.menu .container {
  padding-top: calc(50vh - 315px);
  padding-left: 15px;
  display: none;
}
.menu .container #desktop_menu a:hover path {
  fill: #F8C822;
}
.menu.is-active {
  top: 0;
}
.menu.is-active .container {
  display: block;
}
.menu a {
  font-size: 7.5rem;
  line-height: 6rem;
  letter-spacing: 0rem;
  font-family: "GothamUltra";
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: #000000;
  transition: all 300ms ease-in-out;
}
.menu a:nth-child(even) {
  color: #FB4F81;
}
.menu a:hover {
  color: #F8C822;
}
.menu a:focus {
  transition: box-shadow 0.3s ease;
  color: #F8C822;
}

.theme-toggle {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6rem;
  color: #000000;
  border: none;
  background: none;
  cursor: pointer;
}
.theme-toggle svg * {
  transform-origin: center;
  transition: transform 500ms cubic-bezier(0, 0, 0, 1.25);
  transition-delay: 250ms;
}

footer {
  padding-top: 150px;
  color: #666;
}
footer h5 {
  font-size: 1.75rem;
  font-family: "GothamUltra";
  color: #3199EB;
}
footer.yellow h5 {
  color: #F8C822;
}
footer h6 {
  font-size: 1.75rem;
  font-family: "GothamUltra";
  color: #666;
}
footer a {
  color: #666;
}
footer .social-links a {
  margin-right: 10px;
  margin-top: 10px;
  text-decoration: none;
}
footer .social-links svg {
  height: 32px;
}

.cta-module {
  padding: 0;
}
.cta-module .cta-link {
  display: block;
  padding: 0px;
  transition: color 300ms ease-in-out;
}
.cta-module .cta-link:hover g path {
  fill: white; /* Change the color to white on hover */
  transition: all 300ms ease-in-out;
}
.cta-module .yellow-cta {
  fill: #f8c822;
}
.cta-module .blue-cta {
  fill: #5197e5;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.fade-in.visible {
  opacity: 1;
}

#mobile_menu {
  display: block;
}

#desktop_menu {
  display: none;
}

@media (min-width: 576px) {
  #mobile_menu {
    display: block;
  }
  #desktop_menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu a {
    font-size: 12rem;
    line-height: 10rem;
    display: inline;
    word-wrap: break-word;
  }
  .menu .container {
    padding-left: 10px;
  }
  #mobile_menu {
    display: none;
  }
  #desktop_menu {
    display: block;
  }
  footer h6 {
    text-align: right;
  }
  footer .order-md-1 p {
    margin-top: 4.5rem;
  }
  footer .social-links a {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .menu a {
    font-size: 16rem;
    line-height: 13rem;
  }
  .menu .container {
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .menu a {
    font-size: 16rem;
    line-height: 13rem;
  }
}
@media (min-width: 1440px) {
  .menu a {
    font-size: 22rem;
    line-height: 16rem;
  }
}
@media (hover: none) {
  body, html {
    cursor: none;
  }
  .cursor, .cursor * {
    display: none;
  }
}
button.contact-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  padding: 7px 8px;
  z-index: 900;
  border: none;
  border-radius: 50%;
  background: #FFFFFF;
}
button.contact-btn svg path {
  fill: #000000;
}

#contact {
  position: fixed;
  overflow-y: scroll;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 997;
  background-color: #FFFFFF;
  color: #000000;
}
#contact.open {
  bottom: 0;
}
#contact #map {
  height: 30vh;
  transition: all 0.6s ease-in-out;
}
#contact #map:hover {
  height: 60vh;
}
#contact .contact-details h4 {
  color: #3199EB;
  text-align: center;
  font-size: 5rem;
  font-family: "GothamUltra";
  font-weight: 800;
  line-height: 7rem;
}
#contact .contact-details ul {
  list-style: none;
  padding-left: 0;
  color: #808285;
}
#contact .contact-details ul li {
  padding-top: 5px;
}
#contact .contact-details ul span {
  min-width: 75px;
  display: inline-block;
}
#contact .contact-details ul a {
  text-decoration: none;
  color: #808285;
}
#contact .contact-details ul a:hover {
  text-decoration: underline;
}
#contact label {
  display: inherit;
  font-family: "GothamBold";
  text-transform: uppercase;
}
#contact input, #contact textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: none;
  background-color: #2c2d2e;
  color: #808285;
}
#contact input.error, #contact textarea.error {
  border: 2px solid #FB4F81;
  color: #FB4F81;
}
#contact input[type=submit]:not(:disabled), #contact textarea[type=submit]:not(:disabled) {
  background-color: #3199EB;
  color: #000000;
  font-family: "GothamBold";
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 15px 50px;
}
#contact input[type=submit]:not(:disabled):hover, #contact textarea[type=submit]:not(:disabled):hover {
  background-color: #FFFFFF;
  color: #3199EB;
}
#contact button {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #2c2d2e;
  border: none;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
#contact button.locked {
  background-color: #999;
  border: 1px solid #CCC;
  color: #CCC;
}
#contact button:hover {
  background-color: #FFFFFF;
  color: #2c2d2e;
}
#contact span.success {
  color: #3199EB;
  padding: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
#contact span.success.visible {
  opacity: 1;
}
#contact .social-links {
  display: inline-block;
}
#contact .social-links a {
  display: inline-block;
}
#contact .social-links svg {
  height: 30px;
  margin-right: 15px;
  transform: translateY(5px);
}
#contact .wpcf7-response-output {
  font-family: "GothamBook";
}

@media (min-width: 768px) {
  #contact .contact-details h4 {
    font-size: 5rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  #contact .contact-details h4 {
    font-size: 8rem;
  }
}
#work {
  margin: 0 auto;
}
#work img {
  width: 100%;
  height: auto;
}
#work .item {
  margin-top: 50px;
}
#work .item.left {
  padding-right: 75px;
}
#work .item.center {
  padding: 0 75px;
}
#work .item.right {
  padding-left: 75px;
}
#work .item.full {
  padding: 0;
}
#work .item.full h3, #work .item.full h4 {
  padding-left: 10px;
}
#work .item a {
  text-decoration: none;
}
#work .item a:hover {
  cursor: none;
}
#work .item img:hover {
  cursor: pointer;
}
#work .item .ratio {
  background: #000000;
  color: #3199EB;
}
#work .item .ratio div {
  text-align: center;
  font-size: 12rem;
  font-family: "GothamBook";
  left: calc(50% - 150px);
  width: 300px;
  height: 180px;
  top: calc(50% - 90px);
}
#work .item h3 {
  display: inline-block;
  padding-top: 25px;
  color: #3199EB;
  font-family: "GothamUltra";
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.75rem;
}
#work .item h3:hover {
  cursor: pointer;
}
#work .item h4 {
  display: block;
  color: #000000;
  font-family: "GothamBold";
}
#work .item h4:hover {
  cursor: pointer;
}
#work .row.more-work {
  display: none;
}
#work button.more-work {
  margin: 0 auto;
  font-family: "GothamUltra";
  font-size: 2rem;
  color: #ffffff;
  background-color: #3199EB;
  padding: 10px 25px;
  border: 0;
  border-radius: 35px;
  transition: all 0.2s ease-in-out;
}
#work button.more-work:hover {
  transform: scale(1.05);
}
#work.show-more-work button.more-work {
  display: none;
}
#work.show-more-work .row.more-work {
  display: flex;
}

#modal-svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 990;
  pointer-events: none;
  transition: transform 0.3s;
}
#modal-svg circle {
  fill: #FFFFFF;
  opacity: 0.75;
}
#modal-svg.open {
  pointer-events: all;
}

#videoPlayer {
  display: none; /* Initially hidden */
  position: fixed;
  top: 100px;
  left: 10vw;
  width: 80vw;
  height: 45vw;
  z-index: 993; /* Above everything else */
  background-color: transparent; /* Background for visibility */
}

#videoPlayer video {
  width: 600px; /* Set video width */
  height: 1066.6666666667; /* Maintain aspect ratio */
}

.home footer h5 {
  color: #F8C822;
}

@media (min-width: 576px) {
  #work .item.left {
    padding-right: 15px;
  }
  #work .item.center {
    padding: 0 15px;
  }
  #work .item.right {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #work {
    padding-top: 150px;
    max-width: 100vw;
    overflow: hidden;
  }
  #work .item {
    margin-top: 50px;
    padding: 0 10px;
  }
  #work .item.left {
    padding-right: 25px;
  }
  #work .item.center {
    padding: 0 25px;
  }
  #work .item.right {
    padding-left: 25px;
  }
  #work .item.full img {
    width: 100vw;
    margin-left: calc((100vw - 720px) / 2 * -1);
  }
  button.more-work {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  #work .item {
    margin-top: 100px;
  }
  #work .item.left {
    padding-right: 50px;
  }
  #work .item.center {
    padding: 0 50px;
  }
  #work .item.right {
    padding-left: 50px;
  }
  #work .item.full img {
    width: 100vw;
    margin-left: calc((100vw - 960px) / 2 * -1);
  }
}
@media (min-width: 1200px) {
  #work .item.left {
    padding-right: 60px;
  }
  #work .item.center {
    padding: 0 60px;
  }
  #work .item.right {
    padding-left: 60px;
  }
  #work .item.full img {
    width: 100vw;
    margin-left: calc((100vw - 1140px) / 2 * -1);
  }
}
@media (min-width: 1440px) {
  #work .item.left {
    padding-right: 75px;
  }
  #work .item.center {
    padding: 0 75px;
  }
  #work .item.right {
    padding-left: 75px;
  }
  #work .item.full img {
    width: 100vw;
    max-width: 1700px;
    margin-left: calc((min(100vw, 1700px) - 1320px) / 2 * -1);
  }
}
#vibes {
  padding-top: 150px;
  margin: 0 auto;
}
#vibes img {
  max-width: 100%;
}
#vibes .item {
  margin-top: 50px;
}
#vibes .item.left {
  padding-right: 75px;
}
#vibes .item.center {
  padding: 0 75px;
}
#vibes .item.right {
  padding-left: 75px;
}
#vibes .item a {
  text-decoration: none;
}
#vibes .item a:hover {
  cursor: none;
}
#vibes .item img:hover {
  cursor: pointer;
}
#vibes .item .ratio {
  background: #000000;
  color: #3199EB;
}
#vibes .item .ratio div {
  text-align: center;
  font-size: 12rem;
  font-family: "GothamBook";
  font-weight: 700;
  left: calc(50% - 150px);
  width: 300px;
  height: 180px;
  top: calc(50% - 90px);
}
#vibes .item h3 {
  display: inline-block;
  padding-left: 25px;
  padding-top: 25px;
  color: #3199EB;
  font-family: "GothamBook";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.75rem;
}
#vibes .item h3:hover {
  cursor: pointer;
}
#vibes .item h4 {
  display: inline-block;
  padding-left: 25px;
  color: #808285;
  font-family: "GothamBold";
  text-transform: uppercase;
}
#vibes .item h4:hover {
  cursor: pointer;
}
#vibes .cta-module.blue .cta-link {
  font-size: 5rem;
}

@media (min-width: 576px) {
  #vibes .item {
    margin-top: 150px;
  }
  #vibes .cta-module.blue .cta-link {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  #vibes .item.pull-up {
    position: relative;
    top: -200px;
    margin-bottom: -200px;
  }
  #vibes .cta-module.blue .cta-link {
    font-size: 9.75rem;
  }
}
@media (min-width: 992px) {
  #vibes .item.pull-up {
    position: relative;
    top: -400px;
    margin-bottom: -400px;
  }
  #vibes .cta-module.blue .cta-link {
    font-size: 13rem;
  }
}
@media (min-width: 1200px) {
  #vibes .cta-module.blue .cta-link {
    font-size: 15rem;
  }
}
@media (min-width: 1440px) {
  #vibes .cta-module.blue .cta-link {
    font-size: 18rem;
  }
}
.capabilities .capabilities-title {
  color: #3199EB;
  font-size: 4.5rem;
  font-family: "GothamUltra";
  letter-spacing: 0px;
  line-height: 4rem;
}
.capabilities .capabilities-title path {
  fill: #ef5282;
}
.capabilities .capabilities-title-wrap {
  position: relative;
}
.capabilities .capabilities-title-wrap .tape {
  position: absolute;
  top: 37%;
  left: 3%;
  height: 25%;
}
.capabilities .capabilities-title-wrap .tape.ripped {
  opacity: 0;
}
.capabilities p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "GothamBook";
  font-weight: 600;
}
.capabilities p.pink {
  color: #FB4F81;
  text-transform: uppercase;
}
.capabilities .horizontal-scroll-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.capabilities .horizontal-scroll-section .boxes {
  z-index: 10;
  position: absolute;
  top: calc(50% - 215px);
  left: 0;
  display: flex;
  flex-direction: row;
  transform: translateX(100vw);
}
.capabilities .horizontal-scroll-section .box {
  width: 430px;
  margin-right: 15px;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "GothamBook";
  font-weight: 700;
}
.capabilities .horizontal-scroll-section .box img, .capabilities .horizontal-scroll-section .box video {
  width: 100%;
  border-radius: 25px;
}
.capabilities .horizontal-scroll-section .box:not(:last-child) {
  margin-right: 200px;
}
.capabilities .horizontal-scroll-section .box .hover-detail {
  padding-top: 10px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.capabilities .horizontal-scroll-section .box .hover-detail h3 {
  font-family: "GothamUltra";
  font-weight: 900;
  text-align: center;
  font-size: 4rem;
  color: #FB4F81;
}
.capabilities .horizontal-scroll-section .box .hover-detail p {
  font-family: "GothamBook";
  font-weight: 500;
  color: #000000;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: none;
}
.capabilities .horizontal-scroll-section .box:hover .hover-detail {
  opacity: 1;
}
.capabilities .cta-module.blue .cta-link {
  font-size: 5rem;
}

.kudos h2 {
  color: #3199EB;
  font-family: "GothamUltra";
  font-size: 8rem;
  text-align: center;
  text-transform: uppercase;
}

.kudos-gallery {
  opacity: 0;
  display: none;
  color: #FFFFFF;
}
.kudos-gallery.active {
  opacity: 1;
  display: block;
}
.kudos-gallery.active img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.splide__slide {
  padding: 25px 50px;
  font-size: 1.4rem;
  text-align: left;
}
.splide__slide blockquote {
  margin: 5rem 0;
}
.splide__slide blockquote p {
  text-align: left;
}

.ouch {
  position: fixed;
  transition: opacity 0.3s;
  opacity: 0;
  animation: moveAndFade 1s ease-out forwards;
}
.ouch::before {
  content: "OUCH!";
  font-family: "GothamUltra";
  font-size: 3rem;
  color: #FFFFFF;
}

.awards {
  background-color: #E3E7EB;
  padding: 40px 10px;
  position: relative;
}
.awards::before, .awards::after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(var(--bs-gutter-x) * -0.5);
  width: calc(var(--bs-gutter-x) * 0.5);
  background-color: #E3E7EB;
}
.awards::after {
  left: auto;
  right: calc(var(--bs-gutter-x) * -0.5);
}

@keyframes moveAndFade {
  0% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.15) translateY(-20px); /* Adjust the distance as needed */
    opacity: 0;
  }
}
@media (min-width: 576px) {
  .capabilities .cta-module.blue .cta-link {
    font-size: 6rem;
  }
  .splide__slide {
    padding: 25px 50px;
    font-size: 1.4rem;
  }
  .awards {
    padding: 40px 0px;
    margin: 120px 0;
  }
  .awards::before, .awards::after {
    left: calc((100vw - 525px) / 2 * -1);
    width: calc((100vw - 525px) / 2);
  }
  .awards::after {
    left: auto;
    right: calc((100vw - 525px) / 2 * -1);
  }
}
@media (min-width: 768px) {
  .capabilities .capabilities-title {
    font-size: 18rem;
    line-height: 15rem;
  }
  .capabilities p {
    font-size: 3rem;
    line-height: 2.8rem;
  }
  .capabilities .horizontal-scroll-section h4 {
    font-size: 14rem;
    height: 168px;
    top: calc(50% - 84px);
  }
  .capabilities .cta-module.blue .cta-link {
    font-size: 8.3rem;
  }
  .kudos h2 {
    font-size: 15rem;
  }
  .splide__slide {
    padding: 0 75px;
    font-size: 1.8rem;
  }
  .splide__slide > p {
    font-size: 2rem;
    line-height: 1.8rem;
    padding-left: 35px;
  }
  .awards::before, .awards::after {
    left: calc((100vw - 705px) / 2 * -1);
    width: calc((100vw - 705px) / 2);
  }
  .awards::after {
    left: auto;
    right: calc((100vw - 705px) / 2 * -1);
  }
}
@media (min-width: 992px) {
  .capabilities .cta-module.blue .cta-link {
    font-size: 11rem;
  }
  .kudos h2 {
    font-size: 16rem;
  }
  .splide__slide {
    font-size: 2.4rem;
    padding: 0 100px;
  }
  .awards::before, .awards::after {
    left: calc((100vw - 945px) / 2 * -1);
    width: calc((100vw - 945px) / 2);
  }
  .awards::after {
    left: auto;
    right: calc((100vw - 945px) / 2 * -1);
  }
}
@media (min-width: 1200px) {
  .capabilities .cta-module.blue .cta-link {
    font-size: 13.5rem;
  }
  .kudos h2 {
    font-size: 19rem;
  }
  .splide__slide {
    padding: 0 175px;
  }
  .awards::before, .awards::after {
    left: calc((100vw - 1125px) / 2 * -1);
    width: calc((100vw - 1125px) / 2);
  }
  .awards::after {
    left: auto;
    right: calc((100vw - 1125px) / 2 * -1);
  }
}
@media (min-width: 1440px) {
  .capabilities .cta-module.blue .cta-link {
    font-size: 15.5rem;
  }
  .awards::before, .awards::after {
    left: calc((100vw - 1305px) / 2 * -1);
    width: calc((100vw - 1305px) / 2);
  }
  .awards::after {
    left: auto;
    right: calc((100vw - 1305px) / 2 * -1);
  }
}
#single h4 {
  font-family: "GothamUltra";
  color: #7DC72B;
  font-size: 5rem;
  text-transform: uppercase;
}
#single h3 {
  font-family: "GothamUltra";
  color: #7DC72B;
  font-size: 7rem;
  line-height: 6.5rem;
  text-transform: uppercase;
}
#single p {
  font-family: "GothamBook";
  color: #808285;
  text-transform: uppercase;
}

#cheatcodes {
  position: fixed;
  bottom: -60px;
  left: 0;
  height: 55px;
  width: 100%;
  max-width: 600px;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
}
#cheatcodes input {
  width: 100%;
  padding: 13px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  font-size: 2rem;
}
#cheatcodes.open {
  bottom: 0;
}

.paintball {
  position: absolute;
  width: 120px;
  height: 120px;
  transform-origin: center center;
}

/**
 * Dark Mode
 *
 */
.lightmode {
  display: inherit;
}

.darkmode {
  display: none;
}

[data-bs-theme=dark] .lightmode {
  display: none;
}
[data-bs-theme=dark] .darkmode {
  display: inherit;
}
[data-bs-theme=dark] body {
  background-color: #000000;
  color: #FFFFFF;
}
[data-bs-theme=dark] header {
  background-color: #000000;
}
[data-bs-theme=dark] .st2, [data-bs-theme=dark] .cls-2, [data-bs-theme=dark] .fill-inverse {
  fill: #FFFFFF;
}
[data-bs-theme=dark] .hamburger.is-active .hamburger-inner, [data-bs-theme=dark] .hamburger.is-active .hamburger-inner::before, [data-bs-theme=dark] .hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}
[data-bs-theme=dark] .hamburger-inner, [data-bs-theme=dark] .hamburger-inner::before, [data-bs-theme=dark] .hamburger-inner::after {
  background-color: #FFFFFF;
}
[data-bs-theme=dark] .menu {
  background-color: #000000;
}
[data-bs-theme=dark] .menu a:not(:nth-child(even)) {
  color: #FFFFFF;
}
[data-bs-theme=dark] .menu a:not(:nth-child(even)):hover, [data-bs-theme=dark] .menu a:not(:nth-child(even)):focus {
  color: #F8C822;
}
[data-bs-theme=dark] .theme-toggle {
  color: #FFFFFF;
}
[data-bs-theme=dark] button.contact-btn {
  background: #000000;
}
[data-bs-theme=dark] button.contact-btn svg path {
  fill: #FFFFFF;
}
[data-bs-theme=dark] #contact {
  background-color: #000000;
  color: #FFFFFF;
}
[data-bs-theme=dark] #modal-svg circle {
  fill: #000000;
}
[data-bs-theme=dark] #work .item .ratio {
  background-color: #FFFFFF;
}
[data-bs-theme=dark] #work .item h4 {
  color: #868686;
  font-size: 1.75rem;
}
[data-bs-theme=dark] .capabilities .horizontal-scroll-section .box .hover-detail p {
  color: #FFFFFF;
}

/*# sourceMappingURL=styles.css.map */
