@charset "UTF-8";
/*
Theme Name: encore
Theme URI: https://www.unusualstudio.co
Author: UNUSUAL Studio
Author URI: https://www.unusualstudio.co
Description: WordPress modular base theme using ACF
Version: 1.0
*/
.wp-block-image {
  margin: 0;
  margin-bottom: 30px;
}
/* =WordPress Core
-------------------------------------------------------------- */
blockquote cite {
  color: #C8C8C8;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-family: gin-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
blockquote, .wp-block-quote.is-style-default {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 25px 0;
}
blockquote p, .wp-block-quote.is-style-default p {
  font-size: 22px;
  margin: 0;
  margin-bottom: 10px;
}
blockquote.wp-block-quote.is-style-large {
  max-width: 100%;
  text-align: left;
  padding: 25px 0;
  margin: 0;
}
blockquote.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 26px;
  line-height: 1.45;
}
blockquote.wp-block-quote.is-style-large cite {
  font-size: 13px;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption-text {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #7a7a7a;
}
.wp-block-image {
  margin: 30px 0 !important;
}
img.size-full {
  width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body {
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #111;
  min-width: 320px;
  overflow: auto;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body > header.is-fixed {
  min-width: 320px;
}
a {
  text-decoration: none;
}
.button, button, input[type="submit"] {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  padding: 12px 20px;
  outline: 0;
  border: 1px solid #000;
  cursor: pointer;
}
.button.is-contrast, button.is-contrast {
  color: #000;
  background-color: #fff;
}
.button:hover, button:hover, input[type="submit"]:hover {
  opacity: 0.8;
}
.button[disabled], button[disabled], input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button.outline, button.outline {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.button.link, button.link {
  background: transparent;
  color: #000;
}
.button.outline.is-contrast, button.outline.is-contrast {
  border: 1px solid #fff;
  color: #fff;
}
h1, h2, h3, h4, h5, h6, .is-h1, .is-h2, .is-h3, .is-h4, .is-h5, .is-h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 300;
}
h1, .is-h1 {
  font-size: 28px;
}
h2, .is-h2 {
  font-size: 22px;
}
h3, .is-h3 {
  font-size: 18px;
}
h4, .is-h4 {
  font-size: 16px;
}
h5, .is-h5 {
  font-size: 15px;
}
h6, .is-h6 {
  font-size: 14px;
}
header {
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
body.scrolled header {
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
}
header nav > ul > li > a {
  display: inline-block;
  padding: 30px 12px;
}
body.scrolled header nav > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
hr {
  border: none;
  height: 1px;
  background-color: #e6e4e4;
  margin: 20px 0;
  opacity: 0.35;
}
iframe {
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea, select {
  padding: 10px 15px;
  border: 1px solid #757575;
}
input:focus, textarea:focus, select:focus {
  border-color: #000;
}
nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul > li {
  position: relative;
  display: inline-block;
}
nav > ul > li a {
  margin: 0 5px;
  padding: 0 12px;
}
nav .sub-menu {
  min-width: 180px;
  left: 0;
  top: 100%;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
  white-space: nowrap;
}
nav .sub-menu li a {
  display: block;
  margin: 8px;
  padding: 10px;
  white-space: nowrap;
}
nav .sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
nav .sub-menu.open {
  max-height: 1000px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 20px 0;
}
section {
  position: relative;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.container {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.container.is-fluid {
  max-width: 100%;
}
.container.is-narrow {
  max-width: 768px;
}
.container.is-wide {
  max-width: 1280px;
}
.container.is-full-screen > .row {
  margin-left: 0;
  margin-right: 0;
}
.row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: -10px;
  margin-right: -10px;
}
.row.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.col-one-fifth {
  width: 20%;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666666%;
}
.col-12 {
  width: 100%;
}
.col, div[class^="col-"], div[class*=" col-"] {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.is-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.is-full-height {
  height: 100%;
}
.is-full-width {
  width: 100%;
}
.is-full-screen {
  width: 100%;
  min-height: 100vh;
}
.is-absolute {
  position: absolute;
}
.is-block {
  display: block;
}
.is-fixed {
  position: fixed;
}
.is-inline {
  display: inline;
}
.is-inline-block {
  display: inline-block;
}
.is-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.is-overlay.is-contrast {
  background-color: rgba(255, 255, 255, 0.75);
}
.is-circle {
  border-radius: 50%;
}
.is-square, .is-4-3, .is-16-9, .is-landscape, .is-portrait {
  position: relative;
}
.is-square:before, .is-4-3:before, .is-16-9:before, .is-landscape:before, .is-portrait:before {
  content: "";
  display: block;
  width: 100%;
}
.is-square:before {
  padding-top: 100%;
}
.is-4-3:before {
  padding-top: 75%;
}
.is-landscape:before, .is-16-9:before {
  padding-top: 56.25%;
}
.is-portrait:before {
  padding-top: 133%;
}
.is-square > *, .is-4-3 > *, .is-16-9 > *, .is-landscape > *, .is-portrait > * {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.is-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
a, .button, button, input[type="submit"], header, header nav, .is-animate {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cover-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contain-background {
  background-size: contain;
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
  object-position: center;
}
.is-parallax {
  background-attachment: scroll;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.is-lowercase {
  text-transform: lowercase;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-contrast, .is-contrast h1, .is-contrast h2, .is-contrast h3, .is-contrast h4, .is-contrast h5, .is-contrast h6 {
  color: #fff;
}
.is-hidden {
  display: none;
}
.is-relative {
  position: relative;
}
.is-static {
  position: static;
}
.overflow-hidden {
  overflow: hidden;
}
.is-marginless {
  margin: 0 !important;
}
.is-paddingless {
  padding: 0 !important;
}
.has-small-padding, .has-medium-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.has-large-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.has-x-large-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.has-small-padding-top, .has-medium-padding-top {
  padding-top: 15px;
}
.has-small-padding-bottom, .has-medium-padding-bottom {
  padding-bottom: 15px;
}
.has-large-padding-top {
  padding-top: 30px;
}
.has-x-large-padding-top {
  padding-top: 60px;
}
.has-large-padding-bottom {
  padding-bottom: 30px;
}
.has-x-large-padding-bottom {
  padding-bottom: 60px;
}
header > .container {
  overflow: visible;
}
header .logo {
  width: 200px;
  padding: 8px 10px;
}
header .logo > a {
  display: block;
  width: 100%;
  height: 80px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
body.scrolled .logo > a {
  height: 60px;
}
.notification {
  padding: 10px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
.notification.is-success {
  border: 1px solid rgba(37, 121, 83, 0.4);
  color: rgba(37, 121, 83, 0.8);
}
.notification.is-error {
  border: 1px solid rgba(174, 39, 39, 0.4);
  color: rgba(174, 39, 39, 0.8);
}
@media (max-width: 675px) {
  .row:not(.no-stack) .col, .row:not(.no-stack) > [class^="col-"], .row:not(.no-stack) > [class*=" col-"] {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .is-mobile-hidden {
    display: none;
  }
}
@media (max-width: 867px) {
  .col-4, .col-6 {
    width: 100%;
  }
  .is-tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 868px) {
  h1, .is-h1 {
    font-size: 36px;
  }
  h2, .is-h2 {
    font-size: 28px;
  }
  h3, .is-h3 {
    font-size: 22px;
  }
  h4, .is-h4 {
    font-size: 18px;
  }
  h5, .is-h5 {
    font-size: 16px;
  }
  h6, .is-h6 {
    font-size: 15px;
  }
  nav .sub-menu {
    position: absolute;
  }
  .is-parallax {
    background-attachment: fixed;
  }
  .has-medium-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .has-large-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .has-x-large-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .has-large-padding-top {
    padding-top: 60px;
  }
  .has-x-large-padding-top {
    padding-top: 100px;
  }
  .has-large-padding-bottom {
    padding-bottom: 60px;
  }
  .has-x-large-padding-bottom {
    padding-bottom: 100px;
  }
  .is-tablet-only {
    display: none !important;
  }
}
@media (min-width: 992px) {
  h1, .is-h1 {
    font-size: 46px;
  }
  h2, .is-h2 {
    font-size: 36px;
  }
  h3, .is-h3 {
    font-size: 28px;
  }
  h4, .is-h4 {
    font-size: 22px;
  }
  h5, .is-h5 {
    font-size: 18px;
  }
  h6, .is-h6 {
    font-size: 16px;
  }
}
body {
  font-family: Abel, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Abel, sans-serif;
  font-weight: normal;
}
header .logo > a {
  background-image: url("/wp-content/themes/ciemoost/assets/website-logo.svg");
}
body.scrolled header .logo > a {
  background-image: url("/wp-content/themes/ciemoost/assets/website-logo.svg");
}
@media (min-width: 768px) {
  header .logo > a {
    background-image: url("/wp-content/themes/ciemoost/assets/website-logo-white.svg");
  }
}
header {
  background-color: #fff;
  font-family: Abel, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
header a {
  color: #fff;
  text-decoration: none;
}
header a:hover {
  color: #ed4b43;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.scrolled header {
  background-color: #fff;
}
body.scrolled header a {
  color: #000;
}
body.scrolled header a:hover {
  color: #ed4b43;
}
body.no-main-banner header {
  background-color: #fff;
}
@media (min-width: 768px) {
  header {
    background-color: transparent;
  }
}
body.scrolled header .hamburger .hamburger-inner, body.scrolled header .hamburger .hamburger-inner::before, body.scrolled header .hamburger .hamburger-inner::after {
  background-color: #000;
}
header .is-logo-col {
  max-width: 200px;
}
header .hamburger .hamburger-inner, header .hamburger .hamburger-inner::before, header .hamburger .hamburger-inner::after {
  background-color: #fff;
}
header .has-sub-menu > a.no-link {
  cursor: default;
}
footer {
  background-color: #000;
  color: #fff;
  font-size: 13px;
}
footer .is-overlay {
  opacity: 0.2;
}
footer .footer-logo {
  width: 180px;
  height: 100px;
  margin-bottom: 25px;
  background-position: center center;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f2f2f2;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer nav.inline-menu ul {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
footer nav.inline-menu ul li {
  position: relative;
  display: inline;
}
footer nav.inline-menu ul li:after {
  content: "/";
  display: inline-block;
  margin: 0;
}
footer nav.inline-menu ul li:last-child::after {
  display: none;
}
footer nav.inline-menu ul li a {
  margin: 0 5px;
  padding: 0 12px;
}
footer .copyright {
  font-size: 11px;
  margin-bottom: 0;
}
.post-component .post-image {
  margin-bottom: 50px;
}
.post-component .post-image > div {
  background-position: center center;
}
.post-component .author-info {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.post-component .author-image {
  width: 85px;
  height: 85px;
}
.post-component .author-bio {
  opacity: 0.8;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.post-component .navigation {
  padding-top: 50px;
}
.post-component .navigation .button {
  margin: 0 10px;
}
.blog-component .col-4 {
  margin-top: 20px;
}
.blog-component .post-feed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-component .post-feed:last-child {
  border-bottom: 0;
}
.blog-component .pagination .button {
  margin: 0 10px;
}
.skew-top {
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -20px;
}
.skew-bottom {
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-bottom: -20px;
}
.skew-both {
  clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (min-width: 1024px) {
  .skew-top {
    clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -50px;
  }
  .skew-bottom {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-bottom: -50px;
  }
  .skew-both {
    clip-path: polygon(0% 50px, 100% 0%, 100% calc(100% - 50px), 0% 100%);
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
.social-icons {
  margin: 35px 0;
  margin-left: -10px;
  margin-right: -10px;
}
.social-icons .social-icon-link {
  margin-left: 10px;
  margin-right: 10px;
}
.social-icons .social-icon-link.svg-icon-linkedin {
  margin-top: -3px;
}
.social-icons svg {
  width: 18px;
  height: 18px;
}
.main-banner {
  /*.banner-slideshow {
                    .swiper-pagination-bullets {
                        bottom: auto;
                        left: auto;
                        width: auto;
                        right: 10px;
                        top: 50%;
                        transform: translate3d(0px,-50%,0);
                    }

                    .swiper-pagination-bullet {
                        margin: 6px 0;
                        display: block;
                    }

                    .swiper-pagination-bullet-active {
                        background: #fff;
                    }

                    .swiper-slide {
                        .container.is-fluid {
                            margin-left: 0;
                            max-width: 800px;
                        }
                    }
                }*/
}
.main-banner .banner-scroll-button {
  bottom: 50px;
  width: 50px;
  height: 50px;
}
.main-banner .banner-scroll-button > span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.banner-component .is-16-9 {
  max-height: 80vh;
  min-height: 450px;
}
.banner-component .banner, .banner-component .banner h1, .banner-component .banner h2, .banner-component .banner h3, .banner-component .banner h4, .banner-component .banner h5, .banner-component .banner h6 {
  color: #fff;
}
.banner-component .banner .banner-scroll-button {
  bottom: 50px;
  width: 50px;
  height: 50px;
  color: #fff;
}
.banner-component .banner .banner-scroll-button > span {
  position: absolute;
  left: 12px;
  top: 0;
  width: 24px;
  height: 24px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.banner-component .banner.is-top-aligned {
  background-position: center top;
}
.banner-component .banner.is-bottom-aligned {
  background-position: center bottom;
}
.banner-component .banner.is-contrast .banner-scroll-button > span {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.columns-content-component .is-overlay {
  z-index: -1;
}
.columns-content-component.is-contrast, .columns-content-component.is-contrast p {
  color: #fff;
}
.columns-content-component.cover-background, .columns-content-component.cover-background h1, .columns-content-component.cover-background h2, .columns-content-component.cover-background h3, .columns-content-component.cover-background h4, .columns-content-component.cover-background h5, .columns-content-component.cover-background h6 {
  z-index: 1;
}
.columns-content-component.cover-background .container {
  position: static;
}
.columns-content-component small {
  opacity: 0.75;
}
.content-slider-component button {
  margin-bottom: 15px;
}
.content-slider-component .content-slider {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.gallery-slider-component .swiper-slide {
  height: 500px;
  cursor: pointer;
}
.gallery-slider-component .gallery-slider-controls {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  z-index: 100;
  cursor: pointer;
  background-position: center center;
  background-color: #231f20;
}
.gallery-slider-component .gallery-slider-controls.left {
  background-image: url("https://dev.ciemoost.com/wp-content/themes/ciemoost/library/blocks/gallery-slider//left.svg");
}
.gallery-slider-component .gallery-slider-controls.right {
  left: auto;
  right: 0;
  background-image: url("https://dev.ciemoost.com/wp-content/themes/ciemoost/library/blocks/gallery-slider//right.svg");
}
.gallery-slider-component .gallery-slider-controls:hover {
  background-color: #E0B91D;
}
.featherlight-close-icon {
  margin-top: 0;
}
.gallery-component .col-4 {
  cursor: pointer;
}
.gallery-component .col-4 a {
  left: 0;
  top: 0;
}
.gallery-component .col-4:hover a.is-absolute {
  transform: scale(1.1);
}
.tiles-component .col .tile-page-link, .tiles-component .col .tile-blog-post {
  padding: 10%;
}
.tiles-component .col .is-absolute {
  left: 0;
  top: 0;
}
.tiles-component h4 {
  word-break: normal;
}
.video-component iframe {
  position: absolute;
  left: 0;
  top: 0;
}
.video-mosaic-component {
  /* ── Filter tabs ── */
  /* ── Mosaic grid ── */
  /* ── Card ── */
  /* ── Play button ── */
  /* ── Info area ── */
  /* ── Lightbox ── */
  /* ── Responsive ── */
}
.video-mosaic-component .vm-header {
  margin-bottom: 40px;
}
.video-mosaic-component .vm-header h2 {
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.video-mosaic-component .vm-header .vm-description {
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.7;
}
.video-mosaic-component .vm-filters {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.video-mosaic-component .vm-filter {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #333;
  padding: 8px 22px;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 350ms ease;
}
.video-mosaic-component .vm-filter:hover {
  border-color: #000;
  color: #000;
}
.video-mosaic-component .vm-filter.active {
  background: #111;
  border-color: #111;
  color: #fff;
}
.video-mosaic-component .vm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
}
.video-mosaic-component .vm-item {
  transition: opacity 400ms ease, transform 400ms ease;
}
.video-mosaic-component .vm-item.vm-wide {
  grid-column: span 2;
}
.video-mosaic-component .vm-item.is-hidden {
  display: none;
}
.video-mosaic-component .vm-item.is-fading {
  opacity: 0;
  transform: scale(0.96);
}
.video-mosaic-component .vm-card {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.video-mosaic-component .vm-thumbnail {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  overflow: hidden;
  cursor: pointer;
}
.video-mosaic-component .vm-thumbnail img, .video-mosaic-component .vm-thumbnail .vm-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 400ms ease;
}
.video-mosaic-component .vm-thumbnail .vm-placeholder {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.video-mosaic-component .vm-thumbnail:hover img {
  transform: scale(1.06);
  filter: brightness(0.7);
}
.video-mosaic-component .vm-thumbnail:hover .vm-placeholder {
  transform: scale(1.06);
}
.video-mosaic-component .vm-thumbnail:hover .vm-play svg {
  transform: scale(1.15);
}
.video-mosaic-component .vm-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.video-mosaic-component .vm-play svg {
  width: 60px;
  height: 60px;
  color: rgba(255, 255, 255, 0.85);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  transition: transform 350ms ease;
}
.video-mosaic-component .vm-info {
  padding: 18px 20px;
  background: #0a0a0a;
  color: #fff;
}
.video-mosaic-component .vm-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  color: #fff;
}
.video-mosaic-component .vm-info p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  opacity: 0.8;
  margin-top: 10px;
}
.video-mosaic-component .vm-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3px 10px;
  margin-top: 15px;
}
.video-mosaic-component .vm-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-mosaic-component .vm-lightbox.is-active {
  display: flex;
}
.video-mosaic-component .vm-lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
.video-mosaic-component .vm-lightbox-content {
  position: relative;
  width: 94vw;
  max-width: none;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.video-mosaic-component .vm-lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 300ms;
}
.video-mosaic-component .vm-lightbox-close:hover {
  opacity: 1;
}
.video-mosaic-component .vm-lightbox-iframe-wrap {
  width: 94vw;
  max-width: none;
  padding-top: 0;
  height: 80vh;
}
.video-mosaic-component .vm-lightbox-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 867px) {
  .video-mosaic-component .vm-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .video-mosaic-component .vm-item.vm-wide {
    grid-column: span 2;
  }
  .video-mosaic-component .vm-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 675px) {
  .video-mosaic-component .vm-grid {
    grid-template-columns: 1fr;
  }
  .video-mosaic-component .vm-item.vm-wide {
    grid-column: span 1;
  }
  .video-mosaic-component .vm-play svg {
    width: 48px;
    height: 48px;
  }
  .video-mosaic-component .vm-filter {
    padding: 6px 14px;
    font-size: 12px;
  }
}
.hero-stage-component {
  /* ── Background media ── */
  /* ── Overlays ── */
  /* ── Film grain ── */
  /* ── Content ── */
  /* ── Typography ── */
  /* ── CTA button ── */
  /* ── Poster cards ── */
  /* ── Events ticker ── */
  /* ── When both posters + events: move posters up ── */
  /* ── Scroll indicator ── */
  /* Hide scroll indicator when events bar is present */
  /* ── Responsive ── */
}
.hero-stage-component .hs-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}
.hero-stage-component .hs-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-stage-component .hs-media img, .hero-stage-component .hs-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-stage-component .hs-media img {
  animation: hsKen 25s ease-in-out infinite alternate;
}
.hero-stage-component .hs-media video {
  animation: hsFadeMedia 2s ease-out both;
}
@keyframes hsKen {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.08) translate(-1%, -0.5%);
  }
}
@keyframes hsFadeMedia {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-stage-component .hs-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-stage-component .hs-mood-dark .hs-overlay {
  background: radial-gradient(ellipse at 50% 40%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 70%), linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.15) 55%);
}
.hero-stage-component .hs-mood-warm .hs-overlay {
  background: radial-gradient(ellipse at 50% 50%, rgba(120, 60, 20, 0.15) 0%, transparent 60%), radial-gradient(ellipse at 50% 40%, transparent 0%, rgba(0, 0, 0, 0.5) 75%), linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 45%);
}
.hero-stage-component .hs-mood-minimal .hs-overlay {
  background: radial-gradient(ellipse at 50% 50%, transparent 50%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 35%);
}
.hero-stage-component .hs-mood-none .hs-overlay {
  display: none;
}
.hero-stage-component .hs-grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px;
}
.hero-stage-component .hs-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 40px 30px 120px;
  animation: hsReveal 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.3s;
}
@keyframes hsReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-stage-component .hs-align-center .hs-content {
  text-align: center;
}
.hero-stage-component .hs-align-left {
  justify-content: flex-start;
}
.hero-stage-component .hs-align-left .hs-content {
  text-align: left;
  margin-left: 8vw;
}
.hero-stage-component .hs-align-right {
  justify-content: flex-end;
}
.hero-stage-component .hs-align-right .hs-content {
  text-align: right;
  margin-right: 8vw;
}
.hero-stage-component .hs-pretitle {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  animation: hsReveal 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.5s;
}
.hero-stage-component .hs-title {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 24px;
  animation: hsReveal 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.7s;
}
.hero-stage-component .hs-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-weight: 300;
  line-height: 1.6;
  color: white;
  margin: 0 auto 36px;
  max-width: 600px;
  animation: hsReveal 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 0.9s;
}
.hero-stage-component .hs-align-left .hs-subtitle {
  margin-left: 0;
}
.hero-stage-component .hs-align-right .hs-subtitle {
  margin-right: 0;
}
.hero-stage-component .hs-cta {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 14px 40px;
  text-decoration: none;
  transition: background 400ms ease, border-color 400ms ease, transform 300ms ease;
  animation: hsReveal 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 1.1s;
}
.hero-stage-component .hs-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}
.hero-stage-component .hs-posters {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0 40px 50px;
}
.hero-stage-component .hs-poster {
  display: block;
  width: 140px;
  text-decoration: none;
  animation: hsPosterIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hero-stage-component .hs-poster:hover {
  transform: translateY(-8px);
}
.hero-stage-component .hs-poster:hover .hs-poster-img img {
  transform: scale(1.08);
  filter: brightness(1.1);
}
.hero-stage-component .hs-poster:hover .hs-poster-label {
  color: #fff;
}
@keyframes hsPosterIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-stage-component .hs-poster-img {
  width: 100%;
  aspect-ratio: 0.75;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
}
.hero-stage-component .hs-poster-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 400ms ease;
  filter: brightness(0.85) saturate(0.9);
}
.hero-stage-component .hs-poster-label {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: color 400ms ease;
}
.hero-stage-component .hs-events {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0 40px;
  height: 54px;
  animation: hsReveal 1s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 1.8s;
}
.hero-stage-component .hs-events-label {
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-stage-component .hs-events-list {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hero-stage-component .hs-events-list::-webkit-scrollbar {
  display: none;
}
.hero-stage-component .hs-event {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 300ms ease, border-color 300ms ease;
}
.hero-stage-component .hs-event:hover {
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.25);
}
.hero-stage-component .hs-event:not(:last-child)::after {
  content: "";
  display: none;
}
.hero-stage-component .hs-event-date {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}
.hero-stage-component .hs-event-title {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
}
.hero-stage-component .hs-event-venue {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}
.hero-stage-component .hs-events-all {
  margin-left: auto;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  transition: color 300ms ease;
}
.hero-stage-component .hs-events-all:hover {
  color: #fff;
}
.hero-stage-component .hs-hero:has(.hs-posters):has(.hs-events) .hs-posters {
  padding-bottom: 75px;
}
.hero-stage-component .hs-scroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: hsReveal 1.4s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  animation-delay: 1.6s;
}
.hero-stage-component .hs-hero:has(.hs-events) .hs-scroll {
  display: none;
}
.hero-stage-component .hs-scroll-line {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.hero-stage-component .hs-scroll-line::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: hsScrollPulse 2s ease-in-out infinite;
}
@keyframes hsScrollPulse {
  0% {
    top: -100%;
  }
  50% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@media (max-width: 768px) {
  .hero-stage-component {
    /* Posters: scroll horizontally on mobile */
    /* Events: compact */
  }
  .hero-stage-component .hs-content {
    padding: 30px 20px 140px;
  }
  .hero-stage-component .hs-align-left .hs-content, .hero-stage-component .hs-align-right .hs-content {
    margin-left: 5vw;
    margin-right: 5vw;
  }
  .hero-stage-component .hs-title {
    margin-bottom: 18px;
  }
  .hero-stage-component .hs-subtitle {
    margin-bottom: 28px;
  }
  .hero-stage-component .hs-posters {
    justify-content: flex-start;
    overflow-x: auto;
    gap: 14px;
    padding: 0 20px 50px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .hero-stage-component .hs-posters::-webkit-scrollbar {
    display: none;
  }
  .hero-stage-component .hs-poster {
    width: 110px;
    flex-shrink: 0;
  }
  .hero-stage-component .hs-events {
    padding: 0 16px;
    height: 48px;
  }
  .hero-stage-component .hs-events-label {
    display: none;
  }
  .hero-stage-component .hs-event {
    padding: 6px 12px;
    gap: 8px;
  }
  .hero-stage-component .hs-hero:has(.hs-posters):has(.hs-events) .hs-posters {
    padding-bottom: 65px;
  }
}
.ensemble-component {
  /* ── Header ── */
  /* ── Grid ── */
  /* Asymmetric staggered rhythm */
  /* ── Member tile ── */
  /* ── Caption ── */
  /* ── Panel ── */
  /* ── Responsive ── */
}
.ensemble-component .ens-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ensemble-component .ens-pretitle {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 18px;
}
.ensemble-component .ens-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 20px;
}
.ensemble-component .ens-description {
  opacity: 0.7;
  line-height: 1.75;
  font-size: 16px;
}
.ensemble-component .ens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 28px;
}
.ensemble-component .ens-member:nth-child(2), .ensemble-component .ens-member:nth-child(5) {
  margin-top: 60px;
}
.ensemble-component .ens-member:nth-child(3), .ensemble-component .ens-member:nth-child(6) {
  margin-top: 30px;
}
.ensemble-component .ens-member {
  cursor: pointer;
  outline: none;
}
.ensemble-component .ens-member:focus-visible .ens-portrait {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
}
.ensemble-component .ens-portrait {
  position: relative;
  overflow: hidden;
  padding-top: 125%;
  /* 4:5 portrait ratio */
  background: #0f0f0f;
}
.ensemble-component .ens-portrait img, .ensemble-component .ens-portrait .ens-portrait-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05) brightness(0.9);
  transition: filter 700ms ease, transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ensemble-component .ens-portrait .ens-portrait-placeholder {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
}
.ensemble-component .ens-portrait-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 500ms ease;
}
.ensemble-component .ens-read {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-bottom: 4px;
}
.ensemble-component .ens-read::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #fff;
  transition: width 500ms ease;
}
.ensemble-component .ens-member:hover .ens-portrait img, .ensemble-component .ens-member:hover .ens-portrait .ens-portrait-placeholder, .ensemble-component .ens-member:focus-visible .ens-portrait img, .ensemble-component .ens-member:focus-visible .ens-portrait .ens-portrait-placeholder {
  filter: grayscale(0%) contrast(1) brightness(1);
  transform: scale(1.04);
}
.ensemble-component .ens-member:hover .ens-portrait-overlay, .ensemble-component .ens-member:focus-visible .ens-portrait-overlay {
  opacity: 1;
}
.ensemble-component .ens-member:hover .ens-read::after, .ensemble-component .ens-member:focus-visible .ens-read::after {
  width: 100%;
}
.ensemble-component .ens-caption {
  padding-top: 18px;
}
.ensemble-component .ens-name {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 4px;
}
.ensemble-component .ens-role {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.55;
}
.ensemble-component .ens-bio-data {
  display: none;
}
.ensemble-component .ens-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}
.ensemble-component .ens-panel.is-active {
  pointer-events: auto;
}
.ensemble-component .ens-panel.is-active .ens-panel-backdrop {
  opacity: 1;
}
.ensemble-component .ens-panel.is-active .ens-panel-content {
  transform: translateX(0);
}
.ensemble-component .ens-panel-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 500ms ease;
  cursor: pointer;
}
.ensemble-component .ens-panel-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 62vw;
  max-width: 900px;
  height: 100%;
  background: #0a0a0a;
  color: #fff;
  transform: translateX(100%);
  transition: transform 650ms cubic-bezier(0.22, 0.61, 0.36, 1);
  overflow-y: auto;
  overflow-x: hidden;
}
.ensemble-component .ens-panel-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
  z-index: 2;
  transition: opacity 300ms ease, transform 300ms ease;
}
.ensemble-component .ens-panel-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.ensemble-component .ens-panel-inner {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 0;
  min-height: 100%;
}
.ensemble-component .ens-panel-portrait {
  position: relative;
  overflow: hidden;
  background: #111;
}
.ensemble-component .ens-panel-portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ensemble-component .ens-panel-bio {
  padding: 80px 60px 60px;
}
.ensemble-component .ens-panel-role {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 16px;
}
.ensemble-component .ens-panel-name {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0 0 36px;
  line-height: 1.1;
}
.ensemble-component .ens-panel-text {
  font-size: 15px;
  line-height: 1.85;
  opacity: 0.82;
}
.ensemble-component .ens-panel-text p {
  margin: 0 0 18px;
}
@media (max-width: 900px) {
  .ensemble-component .ens-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .ensemble-component .ens-member:nth-child(2), .ensemble-component .ens-member:nth-child(5) {
    margin-top: 40px;
  }
  .ensemble-component .ens-member:nth-child(3), .ensemble-component .ens-member:nth-child(6) {
    margin-top: 0;
  }
  .ensemble-component .ens-panel-content {
    width: 100vw;
  }
  .ensemble-component .ens-panel-inner {
    grid-template-columns: 1fr;
  }
  .ensemble-component .ens-panel-portrait {
    padding-top: 80%;
  }
  .ensemble-component .ens-panel-bio {
    padding: 50px 32px;
  }
}
@media (max-width: 560px) {
  .ensemble-component .ens-grid {
    grid-template-columns: 1fr;
  }
  .ensemble-component .ens-member:nth-child(n) {
    margin-top: 0;
  }
}
body.ens-panel-open {
  overflow: hidden;
}
#mobile-menu {
  position: fixed;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background-color: #fff;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 0 1px 1px rgba(17, 17, 17, 0.08);
  visibility: hidden;
  font-family: Abel, sans-serif;
  font-weight: normal;
  font-size: 16px;
}
#mobile-menu nav .sub-menu {
  background-color: #fff;
}
#mobile-menu.open {
  max-height: 1000px;
  visibility: visible;
}
.dropdown-menu ul {
  width: 100%;
}
.dropdown-menu > nav > ul {
  border-top: 1px solid rgba(230, 228, 228, 0.5);
}
.dropdown-menu > nav > ul > li:last-child a {
  margin-bottom: 8px;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu a {
  display: block;
  margin-top: 8px;
  padding: 15px;
  color: #333;
}
.dropdown-menu a:hover {
  color: #333;
}
.dropdown-menu .sub-menu li {
  padding-left: 20px;
}
@media (min-width: 992px) {
  #mobile-menu.open {
    max-height: 0;
  }
}
/*
Theme Name: ciemoost
Template: encore
*/
body .hamburger:hover, body.scrolled .hamburger:hover {
  opacity: 1;
}
body .hamburger:hover .hamburger-inner, body .hamburger:hover .hamburger-inner::before, body .hamburger:hover .hamburger-inner::after, body.scrolled .hamburger:hover .hamburger-inner, body.scrolled .hamburger:hover .hamburger-inner::before, body.scrolled .hamburger:hover .hamburger-inner::after {
  background-color: #ed4b43 !important;
}
body.scrolled header nav > ul > li:last-child > a:hover {
  color: #000;
}
body.no-main-banner .hamburger .hamburger-inner, body.no-main-banner .hamburger .hamburger-inner::before, body.no-main-banner .hamburger .hamburger-inner::after {
  background-color: #000;
}
body.no-main-banner header .logo > a {
  height: 60px;
  background-image: url("/wp-content/themes/ciemoost/assets/website-logo.svg");
}
body.no-main-banner header nav > ul > li > a {
  color: #000;
}
body.no-main-banner header nav > ul > li > a:hover {
  color: #ed4b43;
}
body.no-main-banner header nav > ul > li:last-child > a:hover {
  color: #000;
}
body.home .banner-component .is-overlay {
  opacity: 0.2;
}
body .one-column-component a, body .columns-content-component a {
  color: #ed4b43;
}
body .one-column-component a:hover, body .columns-content-component a:hover {
  color: #333;
}
button, .button {
  font-size: 16px;
}
header .logo > a {
  height: 90px;
}
header nav > ul > li:last-child > a {
  color: #ed4b43;
}
header nav > ul > li:last-child > a:hover {
  color: #fff;
}
header ul.sub-menu a {
  color: #333;
}
header ul.sub-menu a:hover {
  color: #ed4b43;
}
#mobile-menu > nav > ul > li:last-child a {
  color: #ed4b43;
  margin-bottom: 8px;
}
#mobile-menu > nav > ul > li:last-child a:hover {
  color: #333;
}
.banner-component .is-overlay {
  opacity: 0.5;
}
.banner-component .banner .banner-scroll-button {
  width: auto;
}
.banner-component .banner .banner-scroll-button:hover {
  color: #fff;
}
.banner-component .banner .banner-scroll-button:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  width: 1px;
  height: 50px;
  background-color: #ed4b43;
}
.banner h5, .banner p {
  margin: 0 auto;
  max-width: 560px;
}
.tiles-component .tile-page-link {
  background-color: #101011;
  padding: 0 15%;
  cursor: pointer;
}
.tiles-component .tile-page-link .is-absolute {
  left: 0;
  top: 0;
}
.tiles-component .tile-page-link:hover > div.is-absolute {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.tiles-component .tile-page-link > div.is-absolute {
  opacity: 0.4;
}
.tiles-component .tile-page-link > div {
  z-index: 5;
}
.tiles-component .tile-page-link:hover > div {
  opacity: 0.4;
}
.tiles-component .tile-page-link h3 {
  color: #fff;
}
.tiles-component .tile-page-link h5 {
  color: #ed4b43;
  text-transform: uppercase;
}
.gallery-component .col-4 {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.columns-content-component .col-6 {
  padding: 0 30px;
}
.columns-content-component .col-6.col-content small {
  display: block;
  margin-top: -15px;
  margin-bottom: 20px;
}
.columns-content-component .col-6.col-image small {
  opacity: 1;
  color: #a4a4a4;
}
@media (max-width: 867px) {
  .columns-content-component .col-6 {
    padding: 10px;
  }
  .columns-content-component .col-6.col-image {
    padding-top: 0;
  }
  .columns-content-component .content-with-image, .columns-content-component .content-with-image.reverse {
    flex-direction: column-reverse;
  }
}
.one-column-component ul {
  padding-left: 15px;
}
.one-column-component ul li {
  margin: 10px 0;
}
.one-column-component .form-group {
  margin-bottom: 15px;
}
.video-component {
  background-color: #101011;
}
.content-slider-component .swiper-slide h3 {
  display: none;
}
.content-slider-component button:hover, .content-slider-component button.active {
  border-color: #ed4b43;
  color: #ed4b43;
  opacity: 1;
}
.content-slider-control {
  text-align: center;
}
footer {
  background-color: #101011;
  color: #fff;
  font-size: 13px;
}
footer > div.is-absolute {
  left: 0;
  top: 0;
  background-position: top center;
  opacity: 0.5;
}
footer .footer-logo {
  width: 180px;
  height: 100px;
  margin-bottom: 25px;
  background-position: center center;
}
footer nav.inline-menu > ul {
  margin-bottom: 0;
}
footer a {
  color: #ed4b43;
}
footer a:hover {
  color: #fff;
}
footer .copyright {
  font-size: 11px;
}
footer .social-icons {
  justify-content: center;
}
footer .social-icons a:hover path {
  fill: #ed4b43;
}
footer .social-icons path {
  fill: #fff;
}
.container.is-narrow {
  max-width: 820px;
}
@media (max-width: 675px) {
  h1, .is-h1 {
    font-size: 30px;
  }
  h2, .is-h2 {
    font-size: 24px;
  }
  h3, .is-h3 {
    font-size: 20px;
  }
  h4, .is-h4 {
    font-size: 18px;
  }
  h5, .is-h5 {
    font-size: 18px;
  }
  h6, .is-h6 {
    font-size: 16px;
  }
}
@media (max-width: 867px) {
  h1, .is-h1 {
    font-size: 30px;
  }
  h2, .is-h2 {
    font-size: 24px;
  }
  h3, .is-h3 {
    font-size: 20px;
  }
  h4, .is-h4 {
    font-size: 18px;
  }
  h5, .is-h5 {
    font-size: 18px;
  }
  h6, .is-h6 {
    font-size: 16px;
  }
}
