@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap");
/* #region -------------------------------------------------------- @font-face */
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansRegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansMediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansSemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "UlagadiSans";
  src: url("../fonts/ulagadi-sans/UlagadiSansBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaPTBold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaPTHeavy.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaPTDemi.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaPTBook.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/futura/FuturaPTBookOblique.otf");
  font-weight: 400;
  font-style: oblique;
}
/* #endregion */
/* #region -------------------------------------------------------- @mixin */
@media screen and (max-width: 599px) {
  .hide-mobile {
    display: none !important;
  }
}

/* #endregion */
#navigation-mobile {
  width: 100vw;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 999;
  padding: 18px;
}
#navigation-mobile .left {
  width: calc(100% - 80px);
}
#navigation-mobile .left .logo-container {
  height: 100%;
  width: 48px;
}
#navigation-mobile .left .logo-container img.logo {
  height: 100%;
}
#navigation-mobile .hamburger {
  all: unset;
  width: 40px;
  height: 48px;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#navigation-mobile .hamburger .top, #navigation-mobile .hamburger .bottom {
  position: relative;
  height: 2px;
  width: 40px;
  background-color: #fff;
}
#navigation-mobile .hamburger .top {
  top: calc(50% - 7px);
}
#navigation-mobile .hamburger .bottom {
  top: calc(50% + 7px);
}
#navigation-mobile.extended .hamburger .top {
  top: 50%;
  transform: rotateZ(45deg);
  transition: all 0.4s ease-in-out;
}
#navigation-mobile.extended .hamburger .bottom {
  top: 50%;
  transform: rotateZ(-45deg);
  transition: all 0.4s ease-in-out;
}

/* #region -------------------------------------------------------- General Definitions */
body {
  margin: 0;
  padding: 0;
  background-color: #1a213c;
  color: #fbfbff;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

h1 {
  font-family: "Futura", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #fbfbff;
}
@media screen and (max-width: 959px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Futura", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08rem;
  font-size: 1.6rem;
  color: #fbfbff;
  margin: 20px 0;
}
@media screen and (max-width: 959px) {
  h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 0.9rem;
  }
}

h3 {
  font-family: "Futura", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  color: #fbfbff;
  font-size: 1.2rem;
}
@media screen and (max-width: 959px) {
  h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 19px;
  }
}

/*
p {
    font-family: 'Roboto Mono', monospace;
    font-size: 1.6rem;
    color: $foreground-color;
}
*/
p {
  font-family: "Futura", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  font-size: 1.1rem;
  color: #fbfbff;
  margin: 0 0;
}
p i {
  font-size: 0.8em;
}
@media screen and (max-width: 959px) {
  p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 599px) {
  p {
    font-size: 0.9rem;
  }
}

a {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08rem;
  font-size: 1.2rem;
  color: #fbfbff;
  margin: 0 0;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:hover {
  color: #d5d5d5;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 599px) {
  a {
    font-size: 0.9rem;
  }
}

a.mail, a.website {
  position: relative;
  left: -25px;
  transition: all 0.2s ease;
}
a.mail i, a.website i {
  opacity: 0;
  transition: opacity 0.2s ease;
}
a.mail:hover, a.website:hover {
  left: 0;
}
a.mail:hover i, a.website:hover i {
  opacity: 1;
}
@media screen and (max-width: 599px) {
  a.mail, a.website {
    left: 0;
  }
  a.mail i, a.website i {
    opacity: 1;
  }
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: #0a0a2c;
  transition: opacity 0.2s;
}
.preloader.hidden {
  display: none;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
.preloader .preloader-container {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .preloader .preloader-container {
    width: 250px;
  }
}
.preloader .preloader-container .preloader-logo {
  margin-bottom: 7px;
}
.preloader .preloader-container .preloader-logo img {
  width: 150px;
  height: 150px;
}
@media screen and (max-width: 599px) {
  .preloader .preloader-container .preloader-logo img {
    width: 80px;
    height: 80px;
  }
}
.preloader .preloader-container .preloader-animation {
  text-align: center;
}
.preloader .preloader-container .preloader-animation lottie-player {
  width: 150px;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .preloader .preloader-container .preloader-animation lottie-player {
    width: 100px;
    height: 75px;
  }
}
.divider {
  height: 2px;
  width: 150px;
  background: linear-gradient(to right, #DA0024, #DA0024);
  margin: 50px 0;
}

.main {
  width: 100%;
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.sub {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 20;
  pointer-events: none;
  bottom: 10px;
}

.head {
  padding-top: 15px;
}
.head h1 {
  color: #DA0024;
  margin: 0;
}

#content-0 {
  pointer-events: none;
}

#content-0 .divider {
  margin: 50px auto;
}

.button-primary {
  font-family: "UlagadiSans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08rem;
  text-decoration: none;
  color: #fbfbff;
  font-size: 1rem;
  margin: 0;
  padding: 15px 25px;
  cursor: pointer;
  outline: none;
  background: none;
  transition: all 0.2s ease;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  border: 2px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 50px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .button-primary {
    padding: 10px 12px;
    font-size: 0.8rem;
  }
}
.button-primary:before {
  left: -5px;
  top: -4px;
  text-shadow: 2px 0 #fff;
  box-shadow: 2px 0 #fff;
}
.button-primary:after {
  left: 4px;
  bottom: -5px;
  text-shadow: -1px 0 #fff;
  box-shadow: -1px 0 #fff;
}
.button-primary:hover {
  background: #1a213c;
  color: #fff;
  /*-webkit-box-shadow: 0px 0px 25px 1px $background-color;
  -moz-box-shadow: 0px 0px 25px 1px $background-color;
  box-shadow: 0px 0px 25px 1px $background-color;*/
  border: 2px solid #1a213c;
}

#main-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

#main-container.fadeout {
  opacity: 0;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.main-background.hidden {
  z-index: -1 !important;
  display: none !important;
}

.main-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

/* #endregion */
/* #region -------------------------------------------------------- Mouse Trailer */
#trailer {
  height: 20px;
  width: 20px;
  background-color: white;
  color: #000;
  border-radius: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease;
}
#trailer i {
  text-align: center;
  font-size: 6px;
  line-height: 4px;
  opacity: 0;
  transition: opacity 400ms ease;
}

#trailer:not([data-type=""]) > #trailer-icon {
  opacity: 1;
}

body:hover > #trailer {
  opacity: 1;
}

/* #endregion */
/* #region -------------------------------------------------------- Animations */
.delay-1 {
  animation-delay: 0.125s !important;
}

.delay-2 {
  animation-delay: 0.25s !important;
}

.delay-3 {
  animation-delay: 0.375s !important;
}

.delay-4 {
  animation-delay: 0.5s !important;
}

.delay-5 {
  animation-delay: 0.625s !important;
}

.delay-6 {
  animation-delay: 0.75s !important;
}

.delay-7 {
  animation-delay: 0.875s !important;
}

.delay-8 {
  animation-delay: 1s !important;
}

.delay-9 {
  animation-delay: 1.125s !important;
}

.delay-10 {
  animation-delay: 1.25s !important;
}

.delay-11 {
  animation-delay: 1.375s !important;
}

.delay-12 {
  animation-delay: 1.5s !important;
}

.delay-13 {
  animation-delay: 1.625s !important;
}

.delay-14 {
  animation-delay: 1.75s !important;
}

.delay-15 {
  animation-delay: 1.875s !important;
}

.delay-16 {
  animation-delay: 2s !important;
}

.delay-17 {
  animation-delay: 2.125s !important;
}

.delay-18 {
  animation-delay: 2.25s !important;
}

.delay-19 {
  animation-delay: 2.375s !important;
}

.delay-20 {
  animation-delay: 2.5s !important;
}

.delay-21 {
  animation-delay: 2.625s !important;
}

.delay-22 {
  animation-delay: 2.75s !important;
}

.delay-23 {
  animation-delay: 2.875s !important;
}

.delay-24 {
  animation-delay: 3s !important;
}

.delay-25 {
  animation-delay: 3.125s !important;
}

#background-transition {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a0a2c;
  z-index: 10;
  display: none;
}

.slide-in-blurred-bottom {
  animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-7 16:14:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-bottom
 * ----------------------------------------
 */
@keyframes slide-in-blurred-bottom {
  0% {
    transform: translateY(100px);
    transform-origin: 50% 100%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
.fade-in-bck {
  animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.slide-in-blurred-top {
  animation: slide-in-blurred-top 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.fade-in-top {
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.tracking-in-contract-bck {
  animation: tracking-in-contract-bck 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.divider-in {
  animation: divider-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.vertical-divider-in {
  animation: vertical-divider-in 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    transform: translateY(-100px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes divider-in {
  0% {
    width: 0;
  }
  100% {
    width: 150px;
  }
}
@keyframes vertical-divider-in {
  0% {
    height: 0;
  }
  100% {
    height: 1200px;
  }
}
@keyframes nav-entrance {
  0% {
    left: -250px;
  }
  100% {
    left: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* #endregion*/
/* #region -------------------------------------------------------- Preloader */
.container-pre,
.overlay-pre {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.container-pre {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}

.container-pre.active-pre {
  background-color: #000;
}

.container-pre::before {
  content: "";
  position: absolute;
  height: 120vw;
  width: 120vw;
  background-image: conic-gradient(transparent, transparent, transparent, #fff);
}

.container-pre.active-pre:before {
  animation: rotate 4s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.container-pre .overlay-pre {
  position: absolute;
  height: 100vh;
  width: 100vw;
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  border-radius: 12px;
  background-color: #353842;
}

/* #region -------------------------------------------------------- Left Navigation */
#progress {
  position: absolute;
  right: -2px;
  top: 0;
  width: 2px;
  height: 0vh;
  background-color: #ffffff;
  transition: height 0.6s ease-in-out;
}

@media screen and (max-width: 959px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .responsive-only--dt-md {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .responsive-only--dt {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .responsive-only--dt {
    display: none;
  }
}

.responsive-only--md {
  display: none;
}
@media screen and (max-width: 959px) {
  .responsive-only--md {
    display: block;
  }
}

.responsive-only--sm {
  display: none;
}
@media screen and (max-width: 599px) {
  .responsive-only--sm {
    display: block;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .mobile-only {
    display: block;
  }
}

#navigation.expanded {
  left: 0;
}

#navigation {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 250px;
  height: 100%;
  padding: 50px 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-right: solid 2px hsla(0, 0%, 100%, 0.2);
  z-index: 999;
  animation: nav-entrance 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 599px) {
  #navigation {
    width: 58px;
    padding: 0 0;
    left: -58px;
  }
}
#navigation .logo {
  height: 70px;
  position: relative;
  left: 0 !important;
  transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 599px) {
  #navigation .logo {
    height: 40px;
    margin-left: -10px;
    left: 58px !important;
  }
}
@media screen and (max-width: 599px) {
  #navigation.expanded .logo {
    position: relative;
    left: 0 !important;
    transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  }
}
#navigation ul:nth-child(1n) h3 {
  animation-delay: 0.125s;
}
#navigation ul:nth-child(2n) h3 {
  animation-delay: 0.25s;
}
#navigation ul:nth-child(3n) h3 {
  animation-delay: 0.375s;
}
#navigation ul:nth-child(4n) h3 {
  animation-delay: 0.5s;
}
#navigation ul:nth-child(5n) h3 {
  animation-delay: 0.625s;
}
#navigation ul:nth-child(6n) h3 {
  animation-delay: 0.75s;
}
#navigation ul:nth-child(7n) h3 {
  animation-delay: 0.875s;
}
#navigation ul:nth-child(8n) h3 {
  animation-delay: 1s;
}
#navigation ul:nth-child(9n) h3 {
  animation-delay: 1.125s;
}
#navigation ul:nth-child(10n) h3 {
  animation-delay: 1.25s;
}
#navigation ul {
  position: absolute;
  top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#navigation ul li {
  padding: 0;
  width: 100%;
  height: calc(0.125 * (100vh - 150px));
  text-align: center;
}
@media screen and (max-width: 599px) {
  #navigation ul li {
    height: 45px;
    margin: 20px 0;
  }
}
#navigation ul li:first-of-type {
  height: 150px;
}
@media screen and (max-width: 599px) {
  #navigation ul li:first-of-type {
    height: 70px;
  }
}
#navigation ul li button {
  all: unset;
  display: block;
  height: 100%;
  width: 100%;
  color: #fbfbff;
  text-align: left;
  padding-left: 50px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #navigation ul li button {
    padding-left: 20px;
  }
}
#navigation ul li button h2 {
  width: 100%;
  font-family: "Roboto Mono", monospace;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0 -2px;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 599px) {
  #navigation ul li button h2 {
    font-size: 18px;
  }
}
#navigation ul li button h2.active {
  animation: blinker 1.8s step-start infinite;
  color: #DA0024;
}
#navigation ul li button h2.active ~ h3 {
  color: #DA0024;
}
#navigation ul li button h2.active + h2.responsive-only--sm {
  animation: blinker 1.2s step-start infinite;
  color: #DA0024;
}
#navigation ul li button h2.active + h2.responsive-only--sm ~ h3 {
  color: #DA0024;
}
#navigation ul li button h3 {
  position: relative;
  left: -25px;
  width: 100%;
  font-family: "UlagadiSans";
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  transition: all 0.2s ease-out;
}
#navigation ul li button h3 i {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#navigation ul li button:hover h3 {
  left: 0;
}
#navigation ul li button:hover h3 i {
  opacity: 1;
}
#navigation ul li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 100px;
  color: #fbfbff;
  text-decoration: none;
  font-family: "UlagadiSans";
  font-size: 2rem;
  font-weight: 500;
}

/* #endregion */
/* #region -------------------------------------------------------- Content Side */
.content-side {
  position: relative;
  display: inline-flex;
  width: calc(100vw - 250px);
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
@media screen and (max-width: 959px) {
  .content-side {
    width: calc(100vw - 58px);
  }
}
@media screen and (max-width: 599px) {
  .content-side {
    position: absolute;
    left: 58px;
  }
}

@media screen and (max-width: 599px) {
  .content-side.n {
    left: 10px;
    width: 100%;
    right: 10px;
    transition: all 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  }
}

.content-side.hidden {
  z-index: -1;
  display: none;
}

#content-0 {
  text-align: center;
}
#content-0 .content {
  width: 100%;
  align-self: center;
  text-align: center;
}
#content-0 .content .logo {
  height: 150px;
  margin-bottom: 0px;
  line-height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  #content-0 .content .logo {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
#content-0 .content h1 {
  line-height: 100%;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 30px;
  color: #DA0024 !important;
  text-shadow: 0 0 25px #DA0024;
}
#content-0 .content h2 {
  font-size: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  #content-0 .content h2 {
    font-size: 18px;
  }
}
#content-0 .content p {
  width: 900px;
  margin: 0 auto;
}

.content {
  width: 100%;
  z-index: 100;
  display: block;
  padding: 80px 80px 120px 80px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .content {
    padding: 0 40px 60px 40px;
  }
}
@media screen and (max-width: 599px) {
  .content {
    padding: 15px 15px 100px 15px;
  }
}

.location {
  margin-top: 40px !important;
  font-style: italic;
}

/* #endregion */
/* #region -------------------------------------------------------- Home */
#background-0 {
  background-position-x: 0%;
}
@media screen and (max-width: 599px) {
  #background-0 {
    background-position-x: 50%;
  }
}

#content-0 .center-middle-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  #content-0 .center-middle-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
#content-0 .content {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #content-0 .content {
    padding: 0 20px;
  }
}
#content-0 .long-column .logo {
  height: 200px;
}
@media screen and (max-width: 599px) {
  #content-0 .long-column .logo {
    height: 90px;
  }
}
#content-0 .long-column h2 {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
}
#content-0 .long-column h2 span {
  font-size: 1.2em;
}
#content-0 .logo-column {
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #content-0 .logo-column {
    position: static;
    width: 100%;
    text-align: left;
  }
}
#content-0 .logo-column .logo {
  height: 13rem;
  margin-right: 25px;
}
@media screen and (max-width: 1100px) {
  #content-0 .logo-column .logo {
    height: 150px;
  }
}
@media screen and (max-width: 1400px) {
  #content-0 .logo-column .logo {
    height: 150px;
  }
}
@media screen and (max-width: 599px) {
  #content-0 .logo-column .logo {
    height: 100px;
    margin-left: -10px;
  }
}
#content-0 .text-column {
  width: 50%;
  position: absolute;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #content-0 .text-column {
    position: static;
    width: 100%;
  }
}
#content-0 .text-column h1 {
  margin-top: 2.8rem;
  margin-bottom: 10px;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #content-0 .text-column h1 {
    font-size: 3rem;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 380px) {
  #content-0 .text-column h1 {
    font-size: 1.8rem;
  }
}
#content-0 .text-column h2 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 1400px) {
  #content-0 .text-column h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1100px) {
  #content-0 .text-column h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 380px) {
  #content-0 .text-column h2 {
    font-size: 1.2rem;
  }
}
#content-0 .text-column img {
  display: inline-block;
  height: 180px;
  margin-top: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  #content-0 .text-column img {
    margin: 0;
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  #content-0 .text-column img:first-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  #content-0 .text-column img:nth-of-type(2) {
    margin-top: -40px;
  }
}
#content-0 .text-column h2.subtitle {
  margin-bottom: 50px;
}

/* #endregion */
@media screen and (max-width: 599px) {
  .q3 h1 {
    margin-bottom: -10px !important;
  }
}

.gallery-container {
  width: 100%;
  height: calc(100% + 300px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px 10px;
  grid-auto-flow: row;
  grid-template-areas: "h4 h3 h1 q1" "h4 h3 h1 h2" "h4 q2 q2 h2" ".  q4  q3 q3";
  margin: 0 0 -140px 0;
}
@media screen and (max-width: 599px) {
  .gallery-container {
    height: 100%;
    padding-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 110px);
    grid-auto-flow: row;
    grid-template-areas: "h1 q1" "h2 q2" "h3 q3" "h4 q4";
    margin: 0;
    gap: 5px 5px;
  }
}
.gallery-container .prj {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 12px;
}
@media screen and (max-width: 599px) {
  .gallery-container .prj {
    padding: 0;
  }
}
.gallery-container .prj h2 {
  display: none;
}
.gallery-container .prj a {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gallery-container .prj a i {
  opacity: 0;
  margin: 0 auto;
  font-size: 2rem;
}
.gallery-container .prj a:hover {
  background-color: #1a213c;
  opacity: 1;
}
.gallery-container .prj a:hover i {
  opacity: 1;
}

.h1 {
  grid-area: h1;
}

.h2 {
  grid-area: h2;
}

.q2 {
  grid-area: q2;
}

.h3 {
  grid-area: h3;
}

.q1 {
  grid-area: q1;
}

.q3 {
  grid-area: q3;
}

.q4 {
  grid-area: q4;
}

.h4 {
  grid-area: h4;
}

.gallery__item {
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery__item h2 {
  position: relative;
  bottom: 0;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}

.gallery__item--3 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.gallery__item--4 {
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 4;
}

/* #region -------------------------------------------------------- What We Do */
#master-blur {
  width: 100vw;
  height: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  z-index: 50;
}

#master-blur.hidden {
  z-index: -1 !important;
  opacity: 0 !important;
  left: 50px !important;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  display: unset !important;
}

.popup.hidden {
  z-index: -1 !important;
  opacity: 0 !important;
  left: 200px !important;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  display: unset !important;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

.hide-on-popup {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.hide-on-popup.hidden {
  z-index: -1 !important;
  opacity: 0 !important;
  left: 50px !important;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.sub.hidden {
  z-index: -1 !important;
  opacity: 0 !important;
  pointer-events: none;
}

.member-popup.hidden {
  z-index: -1 !important;
  opacity: 0 !important;
  top: 100px !important;
  left: 400px !important;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  display: unset !important;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999 !important;
  margin: 0;
  pointer-events: all;
  overflow-y: auto;
  overflow-x: hidden;
  transform: scale(1);
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #fbfbff;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
.popup .text-container {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 25px 25px;
  margin-top: 40px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .popup {
    width: 100vw;
    padding: 50px 15px 0 15px;
  }
}
.popup ul {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 959px) {
  .popup ul {
    width: 70%;
  }
}
.popup ul li {
  text-align: left;
}
.popup > h3 {
  margin-top: 80px;
  padding: 0 15%;
}
@media screen and (max-width: 959px) {
  .popup > h3 {
    padding: 0 0;
  }
}
.popup .content {
  width: 60%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .popup .content {
    padding: 40px 5px;
    padding-bottom: 120px;
    width: 100%;
  }
}
.popup .close {
  all: unset;
  transition: all 0.2s ease-in-out;
}
.popup .close i {
  color: #fff;
  font-size: 1.5rem;
}
.popup .close:hover {
  transform: scale(1.1);
}
.popup .button-wrapper {
  margin-top: 18px;
}
.popup .button-wrapper button {
  all: unset;
}
.grid-1 ul {
  grid-template-columns: repeat(1, 1fr);
}

.grid-2 ul {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 ul {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 ul {
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 959px) {
  .grid-3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-item-alt.hoverable {
  transition: all 0.2s ease-in-out;
}
.card-item-alt.hoverable:hover {
  cursor: pointer;
}
.card-item-alt.hoverable:hover {
  background-color: #1a213c !important;
}

.card-container-alt {
  max-width: 100% !important;
}
.card-container-alt .card-item-alt {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.card-container-alt .card-item-alt:hover {
  border-radius: 12px;
  background-color: #1a213c;
}
.card-container-alt .card-item-alt:hover i {
  color: #fff;
}
.card-container-alt .card-item-alt .text-container {
  height: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .card-container-alt .card-item-alt .text-container {
    padding: 0;
  }
}
.card-container-alt .card-item-alt .text-container h1, .card-container-alt .card-item-alt .text-container h2, .card-container-alt .card-item-alt .text-container h3, .card-container-alt .card-item-alt .text-container h4, .card-container-alt .card-item-alt .text-container h5, .card-container-alt .card-item-alt .text-container p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .card-container-alt .card-item-alt .text-container h1, .card-container-alt .card-item-alt .text-container h2, .card-container-alt .card-item-alt .text-container h3, .card-container-alt .card-item-alt .text-container h4, .card-container-alt .card-item-alt .text-container h5, .card-container-alt .card-item-alt .text-container p {
    font-size: 13px;
  }
}
.card-container-alt .card-item-alt .item-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 25px 15px 15px 15px;
}
@media screen and (max-width: 599px) {
  .card-container-alt .card-item-alt .item-overlay {
    padding: 25px 7px 12px 7px;
  }
}
.card-container-alt .card-item-alt .item-overlay .inner-content {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .card-container-alt .card-item-alt .item-overlay .inner-content {
    padding: 10px;
  }
}
.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container {
  width: 100%;
  height: 30% !important;
  text-align: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}
.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container i {
  font-size: 3rem;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .card-container-alt .card-item-alt .item-overlay .inner-content .icon-container i {
    font-size: 2.8rem;
  }
}
.card-container-alt .card-item-alt .item-overlay .inner-content .button.button-primary {
  opacity: 0 !important;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 40px;
  transition: all 0.2s ease-out;
}
.card-container-alt .card-item-alt .item-overlay .inner-content p {
  opacity: 0;
  margin: 20px 0;
}
.card-container-alt .card-item-alt .item-overlay .inner-content h2 {
  padding: 0 0;
  margin: 0;
  display: block;
  width: 100%;
}
.card-container-alt .card-item-alt:hover .item-overlay p {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.card-container-alt .card-item-alt:hover .item-overlay .button.button-primary {
  opacity: 1 !important;
  top: 0;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 599px) {
  .bg-mobile-4 {
    background-image: none !important;
    background-color: #1a213c !important;
  }
}

.bg-text {
  margin-bottom: 180px;
}
.bg-text h1 {
  line-height: 1.1rem;
  color: #DA0024;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .bg-text {
    margin-bottom: 10px;
  }
}

.card-container.card-container-alt ul li {
  aspect-ratio: unset;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.29);
}
.card-container.card-container-alt .card-item-alt {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.card-container.card-container-alt .card-item-alt:hover {
  cursor: pointer;
}
.card-container.card-container-alt .card-item-alt .text-container {
  height: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .card-container.card-container-alt .card-item-alt .text-container {
    padding: 0;
    height: 100%;
    margin-top: -10px;
  }
}
.card-container.card-container-alt .card-item-alt .text-container h1, .card-container.card-container-alt .card-item-alt .text-container h2, .card-container.card-container-alt .card-item-alt .text-container h3, .card-container.card-container-alt .card-item-alt .text-container h4, .card-container.card-container-alt .card-item-alt .text-container h5, .card-container.card-container-alt .card-item-alt .text-container p {
  /*position: relative;
  top: 50%;
  transform: translateY(-50%);*/
}
.card-container.card-container-alt .card-item-alt .item-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 25px 15px 15px 15px;
}
@media screen and (max-width: 599px) {
  .card-container.card-container-alt .card-item-alt .item-overlay {
    padding: 12px 7px 12px 7px;
  }
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .card-container.card-container-alt .card-item-alt .item-overlay .inner-content {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container {
  width: 100%;
  height: 40%;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .card-container.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container {
    display: none;
  }
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container i {
  font-size: 3rem;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .card-container.card-container-alt .card-item-alt .item-overlay .inner-content .icon-container i {
    font-size: 2.8rem;
  }
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content .button.button-primary {
  opacity: 0 !important;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 40px;
  transition: all 0.2s ease-out;
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content p {
  opacity: 0;
  margin: 20px 0;
}
.card-container.card-container-alt .card-item-alt .item-overlay .inner-content h2 {
  padding: 0 0;
  margin: 0;
  display: block;
  width: 100%;
}

.card-container {
  margin: 0 auto;
  max-width: 900px;
}
.card-container * {
  box-sizing: border-box;
}
.card-container button {
  all: unset;
  width: 100%;
  height: 100%;
}
.card-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 599px) {
  .card-container ul {
    gap: 5px;
    margin-left: -10px;
  }
}
.card-container ul li {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 959px) {
  .card-container ul li {
    aspect-ratio: unset;
  }
}
.card-container ul li .card-item {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-out;
}
.card-container ul li .card-item:hover {
  cursor: pointer;
}
.card-container ul li .card-item:hover {
  border-radius: 12px;
  background-color: #1a213c;
}
.card-container ul li .card-item:hover i {
  color: #fff;
}
.card-container ul li .card-item .text-container {
  height: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item .text-container {
    padding: 0;
  }
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item .text-container h1, .card-container ul li .card-item .text-container h2, .card-container ul li .card-item .text-container h3, .card-container ul li .card-item .text-container h4, .card-container ul li .card-item .text-container h5, .card-container ul li .card-item .text-container p {
    font-size: 15px;
  }
}
.card-container ul li .card-item .item-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 25px 15px 15px 15px;
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item .item-overlay {
    padding: 25px 7px 12px 7px;
  }
}
.card-container ul li .card-item .item-overlay .inner-content {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item .item-overlay .inner-content {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.card-container ul li .card-item .item-overlay .inner-content .icon-container {
  width: 100%;
  height: 40%;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
.card-container ul li .card-item .item-overlay .inner-content .icon-container i {
  font-size: 3rem;
  position: relative;
  bottom: 0;
  transition: all 0.2s ease-out;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item .item-overlay .inner-content .icon-container i {
    font-size: 2.8rem;
  }
}
.card-container ul li .card-item .item-overlay .inner-content .button.button-primary {
  opacity: 0 !important;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 40px;
  transition: all 0.2s ease-out;
}
.card-container ul li .card-item .item-overlay .inner-content p {
  opacity: 0;
  margin: 20px 0;
}
.card-container ul li .card-item .item-overlay .inner-content h2 {
  padding: 0 0;
  margin: 0;
  display: block;
  width: 100%;
}
.card-container ul li .card-item:hover .item-overlay p {
  opacity: 1;
  transition: all 0.2s ease-out;
}
.card-container ul li .card-item:hover .item-overlay .button.button-primary {
  opacity: 1 !important;
  top: 0;
  transition: all 0.2s ease-out;
}
.card-container ul li .card-item.client-item {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.2s ease-in-out;
  min-height: 140px;
  min-width: 140px;
}
.card-container ul li .card-item.client-item:hover {
  cursor: pointer;
}
.card-container ul li .card-item.client-item:hover {
  border-radius: 12px;
  background-color: #1a213c;
}
.card-container ul li .card-item.client-item:hover i {
  color: #fff;
}
.card-container ul li .card-item.client-item .item-overlay {
  padding: 15px;
}
.card-container ul li .card-item.client-item .item-overlay .inner-content {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .card-container ul li .card-item.client-item {
    min-height: 90px;
  }
}
.card-container ul li .card-item.client-item img {
  width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* #endregion */
/* #region -------------------------------------------------------- Client Reel */
.strip {
  display: flex;
}
.strip + .strip {
  margin-top: 1rem;
}

.film {
  aspect-ratio: 16/9;
  background: #000;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-position: 5% 5%, 15% 5%, 25% 5%, 35% 5%, 45% 5%, 55% 5%, 65% 5%, 75% 5%, 85% 5%, 95% 5%, 5% 95%, 15% 95%, 25% 95%, 35% 95%, 45% 95%, 55% 95%, 65% 95%, 75% 95%, 85% 95%, 95% 95%;
  background-size: 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%, 5% 8%;
}
.film__frame {
  padding: 13% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.film__frame .img-container {
  max-width: 100%;
  width: calc(30vw - 100px);
  aspect-ratio: 16/9;
  background-color: #fff;
  border-radius: 2px;
}
.film__frame .img-container img {
  width: 60%;
  margin: 0 auto;
  margin-left: 20%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.client-reel {
  box-sizing: border-box;
  margin-bottom: 300px;
}
.client-reel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.client-reel ul .reel-item {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  width: 33.33%;
}
.client-reel ul .reel-item .item-img {
  margin: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.client-reel ul .reel-item .item-img img {
  width: 50%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

/* #endregion */
.button-unset {
  all: unset;
}

#content-1 .text-wrapper {
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: center;
}
#content-1 .divider-spacer {
  width: 100%;
  height: 80px;
}
#content-1 .divider-spacer .divider-left {
  height: 100%;
  width: 50%;
  border-right: solid 2px #fff;
}

/* #region -------------------------------------------------------- Team */
#content-4 .content .inner-container {
  display: flex;
}

.member-container {
  margin: 0 auto;
}
.member-container ul.member-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 15px;
  /*li.member-item:hover {
    .mail, .website {
      left: 0;

      i {
        opacity: 1;
      }
    }
  }*/
}
@media screen and (max-width: 1000px) {
  .member-container ul.member-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .member-container ul.member-list {
    gap: 7px;
    margin: 0 auto;
  }
}
.member-container ul.member-list li.member-item {
  box-sizing: border-box;
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.2s ease-in-out;
  padding: 10px 20px;
  height: 140px;
  display: inline-flex;
  align-items: center;
  transition: all 0.2s ease;
}
.member-container ul.member-list li.member-item:hover {
  cursor: pointer;
}
.member-container ul.member-list li.member-item:hover {
  border-radius: 12px;
  background-color: #1a213c;
}
@media screen and (max-width: 959px) {
  .member-container ul.member-list li.member-item {
    padding: 7px 15px;
    height: 130px;
  }
}
@media screen and (max-width: 599px) {
  .member-container ul.member-list li.member-item {
    padding: 7px 15px;
    height: 120px;
    width: 100%;
  }
}
.member-container ul.member-list li.member-item img {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .member-container ul.member-list li.member-item img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
  }
}
.member-container ul.member-list li.member-item .item-right-column {
  display: inline-block;
}
.member-container ul.member-list li.member-item .item-right-column h3 {
  display: block;
  margin: 4px 0;
  color: #DA0024;
}
.member-container ul.member-list li.member-item .item-right-column .role {
  display: block;
  padding: 0;
  margin-bottom: 16px;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  .member-container ul.member-list li.member-item .item-right-column .role {
    margin-bottom: 7px;
  }
}
.member-container ul.member-list li.member-item .item-right-column .mail, .member-container ul.member-list li.member-item .item-right-column .website {
  display: block;
  padding: 0;
  color: #fbfbff;
  text-decoration: none;
  position: relative;
  left: -17px;
  transition: all 0.2s ease;
  font-size: 0.8rem;
}
@media screen and (max-width: 1150px) {
  .member-container ul.member-list li.member-item .item-right-column .mail, .member-container ul.member-list li.member-item .item-right-column .website {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 599px) {
  .member-container ul.member-list li.member-item .item-right-column .mail, .member-container ul.member-list li.member-item .item-right-column .website {
    left: -20px;
    font-size: 0.8rem;
  }
}
.member-container ul.member-list li.member-item .item-right-column .mail i, .member-container ul.member-list li.member-item .item-right-column .website i {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.member-container ul.member-list li.member-item .item-right-column .mail:hover, .member-container ul.member-list li.member-item .item-right-column .website:hover {
  color: rgb(120, 120, 120);
  left: 0;
}
.member-container ul.member-list li.member-item .item-right-column .mail:hover i, .member-container ul.member-list li.member-item .item-right-column .website:hover i {
  opacity: 1;
}

.about-container {
  position: relative;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 25px 25px;
}
.timeline-container {
  display: inline-block;
}
.timeline-container .timeline {
  position: relative;
  box-sizing: border-box;
  /* Container around content */
  /* Place the container to the left */
  /* Place the container to the right */
  /* The actual timeline (the vertical ruler) */
}
.timeline-container .timeline h3 {
  margin: 0;
  color: #DA0024;
}
.timeline-container .timeline p {
  font-size: 1.2rem;
  padding: 0;
  margin-top: 15px;
}
.timeline-container .timeline .timeline-inner-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  /* The actual content */
  /* The circles on the timeline */
}
.timeline-container .timeline .timeline-inner-container .timeline-content {
  border-radius: 12px;
  background-color: #1a213c;
  padding: 30px 30px;
  position: relative;
  height: 190px;
}
.timeline-container .timeline .timeline-inner-container::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: -5px;
  background-color: #fbfbff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-container .timeline .left {
  left: 0;
  padding-left: 0;
}
.timeline-container .timeline .right {
  left: 50%;
  /* Fix the circle for containers on the right side */
}
.timeline-container .timeline .right::after {
  left: -5px;
}
.timeline-container .timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #fbfbff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.timeline-container .timeline * {
  box-sizing: border-box;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline-inner-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.vertical-divider {
  width: 2px;
  height: 1200px;
  background-color: hsla(0, 0%, 100%, 0.2);
  margin: 0 60px;
}

/* #endregion */
/* #region -------------------------------------------------------- Contact Form */
.negative-space {
  margin-left: -5px !important;
}

.video-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 50;
}

.video-overlay-2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 50;
}

input[type=email],
input[type=text],
select,
textarea {
  all: unset;
  display: block;
  width: 100%;
  padding: 12px;
  padding-left: 0;
  border-bottom: solid 2px hsla(0, 0%, 100%, 0.2);
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 10px;
  resize: vertical;
  color: #fbfbff !important;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08rem;
  font-size: 1rem;
}
@media screen and (max-width: 599px) {
  input[type=email],
  input[type=text],
  select,
  textarea {
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  all: unset;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08rem;
  font-size: 1rem;
  color: #cdcdcd;
  font-style: italic;
}

input[type=email]::placeholder,
input[type=text]::placeholder,
select::placeholder,
textarea::placeholder {
  all: unset;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08rem;
  font-size: 1rem;
  color: #cdcdcd;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.9rem;
  }
  input[type=email]::placeholder,
  input[type=text]::placeholder,
  select::placeholder,
  textarea::placeholder {
    font-size: 0.9rem;
  }
}

#subject {
  height: 100px;
}
@media screen and (max-width: 599px) {
  #subject {
    height: 80px;
  }
}

label {
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08rem;
  font-size: 1rem;
  color: #fbfbff;
}
@media screen and (max-width: 599px) {
  label {
    font-size: 0.9rem;
  }
}

.form-container {
  margin-top: 50px;
}

p.margin-top {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  #content-6 h1 {
    margin-left: 0 !important;
  }
}
#content-6 .mail {
  display: block;
  margin-top: 7px;
}

/* #endregion *//*# sourceMappingURL=style.css.map */