@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
:root {
  --fs-8: 0.55vw; /* 10px / 1440px * 100 */
  --fs-10: 0.69vw; /* 10px / 1440px * 100 */
  --fs-11: 0.76vw; /* 10px / 1440px * 100 */
  --fs-12: 0.83vw; /* 12px / 1440px * 100 */
  --fs-13: 0.90vw; /* 12px / 1440px * 100  1920 = 18*/
  --fs-14: 0.97vw; /* 14px / 1440px * 100 */
  --fs-15: 1.04vw; /* 15px / 1440px * 100 */
  --fs-16: 1.11vw; /* 18px / 1440px * 100 */
  --fs-18: 1.25vw; /* 18px / 1440px * 100  1920 = 24*/
  --fs-20: 1.38vw; /* 20px / 1440px * 100 */
  --fs-24: 1.66vw; /* 24px / 1440px * 100 */
  --fs-27: 1.87vw; /* 27px / 1440px * 100  1920 = 36*/
  --fs-31: 2.15vw; /* 31px / 1440px * 100 */
  --fs-36: 2.5vw; /* 36px / 1440px * 100 */
  --co-f20: #231f20;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevents horizontal scrolling */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body {
  overflow-x: hidden !important;
}

.content_sample::-webkit-scrollbar {
  display: none;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: revert;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

.container {
  max-width: 3.47vw;
  margin: 0 auto;
  padding: 0;
  position: absolute;
}

header img {
  width: -webkit-fill-available;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font: inherit;
  line-height: inherit;
}

/* Reset common HTML5 display roles */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

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

ul, ol {
  list-style: none;
}

.absolute {
  position: absolute;
}

.header-top {
  z-index: 999;
  background: white;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.47vw; /* 50px / 1440px * 100 */
  height: 4.25vw; /* 90px / 1440px * 100 */
  background-color: #f2f2eb;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Smooth transition */
}

.header-top_pg {
  -webkit-backdrop-filter: blur(2.6vw);
          backdrop-filter: blur(2.6vw); /* 37.5px / 1440px * 100 */
  background: #231f20;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.64vw;
     -moz-column-gap: 2.64vw;
          column-gap: 2.64vw; /* 38px / 1440px * 100 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav #primary-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.08vw;
     -moz-column-gap: 2.08vw;
          column-gap: 2.08vw; /* 30px / 1440px * 100 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .header-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.08vw;
     -moz-column-gap: 2.08vw;
          column-gap: 2.08vw; /* 30px / 1440px * 100 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-nav .header-nav__item > * {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--fs-11) !important; /*fsch 14px / 1440px * 100 */
  line-height: 120%;
  color: black;
}
.page-template-template-main .header-nav .header-nav__item > * {
  color: #f2edea;
}
.header-nav .header-nav__item svg {
  height: 1.25vw;
  width: 1.25vw;
}

select {
  border: 0.052vw solid #f2edea; /* 0.75px / 1440px * 100 */
  padding: 0.56vw 1.18vw; /* 8px / 1440px * 100 and 17px / 1440px * 100 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.69vw; /* 10px / 1440px * 100 */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: var(--fs-14); /* 14px / 1440px * 100 */
  background-color: transparent;
  line-height: 120%;
  color: #f2edea;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #797979;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.item-title__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0.32vw 23vw 2.92vw; /* 91px / 1440px * 100, 42px / 1440px * 100 */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 22vw;
}

.item-title__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: var(--fs-18);
  line-height: 120%;
  text-transform: lowercase;
  color: #221f20;
}

.item-title__more svg {
  width: 2.7vw;
  height: 2.7vw;
}

.about__top {
  height: 50vh;
}

.item-title__title {
  position: relative;
  width: 50%;
}

.item-title__title::before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  border: 0.2vw solid var(--co-f20);
  width: 5.83vw;
  background-color: var(--co-f20);
  height: 0.41vw;
  position: absolute;
  left: -7.63vw;
}

h2 {
  font-weight: 300;
  font-size: 5vw;
  color: #171616;
}

.menu {
  position: fixed;
  top: 0;
  right: -18.05vw;
  width: 18.05vw;
  opacity: 0;
  height: 100vh;
  background-color: #F2EDEA;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}
.menu__container {
  padding: 1.38vw;
  height: calc(100% - 0.756vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.756vw;
}
.menu__close {
  cursor: pointer;
}
.menu__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.69vw;
}
.menu__col .item-menu {
  padding: 0.78vw 0;
}
.menu__col .item-menu a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--fs-18);
  color: #000;
  width: 22.5vw;
  height: 0px;
}
.menu-search input[type=search] {
  width: 100%;
  padding: 0.69vw;
  border: 0.069vw solid #ccc;
  border-radius: 5px;
  font-size: var(--fs-14); /* 14px / 1440px * 100 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.69vw;
}

#second-menu li {
  padding: 0.78vw 0;
}

#second-menu li a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  font-size: var(--fs-18);
  color: #000;
  width: 22.5vw;
  height: 0px;
}

.menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.menu-search {
  display: none;
}

.menu-search input {
  margin: 1.33vw 0 2.77px;
  font-weight: 300;
  font-size: var(--fs-18);
  line-height: 133%;
  color: #000;
}

.menu-search input {
  padding: 0.55vw;
  height: 1.66vw;
  background-image: url("../img/search.svg"); /* Path to your SVG icon */
  background-repeat: no-repeat;
  background-position: right center; /* Adjust based on the position you want */
  background-size: contain; /* Ensure the icon fits inside the input */
}

.menu-search input::-webkit-search-cancel-button {
  position: relative;
}

.menu.open {
  right: 0;
  opacity: 0.95;
}

#menuToggle {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 2vw;
  right: 1.08vw;
  z-index: 1001;
  background-color: white;
  color: black;
  border: none;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  font-size: 1.33vw;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#menuToggle svg {
  width: 2vw;
  height: 2vw;
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
}

#menuToggle:hover {
  opacity: 0.5;
  background-color: #F2EDEA;
}

#menuToggle.open {
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  visibility: visible;
  opacity: 0.95;
}

.about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about__text {
  margin-bottom: 3.402vw;
  width: 45.21vw; /* 651px / 1440px * 100 */
  font-weight: 300;
  font-size: var(--fs-27);
  line-height: 120%;
  color: #171616;
}

.about__desc {
  margin: 0 0 0 17.29vw; /* 249px / 1440px * 100 */
  width: 35.67vw; /* 456px / 1440px * 100 */
  font-weight: 400;
  font-size: var(--fs-18); /* 18px / 1440px * 100 */
  line-height: 120%;
  color: #171616;
  position: relative;
}

.about__desc:before {
  position: absolute;
  content: "";
  border: 0.052vw solid #171616; /* 0.75px / 1440px * 100 */
  width: 18.13vw; /* 261px / 1440px * 100 */
  height: 0px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -11.11vw; /* 160px / 1440px * 100 */
  top: 9.03vw; /* 130px / 1440px * 100 */
}

.about__img {
  position: absolute;
  right: 0;
  bottom: 6.25vw; /* 90px / 1440px * 100 */
  width: 41.041vw;
}

.about {
  position: relative;
}

.about__bottom {
  background-color: #F2EDEA;
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poster__row {
  margin: 0 3vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  margin-top: -2vw;
}

.item-poster__title {
  font-weight: 300;
  font-size: var(--fs-27);
  line-height: 120%;
  color: #221f20;
  border-bottom: 0.1vh solid black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.item-poster__more {
  padding: 0.8vw 1vw;
  background-color: #231F20;
  font-size: var(--fs-14);
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: white;
}

.item-poster__buy {
  z-index: 3;
  padding: 0.8vw 1vw;
  left: 2vw;
  background-color: #056C75;
  font-size: var(--fs-14);
  position: absolute;
  bottom: 2vw;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  opacity: 0;
  -webkit-transition: opacity 1s ease, background 0.3s ease, color 0.3s ease;
  transition: opacity 1s ease, background 0.3s ease, color 0.3s ease;
  color: white;
}

.item-poster__buy:hover {
  background-color: #231F20;
}

.item-poster__more:hover {
  -webkit-box-shadow: 0.3em 0.3em 0 0 #056C75, inset 0.3em 0.3em 0 0 #056C75;
          box-shadow: 0.3em 0.3em 0 0 #056C75, inset 0.3em 0.3em 0 0 #056C75;
  border-radius: 0.4vw;
}

.blur {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.item-poster:hover .item-poster__buy {
  opacity: 1;
}

.item-poster:hover .item-poster__more {
  opacity: 1;
}

.item-poster:hover .blur {
  opacity: 1;
}

.item {
  position: relative; /* Ensure the item has positioning context */
  border-right: 0.1vw solid black; /* Add right border to each item */
  padding: 0 1vw; /* Optional: add padding to create space between content and border */
}

.item:last-child {
  border-right: none; /* Remove the right border from the last item */
}

.item-poster {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: -webkit-fill-available;
}

.item-poster__img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.item-poster__img:hover img {
  scale: 1.1;
}

.item-poster__img img {
  -webkit-transition: scale 0.5s ease-in-out;
  transition: scale 0.5s ease-in-out;
  height: inherit;
  margin: 0 auto;
  padding: 0.2vh;
  max-height: 40vw;
  min-height: 40vw;
}

.item-poster__border {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 5vh; /* Adjust for the shift */
  left: 5vw; /* Adjust for the shift */
  width: 21.66vw; /* Adjust for the shift */
  height: 44.63vh; /* Adjust for the shift */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Ensure border is included in dimensions */
}

.item-poster__border:hover {
  opacity: 1;
}

.item-poster__text {
  margin-top: 1.04vw;
  font-weight: 400;
  font-size: 1.25vw; /* 18px / 1440px * 100 */
  line-height: 120%;
  color: #221f20;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.item-poster:hover .item-poster__title {
  opacity: 1;
}

.item-poster:hover .item-poster__text {
  opacity: 1;
}

.item-poster__block {
  margin: 0.04vw 1.04vw 1.18vw;
}

.gridwrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item-poster__date {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #e3d5cf;
  padding: 0.41vw 0.97vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10.06vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.74vw;
  position: absolute;
  left: -1vw;
  top: 0.11vw;
}

.item-poster__date_number {
  font-weight: 600;
  font-size: var(--fs-27);
  line-height: 120%;
  color: #221f20;
}

.item-poster__date_text {
  font-weight: 300;
  font-size: var(--fs-18);
  line-height: 120%;
  text-transform: lowercase;
  color: #221f20;
}

.item-news {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  border-style: none;
  position: relative;
  z-index: 99;
}

.item-news__date p {
  font-weight: 500;
  font-size: 1.25vw; /* 18px / 1440px * 100 */
  padding: 0.78vw 1.04vw;
  line-height: 120%;
  color: #221f20;
  background-color: #e3d5cf;
}

.item-news__block {
  z-index: 9;
  border: 0.01vw solid #231F20;
  position: relative;
  padding: 1.04vw 1.04vw 1.25vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 20vh;
}

.item-news:hover .item-news__block {
  background-color: #e3d5cf;
}

.item-news__title {
  margin-bottom: 4.36vw;
  font-weight: 300;
  font-size: var(--fs-20);
  margin-left: 18vw;
  line-height: 120%;
  color: #000;
  border-bottom: 0.01vw solid #231F20;
}

.item-news__desc {
  margin-top: 2vw;
}

.item-news__more {
  text-align: right;
}

.item-news__more svg {
  width: 1.87vw;
  height: 1.87vw;
}

.news {
  background-color: #F2EDEA;
  min-height: 50vh;
  padding-bottom: 1vw;
}
.news .item-title__container {
  margin-top: 0;
}

.item-news__text {
  font-size: var(--fs-16);
  line-height: 120%;
  color: #221f20;
}

.item-news:hover .item-news__date {
  opacity: 1;
  height: 100%;
}

.item-news {
  position: relative;
}
.item-news__date {
  position: absolute;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -ms-grid-row-align: self-end;
  -ms-grid-column-align: self-end;
  place-self: self-end;
  border-top: 0.052vw solid #221F20;
  border-left: 0.052vw solid #221F20;
  border-right: 0.052vw solid #221F20;
  font-size: var(--fs-14); /* 14px / 1440px * 100 */
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
  z-index: -1;
}
.news__row {
  margin: 4vw 0;
  grid-column-gap: 4vw;
  grid-row-gap: 8vw;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr 4vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
}
.news__row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.news__row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.item-news__img {
  overflow: hidden;
  border: 0.1vh solid #FBF4F4;
  padding: 0.1vw;
  margin-bottom: -1vh;
  position: absolute;
  top: -2vw;
  left: -4vh;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 20vw;
  z-index: 9;
  position: absolute;
}

.item-news__in {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Horizontal centering */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertical centering */
  height: 15vw;
}

.item-news__img {
  -webkit-transition: scale 0.3 ease-in-out;
  transition: scale 0.3 ease-in-out;
}

.item-news__in:hover {
  -webkit-transition: scale 0.3 ease-in-out;
  transition: scale 0.3 ease-in-out;
  scale: 1.1;
}

.swiper-container {
  margin: 0 auto;
}

.item-news__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.1vw;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  -webkit-transition: scale 0.5s ease-in-out;
  transition: scale 0.5s ease-in-out;
}

.item-news__in {
  -webkit-transition: scale 0.5s ease-in-out;
  transition: scale 0.5s ease-in-out;
}

.item-news__in img {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.footer {
  background: #231F20;
  height: 30vh;
  border-top: solid #e3d5cf 0.1vw;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.77vw 0;
}

.item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.38vw;
}

.item-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.55vw;
}

.item-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55vw;
}

.item-info__title {
  font-weight: 300;
  font-size: var(--fs-20);
  line-height: 120%;
  color: #fff;
}

.item-info__text {
  font-weight: 600;
  font-size: var(--fs-14); /* 14px / 1440px * 100 */
  line-height: 120%;
  color: #fff;
}

.social__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.08vw;
  align-items: center;
}

.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.04vw;
}

.logo_philarmony {
  width: 3.7vw !important;
}

.subscribe__form {
  width: 21.66vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe__input {
  font-weight: 300;
  font-size: var(--fs-12);
  line-height: 123%;
  color: #fffcee;
  width: 21.66vw;
  padding: 0.55vw 0; /* Adjust padding to create visual height */
  border: none;
  border-bottom: 0.05vw solid #fff;
  background: transparent;
  font-size: var(--fs-16); /* Adjust the font size as needed */
  outline: none; /* Remove the outline on focus */
}

.subscribe__input:focus {
  color: #e3d5cf;
}

/* Optional: Styles for placeholder text */
.subscribe__input::-webkit-input-placeholder {
  color: #fff; /* Adjust placeholder color as needed */
  opacity: 0.6; /* Adjust opacity as needed */
}
.subscribe__input::-moz-placeholder {
  color: #fff; /* Adjust placeholder color as needed */
  opacity: 0.6; /* Adjust opacity as needed */
}
.subscribe__input:-ms-input-placeholder {
  color: #fff; /* Adjust placeholder color as needed */
  opacity: 0.6; /* Adjust opacity as needed */
}
.subscribe__input::-ms-input-placeholder {
  color: #fff; /* Adjust placeholder color as needed */
  opacity: 0.6; /* Adjust opacity as needed */
}
.subscribe__input::placeholder {
  color: #fff; /* Adjust placeholder color as needed */
  opacity: 0.6; /* Adjust opacity as needed */
}

.subscribe__button {
  background: #e3d5cf;
  width: 100%;
  padding: 0.62vw 0;
  font-weight: 400;
  font-size: var(--fs-12);
  line-height: 125%;
  text-align: center;
  color: #231f20;
  margin: 2.22vw 0 0;
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.59vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners__title {
  font-weight: 300;
  font-size: var(--fs-20);
  line-height: 120%;
  color: #fff;
}

.copyright {
  background: #f2edea;
}

.copyright__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: flex-end;
  gap: 11.111vw;
}
.copyright__row p {
  font-weight: 300;
  font-size: var(--fs-10);
  line-height: 120%;
  color: #231f20;
  padding: 1.04vw 0;
}

.container_s {
  margin: 0 3.47vw 0;
}

.container_m {
  margin-left: 11.458vw;
}

.container_l {
  margin-left: 19.375vw;
}

.container_r {
  margin-left: 6vw;
}

.gap_right {
  margin-right: 6vw;
}

.about-us {
  margin-top: 3vw;
}
.about-us .item-title__title {
  width: 100%;
}

.about-us__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-us__item {
  height: 3.88vw;
  border-bottom: 0.052vw solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.62vw 0 0;
  -webkit-transition: border 0.3s ease, scale 0.3s ease;
  transition: border 0.3s ease, scale 0.3s ease;
}

.about-us__item:hover {
  border-bottom: 0.052vw solid #F2EDEA;
  scale: 1.02;
}

.about-us__item svg {
  height: 1.87vw;
  width: 1.87vw;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.about-us__item:hover > svg {
  opacity: 1;
}

.about-us__item p {
  font-weight: 400;
  font-size: var(--fs-31);
  line-height: 111%;
  color: #000;
}

.about-us__nav {
  width: 30vw;
}

.about-us__img img {
  width: 53.8vw;
}

.about-us__img {
  position: relative;
  height: 100vh;
}

/* styles.css */
.targetDiv {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; /* smooth-transition between both "states" */
  height: 53.8vw; /* insanely high value */
  position: absolute;
  top: 0;
  right: 0;
}

.about-us__two {
  height: 50vw;
}

.about-us__img_active {
  opacity: 1;
}

.select:focus {
  border-color: #E3D5CF;
  -webkit-box-shadow: 0 0 0.27vw #E3D5CF;
          box-shadow: 0 0 0.27vw #E3D5CF;
}

.header-nav__lang option {
  padding: 0.69vw;
  background-color: #E3D5CF;
  font-weight: 400;
  font-size: var(--fs-14); /* 14px / 1440px * 100 */
  line-height: 120%;
  color: black;
}

/* Style the select element */
#languageSelector {
  font-weight: 500;
  padding-right: 3vw; /* Add space for the custom arrow */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Ensure padding is included in the element's total width */
  appearance: none; /* Remove default arrow */
  -webkit-appearance: none; /* Remove default arrow in Safari */
  -moz-appearance: none; /* Remove default arrow in Firefox */
  background: #e3d5cf;
  color: black;
}

.header-nav__lang {
  position: relative;
}

.header-nav__arrow {
  position: absolute;
  top: 33%;
  right: 1.18vw;
}

.arrow {
  border: solid black;
  border-width: 0 0.2vw 0.2vw 0;
  display: inline-block;
  padding: 0.2vw;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#languageSelector::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px; /* Adjust as needed */
}

.menu-lang {
  gap: 2.77vw;
  font-weight: 300;
  font-size: var(--fs-11);
  line-height: 120%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #141419;
}

.menu-lang__item_active {
  font-weight: 700;
  line-height: 120%;
  color: #141419;
}

.sw {
  background-color: black;
  height: 115vh !important;
  margin: 7vw 0 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* Force hardware acceleration */
  will-change: transform;
}
.sw .swiper-slide-active {
  overflow: visible;
}
.sw img {
  border: 1vw solid black;
}
.sw .swiper-slide-active img {
  border: 0.5vw solid black;
}

.swiper-slide {
  height: 80vh;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
}

.sw .swiper-slide img {
  width: 55vw;
}

.swiper-slide img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery {
  position: relative;
}

.gallery-slider__item {
  min-width: 0;
  text-align: center;
}

.gallery__container {
  height: 100vh;
  position: relative;
}
.gallery__container h2 {
  color: #fff;
}
.gallery__container .item-title__title::before {
  border: 0.2vw solid #fff;
  background-color: #fff;
}
.gallery__container .item-title__container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.55vw 0 0 !important;
}

.item-title__container {
  padding: 1.55vw 0 0.77vw;
}

.header-logo svg {
  width: 4.29vw;
  height: 4.58vw;
}

.header-logo {
  position: relative;
}

.home .header-logo::after {
  height: 0;
}

.menu-lang__main {
  color: black;
  gap: 0.5vw;
}
.menu-lang__main br {
  content: " ";
  background: black;
  height: 1vw;
  width: 0.1vw;
}

.menu-lang__main_en {
  color: black;
}

.menu-lang__main_ua {
  color: black;
}

.home .menu-lang__main {
  color: white;
  gap: 0.5vw;
}
.home .menu-lang__main br {
  content: " ";
  background: white;
  height: 1vw;
  width: 0.1vw;
}
.home .menu-lang__main_en {
  color: white;
}
.home .menu-lang__main_ua {
  color: white;
  font-size: var(--fs-11);
}

.icon-search svg {
  width: 1.25vw;
  height: 1.25vw;
}

.partners__item img {
  width: 2.7vw;
}

.item-social svg {
  width: 2.08vw;
  height: 2.08vw;
}

.item-footer__img svg {
  width: 7.75vw;
  height: 8.54vw;
}

.item-info__img svg {
  width: 0.97vw;
  height: 0.97vw;
}

.poster__container {
  min-height: 100vh;
  padding-bottom: 5vh;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.item-poster__date {
  opacity: 0; /* Initially hidden */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; /* Smooth transition */
  z-index: -1;
}

.item-poster:hover > .item-poster__date {
  top: -8.5vh;
  opacity: 1; /* Show when hovering over item-poster */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Moves to its original position */
}

.header-container {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.header-container__img {
  position: absolute;
}

.m_r_0 {
  margin-right: 0;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 34vw;
}

.swiper-button-prev {
  left: 62vw;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 15vw;
  width: 1.8vw;
  height: 1.8vw;
  cursor: pointer;
  z-index: 10;
}

.swiper {
  position: absolute;
  overflow: visible;
  height: 80%;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.block {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2em;
  text-align: center;
}

.item-news__block .item-news__text,
.item-news__block .item-news__more {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 1.5s ease, max-height 1.5s ease;
  transition: opacity 1.5s ease, max-height 1.5s ease;
}

.item-news__block {
  min-height: 15vw;
  overflow: hidden; /* Ensure hidden elements do not affect layout */
  -webkit-transition: border 0.5s ease, max-height 0.5s ease;
  transition: border 0.5s ease, max-height 0.5s ease; /* Transition for border and height */
}

.item-news__block:hover {
  border-color: #03383D;
  max-height: 70vh; /* Adjust based on content height */
}

.item-news:hover .item-news__text,
.item-news:hover .item-news__more {
  opacity: 1;
  max-height: 70vh; /* Adjust based on content height */
}

.item-news__date {
  opacity: 0; /* Initially hidden */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; /* Smooth transition */
  z-index: -1;
  top: 0;
  left: 0;
}

.item-news:hover > .item-news__date {
  top: -5vw;
  opacity: 1; /* Show when hovering over item-poster */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Moves to its original position */
}

.swiper-pagination-bullet {
  width: 0.7vw;
  height: 0.7vw;
  background: white; /* Custom color */
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #E3D5CF; /* Custom active color */
}

.nav-link__block {
  font-size: var(--fs-16);
  margin: 2.46vw 0 2.46vw 3.47vw;
}
.nav-link__block strong {
  font-weight: 600;
}

.news-list .poster__row {
  margin: 0 3vw !important;
}
.news-list .poster__row > *:nth-child(3) {
  border: 0;
}
.news-list .br {
  width: 100%;
  height: 1px;
  background: black;
  margin: 2vw auto;
}
.news-list .news-list__block {
  margin: 0 20vw;
}
.news-list .item-news {
  width: 100%;
  margin-top: 4.15vw;
}
.news-list .item-news__title {
  margin-bottom: 6vw;
}
.news-list .poster__row {
  margin: 0;
}

.item-title__more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-title__more p {
  width: -webkit-fill-available;
  word-break: keep-all;
}

.item-title__more:hover {
  opacity: 0.7;
}

.row-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-news .row-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 2vw 0;
}
.row-news .item-title__more {
  place-content: end;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
}
.row-news .item-title__more p {
  width: -webkit-fill-available;
  word-break: keep-all;
}
.row-news .row-news__img {
  width: 20vw;
  height: 20vw;
}
.row-news img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: -webkit-fill-available;
}
.row-news .row-news__title {
  font-weight: 400;
  font-size: var(--fs-27);
  line-height: 120%;
}
.row-news .row-news__text {
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 150%;
}
.row-news .row-news__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
}
.row-news .row-news__button {
  -ms-grid-row-align: flex-start;
  -ms-grid-column-align: flex-start;
  place-self: flex-start;
  width: 13vw;
  float: right;
  background-color: #fff;
  padding: 0.7vw 1.5vw;
  border: 0.01vw solid black;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  font-size: var(--fs-16);
}
.row-news .row-news__button:hover {
  background-color: #24747C;
  color: white;
}

.page-colective__title {
  margin-bottom: 2vw;
}
.page-colective__title p {
  font-size: var(--fs-36);
  line-height: 120%;
  color: #221f20;
}

.page-colective__b:after {
  content: " ";
  right: 5vw;
  width: 100%;
  display: block;
  height: 0.01vw;
  background-color: black;
  text-align: center;
}

.page-colective__b {
  text-align: center;
  padding: 0 0.5vw;
}

.background-black {
  background-color: #231F20;
}

.page-news .news {
  background-color: white;
}
.page-news .item-news__date p {
  background-color: #F2EDEA;
}
.page-news .item-news:hover .item-news__block {
  background-color: #F2EDEA;
}

.page-colective .row-news .row-news__container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.page-colective .news-list__block {
  margin: 0 4vw;
}
.page-colective .row-news__img {
  width: 40vw;
}

.page-team .item-title {
  margin-bottom: 11.5vw;
}

.team-container {
  background-color: #f2edea;
  height: 59.5vw;
  position: relative;
}
.team-container a {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.team-container__block {
  width: 29.1vw;
  position: absolute;
  top: 4.16vw;
  left: 11.458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.66vw;
}
.team-container__title {
  font-size: var(--fs-36);
  font-weight: 700;
  line-height: 112%;
}
.team-container__subtitle {
  font-weight: 300;
  font-size: var(--fs-27);
  line-height: 120%;
}
.team-container__description {
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 120%;
}
.team-container__img {
  position: absolute;
  right: 0;
  bottom: 11.9vw;
  overflow: hidden;
  width: 41vw;
  height: 58vw;
}
.team-container:nth-child(odd) {
  background-color: #221F20;
}
.team-container:nth-child(odd) p, .team-container:nth-child(odd) svg, .team-container:nth-child(odd) path {
  color: white;
  stroke: white;
}
.team-container:nth-child(odd) .team-container__block {
  right: 11.458vw;
  left: inherit;
}
.team-container:nth-child(odd) .item-title__more {
  color: whtie !important;
}
.team-container:nth-child(odd) .team-container__img {
  right: inherit;
  left: 0;
}
.team-container:nth-child(odd) .team-container__title, .team-container:nth-child(odd) .team-container__subtitle, .team-container:nth-child(odd) .team-container__description {
  color: white;
}

.team-container__subtitle {
  width: 35vw;
}

.item-colective {
  margin: 1vw 0;
}

.page-affiche .item-title__title {
  width: 100%;
}

.affiche-block {
  margin-bottom: 5vw;
}

.affiche-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
}
.affiche-container__1 {
  width: 40vw;
  height: auto;
}
.affiche-container__1 img {
  width: inherit;
  border-right: 0.1vw solid black;
  padding-right: 1vw;
}
.affiche-container__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3vw;
}
.affiche-container__title {
  font-size: var(--fs-31);
  font-weight: 600;
}
.affiche-container__day {
  font-size: var(--fs-18);
}
.affiche-container__subtitle {
  font-size: var(--fs-18);
}
.affiche-container__text {
  font-size: var(--fs-18);
  line-height: 150%;
}
.affiche-container__buy {
  font-size: var(--fs-18);
  color: white;
  background-color: #056C75;
  padding: 0.6vw 3vw;
  width: 20vw;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.affiche-container__buy:hover {
  background-color: #231F20;
}

.page-template-template-main .header-top {
  background: transparent;
  border-bottom: 0vw solid;
}

[class^=page-template] .site-header {
  height: 6.25vw;
}

.single .site-header {
  height: 6.25vw;
}

.page-template-template-main {
  overflow-x: hidden;
}

.post-template-default .header-top {
  border-bottom: 0.01vw solid;
}

.post-template-default .site-header {
  height: 6.25vw;
}

.afficha-template-default .site-header {
  height: 6.25vw;
}

.m-t-5 {
  top: 3vw !important;
}

.category-block li {
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 120%;
  color: #221f20;
}

.category-block li::after {
  background: red;
}

.date-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-form {
  margin-right: 3.47vw;
}

#preloader {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, #000101, transparent), radial-gradient(circle at 70% 50%, #014348, transparent), radial-gradient(circle at 40% 70%, #87CCD2, transparent), radial-gradient(circle at 80% 80%, #000101, transparent), radial-gradient(circle at 10% 80%, #014348, transparent);
  background-color: #000101; /* Fallback color */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}

#preloader svg {
  /*  scale: 2;*/
}

/*preloader*/
.loading02 {
  scale: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.loading02 span {
  -webkit-animation: loading02 1.2s infinite alternate;
          animation: loading02 1.2s infinite alternate;
}

.loading02 span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading02 span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading02 span:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading02 span:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.loading02 span:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -ms-grid-row-align: flex-start;
  -ms-grid-column-align: flex-start;
  place-self: flex-start;
  margin-top: 45px;
}

.loading02 span:nth-child(1) svg {
  width: 262px;
  height: 185px;
  margin-right: 30px;
}

.loading02 span:nth-child(2) svg {
  margin-right: 9px;
  width: 158px;
}

.loading02 span:nth-child(3) svg {
  margin-right: 8px;
  width: 158px;
}

.loading02 span:nth-child(4) svg {
  margin-right: 10px;
  width: 170px;
}

.loading02 span:nth-child(5) svg {
  margin-right: 15px;
  width: 156px;
}

.loading02 span:nth-child(6) svg {
  height: 40px;
  width: 40px;
}

@-webkit-keyframes loading02 {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.5;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes loading02 {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0.5;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.date-filter__s {
  margin-bottom: 2vw;
}
.date-filter__s label {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 187%;
  color: #000;
}
.date-filter__s button {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 187%;
  color: #000;
  cursor: default;
}

.icon-search {
  opacity: 0;
}

.header-nav #primary-menu ul {
  display: none;
}

/* Ensure the sub-menu is hidden by default */
.header-nav .sub-menu {
  display: none; /* Hide sub-menu initially */
  position: absolute; /* Position sub-menu absolutely */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove bullet points */
  z-index: 999; /* Ensure it appears above other content */
  padding-top: 2vw;
}

.header-nav .sub-menu a {
  padding: 0.1vw 0;
}

/* Show sub-menu on hover of the parent menu item */
/* Position the sub-menu relative to the parent item */
.header-nav .menu-item {
  position: relative; /* Ensure sub-menu is positioned correctly */
}

/* Style sub-menu items */
.header-nav .sub-menu li {
  position: relative;
  color: black;
}

.page-template-template-main .header-nav .sub-menu li {
  color: white;
}

.header-nav .sub-menu {
  display: block;
  padding: 0.5vw 0;
  color: white; /* Text color */
  text-align: left;
  text-decoration: none; /* Remove underline from links */
}

/* Optional: Additional styling for sub-menu items */
.header-nav .sub-menu a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.header-nav .sub-menu a:hover {
  text-decoration: underline;
  opacity: 1;
}

#primary-menu [class*=menu-item-]:hover .sub-menu {
  margin-left: 0.7vw;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#primary-menu [class*=menu-item-]:hover .sub-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.3vw 0;
}

/* Hide all sub-menus by default */
.second-2 .sub-menu {
  display: none; /* Hide sub-menu initially */
  padding: 0;
  margin: 0;
  list-style: none; /* Remove bullet points */
  z-index: 999; /* Ensure it appears above other content */
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
}

/* Ensure menu items in sub-menu are hidden initially */
/* Show sub-menu on hover of the parent menu item */
/* Style sub-menu items */
.second-2 .sub-menu li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Show the sub-menu on hover of the parent menu item */
/* Ensure menu items in the sub-menu are displayed on hover */
.second-2 .menu-item:hover .sub-menu .menu-item {
  display: block; /* Show menu items in the sub-menu */
}

.sub-menu .menu-item:hover {
  text-decoration: underline;
}

/* Optional: Styling for sub-menu links */
.second-2 .sub-menu a {
  color: #333; /* Text color */
  text-decoration: none; /* Remove underline from links */
  display: block; /* Make links fill their container */
  padding: 10px; /* Add some padding for clickable area */
}

/* Optional: Change color on hover */
.second-2 .sub-menu a:hover {
  color: #5C6A8B; /* Change color on hover */
}

.poster__new-affiche {
  margin-top: 2vw;
}
.poster__new-affiche p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fs-36);
  font-weight: 700;
}

.logo-main-page {
  display: none;
}

.page-template-template-main .logo-main-page {
  display: block;
}

.post-news__block {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poster__new-affiche p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vw;
}

.arch {
  margin-top: 1vw;
}

.post-news__description {
  width: 80vw;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 150%;
  padding: 5vw 0;
}

.post-news__container {
  margin-top: 16vw;
}

.post-news__img {
  height: 10vw;
  width: 40vw;
  float: right;
}

.post-news__img img {
  height: 30vw;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -15vw;
  right: 0;
  position: absolute;
}

.post-news__desc {
  font-weight: 300;
  font-size: var(--fs-31);
  line-height: 120%;
  margin-bottom: 10vw;
}

.page-new .item-title__title {
  width: 100%;
}

.history_1 {
  padding-bottom: 9.84vw;
}

.history_1 p {
  font-weight: 400;
  font-size: var(--fs-18);
  width: 69.1vw;
}

.history_2 {
  background: black;
  padding: 4.16vw 0 5.5vw;
  display: block;
}

.history_2__title {
  font-weight: 400;
  font-size: var(--fs-18);
  color: #fff;
  line-height: 120%;
  padding-bottom: 2.8vw;
}

.history_2__text p {
  font-weight: 400;
  font-size: var(--fs-18);
  color: #fff;
  line-height: 120%;
}

.history_2__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.08vw;
}

.history_2__img {
  width: 46vw;
  float: right;
  position: relative;
  margin: 0 0 2vw 2vw;
  height: 24vw;
}

.history_2__img img {
  position: absolute;
  bottom: -3vw;
}

.history_3__text {
  padding-top: 5.89vw;
  padding-bottom: 5.89vw;
  font-size: var(--fs-18);
  line-height: 120%;
}

.history_3__text p {
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 120%;
  color: #221f20;
}

.history_slider {
  background-color: #F2EDEA;
}

.history_slider__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.08vw;
  position: absolute;
  top: 0;
  opacity: 0;
}

.history_slider__flex-1 img {
  scale: 0.95;
  opacity: 0.7;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; /* Smooth transition effect */
}

.active .history_slider__flex-1 img {
  opacity: 1;
  scale: 1;
}

.active {
  opacity: 1; /* Fully visible when active */
  position: relative; /* Make active slide in normal flow */
}

.history_slider__flex-1 {
  overflow: hidden;
  width: 56.8vw;
  height: 37.9vw;
}

.history_slider__flex-1_2 img {
  scale: 0.95;
  opacity: 0.7;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; /* Smooth transition effect */
}

.active .history_slider__flex-1_2 img {
  opacity: 1;
  scale: 1;
}

.active {
  opacity: 1; /* Fully visible when active */
  position: relative; /* Make active slide in normal flow */
}

.history_slider__flex-1_2 {
  overflow: hidden;
  width: 56.8vw;
}

.next svg {
  border: 1px solid #000;
  width: 2.08vw;
  height: 2.08vw;
  padding: 0.52vw;
  background: #e3d5cf;
}

.prev svg {
  border: 1px solid #000;
  width: 2.08vw;
  height: 2.08vw;
  padding: 0.52vw;
}

.history_slider__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.66vw;
  position: absolute;
  bottom: 4vw;
}

.history_slider__flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.3vw;
  opacity: 1;
  position: relative;
}

.history_slider__title {
  font-weight: 400;
  font-size: var(--fs-18);
  padding-top: 4.16vw;
  padding-bottom: 4.16vw;
}

.history_slider__text ul li {
  font-weight: 400;
  font-size: var(--fs-18);
  list-style: inside;
  list-style-position: outside; /* Keeps the bullet inside the padding */
}

.history_slider__text_2 ul li {
  font-weight: 400;
  font-size: var(--fs-18);
  list-style: inside;
  list-style-position: outside; /* Keeps the bullet inside the padding */
}

li::marker {
  font-size: 0.6vw; /* Make the bullet smaller */
}

.history_slider__text {
  width: 36.6vw;
}

.history_slider__text_2 {
  width: 36.6vw;
}

.history_3__carousel {
  position: absolute;
  top: 30vw;
  overflow: hidden;
  width: 100vw;
}

.history_3__carousel-2 {
  top: -11vw;
}

.history_3__carousel_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 1vw;
}
.history_3__carousel_flex .slides {
  height: 450px;
}
.history_3__carousel_flex img {
  margin-bottom: 50px;
}

.history_3__item {
  width: 23.4vw;
  height: 15.6vw;
}

.history_3__text-2 {
  background: black;
}

.history_3__text-2 p {
  padding-top: 6.9vw;
  padding-bottom: 4.16vw;
  color: #fff;
  font-weight: 400;
  font-size: var(--fs-18);
}

p {
  line-height: 120%;
}

.history_3 {
  position: relative;
}

.history_slider_2 {
  background-color: #F2EDEA;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
  padding: 6vw 0;
}

.history_slider__flex_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.08vw;
  position: absolute;
  top: 0;
  opacity: 0;
}

.active {
  opacity: 1; /* Fully visible when active */
  position: relative; /* Make active slide in normal flow */
}

.next_2 svg {
  border: 1px solid #000;
  width: 2.08vw;
  height: 2.08vw;
  padding: 0.52vw;
  background: #e3d5cf;
}

.prev_2 svg {
  border: 1px solid #000;
  width: 2.08vw;
  height: 2.08vw;
  padding: 0.52vw;
}

.history_slider__button_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.66vw;
  position: absolute;
  bottom: 4vw;
}

.history_slider__flex-2_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14.3vw;
  margin: 2vw 0;
}

.history_slider__title_2 {
  font-weight: 400;
  font-size: var(--fs-18);
  margin-left: 5vw;
  line-height: 120%;
  padding-top: 2vw;
}

li::marker {
  font-size: 0.6vw; /* Make the bullet smaller */
}

.history_2-2 {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.history_2__title-2 {
  font-weight: 400;
  font-size: var(--fs-18);
  color: #fff;
  line-height: 120%;
  padding-bottom: 2.8vw;
}

.history_2__text-2 p {
  font-weight: 400;
  font-size: var(--fs-18);
  color: white;
  padding: 4vw 0 8vw;
  line-height: 120%;
}

.history_2__text-2 {
  background-color: black;
  gap: 2.08vw;
}
.history_2__text-2 .history_2__img-2 {
  margin-left: 3vw;
}
.history_2__text-2 img {
  position: absolute;
  width: 40.9vw;
  height: auto;
  top: 9vw;
  right: 1vw;
}

.history_2__text-2_1 .history_2__img-2 img {
  position: absolute;
  width: 40vw;
  bottom: 9vw;
}
.history_2__text-2_1 p {
  font-weight: 400;
  font-size: var(--fs-18);
  margin-left: 44vw;
  padding: 8vw 0;
}

.history_2__text-2_2 {
  background-color: white;
}

.history_2__text-2_2 p {
  font-size: var(--fs-18);
  color: black;
  padding: 5vw 0;
}

.history_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
}
.history_4 .history_4_img {
  width: 73vw;
  float: right;
  padding: 2vw;
  height: 40vw; /* Adjust as needed */
}
.history_4 .history_4_img img {
  position: absolute;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 50vw; /* Adjust as needed */
}
.history_4 p {
  padding: 5vw 0 2vw;
  color: white;
  font-size: var(--fs-18);
}

.history_5 {
  background-color: #f2edea;
}
.history_5 p {
  font-size: var(--fs-18);
  text-align: center;
  font-weight: 700;
  padding: 4vw 0;
}
.history_5 .hisory_5__text {
  font-weight: 400;
  text-align: left;
  margin-bottom: -8vw;
}

.history_2__img-2 {
  float: right;
  padding: 1vw;
  width: 40vw;
  height: 25vw;
}

.history_2__img-2_1 {
  float: left;
}

.history_archive .item-title {
  margin-top: 2vw;
}

.history_archive__title {
  font-weight: 400;
  font-size: var(--fs-27);
}

.history_archive__list p {
  line-height: 160%;
}

.history_archive__list {
  font-size: var(--fs-13);
  font-weight: 400;
  padding: 2vw 0;
}

.history_archive__list strong {
  font-weight: 700;
}

.m-b-5 {
  margin-bottom: 5vw;
}

.item-title__title_a {
  font-size: var(--fs-27);
  font-weight: 500;
}

.collective__title {
  font-size: var(--fs-24);
}

.collective__text {
  font-size: var(--fs-15);
}

.collective__1 {
  width: 70vw;
}

.page-single_collective .post-news__desc {
  margin-bottom: 6vw;
}
.page-single_collective .item-title__title {
  width: 100%;
}

.instrument__title {
  margin-top: 12.54vw;
  margin-left: 0;
  border-bottom: 0.01vw solid;
  color: black;
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instrument__text {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: black;
}

.instrument__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 7vw;
  padding: 1vw 0vw 1vw 7vw;
}

.instrument__item {
  border: 0.01vw solid white;
  height: 100%;
}

.instrument__more {
  right: 1.1vw;
  top: 13.6vw;
}

.collective__sector .post-news__block {
  background-color: transparent;
}

.instrument__more {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Adds a smooth transition */
}

.instrument__item:hover .instrument__more {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.instrument__item_block {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  background-color: transparent;
}

.instrument__item {
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.instrument__item:hover {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.item-news:hover .instrument__item_block {
  background-color: transparent;
  max-height: 100%;
}

.page-single-team .item-title__title {
  width: 100%;
}
.page-single-team .team-container__description img {
  display: none;
}

.page-single_collective .team-container {
  margin-top: 16vw;
  height: 65vw;
}
.page-single_collective .item-title__title {
  width: 100%;
}
.page-single_collective .team-container__description img {
  display: none;
}

.team-container p {
  margin-top: -1vw;
  font-size: var(--fs-24);
}

.history_slider__text li {
  opacity: 0.5;
  line-height: 120%;
  padding: 0.2vw 0;
}

.history_slider__text_2 li {
  opacity: 0.7;
  font-weight: 500;
  line-height: 120%;
  padding: 0.2vw 0;
}

.swiper-button-next_c3, .swiper-button-prev_c3 {
  color: #333; /* Change this to match your theme */
  width: 30px; /* Adjust width */
  height: 30px; /* Adjust height */
  background-color: rgba(255, 255, 255, 0.8); /* Optional background for better visibility */
  border-radius: 50%; /* Make them circular */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10; /* Ensure they are above the slides */
}

.news_item-title {
  font-size: 3vw;
}

.news_main {
  background-color: #231F20;
}
.news_main .news__row {
  margin-top: 7vw;
}
.news_main .item-news__date {
  top: -5vw;
  opacity: 1; /* Show when hovering over item-poster */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Moves to its original position */
}
.news_main .item-news__date p {
  background-color: #f2edea;
}
.news_main .item-news__title {
  color: white;
  border-color: white;
}
.news_main .item-news__text {
  color: white;
}
.news_main .item-news {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.news_main .item-news:hover .item-news__block {
  background-color: transparent;
}
.news_main .item-news__block:hover {
  border-color: #fff;
}
.news_main .item-news__block {
  border-color: #fff;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.news_main .item-title__title {
  color: white;
}
.news_main .item-title__title::before {
  border: 0.2vw solid #fff;
  background-color: #fff;
}
.news_main .item-title__more p {
  color: #fff;
}
.news_main .item-news__more {
  opacity: 1;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.news_main .item-news__title {
  position: absolute;
  width: 18vw;
}
.news_main .item-news__text {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  height: 100%;
  margin-top: 13vw;
  opacity: 1;
}

.news_page .item-news__block {
  min-height: 23vw;
  max-height: 23vw;
}
.news_page .item-news:hover .item-news__text {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 5.3vw;
  max-height: 5.3vw;
  opacity: 1;
}
.news_page .item-news__more svg {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
}
.news_page .item-news__text {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 5.3vw;
  max-height: 5.3vw;
  opacity: 1;
}
.news_page .news__row {
  margin-top: 6vw;
}
.news_page .item-news__block:hover {
  border-color: #f2edea;
}
.news_page .item-news__date {
  border-color: #f2edea;
}
.news_page .item-news__title {
  position: absolute;
  width: 18vw;
}
.news_page .item-news__text {
  margin-top: 13vw;
}

.line_main {
  width: 100vw;
  height: 3vw;
  background-color: #f2edea;
}

.g .team-container__description {
  width: 44vw;
}

.team-container__description {
  height: 14vw;
  overflow: hidden;
}

.page-single-team .team-container__description {
  height: 100%;
  width: 44vw;
  overflow: hidden;
}

.sw .swiper-slide {
  height: 23vw;
}

.sw .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collective .page-colective__b {
  text-align: left;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.collective .item-colective {
  overflow: hidden;
}
.collective .page-colective__b::after {
  width: 90vw;
}
.collective .page-colective__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.news_desc {
  position: absolute;
  font-size: var(--fs-14);
  z-index: 1;
  margin-right: 5vw;
  top: 30vw;
}

.page-new {
  position: relative;
}
.page-new .news_desc {
  position: relative;
  top: 0;
  margin-bottom: 1vw;
}

.collective__sector {
  background-color: #f2edea;
  min-height: 40vw;
  margin-top: -10vw;
}
.collective__sector .item-news__img {
  width: 26vw;
  overflow: visible;
  top: -10vh !important;
}
.collective__sector .item-news__in {
  height: 17vw;
}
.collective__sector .item-news {
  width: 88%;
}

.header-nav__item li a:hover {
  color: #02383d;
}

.home .header-nav__item li a:hover {
  color: inherit;
}

#ngg-gallery-5b5bed029c1c162190862e3b32d400f9-1 {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
}

.ngg-galleryoverview {
  margin: 0;
}

.page_solists .team-container__img_1 {
  left: 10vw;
  bottom: 2.9vw;
  overflow: hidden;
  width: 33vw;
  height: 58vw;
}
.page_solists .team-container__img_2 {
  position: absolute;
  right: 10vw;
  bottom: 3.9vw;
  overflow: hidden;
  width: 33vw;
  height: 58vw;
}
.page_solists .team-container__block_1 {
  width: 29.1vw;
  top: 4.16vw;
  left: 54.458vw;
}
.page_solists .team-container__block_2 {
  width: 29.1vw;
  position: absolute;
  top: 4.16vw;
  left: 11.458vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.66vw;
}
.page_solists .tc_1 {
  height: 54.5vw;
}
.page_solists .tc_2 {
  height: 54.5vw;
}

/* CSS to prevent dragging and selection */
.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* Hide header */
}

#headerVideo {
  position: absolute;
  top: 50%; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* This is a shorthand of
     translateX(-50%) and translateY(-50%) */
}

.header-container {
  min-height: 100vh;
  max-height: 1400px;
}

.header-container > * {
  height: 100vh;
}

.img_front_m {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}
.img_front_m img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* Makes sure the video fills the container without stretching */
}

.img_front {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
  background-color: black;
}
.img_front img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* Makes sure the video fills the container without stretching */
}

/* Make the container fill the screen */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
}

/* Style the video to cover the container */
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover; /* Makes sure the video fills the container without stretching */
}

.history_slider_2_img {
  margin: 0 auto;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 20vw;
  position: relative;
}
.history_slider_2_img img {
  width: 45vw;
  z-index: 1;
  top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error-404 {
  height: 100vw;
}

.second-2 .sub-menu {
  padding-left: 0.5vw;
}
.second-2 .visible {
  display: block;
}

.menu__container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2.38vw 1vw;
}
.menu__container .svg_logo_sidemenu svg {
  width: 3vw;
  height: 3vw;
  margin-left: 1vw;
}
.menu__container .menu-bottom {
  position: absolute;
  bottom: 0; /* position the top  edge of the element at the middle of the parent */
  left: 50%; /* position the left edge of the element at the middle of the parent */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* This is a shorthand of
   translateX(-50%) and translateY(-50%) */
}

#primary-menu .menu-item-has-children svg {
  display: none;
}

.menu-item-has-children svg {
  width: 0.6vw;
  height: 0.6vw;
}

.menu-item-has-children.opened > a svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Smooth transition */
}

.history_3__text-2_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history_3__text-2_flex img {
  width: 60vw;
}

.history_3__text-2_text {
  padding-left: 5vw;
  padding-right: 4vw;
  padding-top: 4.9vw !important;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 10vw 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 10vw; /* Adjust the gap as needed */
  width: 100vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.grid-container > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.grid-container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.text-center {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2; /* Center column */
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2; /* Span all rows */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50vw;
}

.text-center_2 {
  -ms-grid-column: 3;
  grid-column: 3/3;
  -ms-grid-row: 2;
  grid-row: 2/2;
}

.image-left {
  -ms-grid-column: 3;
  grid-column: 3/3; /* Left column */
  height: 100%;
}

.image-right {
  -ms-grid-column: 1;
  grid-column: 1/1; /* Right column */
  height: 100%;
}

.metaslider .slides img {
  width: 25%; /* For 4 images per screen */
}

#text1 p {
  position: absolute;
  right: -42vw;
  width: 55vw;
  font-size: var(--fs-18);
  line-height: 120%;
  font-weight: 700;
  padding: 2vw 5vw;
  background-color: white;
  z-index: 9999;
}

.image-section {
  margin-top: 50vw;
}
.image-section img {
  border: solid #fff 15px;
  z-index: 1; /* Lower z-index to keep it below the text */
}
.image-section .img_1 {
  position: absolute;
  width: 46vw;
  right: 18vw;
  top: 130vw;
}
.image-section .img_2 {
  position: absolute;
  width: 46vw;
  right: 10vw;
  top: 80vw;
}
.image-section .img_3 {
  position: absolute;
  width: 56vw;
  right: 10vw;
  top: 30vw;
}
.image-section .img_4 {
  position: absolute;
  width: 36vw;
  right: -31vw;
  top: 75vw;
}

.photographs__text-content {
  position: relative;
}

.container_collective_team .team-container {
  height: 140.5vw;
}
.container_collective_team .team-container__img {
  width: 38vw;
  top: -10vw;
}
.container_collective_team .team-container__description {
  width: 53vw;
  height: auto;
}
.container_collective_team .team-container__description img {
  float: right;
  display: block;
  width: 50%;
  display: none;
}
.container_collective_team .team-container__block {
  width: 45vw;
  right: 5vw;
}
.container_collective_team .single-collective .team-container {
  height: 59vw !important;
}

.centered-text {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.image-gallery {
  padding-top: 20px;
  position: absolute;
  top: 0;
}

.image-container {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0; /* Start hidden */
}

.gallery-image {
  width: 80%;
}

.div1, .div2 {
  height: 100vh;
}

.div1 {
  background-color: white;
}

.div2 {
  background-color: black;
}

.text-and-images {
  background-color: black;
  color: white;
  padding: 2vw;
  position: relative;
  height: 400vw;
}

.images-container {
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  height: 400vw;
}

.gsap_t1 {
  z-index: 99;
  font-weight: 700;
  font-size: var(--fs-31);
  text-shadow: 0.2vw 0.2vw 0.5vw rgba(0, 0, 0, 0.6); /* Adding text shadow */
}

.gsap_i1 {
  width: 50vw;
  z-index: 1;
  margin-top: 60vw;
  opacity: 0.2;
}

.gsap_i2 {
  z-index: 1;
  width: 40vw;
  margin-top: 60vw;
  margin-left: 50vw;
  opacity: 0.2;
}

.gsap_i3 {
  z-index: 1;
  width: 40vw;
  margin-top: 60vw;
  opacity: 0.2;
}

.gsap_i4 {
  z-index: 1;
  width: 50vw;
  margin-top: 60vw;
  margin-left: 30vw;
  opacity: 0.2;
}

.error404 .header-top {
  position: static;
}
.error404 .nav-link {
  display: none;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}