/*
Theme Name: Epicod Brosh
Theme URI: https://epicod.co.il/
Author: Alona Zisser
Author URI: https://epicod.co.il/
Description: Custom made template designed by Studio Shira Schecter and developed with a lot of 🖤 by Alona Zisser.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brosh


Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
*/
@import 'css/swiper-bundle.min.css';
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/almoni/almoni-regular-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-regular-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-regular-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/almoni/almoni-ultralight-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-ultralight-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-ultralight-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/almoni/almoni-light-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-light-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-light-aaa.woff') format('woff');
  /* Modern Browsers */
}
@font-face {
  font-family: 'almoni';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/almoni/almoni-bold-aaa.eot');
  /* IE9 Compat Modes */
  src: local(''), url('fonts/almoni/almoni-bold-aaa.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/almoni/almoni-bold-aaa.woff') format('woff');
  /* Modern Browsers */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1vw;
  height: 100%;
}
@media (max-width: 768px) {
  html {
    font-size: 2.6vw;
  }
}
body {
  padding: 0;
  font-family: 'almoni', sans-serif;
  color: #231F20;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 0.95rem;
  height: 100%;
  font-weight: 400;
}
@media (max-width: 1280px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 22px;
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ol {
  margin: 0;
  padding: 0;
}
ol li {
  list-style-position: inside;
}
ol,
ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
p {
  color: var(--t-color, #292829);
  font-size: inherit;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 5.05263rem;
  margin: 0.2rem 0;
  font-weight: 300;
  line-height: 1.1;
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h3,
h2 {
  font-size: 1.89474rem;
  margin: 0.4rem 0 0;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 768px) {
  h3,
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
h4 {
  font-size: 1.26316rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 121%;
}
@media (max-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
hr {
  width: 100%;
  height: 2px;
  border: none;
  background-color: var(--bg-color, #000);
  display: block;
  margin: 0;
}
ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page {
  overflow: hidden;
}
.title:after {
  content: "";
  display: block;
  width: 2.52632rem;
  height: 2px;
  background-color: #FCD900;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-image {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#site-main {
  padding-top: 4rem;
  min-height: 100vh;
}
@media (max-width: 480px) {
  #site-main {
    padding-top: 7rem;
  }
}
.container {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}
.container.wide {
  max-width: 100vw;
}
.container.full {
  max-width: 100vw;
  padding: 0 !important;
}
.container.small {
  max-width: 60%;
}
@media (max-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
  .container.small {
    max-width: 100%;
    padding: 0 2.5rem !important;
  }
}
.flex-wrapper {
  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;
}
.flex-wrapper.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrapper.column.y-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrapper.column.y-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-wrapper.column.x-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-wrapper.column.x-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-wrapper.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrapper.x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-wrapper.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrapper.x-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-wrapper.x-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrapper.y-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-wrapper.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrapper.y-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-wrapper.y-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.col-12 {
  width: 100%;
}
.col-6 {
  width: calc(50% - var(--gap, 0px));
}
@media (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}
.col-4 {
  width: calc(33.33% - var(--gap, 0px));
}
@media (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}
.col-3 {
  width: calc(25% - var(--gap, 0px));
}
.wpcf7-response-output {
  padding: 1rem !important;
  margin: 0 !important;
  border: none !important;
  text-align: center;
  width: 100%;
}
/* Remove arrows from number input */
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari */
  margin: 0;
  /* Remove margin for consistent look */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
.wpcf7-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
  margin: 0;
  opacity: 1;
}
.wpcf7-spinner:before {
  content: none;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-not-valid-tip,
label.error,
.error-message {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #F00;
}
.loader {
  width: 100%;
  height: 100%;
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
}
.loader.page-loader {
  min-height: 50vh;
}
@media (max-width: 768px) {
  .loader {
    background-size: 30%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FCD900;
  color: #000;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  z-index: 9999;
  border: 2px solid #000;
  border-radius: 0;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.skip-link:focus {
  top: 1rem;
}
@media (max-width: 768px) {
  .skip-link {
    padding: 1rem 2rem;
    font-size: 18px;
  }
}
.html-sitemap .sitemap-section {
  margin-bottom: 3rem;
}
.html-sitemap .sitemap-section h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
  .html-sitemap .sitemap-section h2 {
    font-size: 32px;
  }
}
.html-sitemap .sitemap-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 768px) {
  .html-sitemap .sitemap-section ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.html-sitemap .sitemap-section ul li {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  position: relative;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.html-sitemap .sitemap-section ul li:before {
  content: '→';
  position: absolute;
  right: 0;
  color: #FCD900;
  font-weight: bold;
}
.html-sitemap .sitemap-section ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.html-sitemap .sitemap-section ul li a:hover {
  color: #FCD900;
  text-decoration: underline;
}
.html-sitemap .sitemap-section ul li .term-count {
  color: #666;
  font-size: 0.9em;
  margin-right: 0.3rem;
}
.required {
  color: #F00;
}
.a11y-widget {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
}
.a11y-widget .a11y-toggle {
  background: #000;
  border: 2px solid #000;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  line-height: 0;
}
.a11y-widget .a11y-toggle .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.a11y-widget .a11y-toggle .icon svg {
  display: block;
  width: 24px;
  height: 24px;
}
.a11y-widget .a11y-toggle:focus-visible {
  outline: 3px solid #8DC6E8;
}
.a11y-widget .a11y-panel {
  margin-top: 0.5rem;
  background: #fff;
  border: 2px solid #000;
  padding: 0.5rem;
}
.a11y-widget .a11y-pause {
  background: #FCD900;
  border: 1px solid #000;
  padding: 0.35rem 0.6rem;
  cursor: pointer;
}
.a11y-widget .a11y-pause:focus-visible {
  outline: 3px solid #8DC6E8;
}
.a11y-announce {
  margin-right: 0.5rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #000;
  padding: 0.25rem 0.5rem;
}
.skip-container {
  position: fixed;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  z-index: 9999;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.skip-container:focus-within {
  top: 1rem;
}
.skip-container .skip-link {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
}
.skip-info {
  position: static;
  margin: 0;
  background-color: #FCD900;
  color: #000;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border: 2px solid #000;
  z-index: 9999;
}
.skip-info:focus {
  outline: 3px solid #8DC6E8;
  outline-offset: 2px;
}
body.a11y-paused * {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
body.a11y-paused .swiper-wrapper {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transform: none !important;
          transform: none !important;
}
body.using-keyboard a:focus,
body.using-keyboard button:focus,
body.using-keyboard input:focus,
body.using-keyboard textarea:focus,
body.using-keyboard select:focus,
body.using-keyboard [role="button"]:focus,
body.using-keyboard .header-button:focus,
body.using-keyboard .menu-button:focus,
body.using-keyboard .mobile-btn:focus,
body.using-keyboard .swiper-button-next:focus,
body.using-keyboard .swiper-button-prev:focus,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible,
.header-button:focus-visible,
.menu-button:focus-visible,
.mobile-btn:focus-visible,
.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px;
}
body.using-keyboard .project-post .inner:focus,
.project-post .inner:focus-visible {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px;
}
.project-post:focus-within {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px;
}
:focus:not(:focus-visible) {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
a.custom-logo-link:focus-visible,
body.using-keyboard a.custom-logo-link:focus {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px !important;
}
header.site-header a.custom-logo-link img {
  outline: none !important;
}
.socials-wrapper a:focus-visible,
body.using-keyboard .socials-wrapper a:focus,
.left-navigation .header-button:focus-visible,
body.using-keyboard .left-navigation .header-button:focus,
.right-navigation .header-button:focus-visible,
body.using-keyboard .right-navigation .header-button:focus {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px;
}
.content-item.with-hover:focus-visible,
body.using-keyboard .content-item.with-hover:focus,
.horizontal-list .list-item:focus-visible,
body.using-keyboard .horizontal-list .list-item:focus {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px;
}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  --gap: 1rem;
  direction: rtl;
}
label {
  font-size: 0.94737rem;
}
@media (max-width: 768px) {
  label {
    font-size: 22px;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  display: -ms-grid;
  display: grid;
  position: relative;
}
fieldset br {
  display: none;
}
fieldset p {
  position: relative;
}
fieldset p:last-child {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
fieldset label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  fieldset label {
    right: 1.5rem;
  }
}
fieldset.focused label {
  top: 0.5rem;
  font-size: 12px;
  color: #333;
}
fieldset.textarea-wrapper label {
  top: 0.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
select,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 2.5rem;
  background: #fff;
  font-size: 0.94737rem;
  border: 1px solid #000;
  padding: 0 0.5rem;
  border-radius: 0;
  font-family: inherit;
  text-align: right;
  position: relative;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):focus,
select:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #FCD900;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).wpcf7-not-valid,
select.wpcf7-not-valid,
.select2-container--default .select2-selection--single.wpcf7-not-valid,
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).error,
select.error,
.select2-container--default .select2-selection--single.error {
  border-color: #F00 !important;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).wpcf7-not-valid + label,
select.wpcf7-not-valid + label,
.select2-container--default .select2-selection--single.wpcf7-not-valid + label,
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).error + label,
select.error + label,
.select2-container--default .select2-selection--single.error + label {
  color: #F00;
}
@media (max-width: 768px) {
  input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  select,
  .select2-container--default .select2-selection--single {
    height: 53px;
    font-size: 22px;
    padding: 0 1.5rem;
  }
}
select {
  -webkit-appearance: none;
  background-image: url('img/down-arrow.svg');
  background-repeat: no-repeat;
  background-position: 1rem center;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0;
  margin-left: 0.4rem;
  width: 1.05263rem;
  height: 1.05263rem;
}
input[type="checkbox"].wpcf7-not-valid,
input[type="radio"].wpcf7-not-valid,
input[type="checkbox"].error,
input[type="radio"].error {
  border-color: #F00;
}
input[type="checkbox"].wpcf7-not-valid + label,
input[type="radio"].wpcf7-not-valid + label,
input[type="checkbox"].error + label,
input[type="radio"].error + label {
  color: #F00;
}
textarea {
  width: 100%;
  height: 9.63158rem;
  background: transparent;
  border: 1px solid #000;
  padding: 1rem 0.5rem;
  border-radius: 0;
  font-family: inherit;
  resize: none;
  font-size: 0.94737rem;
  display: block;
  position: relative;
}
textarea:focus {
  border-color: #FCD900;
}
@media (max-width: 768px) {
  textarea {
    height: 180px;
  }
}
button,
input[type="submit"],
.button {
  height: 2.5rem;
  color: #000;
  background-color: #FCD900;
  font-size: 0.94737rem;
  width: 100%;
  padding: 0 1.5rem;
  border-radius: 0;
  border: none;
  font-family: inherit;
  cursor: pointer;
  font-weight: 400;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
button:hover,
input[type="submit"]:hover,
.button:hover {
  background-color: #231F20;
  color: #fff;
}
button:hover:after,
input[type="submit"]:hover:after,
.button:hover:after {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
@media (max-width: 768px) {
  button,
  input[type="submit"],
  .button {
    height: 48px;
    font-size: 24px;
  }
}
.button:after {
  content: "";
  display: block;
  width: 0.94737rem;
  height: 0.94747rem;
  background-image: url('img/button-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 768px) {
  .button:after {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .button.shortcode-button {
    max-width: 23rem;
  }
}
input[type="submit"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.socials-wrapper img {
  max-height: 2.5rem;
  aspect-ratio: 1;
}
.page-content {
  padding: 1.5rem 0 4rem;
}
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: #231F20;
  color: #fff;
  padding: 1rem 0;
}
header.site-header .container {
  padding: 0 1.7rem;
}
header.site-header .custom-logo-link {
  display: inline-block;
  position: relative;
}
header.site-header .custom-logo-link img {
  max-width: 13rem;
  display: block;
}
header.site-header .custom-logo-link:focus-visible {
  outline: 3px solid #8DC6E8 !important;
  outline-offset: 2px !important;
}
@media (max-width: 768px) {
  header.site-header {
    padding: 20px 0;
    border-bottom: 2px solid #fff;
  }
  header.site-header .container {
    padding: 0 1.7rem;
  }
}
.right-navigation,
.left-navigation {
  height: 100vh;
  right: 0;
  position: absolute;
  z-index: 3;
  padding: 6rem 0 2rem;
  color: #fff;
  font-size: 1.4rem;
  top: 0;
  width: 5rem;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right-navigation a.header-button,
.left-navigation a.header-button {
  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;
  height: 100%;
  border-left: 1px solid #fff;
}
.right-navigation .inner,
.left-navigation .inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: auto;
  height: auto;
  white-space: nowrap;
}
.right-navigation .socials-block,
.left-navigation .socials-block {
  width: 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;
  position: absolute;
  top: 6rem;
  left: -0.2rem;
}
.right-navigation .socials-wrapper,
.left-navigation .socials-wrapper {
  gap: 1.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-navigation .socials-wrapper li,
.left-navigation .socials-wrapper li {
  width: 2rem;
  height: 1rem;
  text-align: center;
}
.right-navigation .socials-wrapper img,
.left-navigation .socials-wrapper img {
  -webkit-filter: invert(1) brightness(2) grayscale(1);
          filter: invert(1) brightness(2) grayscale(1);
}
.right-navigation:hover,
.left-navigation:hover {
  font-weight: 700;
}
@media (max-width: 768px) {
  .right-navigation,
  .left-navigation {
    display: none;
  }
}
.left-navigation {
  right: auto;
  left: 0;
}
.left-navigation a.header-button {
  border-left: 0;
  border-right: 1px solid #fff;
}
nav.site-navigation {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #000;
  width: 20rem;
  z-index: 60;
  height: 100vh;
  font-size: 1.26316rem;
  padding: 4% 0;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
nav.site-navigation ul.menu {
  padding: 0;
  margin: 0;
  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.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.site-navigation ul.menu li {
  list-style: none;
  /* Keep underline on "current" and "active" items */
}
nav.site-navigation ul.menu li a {
  display: block;
  padding: 0.9rem 2rem;
  position: relative;
}
nav.site-navigation ul.menu li a:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  width: 0;
}
nav.site-navigation ul.menu li.active a:after {
  width: 100%;
}
nav.site-navigation .bottom-area {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
nav.site-navigation .bottom-area .lang {
  margin-bottom: 1rem;
}
nav.site-navigation .bottom-area .lang li.wpml-ls-current-language span {
  position: relative;
}
nav.site-navigation .bottom-area .lang li.wpml-ls-current-language span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 100%;
  left: 0;
}
@media (max-width: 768px) {
  nav.site-navigation {
    width: 100%;
    font-size: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav.site-navigation .bottom-area {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
}
body.menu-open nav.site-navigation {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#close-nav {
  width: 2.5rem;
  height: 2.5rem;
  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;
  border: 1.35px solid #000;
  font-size: 1.5rem;
  padding: 0;
}
@media (max-width: 768px) {
  #close-nav {
    width: 54px;
    height: 54px;
    font-size: 32px;
  }
}
.mobile-btn {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  z-index: 40;
  margin: 0;
}
.mobile-btn .bar {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  border-radius: 0.5rem;
}
.mobile-btn .bar:before,
.mobile-btn .bar:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 0.5rem;
}
.mobile-btn .bar:before {
  bottom: 9px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar:after {
  top: 9px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate {
  background: transparent !important;
}
.mobile-btn .bar.animate:before {
  bottom: 0;
  background: #fff !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar.animate:after {
  top: 0;
  background: #fff !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
footer.site-footer {
  background-color: #231F20;
  color: #fff;
  --t-color: #fff;
  padding: 4.2rem 0;
}
footer.site-footer .footer-cols {
  gap: 8.5%;
  padding: 0 3rem;
}
footer.site-footer .footer-cols .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 16.6%;
          flex: 1 1 16.6%;
}
footer.site-footer ul.menu li {
  padding: 0.1rem 0;
  font-size: 0.94737rem;
}
footer.site-footer ul.menu li:hover {
  font-weight: bold;
}
footer.site-footer .bottom-footer {
  margin-top: 3.5rem;
  width: 79%;
}
footer.site-footer .bottom-footer .footer-col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
@media (max-width: 768px) {
  footer.site-footer .footer-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    gap: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer.site-footer .footer-cols .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45%;
  }
  footer.site-footer .footer-cols .footer-col .widget-title {
    margin-bottom: 0.8rem;
  }
  footer.site-footer .footer-cols .footer-col:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    text-align: left;
    margin-bottom: 3.6rem;
  }
  footer.site-footer .footer-cols .footer-col:last-child img {
    max-width: 45% !important;
  }
  footer.site-footer ul.menu li {
    font-size: 18px;
  }
  footer.site-footer .bottom-footer {
    width: 100%;
  }
  footer.site-footer .bottom-footer .footer-col:last-child {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    font-size: 13px;
    text-align: initial;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
section.footer-contact {
  padding: 4rem 0;
  border-bottom: 2px solid #000;
}
section.footer-contact .section-title {
  padding: 0;
  margin-bottom: 2rem;
}
section.footer-contact .right-part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
section.footer-contact .left-part {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}
@media (max-width: 768px) {
  section.footer-contact .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  section.footer-contact .right-part,
  section.footer-contact .left-part {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  section.footer-contact .text-wrapper {
    padding-top: 1rem;
  }
  section.footer-contact .section-title .title-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.footer-contact .section-title .title-wrapper .inner {
    gap: 0;
  }
}
section.footer-instagram {
  padding: 3.15rem 0;
}
section.footer-instagram h2 {
  font-size: 2.49411rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
section.footer-instagram h2 img {
  width: 1.8rem;
}
@media (max-width: 768px) {
  section.footer-instagram #sbi_images {
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    direction: ltr;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-right: -3rem;
    margin-left: -3rem;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  section.footer-instagram #sbi_images::-webkit-scrollbar {
    display: none;
  }
  section.footer-instagram #sbi_images .sbi_item {
    width: 14rem !important;
    height: 14rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo_wrap {
    height: 100%;
    width: 100%;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo {
    width: 100%;
    height: 100%;
  }
  section.footer-instagram #sbi_images .sbi_item .sbi_photo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  background-color: var(--bg-color);
  color: var(--t-color, #000);
}
.page-section p {
  color: inherit;
}
section.hero {
  background: #000;
  height: 100vh;
  font-size: 2.52632rem;
  position: relative;
}
section.hero .swiper {
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.hero .swiper .swiper-wrapper,
section.hero .swiper .image-wrapper,
section.hero .swiper .video-wrapper {
  width: 100%;
  height: 100%;
}
section.hero .swiper img {
  position: relative;
}
section.hero mark {
  font-size: 6.52579rem;
  font-weight: 100;
  text-transform: uppercase;
  margin: 0;
  line-height: 88%;
  /* 6.04995rem */
  background-color: transparent;
  color: #fff;
}
section.hero p {
  margin: 0;
}
section.hero .container {
  z-index: 2;
  color: #fff;
  height: 100%;
  padding: 29vh 0;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.hero .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 768px) {
  section.hero {
    height: calc(100vh - 13rem);
  }
  section.hero mark {
    font-size: 5.5rem;
  }
  section.hero p br {
    display: none;
  }
}
section.line-ticker {
  background-color: #FCD900;
  padding: 1.15rem 0;
  border-bottom: 2px solid #000;
  font-size: 2.50326rem;
  text-transform: uppercase;
  font-weight: 300;
}
section.line-ticker .swiper-slide {
  width: auto !important;
  margin: 0 1.25rem;
  position: relative;
}
section.line-ticker .swiper-slide:after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 0.9rem);
}
section.line-ticker .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
section.simple-text .text-wrapper {
  -webkit-columns: var(--columns);
     -moz-columns: var(--columns);
          columns: var(--columns);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 768px) {
  section.simple-text .text-wrapper {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
  }
}
.section-title .title-wrapper {
  position: relative;
}
.section-title .title-wrapper h1,
.section-title .title-wrapper h2 {
  line-height: 1;
  margin-top: 0;
  font-size: 5.05263rem;
  font-weight: 300;
}
.section-title .title-wrapper span {
  display: block;
  width: 7rem;
  background-color: #FCD900;
  height: 4px;
  margin-top: 0.95rem;
}
.section-title .title-wrapper.x-center {
  text-align: center;
}
.section-title .title-wrapper.x-end {
  text-align: left;
}
.section-title.static-title {
  padding: 3rem 0 3.4rem;
}
.section-title.no-sub-terms {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .section-title .title-wrapper.x-end {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title .title-wrapper.x-end .inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.posts-wrapper {
  gap: 3.5rem;
  padding: 2.5rem 0 4.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.posts-wrapper.padded {
  max-width: 70rem;
  margin: 0 auto;
}
article {
  width: calc(32.8% - 1.9rem);
}
article.article-post a {
  display: block;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #E7E7E7;
  padding: 0.8rem 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.article-post h3 {
  font-size: 1.36842rem;
  line-height: 100%;
  font-weight: 400;
}
article.article-post .image-wrapper {
  height: 290px;
  overflow: hidden;
}
article.article-post .text-wrapper {
  padding: 0.6rem 0.6rem 0;
}
article.article-post .post-content {
  font-size: 1.05263rem;
  --t-color: #757575;
  color: #757575;
  font-weight: 600;
  margin-top: 0.5rem;
}
article.article-post .video-popup .image-wrapper {
  position: relative;
}
article.article-post .video-popup .image-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('img/play.svg');
  background-repeat: no-repeat;
  background-size: 3rem;
  background-position: center;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.article-post:hover a {
  border-color: #FCD900;
}
article.article-post:hover .video-popup .image-wrapper:after {
  background-image: url('img/play-yellow.svg');
}
@media (max-width: 1024px) {
  article.article-post {
    width: calc(50% - 1.9rem);
  }
}
@media (max-width: 480px) {
  article.article-post {
    width: 100%;
  }
  article.article-post a {
    border-top: none;
    border-bottom: none;
  }
  article.article-post .text-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  article.article-post h3 {
    font-size: 26px;
  }
  article.article-post .post-content {
    font-size: 20px;
  }
}
article.project-post {
  width: calc(50% - 1.75rem);
}
article.project-post p {
  margin: 0;
}
article.project-post .post-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 0.3rem;
}
article.project-post .image-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.project-post .post-logo {
  position: absolute;
  top: 1.3rem;
  right: 1.3rem;
  z-index: 2;
  max-width: 9.8rem;
}
article.project-post .post-logo img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  article.project-post .post-logo {
    max-width: 16rem;
  }
}
article.project-post .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.project-post:hover .post-image {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
article.project-post:hover .image-shadow {
  -webkit-box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.25);
}
article.project-post:hover .sub-tag {
  text-shadow: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (max-width: 768px) {
  article.project-post {
    width: 100%;
  }
  article.project-post .text {
    margin-top: 10px;
    line-height: 1.3;
  }
  article.project-post .text h3 {
    margin-bottom: 0.5rem;
  }
}
article .sub-tag {
  font-size: 1.05263rem;
  border-radius: 4rem;
  border: 1px solid #000;
  padding: 0.2rem 1.8rem;
  margin-top: 0.9rem;
  background-color: #fff;
  white-space: nowrap;
  min-width: 7rem;
  text-align: center;
}
@media (max-width: 768px) {
  article .sub-tag {
    display: none;
  }
}
article .post-mark {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  border: 2px solid #000;
  width: 7rem;
  height: 7rem;
  background-color: var(--bg-color, #FCD900);
  color: var(--t-color, #231F20);
  top: 1.3rem;
  left: 1.3rem;
  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: 1.9rem;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  text-align: center;
  line-height: 0.9;
}
@media (max-width: 768px) {
  article .post-mark {
    width: 8.5rem;
    height: 8.5rem;
  }
}
nav.sub-categories {
  padding-bottom: 1rem;
}
nav.sub-categories .mobile-trigger {
  display: none;
}
nav.sub-categories a {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
nav.sub-categories a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #E7E7E7;
  position: absolute;
  top: 100%;
  right: 0;
}
nav.sub-categories ul {
  gap: 7%;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.sub-categories ul li:hover a:after,
nav.sub-categories ul li.active a:after {
  background-color: #FCD900;
}
@media (max-width: 768px) {
  nav.sub-categories {
    position: relative;
    z-index: 2;
  }
  nav.sub-categories .mobile-trigger {
    display: block;
    border: 1px solid #000;
  }
  nav.sub-categories .mobile-trigger span {
    background-color: #FCD900;
    border: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    padding: 0.2rem 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.sub-categories .mobile-trigger span:before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 1.4rem;
    background-image: url('img/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  nav.sub-categories a {
    width: 100%;
    height: 56px;
    background-color: #fff;
    text-align: right;
    border-bottom: 1px solid #000;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.2rem 3rem;
  }
  nav.sub-categories a:after {
    content: none;
  }
  nav.sub-categories ul {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    position: absolute;
    display: none;
    width: 100%;
  }
}
section.horizontal-list .list-item {
  cursor: pointer;
}
section.horizontal-list .list-item h3 {
  font-size: 1.26316rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.3rem;
  line-height: 121%;
}
section.horizontal-list .list-item .item-header {
  text-align: center;
}
section.horizontal-list .list-item .item-header:after {
  content: "";
  display: block;
  margin: 0.5rem auto 1.2rem;
  height: 4px;
  background: #E7E7E7;
  width: 65px;
}
section.horizontal-list .list-item .index {
  font-size: 3.36842rem;
  font-weight: 300;
  line-height: 1;
}
section.horizontal-list .list-item .item-text {
  text-align: justify;
  padding: 0 0.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
section.horizontal-list .list-item.active .item-header:after,
section.horizontal-list .list-item.swiper-slide-active .item-header:after {
  background-color: #FCD900;
}
section.horizontal-list .list-item.active .item-text,
section.horizontal-list .list-item.swiper-slide-active .item-text {
  opacity: 1;
}
@media (max-width: 768px) {
  section.horizontal-list {
    position: relative;
  }
  section.horizontal-list .swiper {
    padding-left: 3rem;
    overflow: visible;
  }
  section.horizontal-list .list-item {
    padding: 3rem;
    position: relative;
    height: auto;
  }
  section.horizontal-list .list-item .index {
    font-size: 64px;
  }
  section.horizontal-list .list-item:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
    position: absolute;
    right: 100%;
    top: 0;
  }
  section.horizontal-list .list-item .item-text {
    opacity: 1;
  }
  section.horizontal-list .swiper-button-prev,
  section.horizontal-list .swiper-button-next {
    bottom: 100%;
    margin-top: auto;
    margin-bottom: 4rem;
    top: auto;
  }
  section.horizontal-list .swiper-button-prev:after,
  section.horizontal-list .swiper-button-next:after {
    color: #000;
    font-size: 40px;
  }
  section.horizontal-list .swiper-button-prev.swiper-button-disabled,
  section.horizontal-list .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
  section.horizontal-list .swiper-button-prev {
    left: 2.5rem;
  }
  section.horizontal-list .swiper-button-next {
    right: 2.5rem;
  }
}
section.content-grid .items-wrapper {
  gap: 2%;
  --gap: 2%;
  margin: 0 -2rem;
}
section.content-grid .content-wrapper {
  position: relative;
  padding: 17%;
  text-align: justify;
  font-size: 1.05263rem;
  border: 2px solid transparent;
  width: 100%;
  aspect-ratio: 1;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.content-grid .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
section.content-grid .image-holder img {
  display: block;
}
@media (min-width: 769px) {
  section.content-grid .content-item.with-hover:hover .content-wrapper {
    border-color: #000;
  }
  section.content-grid .content-item.with-hover:hover .image-holder {
    opacity: 0;
    z-index: -2;
  }
}
section.content-grid .content-item.with-hover.show .content-wrapper {
  border-color: #000;
}
section.content-grid .content-item.with-hover.show .image-holder {
  opacity: 0;
  z-index: -2;
}
section.content-grid .text-wrapper {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
section.content-grid .text-wrapper .sub-title {
  font-size: 1.26316rem;
  font-weight: 300;
}
section.content-grid .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.26316rem;
  height: 5.26316rem;
  overflow: hidden;
}
section.content-grid .triangle:after {
  content: "";
  display: block;
  position: absolute;
  top: -60%;
  right: -60%;
  width: 130%;
  height: 110%;
  border: 2px solid #000;
  background-color: #FCD900;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  section.content-grid .items-wrapper {
    margin: 0;
  }
  section.content-grid .content-wrapper {
    font-size: 1.75rem;
    padding: calc(5.6rem + 8%) 10% 5%;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
  }
  section.content-grid .content-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(5.6rem - 2px);
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  section.content-grid .triangle {
    position: absolute;
    z-index: 10;
    top: -1px;
    left: -1px;
    right: auto;
    width: 5.6rem;
    height: 5.6rem;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 11rem;
    font-weight: 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;
  }
  section.content-grid .triangle:after {
    content: "+";
    display: block;
    -webkit-transform: none;
            transform: none;
    border: none;
    top: auto;
    right: auto;
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  section.content-grid .triangle.triggered:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  section.content-grid .items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
  section.content-grid .text-wrapper h3 {
    font-size: 32px;
  }
  section.content-grid .text-wrapper .sub-title {
    font-size: 24px;
  }
}
section.icons {
  color: var(--t-color, #000);
  text-align: center;
}
section.icons .icons-wrapper {
  gap: 3%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.icons .icons-wrapper.column {
  gap: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.icons .icons-wrapper.column .item-text {
  margin-top: 0.2rem;
}
section.icons .icons-wrapper.column .item-text h4 {
  white-space: normal;
}
section.icons .item-text {
  margin-top: 1rem;
}
section.icons .item-text h4 {
  margin: 0;
  white-space: nowrap;
}
section.icons .item-image img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
section.icons .iconi-item:hover .item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  section.icons .icons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.icons .iconi-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
    margin-bottom: 1.5rem;
  }
}
section.numbers .icons-wrapper {
  gap: 2rem;
  padding: 0 5%;
}
section.numbers .icons-wrapper.column .number-item .number {
  font-size: 3.36842rem;
}
section.numbers .number-item {
  text-align: center;
  font-size: 1.26316rem;
}
section.numbers .number-item .number {
  font-size: 5.80195rem;
  line-height: 1;
}
@media (max-width: 768px) {
  section.numbers .icons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6rem;
  }
  section.numbers .number-item {
    width: 100%;
    font-size: 24px;
  }
  section.numbers .number-item .number {
    font-size: 64px;
  }
}
section.single-intro {
  border-bottom: 2px solid #000;
}
section.single-intro .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.single-intro .text .post-logo {
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 200px;
}
section.single-intro .text .post-logo img {
  display: inline-block;
}
section.single-intro .text h1 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
section.single-intro .text h2 {
  font-size: 1.26316rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
section.single-intro .text-wrapper {
  text-align: justify;
  padding: 3rem 5rem;
}
section.single-intro .project-thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80%;
          flex: 1 1 80%;
  border-right: 2px solid #000;
  max-height: 100%;
}
section.single-intro .project-thumb img {
  display: block;
  width: 100%;
}
section.single-intro .form-wrapper {
  background-color: #E7E7E7;
  padding: 2.5rem 5rem;
  border-top: 2px solid #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
section.single-intro .form-wrapper input:not([type="submit"]) {
  background-color: #fff;
}
section.single-intro .form-wrapper h2,
section.single-intro .form-wrapper h3 {
  text-align: center;
  font-size: 1.20126rem;
  margin: 0 0 1.5rem 0;
  font-weight: normal;
}
section.single-intro .details-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-top: 2.3rem;
}
section.single-intro .details-table .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}
section.single-intro .details-table .detail .detail-iconi {
  border-left: 1px solid #000;
  padding: 0.4rem;
  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;
  width: 2.1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.single-intro .details-table .detail .detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
}
section.single-intro .details-table .detail:nth-child(1),
section.single-intro .details-table .detail:nth-child(2),
section.single-intro .details-table .detail:nth-child(3),
section.single-intro .details-table .detail:nth-child(4) {
  width: 50%;
}
section.single-intro .project-button {
  width: 100%;
  margin-top: 1.8rem;
}
@media (max-width: 1280px) {
  section.single-intro .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
@media (max-width: 768px) {
  section.single-intro .parts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.single-intro .text-wrapper {
    padding: 3rem;
  }
  section.single-intro .details-table .detail .detail-iconi {
    width: 40px;
    height: 40px;
  }
  section.single-intro .details-table .detail .detail-text {
    font-size: 16px;
  }
  section.single-intro .project-button {
    margin-top: 3.6rem;
  }
  section.single-intro .form-wrapper {
    padding: 3rem;
  }
  section.single-intro .form-wrapper h4 {
    font-size: 22px;
  }
}
section.gallery .gallery-wrapper {
  gap: 1.5rem;
  --gap: 1rem;
  position: relative;
}
section.gallery .gal-image {
  position: relative;
  cursor: pointer;
}
section.gallery .gal-image img {
  display: block;
}
section.gallery .mobile-gallery .swiper-button-prev,
section.gallery .mobile-gallery .swiper-button-next {
  position: absolute;
  top: 0;
  height: 100%;
  margin: auto;
  padding: 0 25px;
}
section.gallery .mobile-gallery .swiper-button-prev:after,
section.gallery .mobile-gallery .swiper-button-next:after {
  color: #fff;
  font-size: 40px;
}
section.gallery .mobile-gallery .swiper-button-prev {
  right: 0;
  background: linear-gradient(93deg, rgba(0, 0, 0, 0.5) 2.37%, rgba(0, 0, 0, 0) 165.2%);
}
section.gallery .mobile-gallery .swiper-button-next {
  left: 0;
  background: linear-gradient(93deg, rgba(0, 0, 0, 0.5) 2.37%, rgba(0, 0, 0, 0) 165.2%);
}
@media (max-width: 768px) {
  section.gallery .container {
    padding: 0;
  }
}
.gallery-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.gallery-popup.fixed {
  position: fixed;
  z-index: 999;
}
.gallery-popup .inner {
  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: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 87vh;
}
.gallery-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.gallery-popup .popup-image {
  max-height: 100%;
  max-width: 65%;
  aspect-ratio: 1.5;
  background-color: #eee;
  position: relative;
}
.gallery-popup .image-content img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.gallery-popup .gallery-popup-close {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 2.10526rem;
  height: 2.10526rem;
  z-index: 2;
  cursor: pointer;
}
.gallery-popup .gallery-popup-close svg {
  width: 100%;
  height: 100%;
}
.gallery-popup .video-wrapper {
  width: 57vw;
  aspect-ratio: 1.6;
}
.gallery-popup .video-wrapper video {
  border: 8px solid #000;
}
@media (max-width: 1024px) {
  .gallery-popup {
    width: 100%;
    height: 100%;
    z-index: 70 !important;
    background-color: #000;
  }
  .gallery-popup .popup-image {
    max-width: 100vw;
    max-height: 100vh;
    position: static;
    aspect-ratio: 0;
  }
  .gallery-popup .video-wrapper {
    width: auto;
    margin: 0 auo;
    background-image: url('img/loader.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
  }
  .gallery-popup .video-wrapper video {
    border: none;
    position: relative;
    max-height: 100vh;
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: auto;
  }
  .gallery-popup .gallery-popup-close {
    width: 35px;
    height: 35px;
    left: 1rem;
    top: 1rem;
  }
}
section.content-blocks {
  position: relative;
}
section.content-blocks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
section.content-blocks .section-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
section.content-blocks .section-bg-wrapper img,
section.content-blocks .section-bg-wrapper .video-wrapper {
  z-index: 0;
  position: relative;
}
section.content-blocks .container {
  position: relative;
  z-index: 2;
}
section.content-blocks .content-block {
  width: var(--width);
  min-width: var(--width);
  max-width: var(--width);
  background-color: var(--bg-color);
  color: var(--t-color);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (min-width: 769px) {
  section.content-blocks .content-block.border-left {
    border-left: 2px solid #000;
  }
  section.content-blocks .content-block.border-right {
    border-right: 2px solid #000;
  }
}
@media (max-width: 768px) {
  section.content-blocks.mobile-reverse .blocks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.content-blocks .blocks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  section.content-blocks .content-block {
    width: 100%;
    max-width: 100%;
  }
  section.content-blocks .content-block .container {
    padding: 0;
  }
}
section.zoomin-image .zoom-container {
  position: relative;
  border: 1px solid #000;
  width: 100%;
}
section.zoomin-image .zoom-container .inner {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.2;
  overflow: hidden;
  position: relative;
}
section.zoomin-image .zoom-container .inner img {
  display: block;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.zoomin-image .zommin-button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0;
  width: 2.94737rem;
  height: 2.94737rem;
  z-index: 2;
  border: 1px solid #000;
  border-top: 0;
  border-left: 0;
  font-weight: 100;
  font-size: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.zoomin-image .zommin-button:hover {
  background-color: #FCD900;
  color: #000;
}
section.media {
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.media .container {
  height: 100%;
}
section.media .media-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
  min-height: var(--height);
}
section.media .media-wrapper img {
  width: 100%;
}
section.media .video-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  section.media .media-wrapper {
    border: 2px solid #000;
  }
}
section.timeline .item-wrapper {
  text-align: center;
  font-size: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
section.timeline .item-wrapper .inner {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.timeline .item-wrapper .item-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 5rem;
  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;
}
section.timeline .item-wrapper .item-icon img {
  max-height: 100%;
}
section.timeline .item-wrapper .box-wrapper {
  position: relative;
}
section.timeline .item-wrapper .bottom-text {
  padding: 0 15%;
}
section.timeline .item-wrapper .box {
  width: 2.3rem;
  height: 2.3rem;
  border: 2px solid #000;
  margin: 1rem auto;
  background-color: #fff;
}
section.timeline .item-wrapper .box:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: -1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
section.timeline .item-wrapper .box:after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -1.15rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
section.timeline .item-wrapper:first-child .box:before {
  content: none;
}
section.timeline .item-wrapper:last-child .box:after {
  content: none;
}
@media (min-width: 769px) {
  section.timeline .item-wrapper:hover .box {
    background-color: #FCD900;
  }
}
@media (max-width: 768px) {
  section.timeline .items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  section.timeline .item-wrapper {
    font-size: 20px;
  }
  section.timeline .item-wrapper .inner {
    width: 100%;
    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;
    padding-bottom: 6rem;
  }
  section.timeline .item-wrapper .item-icon {
    width: 45%;
    height: auto;
  }
  section.timeline .item-wrapper .bottom-text {
    width: 45%;
    padding: 0 10% 0 5%;
  }
  section.timeline .item-wrapper .box-wrapper {
    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;
  }
  section.timeline .item-wrapper .box {
    margin: 0;
    background-image: url('img/rec.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
  }
  section.timeline .item-wrapper .box:after {
    top: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% + 6rem);
    width: 2px;
    -webkit-transform: none;
            transform: none;
  }
  section.timeline .item-wrapper .box:before {
    bottom: 88%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: calc(100% + 6rem);
    width: 2px;
    -webkit-transform: none;
            transform: none;
    top: auto;
  }
}
#load-more-container {
  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;
  margin-bottom: 3.8rem;
}
#load-more-container #load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  position: relative;
}
.related-posts {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .related-posts .title-wrapper .inner {
    text-align: center;
  }
}
section.space {
  height: var(--height);
}
@media (max-width: 768px) {
  section.space {
    height: var(--mobile-height);
  }
}
section.accordion-blocks .blocks-wrapper {
  gap: 4rem;
  --gap: 4rem;
}
section.accordion-blocks .blocks-wrapper .block-item .block-image {
  position: relative;
  height: 13.5rem;
  overflow: hidden;
}
section.accordion-blocks .blocks-wrapper .block-item .block-image h3 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  bottom: 0.3rem;
  padding: 0 0.5rem;
}
section.accordion-blocks .blocks-wrapper .block-item .block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}
section.accordion-blocks .blocks-wrapper .block-item .accorion-wrapper {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item {
  border-bottom: 1px solid #000;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item .item-title {
  font-size: 1.2rem;
  padding: 0.3rem 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item .item-title:hover {
  background-color: #f0f0f0;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item .item-content {
  font-size: 0.85rem;
  padding: 0.3rem 0.5rem;
  display: none;
  overflow: hidden;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item.active .item-title {
  font-weight: bold;
  background-color: transparent;
}
section.accordion-blocks .blocks-wrapper .block-item .accordion-item.active .item-title:hover {
  background-color: transparent;
}
@media (max-width: 768px) {
  section.accordion-blocks .blocks-wrapper .block-item .block-image {
    height: 195px;
  }
  section.accordion-blocks .blocks-wrapper .block-item .block-image h3 {
    font-size: 32px;
    padding: 0 10px;
  }
  section.accordion-blocks .blocks-wrapper .block-item .accordion-item .item-title {
    font-size: 22px;
    padding: 8px 10px;
  }
  section.accordion-blocks .blocks-wrapper .block-item .accordion-item .item-content {
    font-size: 16px;
    padding: 8px 10px;
  }
}
/*# sourceMappingURL=style.css.map */