/*
Theme Name: Untitled Rep.
Author: thyme.studio
Author URI: https://thmye.studio.com

Version: 2026.01
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: united-rep
*/
@import "includes/scss/swiper-bundle.min.css";
@font-face {
  font-family: "Fahkwang";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("includes/fonts/Fahkwang-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Fahkwang";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("includes/fonts/Fahkwang-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Catalogue";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("includes/fonts/CatalogueLLWeb-Regular.woff") format("woff"), url("includes/fonts/CatalogueLLWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "CatalogueSub";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("includes/fonts/CatalogueLLSub-Regular.woff") format("woff"), url("includes/fonts/CatalogueLLAub-Regular.woff2") format("woff2");
}
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --space_1: 73%;
  --space_2: 53.7%;
  --space_3a: 35dvh;
  --space_3b: 20dvh;
  --factor: 0.131694788;
}
@media only screen and (min-width: 1080px) {
  :root {
    --space_3a: 40dvh;
  }
}

html, body {
  position: relative;
  display: block;
  width: 100%;
  font-family: Catalogue, serif;
  font-size: 12px;
  line-height: 1.25;
  overscroll-behavior: none;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.js body {
  opacity: 0;
  transition: opacity 300ms ease;
}

.js body.is-ready {
  opacity: 1;
}

.js body.is-fading-out {
  opacity: 0;
}

.grid {
  position: fixed;
  display: block;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  top: 0;
  left: 0;
}
.grid span {
  position: fixed;
  /*
  &:nth-of-type(3){
    border-color: lime;
    right: calc(clamp(rm(16), 3vw, rm(30)) + var(--spacer_2) - .5vw);
  }

   */
}
.grid span:nth-of-type(1), .grid span:nth-of-type(2), .grid span:nth-of-type(3) {
  border-right-style: solid;
  border-right-width: 0.0833333333rem;
  height: 100%;
  top: 0;
}
.grid span:nth-of-type(1) {
  border-color: magenta;
  left: var(--space_2);
}
.grid span:nth-of-type(2) {
  border-color: cyan;
  left: clamp(6.25rem, 10vw, 10vw);
}
.grid span:nth-of-type(4) {
  border-color: magenta;
  border-bottom-style: solid;
  border-bottom-width: 0.0833333333rem;
  width: 100%;
  bottom: 8.3333333333rem;
}
.grid span:nth-of-type(5) {
  border-color: blue;
  border-right-style: solid;
  border-right-width: 0.0833333333rem;
  height: 100%;
  top: 0;
  left: 50%;
}
.grid span:nth-of-type(6) {
  border-color: lime;
  border-bottom-style: solid;
  border-bottom-width: 0.0833333333rem;
  width: 100%;
  top: calc(var(--space_3a) - clamp(1.3333333333rem, 3vw, 2.5rem));
  left: 0;
}

#wrapper {
  position: relative;
}

a {
  color: inherit;
  transition: color 0.1s ease;
}
a:hover {
  color: #CFD1D2;
}

header {
  position: fixed;
  display: grid;
  grid-template-columns: var(--space_1) auto;
  width: 100%;
  padding: 0 clamp(1.3333333333rem, 3vw, 2.5rem);
  bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: 0;
  z-index: 10;
}
@media only screen and (min-width: 1080px) {
  header {
    grid-template-columns: 72.5% auto;
  }
}

#branding {
  position: relative;
  display: block;
}
#branding svg * {
  fill: black;
}

.header-nav {
  position: relative;
  font-size: clamp(0.6666666667rem, 1.2vw, 1rem);
  align-self: end;
  text-align: right;
  margin-bottom: 0.1666666667rem;
}

#navigation {
  position: fixed;
  padding: 0 clamp(1.3333333333rem, 3vw, 2.5rem);
  bottom: calc(150dvw * var(--factor));
  left: calc(var(--space_2) - clamp(1.3333333333rem, 3vw, 2.5rem));
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  z-index: 1;
}
@media only screen and (min-width: 1080px) {
  #navigation {
    bottom: calc(112.5dvw * var(--factor));
  }
}
#navigation ul {
  position: relative;
  display: flex;
  flex-direction: column;
}
#navigation ul li {
  position: relative;
  display: inline-block;
}
#navigation ul li:not(:last-of-type) {
  margin-bottom: 0.1666666667rem;
}
#navigation ul li a {
  text-decoration: none;
}

body.page h1 {
  position: fixed;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: var(--space_2);
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
}
body.page main {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  padding: var(--space_3b) clamp(1.3333333333rem, 3vw, 2.5rem) calc(200% * var(--factor)) clamp(1.3333333333rem, 3vw, 2.5rem);
}
body.page .content {
  font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
}
body.page .content ul {
  position: relative;
  display: block;
  margin-bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
  padding-left: 1em;
  list-style: disc;
}
body.page .content p:not(:last-of-type) {
  position: relative;
  margin-bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
}

body.privacy-policy {
  overflow: auto;
}
@media only screen and (min-width: 1080px) {
  body.privacy-policy main {
    display: block;
    width: 50%;
    padding-top: 0;
    min-height: 100dvh;
  }
}
@media only screen and (min-width: 1080px) {
  body.privacy-policy .content {
    margin-top: calc(-2.3 * clamp(1.1666666667rem, 2vw, 2.0833333333rem));
    padding: var(--space_3b) 0 calc(100% * var(--factor)) calc(clamp(6.25rem, 10vw, 10vw) - clamp(1.3333333333rem, 3vw, 2.5rem));
    justify-content: normal;
    font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
  }
}

body.home main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}
body.home h1 {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
body.home .intro {
  position: relative;
  display: flex;
  flex: 1;
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  margin-top: calc(-2.3 * clamp(1.1666666667rem, 2vw, 2.0833333333rem));
  padding: var(--space_3a) 0 calc(200% * var(--factor)) 0;
}
body.home .intro-wrap {
  position: relative;
}
body.home .intro-headline {
  position: absolute;
  display: inline-block;
  top: calc(-1 * clamp(1.1666666667rem, 2vw, 2.0833333333rem) - 2 * 0.1666666667rem);
  left: var(--space_2);
  color: inherit;
  text-decoration: none;
  transition: color 0.1s ease;
}
body.home .intro-headline:hover {
  color: #CFD1D2;
}

.category-list {
  position: fixed;
  display: grid;
  width: 100%;
  padding: 0 clamp(1.3333333333rem, 3vw, 2.5rem);
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: 0;
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  z-index: 10;
}
.category-list__item {
  position: relative;
  display: grid;
  grid-template-columns: var(--space_2) auto;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  transition: color 0.1s ease;
}
.category-list__item:not(:last-of-type) {
  margin-bottom: 0.1666666667rem;
}
.category-list__item-num {
  position: relative;
  display: block;
}
.category-list__backdrop {
  position: fixed;
  display: block;
  width: 100dvw;
  height: 100dvh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  z-index: -1;
}
.category-list__backdrop.--visible {
  opacity: 1;
}
.category-list__backdrop img {
  position: relative;
  display: block;
  width: 110%;
  height: 110%;
  margin: -5%;
  padding: 0;
  object-position: center;
  object-fit: cover;
  filter: blur(8px);
  backface-visibility: hidden;
  transform: translateZ(0.1px);
}

body.page-template-about {
  /*
  .backlink{
    position: fixed;
    display: inline-block;
    top: clamp(rm(16), 3vw, rm(30));
    left: clamp(rm(16), 3vw, rm(30));
    font-size: $regular;
  }
  */
}
body.page-template-about main {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100dvh;
  padding-top: 0;
  padding-bottom: 0;
}
body.page-template-about .about {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: calc(-2.3 * clamp(1.1666666667rem, 2vw, 2.0833333333rem));
  padding: var(--space_3a) 0 calc(150dvw * var(--factor)) 0;
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
}
@media only screen and (min-width: 1080px) {
  body.page-template-about .about {
    padding: var(--space_3a) 0 calc(112.5dvw * var(--factor)) 0;
  }
}
body.page-template-about .about-link-list {
  margin-top: clamp(1.3333333333rem, 3vw, 2.5rem);
}
body.page-template-about .about-link-list__item {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
}
@media only screen and (min-width: 768px) {
  body.page-template-about .about-link-list__item {
    font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  }
}
body.page-template-about .about-link-list__item > span {
  position: relative;
  display: inline-block;
  margin-bottom: 0.1666666667rem;
}
body.page-template-about .about__title {
  position: fixed;
  display: inline-block;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: calc(var(--space_2));
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
}

body.tax-talent_category main {
  position: relative;
  display: flex;
  padding: 0 clamp(1.3333333333rem, 3vw, 2.5rem) calc(200% * var(--factor)) clamp(6.25rem, 10vw, 10vw);
}
body.tax-talent_category .category {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
}
body.tax-talent_category .category__title {
  position: fixed;
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: var(--space_2);
}
body.tax-talent_category .category-list {
  position: relative;
  width: calc(var(--spacer_1) * 1%);
  padding-left: var(--spacer_2);
}
body.tax-talent_category .category-list__item {
  position: relative;
  display: inline-block;
  line-height: 1;
}
body.tax-talent_category .category-list__item:not(:last-of-type) {
  margin-bottom: 0.1666666667rem;
}
body.tax-talent_category .category-thumbs {
  position: fixed;
  display: block;
  width: calc(100% - 2 * clamp(6.25rem, 10vw, 10vw));
  margin-top: calc(var(--space_3b) - 2 * clamp(1.3333333333rem, 3vw, 2.5rem));
  pointer-events: none;
}
@media only screen and (min-width: 1080px) {
  body.tax-talent_category .category-thumbs {
    width: calc(50% - 2 * clamp(6.25rem, 10vw, 10vw));
  }
}
body.tax-talent_category .category-thumbs .category-thumb {
  position: absolute;
  display: block;
  width: clamp(16.6666666667rem, 100%, 33.3333333333rem);
  aspect-ratio: 1;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.1s ease;
}
body.tax-talent_category .category-thumbs .category-thumb.--visible {
  opacity: 1;
}
body.tax-talent_category .category-thumbs .category-thumb img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-position: top left;
  object-fit: contain;
}

.protected-area {
  display: block;
  margin-top: calc(-2.3 * clamp(1.1666666667rem, 2vw, 2.0833333333rem));
  padding: var(--space_3b) clamp(1.3333333333rem, 3vw, 2.5rem) calc(200% * var(--factor)) 0;
  margin-left: calc(-1 * clamp(6.25rem, 10vw, 10vw) + clamp(1.3333333333rem, 3vw, 2.5rem));
  font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
}
@media only screen and (min-width: 1080px) {
  .protected-area {
    display: block;
    width: calc(50% - 2 * clamp(1.3333333333rem, 3vw, 2.5rem));
    margin-left: 0;
  }
}
.protected-area__title {
  position: fixed;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: var(--space_2);
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
}
.protected-area__text,
.protected-area form {
  position: relative;
  display: flex;
  padding-left: var(--spacer_2);
}
@media only screen and (min-width: 1080px) {
  .protected-area__text,
  .protected-area form {
    padding-left: 0;
  }
}
.protected-area a {
  color: inherit;
}
.protected-area [type=password] {
  background: none;
  position: relative;
  display: inline-block;
  margin-bottom: 1.5em;
  padding: 0.5em 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: none;
  border-bottom: solid 0.0833333333rem black;
}
.protected-area [type=password]:focus {
  outline: none;
}
.protected-area [type=submit] {
  background: none;
  padding: 0.5em;
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
}

body.single .custom-logo {
  display: none;
}
body.single h1 {
  position: fixed;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: clamp(6.25rem, 10vw, 10vw);
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
}
body.single .talents {
  position: relative;
  width: 100dvw;
  height: 100dvh;
}
@media only screen and (min-width: 1080px) {
  body.single .talents {
    display: flex;
    flex-direction: row-reverse;
  }
}
body.single .talents-media {
  display: flex;
  width: 100dvw;
  height: 100dvh;
  margin-bottom: calc(100vh - 100dvh);
  padding: 0 clamp(1.3333333333rem, 3vw, 2.5rem);
}
@media only screen and (min-width: 768px) {
  body.single .talents-media {
    padding: 0 clamp(6.25rem, 10vw, 10vw);
  }
}
@media only screen and (min-width: 1080px) {
  body.single .talents-media {
    display: flex;
    width: 50dvw;
    flex-direction: row-reverse;
    padding: calc(var(--space_3b) - 2 * clamp(1.3333333333rem, 3vw, 2.5rem)) clamp(1.3333333333rem, 3vw, 2.5rem) calc(200% * var(--factor)) calc(var(--space_2) - 50%);
  }
}
body.single .talents-info {
  position: relative;
  display: block;
  height: auto;
  margin-left: clamp(1.3333333333rem, 3vw, 2.5rem);
  margin-right: clamp(1.3333333333rem, 3vw, 2.5rem);
  padding-bottom: calc(250dvw * var(--factor));
  font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
}
@media only screen and (min-width: 1080px) {
  body.single .talents-info {
    width: 50%;
    padding: calc(var(--space_3b) - 2 * clamp(1.3333333333rem, 3vw, 2.5rem)) 0 calc(112.5dvw * var(--factor)) 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
body.single .talents-info__additional {
  position: relative;
  display: block;
  margin-top: clamp(1.3333333333rem, 3vw, 2.5rem);
}
body.single .talents-info__bio {
  position: relative;
  margin-bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
}
body.single .talents-info__bio p:not(:last-of-type) {
  position: relative;
  margin-bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
}
body.single #navigation {
  left: calc(var(--space_2) - clamp(1.3333333333rem, 3vw, 2.5rem));
  left: 0;
  bottom: clamp(1.3333333333rem, 3vw, 2.5rem);
}

.tax-title {
  position: fixed;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: var(--space_2);
  color: inherit;
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  text-decoration: none;
  z-index: 10;
}

.gallery {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 25rem;
}
@media only screen and (min-width: 1080px) {
  .gallery {
    display: block;
    height: 100%;
    padding-bottom: 3.3333333333rem;
  }
}
.gallery-fraction {
  position: relative;
  display: none;
}
@media only screen and (min-width: 1080px) {
  .gallery-fraction {
    display: block;
    margin-top: 1.6666666667rem;
    font-size: clamp(0.8333333333rem, 1.33vw, 1.0833333333rem);
    line-height: 1;
    z-index: 10;
  }
}
.gallery__item {
  align-self: center;
  opacity: 0;
  transition: opacity 0s linear;
}
.gallery__item img,
.gallery__item video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media only screen and (min-width: 1080px) {
  .gallery__item img,
  .gallery__item video {
    object-position: top left;
  }
}
.gallery__item.swiper-slide-active {
  opacity: 1;
}
.gallery__item .video-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.gallery__item .video-wrapper-inner {
  position: relative;
  align-self: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1080px) {
  .gallery__item .video-wrapper-inner {
    height: 100% !important;
  }
}
.gallery__item .video-mute-toggle {
  background: none;
  position: absolute;
  border: none;
  width: 4%;
  min-width: 2.5rem;
  aspect-ratio: 1;
  bottom: clamp(0.8333333333rem, 2.5vw, 1.25rem);
  right: clamp(0.8333333333rem, 2.5vw, 1.25rem);
  cursor: pointer;
}
.gallery__item .video-mute-toggle__on {
  display: block;
}
.gallery__item .video-mute-toggle__off {
  display: none;
}
.gallery__item .video-mute-toggle.--muted .video-mute-toggle__on {
  display: none;
}
.gallery__item .video-mute-toggle.--muted .video-mute-toggle__off {
  display: block;
}

#gallery {
  touch-action: pan-y;
}

#gallery .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

#flash-preloader {
  background: black;
  position: fixed;
  display: none;
  inset: 0;
  z-index: 999999;
}
#flash-preloader.is-active {
  display: block;
}
#flash-preloader .logo {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#flash-preloader .logo svg {
  position: relative;
  display: block;
  width: var(--space_1);
  height: auto;
  z-index: 1000;
}
#flash-preloader .logo svg > * {
  fill: black;
}

#flash-frame {
  display: block;
  width: 100dvw;
  height: 100dvh;
  object-fit: cover;
}

.backlink {
  position: fixed;
  display: inline-block;
  top: clamp(1.3333333333rem, 3vw, 2.5rem);
  left: clamp(1.3333333333rem, 3vw, 2.5rem);
  font-size: clamp(1.1666666667rem, 2vw, 2.0833333333rem);
  text-decoration: none;
  z-index: 10;
}

.hide-scrollbars {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbars::-webkit-scrollbar {
  display: none;
}

#cookie-notice.cookie-notice-visible {
  background-color: white;
  position: fixed;
  display: block;
  width: 100%;
  height: auto;
  padding: clamp(1.3333333333rem, 3vw, 2.5rem);
  color: black;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.25);
  z-index: 100000;
}
@media only screen and (min-width: 768px) {
  #cookie-notice.cookie-notice-visible .cookie-notice-container {
    display: flex;
    gap: clamp(1.3333333333rem, 3vw, 2.5rem);
  }
}
#cookie-notice .cn-text-container {
  flex: auto;
}
#cookie-notice .cn-buttons-container {
  position: relative;
  display: flex;
  min-width: 12.5rem;
  gap: 1.6666666667rem;
  margin-top: 1.25rem;
  flex: auto;
}
#cookie-notice .cn-buttons-container button {
  background: none;
  position: relative;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice .cn-close-icon {
  display: none;
}

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