/* 
Theme Name: theme
Author: Perets & Co
Text Domain: domain.ua
Version:  11.0
*/

@font-face {
  font-family: 'Gotham';
  src: url('../eot/gotham-medium.eot');
  src:
    url('../eot/gotham-mediumd41d.eot?#iefix')
      format('embedded-opentype'),
    url('../woff2/gotham-medium.woff2') format('woff2'),
    url('../woff/gotham-medium.woff') format('woff'),
    url('../ttf/gotham-medium.ttf') format('truetype'),
    url('../svg/gotham-medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../eot/gotham-mediumitalic.eot');
  src:
    url('../eot/gotham-mediumitalicd41d.eot?#iefix')
      format('embedded-opentype'),
    url('../woff2/gotham-mediumitalic.woff2') format('woff2'),
    url('../woff/gotham-mediumitalic.woff') format('woff'),
    url('../ttf/gotham-mediumitalic.ttf') format('truetype'),
    url('../svg/gotham-mediumitalic.svg#Gotham-MediumItalic')
      format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../eot/gotham-book.eot');
  src:
    url('../eot/gotham-bookd41d.eot?#iefix')
      format('embedded-opentype'),
    url('../woff2/gotham-book.woff2') format('woff2'),
    url('../woff/gotham-book.woff') format('woff'),
    url('../ttf/gotham-book.ttf') format('truetype'),
    url('../svg/gotham-book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url('../eot/gothamprolight.eot');
  src:
    url('../gothamprolightd41d.html?#iefix')
      format('embedded-opentype'),
    url('../woff/gothamprolight.woff') format('woff'),
    url('../ttf/gothamprolight.ttf') format('truetype');
  font-style: 300;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FilmotypeLaCrosse';
  src: url('../eot/filmotypelacrosse.eot');
  src:
    url('../eot/filmotypelacrossed41d.eot?#iefix')
      format('embedded-opentype'),
    url('../filmotypelacrosse.html') format('woff2'),
    url('../filmotypelacrosse-2.html') format('woff'),
    url('../filmotypelacrosse-3.html') format('truetype'),
    url('../filmotypelacrosse-4.html#FilmotypeLaCrosse') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/

:root {
  --font-family: 'Gotham', sans-serif;
  --second-family: 'Bebas Neue', sans-serif;
  --third-family: 'FilmotypeLaCrosse', sans-serif;
  --tbc: #e817b4;
  --borders: #e9e9e9;
  --primary-white: #fff;
  --primary-yellow: #dca91f;
  --primary-orange: #c37529;
  --primary-red: #b04224;
  --primary-brown: #743929;
  --primary-black: #302e2c;
  --secondary-gold: #ba9850;
  --secondary-blue: #6698c6;
  --secondary-teal: #008080;
  --secondary-grey: #96929d;
  --background-teal: #fff;
  --background-yellow: #fcf3ea;
  --transition: all linear 0.3s;
  --fs-14: 14px;
  --gap: 8px;
  --gap16: calc(var(--gap) * 2);
  --gap24: calc(var(--gap) * 3);
  --m48: calc(var(--gap) * 6);
  --m32: calc(var(--gap) * 4);
  --m24: calc(var(--gap) * 3);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  scrollbar-gutter: stable;
}

body {
  font-family: 'Gotham', sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}

table {
  width: 100%;
}

strong {
  font-weight: 500;
}

.sstandard-table table tbody th {
  background-color: #b04224;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}

main {
  flex: 1 1 auto;
}

body main {
  margin-top: 157px;
}

@media (max-width: 768px) {
  body main {
    margin-top: unset;
  }
}

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

a {
  transition: var(--transition);
  text-decoration: none;
}

p {
  margin: 0;
}

/* Genneral */
.fs-14 {
  font-size: var(--fs-14);
}

.gap-16 {
  gap: var(--gap16);
}

.gap-24 {
  gap: var(--gap24);
}

.line-clamp {
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.admin-bar .main-header {
  top: 32px;
}

.main-header {
  top: 0;
}

.col-6,
.col-12,
.col-md-3,
.col-md-7,
.col-md-9,
.col-md-10,
.col-md-11,
.col-sm-6,
.col-md-6,
.col-md-4,
.col-sm-3,
.col-xm-6,
.col-md-12,
.col-md-8,
.col-md-5,
.col-md-2,
.col-sm-4,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.row_gap30 {
  row-gap: 30px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 1200px) {
  .d-grid.row-cols-xl-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.list-unstyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.fd-column {
  flex-direction: column;
}

.btn {
  display: inline-flex;
  padding: 0 0;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black);
  border-radius: 4px;
}

.btn_st {
  color: #302e2c;
  font-family: 'Gotham';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  background: #e8b221;
  padding: 10px 16px;
  border-radius: 4px;
}

.btn_st.br-0 {
  border-radius: 0;
}

.btn_st .arrow_btn {
  transition: 0.3s ease;
}

.btn_st:hover .arrow_btn {
  transform: translateX(4px);
}

.btn_st svg {
  fill: var(--primary-black);
}

.overflow-dark {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

/* Top */
.main-header .top_panel {
  padding: 12px 0;
  border-bottom: 1px solid #fff;
  background: #ba9850;
}

.home .main-header .top_panel {
  border-bottom: none;
}

.main-header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .meta_data {
  display: flex;
  column-gap: 30px;
}

.main-header .meta_data p {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.26px;
}

.main-header .meta_data p span[data-yourir='price'] span {
  font-weight: 500;
}

.main-header .meta_data .yourir-currency-symbol {
  display: inline-block;
}

.main-header .meta_data .yourir-currency-symbol::before {
  content: 'A';
}

.main-header .meta_data p span {
  font-weight: normal;
  color: #fff;
}

.main-header .meta_data p span.price {
  font-weight: 500;
}

.main-header .meta_data p span.change-minus {
  color: #fff;
}

.main-header .meta_data p span.change-plus {
  color: #fff;
}

.main-header .meta_data p svg {
  position: relative;
  top: -2px;
  margin-left: 6px;
}

.main-header .top_nav {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 40px;
}

.main-header .top_nav li {
  display: inline-block;
}

.main-header .top_nav a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
}

/* Search form */
.search-site {
  position: relative;
  display: flex;
  align-items: center;
}

.search-site__toggle svg {
  stroke: #302e2c;
}

.home .search-site__toggle svg {
  stroke: var(--primary-white);
}

/* Header */
.main-header {
  position: relative;
  z-index: 1000;
  position: fixed;
  left: 0;
  width: 100%;
}

#header {
  position: fixed;
  top: 46px;
  z-index: 9998;
  transition: top linear 0.2s;
  background-color: transparent;
  backdrop-filter: blur(0px);
  left: 0;
  right: 0;
}

#header.scroll {
  top: 0;
  background-color: rgb(176 66 36 / 80%);
  backdrop-filter: blur(10px);
}

.header-logo {
  padding: 16px 0;
}

.header-wrapper {
  display: grid;
  grid-template-columns: 120px 1fr;
}

.header-nav {
  display: inline-flex;
  gap: 6px;
  margin-left: auto;
}

/* Menu */
.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  transition: top linear 0.2s;
  visibility: hidden;
  opacity: 0;
  background: rgb(252 243 234 / 20%);
  padding: 16px 0px;
  margin: 0;
  list-style-type: none;
}

.sub-menu li a {
  padding: 8px 24px;
  border-bottom: 1px solid transparent;
}

.sub-menu li a:hover {
  border-bottom: 1px solid var(--primary-red);
}

.menu-item-has-children:hover .sub-menu,
.sub-menu:hover {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 0px);
}

.header-menu a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-black);
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  align-items: center;
  background-color: transparent;
  transition: var(--transition);
  position: relative;
  height: 100%;
}

.home .header-menu a {
  color: var(--primary-white);
}

.header-menu > ul > li:hover,
.header-menu .current-menu-item {
  background: var(--background-yellow);
}

.home .header-menu > ul > li:hover,
.home .header-menu .current-menu-item > a {
  background: rgb(252 243 234 / 20%);
}

.header-menu > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  transition: var(--transition);
  background-color: #ba9850;
}

.header-menu > ul > li:hover > a:before,
.header-menu .current-menu-item > a:before,
.header-menu .current-menu-parent > a:before {
  height: 4px;
  transition: height linear 0.2s;
}

#header-menu {
  height: 100%;
}

/* Slider */
.videobg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
  /*top: 111px;*/
}

.videobg-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}

.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider_tabs .item_sl {
  flex: 0 0 100%;
  padding: 136px 0 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 700px;
}

.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}

.hero .slider_tabs .item_sl {
  height: 80vh;
  padding: 0;
}

.hero .slider_tabs .item_sl .container {
  padding: 130px 15px 130px 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.slider_tabs .item_sl .container {
  position: relative;
  z-index: 2;
  /*    padding: 150px 0 150px 0;*/
}

.slider_tabs.slick-initialized .item_sl {
  flex: unset;
}

.slider_tabs .item_sl .container > * {
  position: relative;
  z-index: 2;
}

.slider_tabs .item_sl .container:before {
  content: '';
  position: absolute;
  border-radius: 541px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  filter: blur(50px);
  width: 458px;
  height: 541px;
  z-index: 1;
}

.slider_tabs .title_main_bebas {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.title_main_bebas {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}

.title_lacrosse {
  font-family: 'Filmotype LaCrosse';
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  margin-top: -45px;
  line-height: 1.2;
  background: linear-gradient(90deg, #e8b221 0%, #ffdf88 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-slide {
  position: absolute;
  inset: 0 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero video {
  object-fit: cover;
  object-position: center center;
}

/* Breadcrumb */
.page_breadcrumbs {
  padding: 12px 0;
  background-color: #fcf3ea;
}

.page_breadcrumbs a,
.page_breadcrumbs span,
.page_breadcrumbs svg {
  display: inline-block;
  color: #302e2c;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.page_breadcrumbs .separator {
  margin: 0 4px;
}

.page_breadcrumbs .separator:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.207 4L1.353 7.854L0.645996 7.147L3.793 4L0.645996 0.853996L1.353 0.145996L5.207 4Z' fill='black' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: 3px;
}

.hero .slider_tabs .item_sl:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:
    linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 31.67%,
      rgba(0, 0, 0, 0.47) 82.92%
    ),
    linear-gradient(
      270deg,
      rgba(176, 66, 36, 0) 31.67%,
      rgba(176, 66, 36, 0.29) 82.92%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.5) 100%);
}

/* Footer */
#footer {
  color: var(--primary-white);
  padding-top: 40px;
  background: var(--primary-brown);

  .site-description {
    margin-top: 64px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    background-color: #fff;
    padding: 16px;
    border-left: 4px solid #dca91f;
    border-radius: 0 0 32px 0;
  }

  .site-description__title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #743929;
  }

  .site-description__text {
    color: #302e2c;
  }

  .list-links {
    margin-left: auto;
    gap: 24px;
  }

  .menu {
    flex-direction: column;
    gap: 24px;
  }

  a {
    color: var(--primary-white);
  }

  .btn_st {
    background-color: #e8b221;
    color: var(--primary-black);
    border-radius: 0;
  }

  a {
    color: var(--primary-white);
  }
}

.footer-bottom {
  margin-top: 32px;
  padding: 24px 0;
  border-top: 1px solid var(--primary-white);
}

.footer-nav {
  width: 800px;
  max-width: 100%;
  gap: 24px;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;

  .footer-col:last-child {
    border-left: 2px solid #e8b221;
    padding: 0px 0px 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary-white);
    margin-bottom: 16px;
  }
}

.footer-col__item:not(:last-child) {
  margin-bottom: 24px;
}

/* Tabs */
/* Контейнер вкладок */
.tabs {
  overflow: hidden;
}

/* Сховані input (radio) */
.tabs input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Заголовки вкладок */
.home .about {
  .tabs .tabs__labels {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid var(--primary-white);

    p {
      margin-bottom: 0;
    }
  }

  .tabs label {
    flex: 1;
    padding: 10px 16px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition:
      background 0.15s,
      color 0.15s;
  }

  .tabs .tabs__title {
    align-items: center;
    margin-bottom: 0;
    display: inline-flex;
  }

  .tabs .tabs__title,
  .tabs label {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--primary-white);
    white-space: nowrap;
    border-radius: 4px;
  }

  .tabs label:hover {
    background: #b04224;
  }

  /* Активна вкладка — залежить від :checked */
  #tab1:checked ~ div .tabs__labels label[for='tab1'],
  #tab2:checked ~ div .tabs__labels label[for='tab2'],
  #tab3:checked ~ div .tabs__labels label[for='tab3'] {
    background: #b04224;
  }

  /* Контент */
  .tabs .tabs__content {
    padding: 0px;
    margin-top: 80px;
  }

  #tab1:checked ~ .tabs__content #panel1,
  #tab2:checked ~ .tabs__content #panel2,
  #tab3:checked ~ .tabs__content #panel3 {
    display: block;
  }
}

.tab-panel {
  display: none;
  animation: fade 0.2s ease;
}

#tab4:checked ~ .tabs__content #panel4,
#tab5:checked ~ .tabs__content #panel5,
#tab6:checked ~ .tabs__content #panel6 {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About */
.bg-red {
  background: var(--primary-red);
}

.about .h2 {
  color: var(--primary-white);
  font-weight: 400;
}

.about__wrapper {
  margin-top: 80px;
}

.about__item {
  min-height: 434px;
  padding: 24px 24px;
  border-radius: 0 0 32px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.about__item-img {
  position: absolute;
  inset: 0 0 0 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.about__item:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.about__item > *:not(.about__item-img) {
  position: relative;
  z-index: 3;
}

.about__item-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-white);
  margin-bottom: 32px;
}

.btn-white.btn_st {
  border: 1px solid var(--primary-white);
  background-color: transparent;
  color: var(--primary-white);
  border-radius: 4px;
}

.btn-white.btn_st svg {
  fill: var(--primary-white);
}

.main-sect .list-events a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
}

.single-post .main-sect ul {
  margin-bottom: 15px;
}

/* Hightlight */
.hightlights__item {
  border-left: 4px solid transparent;
  border-radius: 0 0 32px 0;
  padding: 0px 24px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.hightlights .row > *:nth-child(3n + 1) .hightlights__item {
  border-color: var(--secondary-gold);
}

.hightlights .row > *:nth-child(3n + 2) .hightlights__item {
  border-color: var(--primary-red);
}

.hightlights .row > *:nth-child(3n + 3) .hightlights__item {
  border-color: var(--secondary-teal);
}

.hightlights__item-title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  margin: 0;
  line-height: 1;
}

.hightlights .row > *:nth-child(3n + 1) p {
  color: var(--secondary-gold);
}

.hightlights .row > *:nth-child(3n + 2) p {
  color: var(--primary-red);
}

.hightlights .row > *:nth-child(3n + 3) p {
  color: var(--secondary-teal);
}

.hightlights__item .hightlights__item-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 64px;
  line-height: 90%;
  letter-spacing: -0.02em;
  color: var(--primary-red);
  margin-bottom: 0;
  line-height: 1;
}

.hightlights__item .hightlights__item-text span {
  font-size: 40px;
}

.hightlights__wrapper {
  margin: var(--m48) 0;
}

/* Results */
.results-banner__wrapper {
  border-left: 4px solid #e8b221;
  border-radius: 0 0 32px 0;
  padding: 48px 64px;
  background-color: var(--primary-brown);
  background-image: url(../png/lightbulb-2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--primary-white);

  h2 {
    color: var(--primary-white);
  }

  p {
    margin-bottom: 24px;
  }
}

.results__wrapper {
  row-gap: 80px;
  display: flex;
  flex-direction: column;
}

.list__border {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list__border li {
  padding: 12px 16px;
  border-left: 2px solid #e8b221;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 0 0 16px 0;
  font-weight: 500;
  position: relative;
}

.list__border.list-events li {
  flex-direction: row !important;
}

.list__border.list-events li > p > a {
  font-weight: 400;
  display: inline;
  text-decoration: underline;
}

.list__border.list-events li > p > a:hover {
  text-decoration: none;
}

.list__border li > p {
  flex: 0 0 100%;
  font-weight: 400;
}

.list__border li:first-child {
  background-color: rgba(220, 169, 31, 0.25);
}

.list__border li.asx_li a {
  text-decoration: none !important;
}

.list__border li.asx_li .inv_cols--p {
  font-weight: 400;
}

.list__border li.asx_li > a {
  flex: 0 0 100%;
  display: flex;
  gap: 8px;
}

.list__border time {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--primary-black);
  white-space: nowrap;
}

.list__date {
}

.link__download {
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.link {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-orange);
}

.link .text-underline {
  border-bottom: 1px solid var(--primary-orange);
}

.link svg {
  fill: var(--primary-orange);
}

.list-events time {
  min-width: 100px;
}

.list-events .link {
  margin-top: 32px;
}

.list-events + .link {
  margin-top: 32px;
}

.section-asx {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mt-auto {
  margin-top: auto;
}

@media (min-width: 992px) {
  .latest-reports-wrap,
  .home .section-asx {
    max-width: 570px;
    margin-left: auto;
  }
}

.latest-reports-wrap .row {
  row-gap: 25px;
}

.latest-reports__img img {
  width: 100%;
  height: auto;
}

.latest-reports__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--primary-black);
  display: block;
  margin-top: 13px;
}

/* Price history */
.price-history {
  display: inline-flex;
}

.price-history__wrapper {
  background-color: var(--primary-white);
  padding: 48px 48px;
  border-radius: 0 0 32px 0;
}

.price-history .tab__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 200px;
}

.price-history .tabs__labels {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-black);
  gap: 0;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
}

.price-history .tabs__labels label {
  padding: 16px 17.5px;
  background-color: transparent;
  position: relative;
  transition: var(--transition);
  display: inline-flex;
  cursor: pointer;
}

.price-history .tabs__labels label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background-color: transparent;
  z-index: 2;
}

#tab4:checked ~ div .tabs__labels label[for='tab4'],
#tab5:checked ~ div .tabs__labels label[for='tab5'],
#tab6:checked ~ div .tabs__labels label[for='tab6'] {
  background: rgba(220, 169, 31, 0.1);
}

#tab4:checked ~ div .tabs__labels label[for='tab4']:before,
#tab5:checked ~ div .tabs__labels label[for='tab5']:before,
#tab6:checked ~ div .tabs__labels label[for='tab6']:before {
  height: 2px;
  background-color: #e8b221;
}

.price-history .tabs__content {
  margin-top: 40px;
}

.price-history .tab-panel {
}

.price-history__price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 47px;
  line-height: 125%;
  letter-spacing: -0.05em;
  color: var(--primary-orange);
}

.price-history__price span,
.inv_info__tab--price.yourir-price span {
  font-size: inherit;
}

.tabs .price-history__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: var(--primary-black);
  margin-bottom: 0;
}

.view-share {
}

/* Careers */
.careers__wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.people-careers__item:first-child {
  grid-row: 1 / span 2;
  grid-column: 1 / span 2;
}

.people-careers__item {
  min-height: 290px;
  border-radius: 0 0 32px 0;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.people-careers__item:nth-child(2) {
  background: var(--primary-brown);
}

.people-careers__item:nth-child(3) {
  background: var(--primary-orange);
}

.people-careers__thumb {
  position: absolute;
  inset: 0 0 0 0;
  z-index: -2;

  a,
  img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.people-careers__thumb:after {
  content: '';
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 2;
}

.people-careers__title a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--primary-white);
  margin-bottom: var(--m32);
  display: block;
}

.people-careers__excerpt {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-white);
  margin-bottom: var(--m24);

  p {
    margin-bottom: 0;
  }
}

/* News */
.bg-beige {
  background-color: #f5ece3;
}

.main-sect__head {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
  flex-wrap: wrap;
}

.main-sect .main-sect__head h2,
.main-sect__head p {
  margin-bottom: 0;
}

.featured-post-wrapper {
  padding: 80px 0;
}

.featured-card {
  display: flex;
  flex-direction: row;
  gap: 34px;
  align-items: stretch;
}

.featured-card__left {
  width: 50%;
  flex: 1;
}

.featured-card__date {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.featured-card__title {
  color: #302e2c;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.featured-card__excerpt {
  display: -webkit-box;
  max-width: 544px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #302e2c;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 24px;
}

.featured-card__right {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 32px 0;
}

.featured-card__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news__wrapper .d-grid {
  grid-template-columns: 2fr 1fr;
}

.view-all {
  align-self: center;
}

.news__latest {
  .news__item {
    display: flex;
    flex-direction: row;

    .news__content {
      flex: 1;
      padding: 24px 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-top: 4px solid transparent;
    }
  }

  :nth-child(1) .news__content {
    border-color: var(--primary-yellow);
  }

  :nth-child(2) .news__content {
    border-color: var(--secondary-blue);
  }

  :nth-child(3) .news__content {
    border-color: var(--primary-orange);
  }

  .news__latest .news__content {
    padding: 16px 16px 0;
  }

  .news__image {
    flex: 0 0 225px;
    max-width: 225px;

    img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }
  }

  .news__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: var(--primary-black);
    margin-bottom: 12px;

    .news__link {
      color: #000;
      text-decoration: none;
      transition: color 0.3s ease;

      :hover {
        color: #0072ce;
      }
    }
  }

  .news__excerpt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-black);
    margin-bottom: 16px;

    p {
      margin-bottom: 0;
    }
  }

  .news__date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #444;
  }
}

.news__featured {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.news__featured-item {
  height: 306px;
  background: var(--secondary-teal);
  border-radius: 0 0 32px 0;
  padding: 24px 24px 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.news__featured-item:nth-child(even) {
  background: var(--primary-red);
}

.news__featured-excerpt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-transform: uppercase;
  color: var(--primary-white);
}

.news__featured-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-white);
  max-width: 243px;
}

.news__featured-item .watch-video {
  margin-top: auto;
}

.news__featured-img {
  position: absolute;
  right: -18px;
  bottom: 0;
  width: 250px;
}

.row_gap80 {
  row-gap: 80px;
}

/* Grid */
.section-grid {
  padding: 80px 0;
}

.anchor-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

.mb-64 {
  margin-bottom: 64px;
}

.anchor-cities li a {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--primary-black);
}

.anchor-cities li p {
  font-weight: 500;
  margin-bottom: 0;
}

.city__head {
  border-bottom: 1px solid var(--primary-brown);
  padding: 8px 0px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-brown);
  margin-bottom: 24px;
}

.people__item {
  background-color: var(--primary-white);
  padding: 24px 24px;
}

.people__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-black);
  margin-bottom: 24px;
}

.people__post {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-black);
  margin-bottom: 8px;
}

.people__residential {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-black);
  margin-bottom: 12px;
}

.subtitle {
  font-family: 'Filmotype LaCrosse';
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  margin-top: -35px;
  line-height: 1.2;
  background: linear-gradient(90deg, #e8b221 0%, #ffdf88 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 10px;
}

.order-left {
  order: -1;
}

.image-radius img {
  border-radius: 0 0 32px 0;
}

.ai-center {
  align-items: center;
}

.jc-center {
  justify-content: center;
}

.bg-yellow {
  background-color: var(--background-yellow);
}

.great-at-card-1 {
  background-color: var(--graduate-col-bg-color, var(--primary-white));
}

.mx1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bg-section,
.bg-section.people_card {
  background-color: var(--bg-section, var(--primary-white));
}

.people_card h4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--primary-white);
}

.fs-column {
  flex-direction: column;
}

.pt-32 {
  padding-top: 32px;
}

.js-space_between {
  justify-content: space-between;
}

.custom-width {
  width: var(--custom-width, 100%);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.txt-info {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-black);
}

.block-info {
  border-radius: 0 0 32px 0;
}

.heading_tiles {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-black);
  border-top: 1px solid var(--primary-yellow);
  margin-bottom: 24px;
  padding-top: 48px;
}

.gap-y30 {
  row-gap: 30px;
}

.open .accordion_toggle.bg-white {
  background-color: #fbf7f3;
}

/* Accordion */
.accordion {
}

.accordion__details {
}

.city {
  .accordion__summary span {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: var(--primary-black);
    width: 100%;
    align-items: center;
  }

  .accordion__summary svg {
    transform: rotate(0deg);
    transition: transform linear 0.3s;
  }

  .accordion__details[open] .accordion__summary svg {
    transform: rotate(180deg);
    transition: transform linear 0.3s;
  }

  .accordion__content-body p:last-child {
    margin-bottom: 0;
  }
}

.accordion__summary {
  border-left: 4px solid var(--secondary-blue);
  padding: 8px;
  background: rgba(102, 152, 198, 0.15);
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}

.accordio__content {
  display: grid;
  grid-template-rows: 0fr;
  transition-duration: 0.3s;
  border-left: 4px solid var(--secondary-blue);
  background: rgba(102, 152, 198, 0.15);
  padding: 0px 8px;
}

.accordion__details[open] + .accordio__content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.accordion__content-body em {
  color: var(--secondary-blue);
  font-style: normal;
  font-weight: 500;
}

.accordion__content-body strong {
  font-weight: 500;
}

.accordiot__title {
}

.accordion__content-body {
  overflow: hidden;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::marker {
  content: '';
}

.accordion__details[open] + .accordio__content {
  grid-template-rows: 1fr;
}

.city .row__gap30 {
  row-gap: 30px;
}

.mb-48 {
  margin-bottom: 48px;
}

/* Mobile menu */
.mobile-menu__header {
  display: none;
}

.mobile__menu__wrapper,
.mobile-menu__body,
nav.header-menu {
  height: 100%;
}

/* slider gallery */
.slider_gallery img {
  height: 400px;
  object-fit: cover;
  border-radius: 0 0 32px 0;
  object-position: top center;
}

.slider_gallery-dots,
.slider_gallery-nav {
  margin-top: 16px;
}

.slider_gallery-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border-radius: 100px;
  background: #ccc;
  transition: var(--transition);
  font-size: 0px;
  cursor: pointer;
}

.slider_gallery-dots .slick-active button {
  width: 35px;
  background: var(--primary-yellow);
}

.slider_gallery-dots .slick-dots {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.slider_gallery-nav.glide__arrows {
  position: relative;
  margin-left: auto;
}

/* Single */
.bl-yellow {
  border-left: 4px solid var(--primary-yellow);
}

.bg-white {
  background-color: #fff;
}

.single-post__date {
  margin-bottom: 12px;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--secondary-grey);
}

.single-post h1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--primary-black);
  margin-bottom: 36px;
}

.single-post__image img {
  border-radius: 0 0 32px 0;
  height: 520px;
}

.left-aside__item {
  border: 1px solid var(--borders);
  padding: 24px 24px;
}

.single-post__image {
  margin-bottom: calc(80px - 24px);
}

.single-post__tags p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: var(--primary-black);
  margin-bottom: 16px;
}

.single-post__tags ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.single-post__tags a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  padding: 4px 12px;
  text-decoration: none !important;
  display: inline-flex;
}

.single-post__tags li:nth-child(odd) a {
  background: rgba(195, 117, 41, 0.25);
  color: var(--primary-orange);
}

.single-post__tags li:nth-child(even) a {
  background: rgba(176, 66, 36, 0.25);
  color: var(--primary-red);
}

.single-post__content .main-sect {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Grid number */
.grid_number__item .hightlights__item-title,
.hightlights__item .hightlights__item-text {
  color: var(--secondary-gold);
}

.grid_number__item {
  border-color: var(--secondary-gold);
}

.fs-20 {
  font-size: 20px;
}

/* Quote */
q:before,
q:after {
  display: none;
}

q {
  display: block;
  border-left: 4px solid var(--primary-red);
  padding: 0px 24px;
}

q p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: var(--primary-brown);
}

q svg {
  display: block;
  margin-bottom: 24px;
}

.news__item {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 32px 0;
  border: 1px solid #e9e9e9;
  height: 100%;
}

.post__image img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 0 0 32px 0;
}

.post__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  height: calc(100% - 275px);
}

.post__title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #302e2c;
}

.news__link {
}

.post__excerpt {
  margin: 0;
  font-size: 16px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post__tags ul {
  display: flex;
  gap: 4px;
}

.post__tags a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  padding: 4px 10px;
  text-decoration: none !important;
  display: inline-flex;
}

.post__tags li:nth-child(odd) a {
  background: rgba(195, 117, 41, 0.25);
  color: var(--primary-orange);
}

.post__tags li:nth-child(even) a {
  background: rgba(176, 66, 36, 0.25);
  color: var(--primary-red);
}

.bg-white .filter_block select {
  color: var(--primary-black);
  border-bottom: 1px solid var(--primary-black);
  background: transparent url(../svg/angle-down-black.svg)
    no-repeat 100% 50% / auto auto !important;
}

.bg-white.quick_links_panel p {
  color: var(--primary-black);
}

.search-form {
  margin-left: auto;
  border-bottom: 1px solid #96929d;
}

.search-form .search-field,
.search-form .search-field::placeholder {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: var(--primary-black);
  padding: 4px 0;
  line-height: 1.4;
}

.search-submit {
  background: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Subscribe */
.cmApp_signupContainer.cmApp_embedded,
.cmApp_signupContainer.cmApp_lightbox,
.cmApp_signupContainer.cmApp_slideoutTab {
  max-width: 100% !important;
}

.cmApp_signupContainer {
  width: 100% !important;
  padding: 0 !important;
}

.cmApp_signupContainer div {
  margin: 0 !important;
}

.cmApp_signupContainer #cmApp_signupForm > div {
  padding: 0 !important;
}

.cmApp_signupContainer #cmApp_signupForm label {
  margin-bottom: 4px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 140% !important;
}

.cmApp_signupContainer #cmApp_signupForm input:not([type='radio']),
.cmApp_signupContainer #cmApp_signupForm textarea,
.cmApp_signupContainer #cmApp_signupForm select {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 16px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  background: transparent;
}

.cmApp_signupContainer input.cmApp_formSubmitButton {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: fit-content !important;
  padding: 10px calc(16px + 10px + 24px) 10px 16px !important;
  background-image: url(../svg/btn-arrow.svg) !important;
  text-decoration: none !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  user-select: none !important;
  border: none !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  cursor: pointer !important;
  transition: linear 0.3s;
  border-radius: 4px !important;
}

.cmApp_signupContainer input.cmApp_formSubmitButton:hover {
  transition: linear 0.3s;
  background-position: right 12px center !important;
}

#cmApp_signupContainer *,
#signupFormPreviewCon *,
.cmApp_signupContainer.cmApp_slideoutTab
  .cmApp_slideOutTab
  #cmApp_slideoutButton {
  font-family: 'Gotham', sans-serif !important;
}

.cmApp_fieldWrap + div {
  height: 24px !important;
}

.cmApp_signupContainer .cmApp_processingMsg,
.cmApp_signupContainer .cmApp_successMsg {
  padding: 8px 0px 0 !important;
}

#cmApp_statusContainer.cmApp_processing .cmApp_processingMsg p {
  margin-bottom: 0;
}

/* Carousel */
/* Rectangle 5 */
.bg-shadow:before {
  content: '';
  position: absolute;
  inset: 0 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 19.12%,
    rgba(0, 0, 0, 0.5) 70.7%
  );
  z-index: 1;
}

.bg-shadow .title_head {
  z-index: 2;
  position: relative;
}

.slick-carousel .slick-track {
  display: flex;
  align-items: center;
  position: relative;
}

.slick-carousel .slick-list {
  position: relative;
}

.slick-carousel .slick-list:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 2px dotted #302e2c;
  width: 100vw;
}

.carousel {
  background-color: #fbf7f3;
}

.slick-carousel .slick-slide {
  width: calc(360px + 32px);
  padding-right: 32px;
}

.overflow-hidden {
  overflow: hidden;
}

.carousel-nav {
  display: flex;
  gap: 10px;
}

.carousel-nav svg {
  fill: #302e2c;
}

.head-carousel {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.carousel-nav .slick-arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  line-height: 1;
  transition: var(--transition);
  cursor: pointer;
}

.carousel__item {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: calc(48px + 48px + 16px);
  align-items: flex-start;
}

.carousel__item.without-img {
  /*margin-top: 240px;*/
}

.slick-carousel .slick-slide:nth-child(even) .carousel__item {
  align-items: flex-end;
}

.slick-carousel .slick-slide:nth-child(even) .carousel__date {
  order: -1;
}

.carousel__item.without-img .carousel__info {
  height: 193px;
}

.carousel__info {
  border-left: 4px solid #b04224;
  background-color: #ffffff;
  border-radius: 0 0 32px 0;
  position: relative;
}

.page-template-our-journey .carousel__info {
  border-left: 4px solid #ba9850;
}

.carousel__info--date {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  padding: 16px 32px;
  background-color: #b04224;
}

.page-template-our-journey .carousel__info--date {
  background-color: #ba9850;
}

.carousel__info--image img {
  width: 100%;
  height: 240px;
  border-radius: 0 0 32px 0;
  object-fit: cover;
}

.carousel__info--text {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #302e2c;
  padding: 24px 32px;
  margin-bottom: 0;
}

.carousel__date time {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #ffffff;
  padding: 10px 10px;
  background-color: #743929;
  display: inline-flex;
}

.carousel__info:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #b04224;
  border-radius: 100%;
  display: inline-flex;
  position: absolute;
  left: -4px;
  bottom: -48px;
  transform: translateY(100%);
  opacity: 0;
  transition: var(--transition);
}

.page-template-our-journey .carousel__info:before {
  background: #ba9850 !important;
}

.slick-active .carousel__info:before,
.slick-active ~ .slick-slide .carousel__info:before {
  opacity: 1;
  transition: var(--transition);
}

.slick-carousel .slick-slide:nth-child(even) .carousel__info:before {
  top: -48px;
  transform: translateY(-100%);
}

.visible-md {
  display: none;
}

#carousel-anchor {
  background: #fbf7f3;
  border: 1px solid #302e2c;
  display: flex;
  height: 40px;
  width: 100%;
  padding: 8px calc(16px * 2 + 12px) 8px 16px;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 325;
  font-size: 16px;
  line-height: 140%;
  color: #96929d;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-6.11959e-08 1.4L1.4 -4.63341e-07L6 4.6L10.6 -6.11959e-08L12 1.4L6 7.4L-6.11959e-08 1.4Z' fill='%23302E2C'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (min-width: 768px) {
  .visible-md {
    display: block;
  }

  .d-flex.visible-md {
    display: flex;
  }

  .hidden-md {
    display: none;
  }
}

/* Adaptive */
@media screen and (max-width: 991px) {
  /*body.mob-menu-open {
        overflow: hidden;
    }*/

  .hightlights__wrapper .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hightlights__wrapper .row > div {
    max-width: none;
  }

  .hightlights__wrapper .row > div:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
  }

  .hightlights__wrapper .row > div:nth-child(7) {
    grid-column: 1;
    grid-row: 2;
  }

  .hightlights__wrapper .row > div:nth-child(10) {
    grid-column: 2;
    grid-row: 2;
  }

  .hightlights__wrapper .row > div:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }

  .hightlights__wrapper .row > div:nth-child(8) {
    grid-column: 1;
    grid-row: 4;
  }

  .hightlights__wrapper .row > div:nth-child(11) {
    grid-column: 2;
    grid-row: 4;
  }

  .mobile-menu {
    position: fixed;
    inset: 0 0 86px auto;
    height: auto;
    overflow-y: auto;
    padding: 20px;
    min-height: 400px;
    max-width: 460px;
    width: 100%;
    transform: translateX(100%);
    transition: var(--transition);
    z-index: 999;
    background-color: rgb(252 243 234 / 20%);
    backdrop-filter: blur(10px);
  }

  .home .header-menu a,
  .header-menu a {
    color: var(--primary-black);
    font-size: 18px;
    padding: 8px 8px;
  }

  #header-menu {
    flex-direction: column;
    padding: 24px 16px;
  }

  .mobile-menu.open {
    transform: translateX(0%);
  }

  .mobile__menu__wrapper {
    height: 100%;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
  }

  .mobile-menu__header {
    height: 47px;
    padding: 0 16px 0 16px;
    position: relative;
    color: #fff;
    font-weight: 400;
    background-color: var(--primary-red);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-menu .close {
    cursor: pointer;
    width: 16px;
  }

  .mobile-menu__body {
    overflow: auto;
    max-height: calc(100% - 47px);
  }

  .btn__mob {
    width: 48px;
    border-radius: 4px;
    background: rgb(252 243 234 / 20%);
    height: 40px;
    position: relative;
    margin: 0px 0 0 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .btn__mob span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 2px;
    width: 80%;
    background: var(--primary-white);
    opacity: 1;
    left: 10%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .btn__mob span:nth-child(1) {
    top: 9px;
    width: 32px;
    left: auto;
    right: 10%;
  }

  .btn__mob span:nth-child(2),
  .btn__mob span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }

  .btn__mob span:nth-child(4) {
    bottom: 9px;
    width: 32px;
    left: auto;
    right: 10%;
  }

  .header-nav {
    align-items: center;
    gap: 16px;
  }

  .hightlights__item {
    padding: 0px 12px;
  }

  .hightlights__item .hightlights__item-text {
    font-size: 48px;
  }

  .hightlights__item .hightlights__item-text span {
    font-size: 28px;
  }

  .hightlights__item-title {
    font-size: 26px;
  }

  .main-sect {
    padding: 40px 0;
  }

  .main-sect.pad-t100 {
    padding-top: 50px;
  }

  .results-banner__wrapper {
    padding: 24px 32px 64px 24px;
  }

  .featured-card {
    flex-direction: column;
  }

  .featured-card__left,
  .featured-card__right {
    width: 100%;
  }

  .featured-card__right {
    flex: unset;
    height: 400px;
  }

  .featured-card__right img {
  }
}

@media screen and (max-width: 767px) {
  .list__border.list-events li .list__date {
    flex: 0 0 100%;
  }

  .subtitle {
    font-size: 75px;
  }

  .title_main_bebas {
    font-size: 48px;
  }

  .slider_tabs_nav_wrap .slick-track {
    column-gap: 24px;
  }

  .slider_tabs_nav_wrap .item_nav_tab {
    min-width: 90px;
  }

  .main-sect.pad-t100 {
    padding-top: 24px;
  }

  .main-sect h2 {
    font-size: 24px;
  }

  .main-sect h2 br {
    display: none;
  }

  .about__wrapper {
    margin-top: 40px;
  }

  .main-header .meta_data {
    display: none;
  }

  .main-header .top_nav {
    margin-left: auto;
    gap: 16px;
  }

  .main-header .top_panel {
    padding: 8px 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    gap: var(--gap24);
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .footer-nav > * {
    grid-column: 1 / -1;
    width: 100%;
    order: 2;
  }

  .footer-nav .footer-col:last-child {
    grid-column: 1 / span 2;
    order: 1;
  }

  #footer .site-description {
    margin-top: 24px;
  }

  #footer .list-links {
    margin-left: 0;
    order: -1;
    margin-bottom: 24px;
  }

  #footer .menu {
    gap: 16px;
  }

  .copy {
    text-align: center;
  }

  .people-careers__item {
    min-height: 220px;
  }

  .careers__wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .people-careers__item:first-child {
    grid-row: 1 / 2;
    grid-column: 1 / span 2;
  }

  .people-careers__item:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / span 2;
  }

  .people-careers__item:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / span 2;
  }

  .people-careers__thumb:after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%
    );
  }

  .featured-card__right {
    height: 300px;
  }

  .news__wrapper .d-grid {
    grid-template-columns: 1fr;
  }

  .news__latest .news__excerpt {
    display: none;
  }

  .news__latest .news__image {
    max-width: 150px;
  }

  .news__latest .news__link {
    -webkit-line-clamp: 3;
  }

  .about__item {
    min-height: 320px;
  }

  .search-form {
    margin-left: 0;
  }

  .carousel__item {
    grid-template-rows: 1fr auto;
    gap: 0px;
    padding-top: 40px;
  }

  .carousel__item.without-img {
    margin-top: 0px;
  }

  .slick-carousel > div + div .carousel__item {
    margin-top: 24px;
  }

  .carousel__date {
    display: none;
  }

  .head-carousel {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .slick-carousel {
    padding-left: 32px;
    border-left: 2px dotted #302e2c;
  }

  .carousel__info:before {
    left: -45px;
    bottom: auto;
    top: -40px;
    transform: translateY(0%);
    opacity: 1;
  }
}

.search-site {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 204px;
  background: #fff;
  background-color: #fbf7f3;
  padding: 48px 0 40px 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 50;
}

.search-site__form {
  position: relative;
}

.search-site.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-site input[type='text'] {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #96929d;
}

.search-site__submit {
  margin-top: 10px;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

.search-site__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.search-site__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.curved-corner,
.curved-corner img {
  border-radius: 0 0 32px 0;
}

.key-facts__footnote {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  vertical-align: middle;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0;
  border: none;
}

@media (min-width: 768px) {
  .latest-reports .col-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
