:root {
  --primary-black: #0a0a0a;
  --background-grey: #232323;
  --primary-white: #f1f1f1;
}

body {
  background-color: var(--background-grey);
  height: 100vh;

  font-family: "inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;

  text-rendering: optimizeLegibility;
  cursor: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  overflow: hidden;
}

p {
  margin: 0;
}

a {
  color: var(--primary-white);
  text-decoration: none;
}

.slider-container {
  width: 90vw;
  aspect-ratio: 16/9;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.5rem;
  cursor: none;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.slider img,
.slider iframe,
.slider div.slide,
div.slide {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  cursor: none;
}

a {
  text-decoration: none;
  cursor: none;
}

.iframe-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: none;
}

.iframe-container {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: none;
}

.iframe-container > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: none;
}

div.slide {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  cursor: none;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.slider iframe {
  cursor: none;
  pointer-events: none;
}

iframe.slide.displaySlide {
  cursor: none;
  pointer-events: none;
}

img.displaySlide,
iframe.displaySlide,
video.displaySlide,
div.slide.displaySlide,
video.displaySlide {
  z-index: -1;
  display: block;
  cursor: none;
  pointer-events: auto;
}

/* Default styles for screens 1440px */
.img-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-container-padding {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-wrapper {
  padding: 2.7rem;
  background-color: var(--primary-black);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.info-content {
  margin-left: 6.64rem;
  margin-top: 6.41rem;
  margin-bottom: 6.41rem;
  margin-right: 6.64rem;

  width: 57.16406rem;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

  height: calc(100% - 12.82rem);
}

@media (max-width: 1726px) {
  #bosena-info {
    width: 63rem;
  }
}

.info-content h4 {
  margin: 0;

  font-size: 1.89rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--primary-white);

  pointer-events: none;
}

.info-credits {
  margin: 0;

  font-size: 0.675rem;
  line-height: 140%;
  opacity: 0.3;
  color: var(--primary-white);

  width: 14rem;

  pointer-events: none;
}

.arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.arrow-left,
.arrow-right {
  width: 20vw;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.arrow-left:hover,
.arrow-right:hover {
  opacity: 1;
}

.arrow-left {
  justify-content: flex-start;
  padding-left: 2rem;
}

.arrow-right {
  justify-content: flex-end;
  padding-right: 2rem;
}

.arrow-right svg {
  transform: rotate(180deg);
}

.arrow-left svg,
.arrow-right svg {
  pointer-events: auto;
  transition: transform 0.2s ease-in-out;
}

@media (max-width: 1210px) {
  .info-wrapper {
    padding: 2rem;
  }
  .info-content {
    margin-left: 5rem;
    margin-top: 3.5rem;
    width: 52rem;
    height: calc(100% - 8rem);
  }
  .info-content h4 {
    font-size: 1.7rem;
  }
  .info-credits {
    font-size: 0.8rem;
    width: 20rem;
  }
}

@media (max-width: 1439px) {
  .info-content {
    margin-left: 3.5vw;
    margin-top: 3.5vw;
  }

  h4.inter-display-reg-sml {
    font-size: 1.5vw;
  }
  .info-content {
    width: 60vw;
  }
}

@media (min-width: 1730px) {
  .info-wrapper {
    padding: 3rem;
  }
  .info-content {
    margin-left: 7.35rem;
    margin-top: 5.58rem;
    margin-bottom: 5.58rem;
    margin-right: 7.35rem;
    width: 70rem;
    height: calc(100% - 13.8rem);
  }
  .info-content h4 {
    font-size: 2.28rem;
  }
  .info-credits {
    font-size: 1rem;
    width: 18.25rem;
  }
}

@media (min-width: 1920px) {
  .info-wrapper {
    padding: 3.6rem;
  }
  .info-content {
    margin-left: 8.16rem;
    margin-top: 6.19rem;
    margin-bottom: 6.19rem;
    margin-right: 8.16rem;

    width: 80rem;
    height: cacl(100% - 12.38rem);
  }
  .info-content h4 {
    font-size: 2.53125rem;
  }
  .info-credits {
    font-size: 0.9rem;
    width: 20rem;
  }
}

@media (min-width: 2300px) {
  .info-wrapper {
    padding: 4.8rem;
  }
  .info-content {
    margin-left: 11.4rem;
    margin-right: 11.4rem;
    margin-top: 8.25rem;
    margin-bottom: 8.25rem;

    width: 101rem;
    height: calc(100% - 16.5rem);
  }
  .info-content h4 {
    font-size: 3.375rem;
  }
  .info-credits {
    font-size: 1.2rem;
    width: 27rem;
  }
  .arrow-left svg path,
  .arrow-right svg path {
    width: 15rem;
    pointer-events: auto;
    transition: transform 0.2s ease-in-out;
  }
}

@media (min-width: 3000px) {
  .info-wrapper {
    padding: 5.3rem;
  }
  .info-content {
    margin-left: 13.6rem;
    margin-right: 13.6rem;
    margin-top: 9.67rem;
    margin-bottom: 9.7rem;

    width: 123rem;
    height: calc(100% - 19.4rem);
  }
  .info-content h4 {
    font-size: 3.95rem;
  }
  .info-credits {
    font-size: 1.4rem;
    width: 32rem;
  }
}

@media (min-width: 3200px) {
  .info-wrapper {
    padding: 6rem;
  }
  .info-content {
    margin-top: 10.3rem;
    margin-bottom: 10.3rem;
    margin-right: 14.25rem;
    margin-left: 14.25rem;

    width: 132rem;
    height: calc(100% - 20.6rem);
  }
  .info-content h4 {
    font-size: 4.21875rem;
  }
  .info-credits {
    font-size: 1.5rem;
    width: 40.25rem;
  }
}

@media (min-width: 3599px) {
  .info-wrapper {
    padding: 6.3rem;
  }
  .info-content {
    margin-left: 14.96rem;
    margin-top: 10.83rem;
    margin-bottom: 10.83rem;
    margin-right: 14.96rem;

    width: 133.38281rem;
    height: calc(100% - 21.66rem);
  }
  .info-content h4 {
    font-size: 4.3rem;
  }
  .info-credits {
    font-size: 1.57rem;
    width: 40rem;
  }
}

h4.inter-display-reg-sml {
  font-size: 1.75vw;
  width: 65vw;
}

.fisco-animation-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fiasco-logo-wrapper {
  padding: 2.7rem;
  background-color: #fff714;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.fiasco-content {
  margin-left: 6.64rem;
  margin-top: 6.41rem;
  margin-bottom: 6.41rem;
  margin-right: 6.64rem;

  width: 57.16406rem;

  display: flex;
  justify-content: space-between;
  flex-direction: column;

  height: calc(100% - 12.82rem);
}

.c-LogoHoverSwap__targets rect {
  fill: transparent;
  pointer-events: all;
  cursor: none;
}
.c-LogoHoverSwap__paths path {
  pointer-events: none;
}

.fiasco-logo-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container svg {
  height: 100%;
  width: auto;
}

.cv-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-container-padding {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 2.7vw;
  background-color: var(--primary-black);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.cv-content {
  margin-left: 6.64vw;
  margin-top: 6.41vw;
  margin-bottom: 6.41vw;
  margin-right: 6.64vw;

  width: 70vw;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.333vw;

  height: calc(100% - 12.82vw);
}

.cv-bullet-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.667vw;

  width: 39.479vw;
}

.cv-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.5vw;

  width: 100%;
}

.cv-catagory-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.417vw;

  width: 100%;
  padding-bottom: 1vw;
  padding-right: 1vw;

  color: var(--primary-white);
}

.title-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.667vw;
  width: 100%;
}

.two-column-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.167vw;

  width: 100%;
}

.one-column-container {
  display: grid;
  grid-template-columns: 1fr;

  width: 100%;
}

.cv-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
  width: 100%;
}

.cv-link {
  display: flex;
  align-items: flex-start;
  gap: 0.2125vw;
  align-self: stretch;
  cursor: none;
  transform: translateX(0.25vw);
  transition: all 0.3s ease-in-out;
}

.catagory-title {
  opacity: 0.3;
}

.cv-link p.arrow {
  transform: translateX(-0.25vw);
  transition: all 0.3s ease-in-out;
}

.cv-link:hover p.arrow {
  transform: translateX(0vw);
}

.cv-link:hover {
  opacity: 0.3;
}

.cv-text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.625vw;
}

.no-wrap p {
  white-space: nowrap;
}

.cv-container p {
  font-size: 0.833vw;
  line-height: 1.083vw;
  margin: 0;
}

.inter-medium-white {
  font-size: 0.833vw;
  line-height: 1.083vw;
  color: var(--primary-white);
}

.cv-more-details {
  transition: all 0.3s ease-in-out;
  opacity: 0;

  grid-row: 1;
  grid-column: 2;
}

.cv-more-details.active {
  opacity: 1;
}

.cursor {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  display: none;
  pointer-events: none;
  z-index: 9999;
}

.cursor button {
  background: none;
  border: none;
  cursor: none;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cursor svg {
  width: 100%;
  height: 100%;
}

.prev {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.next {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 2500px) {
  .cursor svg {
    width: 3rem;
    height: 100%;
  }
}
