@font-face {
  font-family: Lausanne;
  src: url('../fonts/Lausanne-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  color: #000;
  font-family: Lausanne, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.temporary_container {
  height: 100svh;
  min-height: 100svh;
}

.temporary_img-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  position: relative;
}

.img-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.temporary_content {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_cont {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  padding: 2px;
  display: flex;
}

.temporary_text {
  text-transform: uppercase;
}

.temporary_text.is-studio {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 2% 0% auto;
}

.claim {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.claim_in {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.claim_end {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.temporary_link {
  color: #000;
  text-decoration: underline;
}

.img-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .img-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .temporary_img-container, .temporary_right {
    display: none;
  }

  .img-mobile {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100svh;
    display: block;
  }
}


@font-face {
  font-family: 'Lausanne';
  src: url('../fonts/Lausanne-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}