/*!
Theme Name: ci
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blueprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

blueprint is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@font-face {
  font-family: "Mabry Mono";
  src: url("/wp-content/themes/ci/assets/fonts/MabryMono-Bold.woff")
    format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mabry Mono";
  src: url("/wp-content/themes/ci/assets/fonts/MabryMono-Medium.woff")
    format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Boogy Brut WEB";
  src: url("/wp-content/themes/ci/assets/fonts/BoogyBrutWEB-Light.woff")
    format("woff");
  font-weight: 300 !important;
  font-style: normal;
  font-display: swap;
}
/* Theme */
body {
  background: #fdfdf8;
}

.post,
.page {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

h1#title {
  cursor: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9" fill="%23959595"/></svg>')
      10 10,
    auto;
}

h1#title span {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-iteration-count: infinite;
  display: inline-block;
}

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 20px, 0);
  }
}
body {
  margin: 0;
}

.block {
  min-height: 100vh;
}
.block.block-hero {
  background: #0c0c0c;
}
.block.block-cos {
  background: #121212;
}
.block.block-cos h2 {
  font-family: "Boogy Brut WEB";
  font-size: 20px;
  margin-top: 126px;
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.3;
  padding-left: 24px;
  padding-right: 24px;
  color: #fffffa;
  margin-top: 0;
}

.block.block-cos h2.subhead {
  font-family: "Mabry Mono";
  font-size: 13px;
  margin-top: 60px;
  margin-bottom: 30px;
  position: static;
  left: 0;
  top: 0;
}

@media (min-width: 900px) {
  .block.block-cos h2.subhead {
    position: absolute;
  }
}

.subhead {
  text-align: left;
  line-height: 1.3;
  padding-left: 24px;
  padding-right: 24px;
  color: #fffffa;
  margin-top: 0;
  font-family: "Mabry Mono";
  font-size: 13px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.block.block-cos .cos {
  gap: 20px;
  justify-content: center;
  max-width: 1500px;
}
.block.block-cos .cos .co {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  max-width: 313px;
  border-radius: 30px;
  border: solid 1px #fffffa;
  padding: 20px 25px;
  font-family: "Mabry Mono";
  font-weight: 500;
  text-transform: uppercase;
  color: #959595;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  height: 310px;
  letter-spacing: 1px;
  /*
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23000000" width="20px" height="20px" viewBox="0 0 10.04 10.04" stroke-width="0.5"><circle cx="5.02" cy="5.02" r="4.2"/></svg>') 10 10, auto;
  */

  cursor: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23959595'/%3E%3C/svg%3E")
      10 10,
    auto;
}
@media (min-width: 1800px) {
  .block.block-cos .cos .co {
    max-width: 360px;
  }
}
.block.block-cos .cos .co div {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.block-cos .cos .co img {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  filter: invert(1);
}
.block.block-work {
  background: #121212;
}

header {
  position: fixed;
  bottom: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom));
  width: 100%;
  z-index: 9001;
}
@media (min-width: 600px) {
  header {
    position: sticky;
    bottom: auto;
    top: calc(1rem + env(safe-area-inset-bottom));
  }
}

nav {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 30px auto;
  padding: 0 20px;
}
nav div {
  display: flex;
  column-gap: 20px;
  width: 100%;
}
@media (min-width: 600px) {
  nav div {
    width: auto;
  }
}
nav div.nav-links {
  display: none;
}
@media (min-width: 1200px) {
  nav div.nav-links {
    display: flex;
  }
}
@media (max-width: 599px) {
  nav div:first-child {
    position: relative;
    left: 1px;
  }
  nav div:last-child {
    position: relative;
    left: -1px;
  }
}
nav a {
  background: rgba(255, 255, 250, 0.5);
  padding: 6px 12px;
  text-decoration: none;
  color: #0c0c0c !important;
  font-family: "Mabry Mono";
  font-weight: bold;
  border: 1px solid #0c0c0c;
  backdrop-filter: blur(10px);
  width: 100%;
  font-size: 13px;
  transition: all 200ms ease-in-out;
}
@media (min-width: 600px) {
  nav a {
    width: 197px;
  }
}
nav a:hover {
  background: black;
  color: #fffffa !important;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: #121212;
}
.video-wrapper h1 {
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  font-family: "Boogy Brut WEB";
  font-size: 38px;
  color: white;
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  transition-delay: 2s;
  margin: 0;
  width: 80%;
}

.video-wrapper video#video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  mask-image: url(/wp-content/themes/ci/assets/images/mask.svg);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: 49% center;
  position: absolute;
  top: 0;
  left: 0;
  transition: mask-size 3.5s ease-in-out, opacity 1s ease-in-out;
  transition-delay: 500ms;
  opacity: 0;
}

@media (orientation: landscape) {
  .video-wrapper video#video {
    mask-size: 100% 90%;
  }
}
.video-wrapper img#logo {
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transition: transform 1s ease-in-out, opacity 500ms ease-in-out;
  height: 90%;
  transform-origin: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .video-wrapper img#logo {
    padding: 0 30px;
    box-sizing: border-box;
  }
  .video-wrapper video#video {
    mask-size: calc(100% - 60px) auto;
  }
}

.archive {
  padding-top: 50px;
}

.archive_item {
  border-bottom: 1px solid white;
}
.archive_item .archive_inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  color: white;
  display: flex;
  justify-content: space-between;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
  transition: opacity 300ms;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
}
@media (min-width: 600px) {
  .archive_item .archive_inner {
    padding: 5px 10px;
    flex-direction: row;
    align-items: center;
  }
}
.EmbeddedMediaImage {
  object-fit: contain !important;
}

@media (max-width: 600px) {
  .archive_item .archive_inner.active {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
  }
}

.archive_item .archive_inner:hover {
  opacity: 0.4;
}
.archive_item .archive_inner .archive_title {
  font-family: "Boogy Brut WEB";
  font-size: 20px;
  line-height: 1.2;
  padding-top: 12px;
}
@media (min-width: 600px) {
  .archive_item .archive_inner .archive_title {
    font-size: 38px;
  }
}
.archive_item .archive_inner .archive_co {
  font-family: "Mabry Mono";
  text-transform: uppercase;
  font-size: 13px;
}
.archive_item .archive_details {
  display: flex;
  max-width: 100vw;
  overflow-x: scroll;
  column-gap: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.archive_item .archive_details > img {
  max-height: 600px;
  min-height: 600px;
  margin-bottom: 30px;
}

.archive_item .archive_details > img:first-child,
.archive_item .archive_details > video:first-child,
.archive_item .archive_details > iframe:first-child,
.archive_item .archive_details > div.youtube-wrapper:first-child {
  margin-left: calc(50vw - 625px) !important;
}

@media screen and (max-width: 600px) {
  .archive_item .archive_details > img:first-child,
  .archive_item .archive_details > video:first-child,
  .archive_item .archive_details > iframe:first-child,
  .archive_item .archive_details > div.youtube-wrapper:first-child {
    margin-left: 0 !important;
  }
  .archive_item .archive_details > div.youtube-wrapper {
    min-height: auto !important;
    aspect-ratio: auto !important;
  }
  .archive_item .archive_details > video,
  .archive_item .archive_details > iframe,
  .archive_item .archive_details > div > iframe {
    min-height: auto !important;
  }
}

.archive_item .archive_details > video {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .archive_item .archive_details > img:first-child {
    margin-left: calc(50vw - 555px) !important;
    margin-left: 10px !important;
  }

  .archive_item .archive_details > img {
    max-height: 350px;
    min-height: 350px;
  }

  .archive_item .archive_details > video,
  .archive_item .archive_details > iframe,
  .archive_item .archive_details > div > iframe {
    max-height: 350px !important;
    min-height: 350px !important;
  }
  .archive_item .archive_details > video:first-child,
  .archive_item .archive_details > iframe:first-child,
  .archive_item .archive_details > div > iframe:first-child {
    /* margin-left: calc(50vw - 555px) !important; */
    margin-left: 10px !important;
  }
  .archive_item .archive_details > div.youtube-wrapper {
    min-height: 350px !important;
  }
  .archive_item .archive_details > div.youtube-wrapper:first-child {
    margin-left: 10px;
  }
}

.archive_item .archive_details .details_text {
  min-width: 400px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
}
.archive_item .archive_details .details_text p {
  margin-top: 0;
  font-family: "Boogy Brut WEB";
  color: #fffffa;
  font-size: 20px;
  line-height: 1.2;
}
.archive_item .archive_details .details_text span {
  font-family: "Mabry Mono";
  text-transform: uppercase;
  color: #fffffa;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 13px;
  position: relative;
  top: 3px;
}
.archive_item .archive_details .details_text span img {
  max-width: 80px;
  filter: invert(1);
  margin-right: 112px;
  position: relative;
  top: -2px;
}

#work {
  min-height: 0;
  overflow: hidden;
}

.about {
  background: #121212;
  padding-bottom: 1px;
}
.about .inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  padding-bottom: 100px;
}
.about .inner > img {
  margin-bottom: 50px;
  margin-top: 50px;
  width: 800px;
  max-width: 100%;
}
@media (min-width: 600px) {
  .about .inner > img {
    margin-bottom: 250px;
    margin-top: 250px;
  }
}
.about .inner .details {
  margin-top: 100px;
  display: flex;
  column-gap: 100px;
  flex-direction: column;
}
.about .inner .details h4 {
  font-family: "Mabry Mono";
  font-weight: bold;
  text-transform: uppercase;
  color: #fffffa;
  font-size: 13px;
  letter-spacing: 1px;
}
.about .inner .details p {
  font-size: 26px;
}
@media (min-width: 600px) {
  .about .inner .details {
    flex-direction: row;
  }
}
.about .inner .btt {
  color: #fffffa;
  font-family: "Mabry Mono";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 1px;
  margin-top: 50px;
}
.about .inner .btt img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.about h2 {
  margin: 0;
}
.about p {
  font-family: "Boogy Brut WEB";
  font-size: 38px;
  color: #fffffa;
  max-width: 845px;
  line-height: 1;
}
.about p a {
  color: #959595;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.about p a:hover {
  color: #fffffa;
}

#companies {
  padding: 0 10px;
  padding-bottom: 100px;
}

.featured {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  overflow-x: scroll;
  box-sizing: border-box;
  flex-direction: column;
  max-width: 100vw;
  overflow: hidden;
}
@media (min-width: 600px) {
  .featured {
    padding-left: 20vw;
    flex-direction: row;
  }
}

.featured .feat_item {
  min-width: 60vw;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .featured .feat_item {
    height: 100vh;
  }
}

@media (max-width: 600px) {
  .featured .feat_item:first-of-type {
    padding-left: 20px;
  }
}
.featured .feat_item.active .featured_text,
.featured .feat_item:hover .featured_text {
  opacity: 1;
}
.featured .feat_item.active img,
.featured .feat_item:hover img {
  transform: scale(1.03);
}
.featured a {
  display: block;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
  color: #fffffa;
  transition: opacity 400ms;
}
@media (min-width: 600px) {
  .featured a {
    max-width: 550px;
    min-width: 550px;
  }
}
.featured a:hover {
  opacity: 0.7;
}
.featured a img {
  max-width: 100%;
  border-radius: 30px;
  transform: scale(0.9);
  transition: transform 500ms ease-in-out;
}
.featured a .featured_text {
  position: absolute;
  top: 50%;
  text-align: center;
  max-width: 100%;
  padding: 10px;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .featured a .featured_text {
    margin-left: -50px;
    margin-right: -50px;
    padding: 0;
    max-width: none;
    opacity: 0;
    transition: opacity 600ms;
  }
}
.featured a .featured_text h3 {
  font-family: "Boogy Brut WEB";
  font-size: 38px;
  color: #fffffa;
  font-weight: normal;
  font-size: 75px;
  line-height: 1;
  min-height: 64px;
}
.featured a .featured_text div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Mabry Mono";
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  column-gap: 40px;
}

.featured .subhead {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 900px) {
  #work {
    position: relative;
  }
  .featured .subhead {
    top: -60px;
  }
}

#case_study {
  display: flex;
  flex-direction: column;
  background: #fdfdf8;
}
@media (min-width: 600px) {
  #case_study {
    flex-direction: row;
  }
}
#case_study .case_study_text {
  max-width: 100%;
  padding: 22px;
  top: 0;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid black;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  #case_study .case_study_text {
    max-width: 473px;
    min-width: 473px;
    position: sticky;
    height: 100vh;
  }
}
#case_study .case_study_text h1 {
  font-family: "Boogy Brut WEB";
  font-size: 75px;
  line-height: 1;
  font-weight: normal;
  color: #0c0c0c;
  letter-spacing: -1px;
}
#case_study .case_study_text p {
  font-family: "Boogy Brut WEB";
  font-size: 20px;
  color: #0c0c0c;
  line-height: 1.3;
}
.case_study_share {
  margin-top: auto;
  font-family: "Mabry Mono";
  font-size: 13px;
  display: none;
  color: #959595;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 23px;
}
.case_study_share img {
  width: 25px;
  height: 25px;
}

.case_study_share span {
  transform: translateY(2px);
  display: none;
}

@media (min-width: 600px) {
  #case_study .case_study_text .case_study_share {
  }
}
.archive_details .case_study_share span {
  color: white;
}
.archive_item .archive_details .details_text .case_study_share span {
  display: none;
}

.archive_item .archive_details .details_text .case_study_share span.show {
  display: inline !important;
}

#case_study .case_study_images {
  background: #0c0c0c;
  padding: 18px;
  padding-bottom: 0;
  max-width: 100%;
}
#case_study .case_study_images img {
  margin-bottom: 18px;
  max-width: 100%;
}

#more {
  display: flex;
  height: 100vh;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}
@media (min-width: 600px) {
  #more {
    flex-direction: row;
    padding: 0;
  }
}
#more .more_text {
  max-width: 100%;
  font-family: "Boogy Brut WEB";
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
  color: #0c0c0c;
  padding: 18px;
  text-align: left;
  border-right: solid 1px black;
}
@media (min-width: 600px) {
  #more .more_text {
    font-size: 75px;
    max-width: 473px;
    min-width: 473px;
    border-right: solid 1px black;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}

#more .more_slider,
.swiper-wrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

#more .more_slider::-webkit-scrollbar,
.swiper-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

#more .more_slider a {
  max-width: 474px;
  border-radius: 30px;
  display: block;
  position: relative;
  text-align: center;
  width: 300px;
  display: block;
  transition: opacity 0.3s linear;
}

#more .more_slider a:last-child {
  margin-right: 10px;
}

#more .more_slider a:hover {
  opacity: 0.8;
}

#more .more_slider a img {
  max-width: 100%;
  border-radius: 30px;
}
#more .more_slider a h4 {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fffffa;
  font-family: "Boogy Brut WEB";
  font-size: 38px;
  z-index: 1;
  margin: 0;
  left: 50%;
}

body {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23959595" stroke="%23959595" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
}

a {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffffff" stroke="%23ffffff" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
}

.social-footer h4 {
  font-family: "Boogy Brut WEB";
  font-size: 20px;
  color: #fffffa;
  max-width: 845px;
  line-height: 1;
}

.social-footer {
  padding-top: 30px;
}

.social-footer a {
  font-family: "Mabry Mono";
  font-weight: bold;
  text-transform: uppercase;
  color: #fffffa;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.social-footer .signup {
  display: none;
}

.family-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
.family-slider-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
  flex-wrap: nowrap;
  column-gap: 80px;
}
@media (max-width: 600px) {
  .family-slider {
  }

  .family-slider::-webkit-scrollbar {
    display: none;
  }

  .family-slider a {
    width: 300px;
  }

  .family-slider a img {
    height: 30px;
    max-width: none !important;
  }
}

.family-slider a {
  height: 60px;
  position: relative;
  overflow: visible;
}

.family-slider a img {
  height: 100%;
  filter: invert(1);
  transition: all 0.3s ease;
  will-change: filter;
}

.family-slider a span {
  opacity: 0;
  position: absolute;
  font-family: "Mabry Mono";
  font-weight: bold;
  text-transform: uppercase;
  color: #fffffa;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 600px) {
  .family-slider a:hover img {
    filter: invert(1) blur(10px);
    transition: all 0.3s ease;
  }
}

.family-slider a:hover span {
  opacity: 1;
}

.cos-new {
  min-height: 0;
  padding-bottom: 60px;
}

.block#companies {
  min-height: 0;
  padding-top: 1px !important;
}

.cos-new .co {
  padding: 30px;
  border-top: solid 1px #fffffa;
  display: flex;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

.cos-new .co:last-child {
  border-bottom: solid 1px #fffffa;
}

.cos-new .co img {
  filter: invert(1);
  max-width: 140px;
  max-height: 35px;
}

.cos-new .co img.stLogo {
  max-height: 65px;
}

.cos-new .co a {
  font-family: "Mabry Mono";
  text-transform: uppercase;
  color: #fffffa;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
}

.cos-new .co a.co-reel {
  margin-left: auto;
  margin-right: 30px;
}

.cos-new .co .logo {
  pointer-events: all;
}

#co-video-container {
  display: block;
  background-color: rgb(18, 18, 18);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
}
#co-video-container.fade-in {
  opacity: 1;
}

/* Needed for mobile */
#co-video-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#co-video-spinner.fade-in {
  opacity: 1;
  pointer-events: all;
}

#co-video {
  display: none;
}

#co-video.fade-in {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.barba-container {
  max-width: 100%;
  background: #121212 !important;
}

#reel-header {
  position: fixed;
  top: 30px;
  background: url(/wp-content/themes/ci/assets/images/icon-close-black.svg)
    right 20px center no-repeat rgba(255, 255, 250, 0.5);
  z-index: 9001;
  width: calc(100vw - 78px);
  left: 0;
  backdrop-filter: blur(10px);
  right: 0;
  border: 1px solid black;
  opacity: 1 !important;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: unset;
  display: none;
  font-family: "Boogy Brut WEB";
  text-align: center;
  font-size: 34px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 13px;
  height: 30px;
}

#reel-header img {
  display: block;
  width: 40%;
  max-height: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#reel-header.fade-in {
  display: block;
}

@media only screen and (min-width: 900px) {
  .block.block-cos {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .block.block-cos h2 {
    font-size: 36px;
    position: relative;
    z-index: 999999999;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px
  }

  .cos-new {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 150px 100px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .cos-new .co {
    border-top: none;
    border: none !important;
  }

  .cos-new .co a:not(.logo) {
    display: none !important;
  }

  .cos-new .co img {
    max-height: 76px;
    max-width: 275px;
  }

  .cos-new .co img.stLogo {
    max-height: 130px;
  }
}

.co:hover {
  z-index: 9999999;
}

.say-hi-container {
  font-size: 250px;
  padding-top: 0.8em;
}

.say-hi-container a {
  text-decoration: none;
  color: white;
}

.say-hi-button {
  font-family: "Boogy Brut WEB";

  padding: 0.2em 0.6em 0px;
  background-color: #121212;
  border: 1px solid #959595;
  margin: auto;
  text-align: center;
  border-radius: 1000px;
  font-size: inherit;
  width: fit-content;
  text-decoration: none;
  color: white;
  display: block;
  line-height: 1;
  transition: color 0.3s, background-color 0.3s;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230c0c0c" stroke="%23ffffff" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
}
@media screen and (max-width: 1100px) {
  .say-hi-container {
    font-size: 150px;
  }
}
@media screen and (max-width: 700px) {
  .say-hi-container {
    font-size: 80px;
  }
}

.say-hi-button:hover {
  background-color: #fffffa;
  color: #0c0c0c;
}
.say-hi-button:active {
  background-color: #959595;
  color: #0c0c0c;
}

.say-hi-email {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  margin: 0;
  font-family: "Mabry Mono";
  text-align: center;
  font-size: 13x;
  margin: auto;
  color: #fffffa;
  font-size: 13px;
  display: block;
  margin: 4em auto 0.5em;
  width: fit-content;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230c0c0c" stroke="%23ffffff" width="20px" height="20px" viewBox="0 0 10.04 10.04"><circle cx="5.02" cy="5.02" r="4.52"/></svg>')
      10 10,
    auto;
}

.say-hi-email:hover {
  text-decoration: underline;
}

.say-hi-confirmation {
  font-family: "Mabry Mono";
  color: #959595;
  font-size: 13px;
  display: block;
  width: fit-content;
  margin: auto;
  visibility: hidden;
}

.say-hi-confirmation.show {
  visibility: visible;
}
