@import url(variables.css);

html {
  min-height: 100%;
  max-height: 100%;
}


body {
  font-variant-numeric: lining-nums;
}


a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child,
p:last-of-type {
  margin-bottom: 0;
}


p:last-child + ul,
p:last-of-type + ul {
  margin-top: 1rem;
}


p:last-child + a.button,
p:last-of-type + a.button {
  margin-top: 2rem;
}


input::placeholder,
textarea::placeholder {
  color: var(--color-text);
  opacity: 1;
}


img.img-rounded {
  border-radius: var(--global-radius);
}


.text-nowrap {
  white-space: nowrap;
}


.margin-reset * {
  margin: 0 !important;
}


/* ======================================== */
/* Margin & Padding Utility Classes (20–140)*/
/* ======================================== */

/* -------- Base (no breakpoint) -------- */

/* Margin */
.m-20 { margin: 20px; }
.m-40 { margin: 40px; }
.m-60 { margin: 60px; }
.m-80 { margin: 80px; }
.m-100 { margin: 100px; }
.m-120 { margin: 120px; }
.m-140 { margin: 140px; }

.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mt-100 { margin-top: 100px; }
.mt-120 { margin-top: 120px; }
.mt-140 { margin-top: 140px; }

.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }
.mb-120 { margin-bottom: 120px; }
.mb-140 { margin-bottom: 140px; }

.ms-20 { margin-inline-start: 20px; }
.ms-40 { margin-inline-start: 40px; }
.ms-60 { margin-inline-start: 60px; }
.ms-80 { margin-inline-start: 80px; }
.ms-100 { margin-inline-start: 100px; }
.ms-120 { margin-inline-start: 120px; }
.ms-140 { margin-inline-start: 140px; }

.me-20 { margin-inline-end: 20px; }
.me-40 { margin-inline-end: 40px; }
.me-60 { margin-inline-end: 60px; }
.me-80 { margin-inline-end: 80px; }
.me-100 { margin-inline-end: 100px; }
.me-120 { margin-inline-end: 120px; }
.me-140 { margin-inline-end: 140px; }

.mx-20 { margin-left: 20px; margin-right: 20px; }
.mx-40 { margin-left: 40px; margin-right: 40px; }
.mx-60 { margin-left: 60px; margin-right: 60px; }
.mx-80 { margin-left: 80px; margin-right: 80px; }
.mx-100 { margin-left: 100px; margin-right: 100px; }
.mx-120 { margin-left: 120px; margin-right: 120px; }
.mx-140 { margin-left: 140px; margin-right: 140px; }

.my-20 { margin-top: 20px; margin-bottom: 20px; }
.my-40 { margin-top: 40px; margin-bottom: 40px; }
.my-60 { margin-top: 60px; margin-bottom: 60px; }
.my-80 { margin-top: 80px; margin-bottom: 80px; }
.my-100 { margin-top: 100px; margin-bottom: 100px; }
.my-120 { margin-top: 120px; margin-bottom: 120px; }
.my-140 { margin-top: 140px; margin-bottom: 140px; }

/* Padding */
.p-20 { padding: 20px; }
.p-40 { padding: 40px; }
.p-60 { padding: 60px; }
.p-80 { padding: 80px; }
.p-100 { padding: 100px; }
.p-120 { padding: 120px; }
.p-140 { padding: 140px; }

.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }
.pt-60 { padding-top: 60px; }
.pt-80 { padding-top: 80px; }
.pt-100 { padding-top: 100px; }
.pt-120 { padding-top: 120px; }
.pt-140 { padding-top: 140px; }

.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.pb-80 { padding-bottom: 80px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-140 { padding-bottom: 140px; }

.ps-20 { padding-inline-start: 20px; }
.ps-40 { padding-inline-start: 40px; }
.ps-60 { padding-inline-start: 60px; }
.ps-80 { padding-inline-start: 80px; }
.ps-100 { padding-inline-start: 100px; }
.ps-120 { padding-inline-start: 120px; }
.ps-140 { padding-inline-start: 140px; }

.pe-20 { padding-inline-end: 20px; }
.pe-40 { padding-inline-end: 40px; }
.pe-60 { padding-inline-end: 60px; }
.pe-80 { padding-inline-end: 80px; }
.pe-100 { padding-inline-end: 100px; }
.pe-120 { padding-inline-end: 120px; }
.pe-140 { padding-inline-end: 140px; }

.px-20 { padding-left: 20px; padding-right: 20px; }
.px-40 { padding-left: 40px; padding-right: 40px; }
.px-60 { padding-left: 60px; padding-right: 60px; }
.px-80 { padding-left: 80px; padding-right: 80px; }
.px-100 { padding-left: 100px; padding-right: 100px; }
.px-120 { padding-left: 120px; padding-right: 120px; }
.px-140 { padding-left: 140px; padding-right: 140px; }

.py-20 { padding-top: 20px; padding-bottom: 20px; }
.py-40 { padding-top: 40px; padding-bottom: 40px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.py-100 { padding-top: 100px; padding-bottom: 100px; }
.py-120 { padding-top: 120px; padding-bottom: 120px; }
.py-140 { padding-top: 140px; padding-bottom: 140px; }


@media print {
  .no-print {
    display: none;
  }
}


#go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-black);
  font-size: 1rem;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#go-to-top.visible {
  opacity: 0.3;
  visibility: visible;
}


ul.social-icons {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.social-icons li:not(:last-child) {
  margin-right: 10px;
}
ul.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
}
ul.social-icons li a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}


.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: var(--color-white);
}
.breadcrumbs li a:hover {
  color: var(--color-white);
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}


/* Carousel Slider */
.carousel-slider {
  display: flex;
}
.carousel-slider.carousel-slider-auto-height {
  display: block;
}
.carousel-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
/* Arrows Navigation */
.carousel-slider-controls {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
.carousel-slider-controls span {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: var(--global-button-radius);
  font-size: 1.125rem;
  color: var(--color-white);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-controls span:hover {
  color: var(--color-white);
  background: var(--color-secondary);
}
/* Arrows Navigation Inside Carousel Contariner */
.carousel-slider-container.carousel-slider-controls-inside {
  max-width: calc(100% - 200px);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  margin: 0;
  padding: 0;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--color-primary);
  border-radius: var(--global-button-radius);
  font-size: 1.5rem;
  color: var(--color-white);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span:hover {
  background: var(--color-secondary);
}
/* Dots Navigation */
.carousel-slider-container.carousel-slider-nav-spacing {
  margin-bottom: 50px;
}
.carousel-slider-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.carousel-slider-nav li {
  width: 30px;
  height: 3px;
  margin: 0 5px;
  background: var(--color-secondary);
}
.carousel-slider-nav li.tns-nav-active {
  background: var(--color-black);
}


h1 {
  margin-bottom: clamp(1rem, 0.381vw + 0.914rem, 1.25rem);
  font-size: clamp(1.75rem, 1.154vw + 1.49rem, 2.5rem);
  line-height: clamp(2.1rem, 1.385vw + 1.788rem, 3rem);
}
h2 {
  margin-bottom: clamp(1.25rem, 0.571vw + 1.121rem, 1.625rem);
  font-size: clamp(1.563rem, 1.429vw + 1.241rem, 2.5rem);
  line-height: clamp(2.031rem, 1.667vw + 1.656rem, 3.125rem);
}
h3 {
  margin-bottom: clamp(1.25rem, 0.571vw + 1.121rem, 1.625rem);
  font-size: clamp(1.375rem, 1.143vw + 1.118rem, 2.125rem);
  line-height: clamp(1.719rem, 1.267vw + 1.434rem, 2.55rem);
}


h1 span {
  display: block;
  padding-bottom: 6px;
  font-family: var(--font-header);
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-secondary);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.banner {
  padding: 15vh 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  text-align: left;
}
.banner .grid-container,
.banner .grid-x {
  height: 100%;
}
.banner .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-title {
  font-family: var(--font-header);
  font-size: clamp(2.125rem, 2.115vw + 1.649rem, 3.5rem);
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-white);
  line-height: clamp(2.656rem, 2.644vw + 2.061rem, 4.375rem);
}
.banner-text {
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 0.192vw + 1.207rem, 1.375rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: clamp(1.688rem, 0.26vw + 1.629rem, 1.856rem);
}
.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
}
.banner-buttons a.button {
  white-space: nowrap;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner.banner-hp {
  padding: 0;
}
.banner.banner-hp .grid-x {
  align-items: flex-end;
}
.banner.banner-hp .grid-x .cell {
  padding-bottom: 60px;
}


.header {
  width: 100%;
  padding: 15px 0;
  background: var(--color-white);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99;
}
.header .logo img {
  max-height: 130px;
  width: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}


.header-hp {
  position: fixed;
  top: 0;
  left: 0;
}


.header .top-bar {
  padding: 0;
}
.header .top-bar,
.header .top-bar ul {
  background: none;
}
.header .top-bar .top-bar-right {
  margin: 0 auto;
}
.header .dropdown.menu > li {
  margin: 0 0.9375rem;
}
.header .dropdown.menu > li > a {
  padding: 0;
  margin: 0;
  font-family: var(--font-header);
  font-size: 1.0625rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
}
.header .dropdown.menu > li > a:hover {
  color: var(--color-primary);
}
/* .header .dropdown.menu > li > a::after {
  content: '';
  display: block;
  margin: 4px 0 0 0;
  border-bottom: 1px solid var(--color-white);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}
.header .dropdown.menu > li > a:hover::after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
} */
.header .title-bar a {
  color: var(--color-white);
  cursor: pointer;
}


/* classic dropdown */
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0rem;
}
.header .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
  right: 0;
  border-color: var(--color-primary) transparent transparent;
  display: none;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
  left: -13px;
  right: auto;
  padding: 27px 0 0 0;
  background: transparent;
  border: none;
  min-width: 100%;
  margin: 0;
  list-style-type: none;
}
.header .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu::before {
  content: '';
  display: block;
  position: absolute;
  top: 17px;
  left: 32px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-primary) transparent;
}
.header .is-dropdown-submenu a {
  padding: 0.875rem 2rem;
  background: var(--color-primary);
  font-family: var(--font-header);
  font-size: 1.0625rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-black);
  white-space: nowrap;
  width: 100%;
}
.header .is-dropdown-submenu a:hover {
  color: var(--color-white);
}
.header .is-dropdown-submenu li:not(:last-child) a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* 2nd level */
.header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: none;
}
.header .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu > li.opens-right > .is-dropdown-submenu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: none;
}


.header.sticky .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
  padding: 25px 0 0 0;
}
.header.sticky .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu::before {
  top: 15px;
}


.header-icons {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-left: 20px;
}
.header-icons a,
.header-icons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--color-primary);
  border-radius: var(--global-button-radius);
  font-size: 1.125rem;
  color: var(--color-white);
  cursor: pointer;
}
.header-icons a:hover,
.header-icons button:hover {
  color: var(--color-black);
}
.header-icons a.button {
  width: auto;
  height: 36px;
  padding: 10px 20px;
  border-radius: var(--global-button-radius);
  font-size: 1rem;
  white-space: nowrap;
}


.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}
.header.sticky .logo img {
  max-height: 50px;
  width: auto;
}


.section {
  position: relative;
  padding: 140px 0;
}
.section-small {
  padding: 80px 0;
}
.sections > .section-white + .section-white {
  padding-top: 0;
}
.sections > .section-accent + .section-accent {
  padding-top: 0;
}
.section-center {
  text-align: center;
}
.section-accent {
  background: var(--color-accent);
}
.section-primary {
  background: var(--color-primary);
}
.section-primary h1 {
  color: var(--color-white);
}
.section-secondary {
  background: var(--color-secondary);
}
.section-secondary h1 {
  color: var(--color-white);
}
.section-black {
  background: var(--color-black);
  color: var(--color-accent);
}
.section-black h1 {
  color: var(--color-white);
}
.section-title {
  padding-bottom: 60px;
}
.section-title h1 {
  margin: 0;
}
.section-intro {
  padding-top: 30px;
}
.section-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 35px;
}
.section-buttons a.button {
  white-space: nowrap;
}
.section-buttons.section-buttons-center {
  justify-content: center;
  padding-top: 60px;
}
.section-img img {
  width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.section ul li::marker {
  color: var(--color-primary);
}


.loop-spacing {
  padding-top: 60px;
}
/* Padding from 3rd element */
.loop-1-1-2 .cell:nth-child(n+3),
.loop-1-2-2 .cell:nth-child(n+3),
.loop-2-2-2 .cell:nth-child(n+3) {
  padding-top: 30px;
}
/* Padding from 4th element */
.loop-1-1-3 .cell:nth-child(n+4),
.loop-1-2-3 .cell:nth-child(n+4),
.loop-1-3-3 .cell:nth-child(n+4),
.loop-2-2-3 .cell:nth-child(n+4),
.loop-2-3-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}
/* Padding from 5th element */
.loop-1-1-4 .cell:nth-child(n+5),
.loop-1-2-4 .cell:nth-child(n+5),
.loop-1-3-4 .cell:nth-child(n+5),
.loop-2-2-4 .cell:nth-child(n+5),
.loop-2-3-4 .cell:nth-child(n+5) {
  padding-top: 30px;
}


.welcome-box {
  padding: 40px;
  background: var(--color-white);
  border-radius: var(--global-radius);
}
.welcome-row {
  align-items: stretch;
}
.welcome-col {
  flex: 1;
}
.welcome-img-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  gap: 16px;
}
.welcome-img-grid img {
  width: calc(50% - 8px);
  height: calc(50% - 8px);
  object-fit: cover;
}


ul.current-play-icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 0 0 0;
  margin: 0;
  list-style-type: none;
}
ul.current-play-icons li {
  display: flex;
  align-items: flex-start;
}
ul.current-play-icons li img {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  object-fit: contain;
  filter: invert(74%) sepia(6%) saturate(393%) hue-rotate(321deg) brightness(86%) contrast(91%);
}
ul.current-play-icons li div span {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
  line-height: 1.3;
}


ul.current-play-cast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.current-play-cast li img {
  border-radius: var(--global-radius);
}
ul.current-play-cast li div {
  padding-top: 3px;
  font-size: 1rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
ul.current-play-cast li div span {
  display: block;
  font-size: 0.9375rem;
  font-weight: var(--global-weight-normal);
  color: var(--color-primary);
}


.current-play-subtitle {
  font-family: var(--font-header);
  font-size: 1.375rem;
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-primary);
  margin-bottom: 5px;
}
.current-play-img {
  position: sticky;
  top: 100px;
}
.current-play-img img {
  width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.current-play-btn {
  padding-top: 35px;
}
.current-play-details {
  padding: 30px 30px;
  margin-top: 50px;
  background: var(--color-accent-light);
  border-radius: var(--global-radius);
}
.current-play-details ul.current-play-icons {
  padding: 0;
}


.past-production-box {
  display: flex;
  flex-direction: column;
}
.past-production-box-img {
  position: relative;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.past-production-box-title {
  padding-top: 10px;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: var(--global-weight-extra-bold);
  color: var(--color-primary);
}
.past-production-box-border::before,
.past-production-box-border::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  border-radius: var(--global-radius);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  z-index: 2;
}
.past-production-box-border::before {
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  transform: scale(0,1);
}
.past-production-box-border::after {
  border-left: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  transform: scale(1,0);
}
.past-production-box:hover .past-production-box-border::before,
.past-production-box:hover .past-production-box-border::after {
  opacity: 1;
  transform: scale(1);
}



.footer {
  position: relative;
  padding: 80px 0 30px 0;
  background: var(--color-primary);
  font-size: 1rem;
  color: var(--color-white);
  z-index: 2;
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-secondary);
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer ul.footer-social-icons {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.footer ul.footer-social-icons li {
  font-size: 1.375rem;
}
.footer ul.footer-social-icons li:not(:last-child) {
  margin-right: 10px;
}
.footer ul.footer-social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 2px solid var(--color-white);
  border-radius: var(--global-button-radius);
  color: var(--color-white);
}
.footer ul.footer-social-icons li a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.footer-col-title {
  margin-bottom: 25px;
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-secondary);
}
.footer-separator {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.footer ul.footer-links-2-cols {
  columns: 2;
}


.copyright {
  padding: 0 0 30px 0;
  background: var(--color-primary);
  font-size: 1rem;
  color: var(--color-white);
}
.copyright a {
  color: var(--color-white);
}
.copyright a:hover {
  color: var(--color-secondary);
}


.contact-details {
  padding: 50px 30px;
  background: var(--color-accent);
  border-radius: var(--global-radius);
}
.contact-details span {
  display: block;
  padding: 20px 0 5px 0;
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
.contact-details span:first-child {
  padding: 0 0 5px 0;
}
.contact-details span i {
  color: var(--color-primary);
  margin-right: 10px;
}
.contact-details > div {
  padding: 0 0 0 32px;
}
.contact-details a {
  color: var(--color-text);
  word-wrap: break-word;
}
.contact-details a:hover {
  color: var(--color-primary);
}
.contact-details ul.contact-social-icons {
  display: flex;
  align-items: center;
  padding: 10px 0 0 32px;
  margin: 0;
  list-style-type: none;
}
.contact-details ul.contact-social-icons li {
  font-size: 1.25rem;
}
.contact-details ul.contact-social-icons li:not(:last-child) {
  margin-right: 30px;
}
.contact-details ul.contact-social-icons li a {
  color: var(--color-primary);
}
.contact-details ul.contact-social-icons li a:hover {
  color: var(--color-secondary);
}


.contact-form {
  /* padding: 40px 30px 30px 30px; */
  background: var(--color-white);
  /* border-radius: var(--global-radius); */
}
.contact-form-field {
  position: relative;
  padding-bottom: 10px;
}
.contact-form-field input[disabled],
.contact-form-field input[readonly] {
  background: var(--color-white);
}
.contact-form-field input[disabled]:focus,
.contact-form-field input[readonly]:focus {
  border-color: var(--color-secondary);
}
.contact-form-field input:not([type="submit"]),
.contact-form-field textarea,
.contact-form-field select {
  min-height: 3.5rem;
  padding-left: 2.125rem;
}
.contact-form-field div.label {
  position: absolute;
  top: -14px;
  left: 24px;
  font-family: var(--font-header);
  font-size: 0.9375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
  line-height: 1.25;
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 1;
}
.contact-form-field textarea {
  max-width: 100%;
  min-height: 180px;
  max-height: 180px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.contact-form-consent {
  padding: 0 0 15px 0;
  font-size: 0.875rem;
  color: var(--color-medium-gray);
}
.contact-form-consent input {
  margin: 0 5px 0 0;
}
.contact-form-consent label {
  color: var(--color-text);
}
.contact-form-field p {
  line-height: 1;
}
.contact-form-field input[type="file"] {
  padding: 1.5rem 0 2rem 2.25rem;
}
.contact-form-field-radio {
  margin-bottom: 2rem;
}
.contact-form-field-radio label {
  font-size: 1rem;
  color: var(--color-secondary);
}
.contact-form-field .wpcf7-not-valid-tip {
  margin: -10px 0 20px 0;
}
.contact-form-field.upload-files .wpcf7-not-valid-tip {
  margin: 0;
}
.contact-form-consent .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  border-radius: var(--global-radius);
}


.location {
  padding-top: 60px;
}
.location-map iframe {
  width: 100%;
  height: 500px;
  border-radius: var(--global-radius);
}


.search-popup {
  padding: 40px;
  border: none;
  border-radius: var(--global-radius);
}
.search-form {
  padding-top: 15px;
}
.search-form form {
  display: flex;
  align-items: center;
}
.search-form form input[type="search"] {
  height: 3.125rem;
  padding: 1.25rem 1rem;
  margin: 0;
  background: var(--color-white);
  box-shadow: none;
  border: 1px solid var(--color-primary);
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 1rem;
  color: var(--color-text);
}
.search-form form input[type="search"]:focus {
  border: 1px solid var(--color-secondary);
}
.search-form form input[type="submit"] {
  width: 3.5rem;
  height: 3.125rem;
  background: var(--color-primary);
  border: none;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font: var(--fa-font-solid);
  font-size: 1.250rem;
  color: var(--color-white);
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.search-form form input[type="search"]:focus + input[type="submit"] {
  background: var(--color-secondary);
  color: var(--color-white);
}


.cta {
  position: relative;
  padding: 15vh 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: left;
  z-index: 2;
  text-align: center;
}
.cta * {
  position: relative;
  z-index: 3;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.cta-btn {
  position: relative;
  padding-top: 35px;
  z-index: 2;
}


.lightbox-gallery span {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--global-radius);
}
.lightbox-gallery span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.lightbox-gallery span::after {
  content: url(../img/icon-magnification-white.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0;
  z-index: 2;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  pointer-events: none;
}
.lightbox-gallery span:hover::before,
.lightbox-gallery span:hover::after {
  opacity: 1;
}


.masonry-gallery-sizer,
.masonry-gallery-item {
  width: 32%;
}
.masonry-gallery-gutter-sizer {
  width: 2%;
}
.masonry-gallery-item {
  margin-bottom: 2%;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.masonry-gallery {
  margin-bottom: -1%;
}


.past-productions-table {
  margin: 0 !important;
}
.past-productions-table .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary);
  border-left: 1px solid var(--color-secondary);
  text-align: center;
}
.past-productions-table .cell span {
  display: none;
}
.past-productions-table .cell:nth-child(-n+3) {
  border-top: 1px solid var(--color-secondary);
}
.past-productions-table .cell:nth-child(3n+3),
.past-productions-table .cell:last-child {
  border-right: 1px solid var(--color-secondary);
}
.past-productions-table .cell:nth-child(-n + 3) {
  background-color: var(--color-secondary);
  font-family: var(--font-header);
  font-size: 1.125rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-white);
}
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 4),
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 5),
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 6) {
  background-color: var(--color-white);
}
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 1),
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 2),
.past-productions-table .cell:nth-child(n + 4):nth-child(6n + 3) {
  background-color: var(--color-accent-light);
}


.timeline {
  padding-top: 100px;
}
.timeline > .timeline-container:first-child .timeline-date {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.timeline > .timeline-container:last-child .timeline-date {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.timeline-item {
  background: var(--color-white);
  border-radius: var(--global-radius);
  padding: 30px;
  margin: 30px 0;
  text-align: left;
}
.timeline-item-img {
  padding: 0 0 20px 0;
}
.timeline-item-img img {
  border-radius: var(--global-radius);
}
.timeline-item-title {
  padding: 0 0 15px 0;
  font-family: var(--font-header);
  font-size: 1.375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.timeline-item-desc,
.timeline-item-desc p {
  font-size: 0.9375rem;
  color: var(--color-text);
  line-height: 1.6;
}
.timeline-extra-content {
  padding-top: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s ease, opacity 0.6s ease;
}
.timeline-extra-content.active {
  padding-bottom: 20px;
  opacity: 1;
  max-height: 3000px; /* large enough to fit your content */
}
.timeline-date {
  position: relative;
  width: 10px;
  height: 100%;
  background: var(--color-primary);
  margin: 0 auto;
}
.timeline-date::before,
.timeline-date::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  border-radius: 50%;
}
.timeline-date::before {
  width: 25px;
  height: 25px;
  background: var(--color-primary);
}
.timeline-date::after {
  width: 15px;
  height: 15px;
  background: var(--color-accent);
}
.timeline-left .timeline-date span,
.timeline-right .timeline-date span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  background: var(--color-secondary);
  border-radius: 25px;
  padding: 0 35px;
  font-size: 1.25rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  line-height: 49px;
  white-space: nowrap;
}
.timeline-left .timeline-date span::before,
.timeline-right .timeline-date span::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline-left .timeline-date span {
  left: 50px;
}
.timeline-left .timeline-date span::before {
  left: -10px;
  border-width: 20px 20px 20px 0;
  border-color: transparent var(--color-secondary) transparent transparent;
}
.timeline-right .timeline-date span {
  left: auto;
  right: 50px;
}
.timeline-right .timeline-date span::before {
  left: auto;
  right: -10px;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent var(--color-secondary);
}
.timeline.primary-bg .timeline-item {
  background: var(--color-accent);
}
.timeline.primary-bg .timeline-item-title {
  color: var(--color-primary-darken);
}
.timeline.primary-bg .timeline-date {
  background: var(--color-primary-darken);
}
.timeline.primary-bg .timeline-date::before {
  background: var(--color-primary-darken);
}
.timeline.primary-bg .timeline-date::after {
  background: var(--color-tertiary);
}
.timeline.primary-bg .timeline-left .timeline-date span,
.timeline.primary-bg .timeline-right .timeline-date span {
  background: var(--color-tertiary);
  color: var(--color-primary-darken);
}
.timeline.primary-bg .timeline-left .timeline-date span::before {
  border-color: transparent var(--color-tertiary) transparent transparent;
}
.timeline.primary-bg .timeline-right .timeline-date span::before {
  border-color: transparent transparent transparent var(--color-tertiary);
}


ul.timeline-awards {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.timeline-awards li strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-header);
  font-size: 1.25rem;
  font-weight: var(--global-weight-semi-bold);
  color: var(--color-primary);
}
ul.timeline-awards li div {
  display: table-row;
}
ul.timeline-awards li div span {
  display: table-cell;
  padding-right: 10px;
  font-weight: var(--global-weight-bold);
}