@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
h3 {
  line-height: 1.2;
}

.icon-toggle {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.icon-toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 200ms;
}
.icon-toggle .icon-default {
  transform: translate(-50%, -50%);
}
.icon-toggle .icon-active {
  transform: translate(-150%, -50%);
}
.icon-toggle-reverse .icon-default {
  transform: translate(-50%, -50%);
}
.icon-toggle-reverse .icon-active {
  transform: translate(100%, -50%);
}

:root {
  --wp--style--global--padding-right: 1rem;
  --wp--style--global--padding-left: 1rem;
}
@media (min-width: sm) {
  :root {
    --wp--style--global--padding-right: 2rem;
    --wp--style--global--padding-left: 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.font-serif,
.font-serif * {
  font-family: "DM Serif Text", sans-serif;
}

body {
  overflow-x: hidden;
  background-color: #f5f5f5;
}
@media (max-width: 1280px) {
  body.menu-open {
    overflow-y: hidden;
  }
}
@media (min-width: 1280px) {
  body.search-open {
    overflow-y: hidden;
  }
}

a {
  color: #c19a6b;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

p {
  margin-bottom: 1.875rem;
}
p:last-child {
  margin-bottom: 0;
}

.wp-block-columns {
  display: flex;
  gap: var(--wp--style--block-gap);
}

.wp-block-column {
  flex: 1;
}

.wp-block-columns-is-layout-flex,
.is-layout-flex {
  display: flex;
}
@media (max-width: 992px) {
  .wp-block-columns-is-layout-flex,
  .is-layout-flex {
    flex-direction: column;
  }
}

.wp-block-column-is-layout-flow,
.is-layout-flow {
  display: flex;
  flex-direction: column;
}

.splide__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.splide__btn {
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  display: flex;
  gap: 10px;
  color: #000000;
  cursor: pointer;
  align-items: center;
  transition: border 400ms;
  border: 1px solid transparent;
}
.splide__btn-icon {
  width: 21px;
  height: 20px;
  color: #c19a6b;
  display: flex;
  position: relative;
}
.splide__btn-icon .icon-toggle {
  width: 21px;
  height: 20px;
}
.splide__btn-icon .icon-toggle .icon {
  transition: 400ms;
}
.splide__btn:hover {
  border: 1px solid #c19a6b;
}
.splide__btn:hover .splide__btn-icon .icon-toggle .icon-default {
  transform: translate(100%, -50%);
}
.splide__btn:hover .splide__btn-icon .icon-toggle .icon-active {
  transform: translate(-50%, -50%);
}
.splide__btn:hover .splide__btn-icon .icon-toggle-reverse .icon-default {
  transform: translate(-150%, -50%);
}
.splide__btn:hover .splide__btn-icon .icon-toggle-reverse .icon-active {
  transform: translate(-50%, -50%);
}
.splide__btn:active {
  background-color: #c19a6b;
  color: #000000;
}
.splide__btn:active svg {
  color: #000000;
}
.splide__pages {
  border-radius: 999px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .splide__pages {
    display: none;
  }
}
.splide__page {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: white;
  border: 1px solid transparent;
  cursor: pointer;
}
.splide__page:hover {
  border: 1px solid #c19a6b;
}
.splide__page--active {
  background-color: #c19a6b;
}

.wp-block-columns-is-layout-flex, .is-layout-flex.is-horizontal {
  flex-direction: row;
}

.wp-block-list {
  padding-left: 18px;
}

.wp-block-list.is-style-inside,
.wp-block-list.has-style-inside {
  list-style-position: inside;
  padding-left: 0;
}

/* Gdy jest is-style-outside (warto ustawić też dla has-style-outside) */
.wp-block-list.is-style-outside,
.wp-block-list.has-style-outside {
  list-style-position: outside;
}

:root :where(.is-layout-flow) > :first-child {
  margin-block-start: initial;
}

:root :where(.is-layout-flow) > :last-child {
  margin-block-end: initial;
}

.has-dm-serif-text-font-family a {
  font-family: var(--wp--preset--font-family--dm-serif-text) !important;
}

@media (max-width: 992px) {
  .is-layout-flex {
    align-items: flex-start;
  }
}
.fupi_cookietype_descr a {
  color: #c19a6b;
}

.site-header {
  background-color: #f5f5f5;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header__container {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .site-header__container {
    max-width: 1440px;
  }
}
.site-header__content {
  border-bottom: 1px solid #c19a6b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 1280px) {
  .site-header__content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2.75rem;
  list-style: none;
}
.site-header__nav-underline {
  position: absolute;
  height: 4px;
  background-color: #c19a6b;
  bottom: 0;
}
.site-header__nav li {
  position: relative;
}
.site-header__nav li a {
  display: flex;
  font-size: 1.25rem;
  color: #000000;
  position: relative;
  font-family: "DM Serif Text", serif;
}
.site-header__nav li a:hover, .site-header__nav li a:active, .site-header__nav li a:focus {
  text-decoration: none;
}
@media (max-width: 1280px) {
  .site-header__nav {
    display: none;
  }
}
.site-header__action-link {
  display: flex;
  font-size: 1.25rem;
  color: #000000;
  position: relative;
  font-family: "DM Serif Text", serif;
  padding: 0 1rem;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 2.75rem;
}
@media (max-width: 1280px) {
  .site-header__actions {
    display: none;
  }
}
.site-header__desktop-info {
  display: flex;
  gap: 2.75rem;
  align-items: center;
}
.site-header__language {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header__language-text {
  font-size: 1.125rem;
  color: #000000;
  font-family: "DM Serif Text", serif;
}
.site-header__hamburger {
  display: none;
}
@media (max-width: 1280px) {
  .site-header__hamburger {
    display: block;
  }
}
.site-header__hamburger-icon {
  width: 3.125rem;
  height: 3.125rem;
  padding: 1rem;
  border-radius: 0.375rem;
  border: 1px solid #c19a6b;
}
.site-header__hamburger.active .icon-default {
  transform: translate(100%, -50%);
}
.site-header__hamburger.active .icon-active {
  transform: translate(-50%, -50%);
}
@media (min-width: 1280px) {
  .site-header.search-open {
    height: 100vh;
  }
  .site-header.search-open .site-header__search {
    display: flex;
  }
}
.site-header__search {
  display: none;
  padding: 2.5rem 0;
  flex-direction: column;
  gap: 50px;
}
.site-header__search-results {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.site-header__search-result {
  background-color: #ffffff;
  padding: 0.625rem;
  border-radius: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
.site-header__search-result-content {
  display: flex;
  flex-direction: column;
}
.site-header__search-result-title {
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.site-header__search-result-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.site-header__search-result-extra {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.site-header__search-result-categories {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header__search-result-badge {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #c19a6b;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  background-color: rgba(193, 154, 107, 0.1);
  border-radius: 0.625rem;
  border: 1px solid #c19a6b;
  white-space: nowrap;
}
.site-header__search-result-divider {
  height: 1.5rem;
  width: 1px;
  background-color: #c19a6b;
}
@media (max-width: 992px) {
  .site-header__search-result {
    flex-direction: column;
    align-items: start;
  }
  .site-header__search-result-divider {
    display: none;
  }
  .site-header__search-result-extra {
    flex-direction: column;
    align-items: start;
    gap: 0.625rem;
  }
}
.site-header__mobile-search {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-header__mobile-search .site-header__search-results {
  display: none;
}
.site-header__mobile-menu {
  width: 100%;
  padding: 1.5rem 0;
  display: none;
  gap: 3rem;
  flex-direction: column;
}
.site-header__mobile-menu.active {
  display: flex;
  min-height: calc(100vh - 152px);
}
@media (min-width: 1280px) {
  .site-header__mobile-menu {
    display: none;
  }
  .site-header__mobile-menu.active {
    display: none;
  }
}
.site-header__mobile-menu.search-open > * {
  display: none;
}
.site-header__mobile-menu.search-open .site-header__mobile-search {
  display: flex;
}
.site-header__mobile-menu.search-open .site-header__mobile-search .site-header__search-results {
  display: flex;
}
.site-header__mobile-nav-list {
  list-style: none;
}
.site-header__mobile-nav-list a {
  display: flex;
  font-size: 1.25rem;
  color: #000000;
  position: relative;
  font-family: "DM Serif Text", serif;
  padding: 1.25rem 0;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: #000000;
  font-family: "DM Serif Text", serif;
}
.site-header__mobile-socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-header__mobile-social {
  width: 100% !important;
}
.site-header__mobile-copyright {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 21px;
  color: #000000;
}

.wp-block-navigation-submenu__toggle .current-language-item .wp-block-navigation__submenu-icon svg {
  display: none;
}

.wp-block-navigation__submenu-icon::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.40544 5.4382C4.20587 5.71473 3.79413 5.71473 3.59456 5.4382L0.241885 0.792604C0.00323535 0.461921 0.239523 1.87809e-07 0.647327 2.2346e-07L7.35267 8.0966e-07C7.76048 8.45312e-07 7.99676 0.461922 7.75812 0.792604L4.40544 5.4382Z' fill='%23C19A6B'/%3E%3C/svg%3E");
  display: inline-block;
  margin-left: 5px;
  margin-top: 3px;
}

.site-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 3rem;
  column-gap: 1.25rem;
  margin-top: 9rem;
}
@media (max-width: 992px) {
  .site-footer {
    margin-top: 4.5rem;
  }
}
.site-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 2.5rem;
  grid-column: span 2;
}
.site-footer__nav-list {
  list-style: none;
  display: flex;
  gap: 2rem 3rem;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .site-footer__nav-list {
    justify-content: flex-end;
  }
}
.site-footer__nav ul {
  list-style: none;
}
.site-footer__nav ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.site-footer__nav ul li a:hover {
  text-decoration: underline;
}
.site-footer__nav ul .sub-menu {
  margin-top: 1rem;
}
.site-footer__nav ul .sub-menu li {
  margin-bottom: 0.5rem;
}
.site-footer__nav ul .sub-menu li:last-child {
  margin-bottom: 0;
}
.site-footer__nav ul .sub-menu a {
  font-weight: 400;
  text-transform: none;
}
.site-footer__description {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000000;
  margin-top: 2.5rem;
}
.site-footer__contact {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #c19a6b;
  justify-content: space-between;
}
.site-footer__contact-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 180px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.site-footer__contact-item ul {
  list-style: none;
}
.site-footer__contact-item a {
  color: #000000;
}
.site-footer__contact-item a:hover {
  text-decoration: underline;
}
.site-footer__meta {
  display: flex;
  gap: 1rem 4rem;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .site-footer__meta {
    justify-content: flex-end;
  }
}
.site-footer__meta-list {
  display: flex;
  gap: 1.5rem 3.125rem;
  flex-wrap: wrap;
  list-style: none;
}
.site-footer__meta-list a {
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.site-footer__meta-list a:hover {
  text-decoration: underline;
}
.site-footer__meta-copyright {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  color: #000000;
  margin-top: 1px;
}
.site-footer .svg-link {
  color: #000000;
  transition: color 0.3s ease;
}
.site-footer .svg-link:hover, .site-footer .svg-link:focus, .site-footer .svg-link:active {
  color: #c19a6b;
}
@media (max-width: 992px) {
  .site-footer {
    grid-template-columns: 1fr;
  }
  .site-footer__main {
    grid-column: span 1;
  }
  .site-footer__nav {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #c19a6b;
  }
  .site-footer__description {
    margin-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #c19a6b;
  }
  .site-footer__meta {
    margin-top: 2.5rem;
  }
}

input,
textarea {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  outline: none;
  border: 1px solid transparent;
  color: black;
  font-size: 1rem;
  width: 100%;
}
input::placeholder,
textarea::placeholder {
  color: #a8a8a8;
}
input:focus, input:hover,
textarea:focus,
textarea:hover {
  border: 1px solid #c19a6b;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

.file-upload {
  position: relative;
  width: 100%;
}
.file-upload__input {
  display: none;
}
.file-upload__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 95px;
  width: 100%;
  border: 2px dashed #c19a6b;
  border-radius: 10px;
  background-color: #ffffff;
  color: #c19a6b !important;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.codedropz-upload-handler {
  border: 2px dashed #c19a6b;
  font-size: 1rem;
  color: #c19a6b !important;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
}
.codedropz-upload-handler .codedropz-upload-container {
  height: 95px;
  display: flex;
  align-items: center;
}
.codedropz-upload-handler .codedropz-upload-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.codedropz-upload-handler h3 {
  font-size: 1rem;
  font-weight: 400;
}

.dnd-upload-status .dnd-upload-details .name {
  color: #000;
  font-size: 14px;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

.btn {
  padding: 1.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 1px solid transparent;
  background: transparent;
  font-size: 1rem;
  width: fit-content;
  line-height: 0.75rem;
  white-space: nowrap;
}
.btn:not(.btn-no-serif, .btn-no-serif) {
  font-family: "DM Serif Text", serif;
}
.btn-primary {
  color: #000000;
  background-color: #c19a6b;
  border-color: #c19a6b;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #000000;
}
.btn-primary.wpcf7-submit {
  color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #c19a6b;
  border-color: #c19a6b;
}
.btn-secondary:hover {
  background-color: #000000;
  border-color: #000000;
}
.btn-outline {
  color: #000000;
  background-color: transparent;
  border-color: #c19a6b;
}
.btn-outline:hover {
  color: #ffffff;
  background-color: #c19a6b;
}
.btn-contact {
  padding: 0 1.25rem;
  height: 50px;
  font-size: 1.125rem;
}
.btn-contact:not(:hover) svg {
  color: #c19a6b;
}
.btn-team {
  width: 100%;
  padding: 1rem 0;
}
.btn-team:hover {
  color: #000000;
  border-color: transparent;
  background-color: rgba(193, 154, 107, 0.7);
}
.btn-offer {
  padding: 1rem 1.875rem;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
.btn-offer:hover {
  background-color: #c19a6b;
  color: #ffffff;
}
.btn-search-result {
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: rgba(193, 154, 107, 0.1);
  color: #000000;
}
.btn-search-result svg {
  color: #c19a6b;
}
.btn-search-result:hover {
  background-color: #c19a6b;
  color: #ffffff;
}
.btn-search-result:hover svg {
  color: #ffffff;
}
.btn-bold {
  font-weight: 700;
}
.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
}

.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.wp-block-button.is-style-secondary .wp-block-button__link {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.wp-block-button.is-style-phone .wp-block-button__link {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  padding: 1.25rem;
  border-radius: 0.625rem;
  font-family: "DM Serif Text", serif;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.wp-block-button.is-style-phone .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_1566)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.12301 0.956055H4.85096C5.07813 0.956055 5.28152 1.09686 5.36149 1.3095L6.42 4.12397C6.45506 4.21713 6.46394 4.3181 6.44568 4.41595L5.91528 7.26101C6.56721 8.79409 7.64401 9.82434 9.4299 10.7485L12.2408 10.2038C12.3406 10.1845 12.4438 10.1934 12.5388 10.2297L15.3619 11.3054C15.5734 11.386 15.7131 11.5888 15.7131 11.8151V14.4219C15.7131 15.6041 14.6715 16.5634 13.4532 16.2983C11.2324 15.815 7.11797 14.5868 4.23652 11.7054C1.47642 8.94529 0.551661 5.13243 0.240359 3.07147C0.0627374 1.89549 1.00586 0.956055 2.12301 0.956055Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_1566'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-button.is-style-phone .wp-block-button__link:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.wp-block-button.is-style-phone .wp-block-button__link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_526_1566_hover)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.12301 0.956055H4.85096C5.07813 0.956055 5.28152 1.09686 5.36149 1.3095L6.42 4.12397C6.45506 4.21713 6.46394 4.3181 6.44568 4.41595L5.91528 7.26101C6.56721 8.79409 7.64401 9.82434 9.4299 10.7485L12.2408 10.2038C12.3406 10.1845 12.4438 10.1934 12.5388 10.2297L15.3619 11.3054C15.5734 11.386 15.7131 11.5888 15.7131 11.8151V14.4219C15.7131 15.6041 14.6715 16.5634 13.4532 16.2983C11.2324 15.815 7.11797 14.5868 4.23652 11.7054C1.47642 8.94529 0.551661 5.13243 0.240359 3.07147C0.0627374 1.89549 1.00586 0.956055 2.12301 0.956055Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_526_1566_hover'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.wp-block-button.is-style-arrow .wp-block-button__link {
  background-color: #c19a6b;
  color: #ffffff;
  border-color: #c19a6b;
  padding: 1.25rem;
  border-radius: 0.625rem;
  font-family: "DM Serif Text", serif;
  line-height: 0.75rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0.5rem;
  justify-content: center;
}
.wp-block-button.is-style-arrow .wp-block-button__link::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3001_1629)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6708 1.02979C5.50816 1.02979 1.323 5.21495 1.323 10.3776C1.323 15.5403 5.50816 19.7254 10.6708 19.7254C15.8335 19.7254 20.0187 15.5403 20.0187 10.3776C20.0187 5.21495 15.8335 1.02979 10.6708 1.02979ZM11.5667 6.87298L14.6102 9.91648C14.8649 10.1712 14.8649 10.584 14.6102 10.8387L11.5667 13.8822C11.312 14.1369 10.8992 14.1369 10.6445 13.8822C10.3898 13.6275 10.3898 13.2147 10.6445 12.96L12.5746 11.0298H7.19256C6.83238 11.0298 6.54039 10.7378 6.54039 10.3776C6.54039 10.0174 6.83238 9.72544 7.19256 9.72544H12.5746L10.6445 7.79529C10.3898 7.5406 10.3898 7.12766 10.6445 6.87298C10.8992 6.61829 11.312 6.61829 11.5667 6.87298Z' fill='%23F5F5F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3001_1629'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.585449 0.687988)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3001_1629_hover)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6708 1.02979C5.50816 1.02979 1.323 5.21495 1.323 10.3776C1.323 15.5403 5.50816 19.7254 10.6708 19.7254C15.8335 19.7254 20.0187 15.5403 20.0187 10.3776C20.0187 5.21495 15.8335 1.02979 10.6708 1.02979ZM11.5667 6.87298L14.6102 9.91648C14.8649 10.1712 14.8649 10.584 14.6102 10.8387L11.5667 13.8822C11.312 14.1369 10.8992 14.1369 10.6445 13.8822C10.3898 13.6275 10.3898 13.2147 10.6445 12.96L12.5746 11.0298H7.19256C6.83238 11.0298 6.54039 10.7378 6.54039 10.3776C6.54039 10.0174 6.83238 9.72544 7.19256 9.72544H12.5746L10.6445 7.79529C10.3898 7.5406 10.3898 7.12766 10.6445 6.87298C10.8992 6.61829 11.312 6.61829 11.5667 6.87298Z' fill='%23F5F5F5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3001_1629_hover'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.585449 0.687988)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

:root :where(.wp-block-button .wp-block-button__link):hover, :root :where(.wp-block-button .wp-block-button__link):focus, :root :where(.wp-block-button .wp-block-button__link):active {
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 992px) {
  .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}
.searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: rgba(193, 154, 107, 0.2);
  border-radius: 0.625rem;
  padding: 1rem;
  gap: 1rem;
  border: none;
}
.searchbar__input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
}
.searchbar__input {
  flex: 1;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  font-size: 14px;
  color: #000000;
  border-radius: 0;
  padding: 0;
}
.searchbar__input::placeholder {
  color: #000000;
}
.searchbar__input:focus, .searchbar__input:hover, .searchbar__input:active {
  border: none;
}
.searchbar--mobile {
  border: 1px solid #c19a6b;
}
.searchbar--mobile .searchbar__input::placeholder {
  color: #c19a6b;
}

.badge {
  padding: 0.875rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 10%;
  text-transform: uppercase;
  font-weight: 600;
}
.badge--primary {
  background-color: rgba(193, 154, 107, 0.2);
  color: #c19a6b;
}
.badge--secondary {
  background-color: rgba(255, 255, 255, 0.6);
  color: #c19a6b;
}

.article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #ededed;
  transition: 500ms ease;
  text-decoration: none;
  height: 100%;
}
.article:hover, .article:active, .article:focus {
  text-decoration: none;
}
.article__img {
  overflow: hidden;
  display: flex;
  transition: 500ms ease;
  height: 8.4375rem;
}
.article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 500ms ease;
}
.article__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 20px;
}
.article__subtitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  color: #c19a6b;
  transition: 500ms ease;
}
.article__title {
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
}
.article__label {
  font-weight: 500;
  letter-spacing: 5%;
}
.article__description {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
.article__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 20px;
  margin-top: auto;
  padding-top: 2.5rem;
  padding-bottom: 20px;
}
.article__badges {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 48px;
}
.article__arrow {
  width: 1.625rem;
  height: 1.5rem;
  display: flex;
}
.article .icon {
  transition: 500ms ease;
}
.article .badge {
  transition: 500ms ease;
}
@media (max-width: 768px) {
  .article {
    background-color: #c19a6b;
  }
  .article .article__img img {
    transform: scale(1.1);
  }
  .article .article__subtitle {
    color: rgba(0, 0, 0, 0.4);
  }
  .article .icon-default {
    transform: translate(100%, -50%);
  }
  .article .icon-active {
    transform: translate(-50%, -50%);
  }
  .article .badge--primary {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
  }
  .article .badge--secondary {
    color: #000000;
  }
}
@media (min-width: 768px) {
  .article:hover {
    background-color: #c19a6b;
  }
  .article:hover .article__img img {
    transform: scale(1.1);
  }
  .article:hover .article__subtitle {
    color: rgba(0, 0, 0, 0.4);
  }
  .article:hover .icon-default {
    transform: translate(100%, -50%);
  }
  .article:hover .icon-active {
    transform: translate(-50%, -50%);
  }
  .article:hover .badge--primary {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
  }
  .article:hover .badge--secondary {
    color: #000000;
  }
}
.article--with-rounded-img .article__img {
  padding: 1.25rem;
  padding-bottom: 0;
}
.article--with-rounded-img .article__img img {
  border-radius: 0.625rem;
  height: 100%;
}
@media (min-width: 768px) {
  .article--with-rounded-img:hover .article__img {
    padding: 0;
  }
  .article--with-rounded-img:hover .article__img img {
    border-radius: 0;
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .article--with-rounded-img .article__img {
    padding: 0;
  }
  .article--with-rounded-img .article__img img {
    border-radius: 0;
    transform: scale(1);
  }
}

.section-contact {
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 1.25rem;
  margin-bottom: 4.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 992px) {
  .section-contact {
    margin-bottom: 2.25rem;
    margin-top: 2.25rem;
  }
}
.section-contact__content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.section-contact__title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 600px;
}
.section-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-contact__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.section-contact__label {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.section-contact__value {
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.section-contact__value--open-hours {
  font-size: 1.125rem;
}
.section-contact__value-note {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.section-contact__form {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.section-contact__form-row {
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 576px) {
  .section-contact__form-row {
    flex-direction: column;
  }
}
.section-contact__form-footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
}
.section-contact__form-footer .btn {
  max-width: 165px;
  width: 100%;
}
@media (max-width: 576px) {
  .section-contact__form-footer {
    flex-direction: column;
  }
  .section-contact__form-footer .btn {
    max-width: 100%;
  }
}
.section-contact__form-agreement {
  font-size: 0.75rem;
  color: #8e8e8e;
  max-width: 400px;
}
@media (max-width: 576px) {
  .section-contact__form-agreement {
    max-width: 100%;
  }
}
.section-contact--career .section-contact__title {
  text-transform: none;
  font-size: 1.375rem;
  line-height: 2rem;
}
.section-contact--career .section-contact__value {
  font-weight: 600;
}
.section-contact--career .section-contact__value .section-contact__value-note {
  font-weight: 400;
}
.section-contact--career .section-contact__form *, .section-contact--career .section-contact__form *::placeholder {
  color: #000000;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 15px;
}

.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  padding: 1rem;
  border-radius: 0.5rem;
}

.select {
  position: relative;
  max-width: 225px;
}
.select__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: black;
  font-weight: 500;
  width: 100%;
  font-size: 0.875rem;
  outline: none;
  position: relative;
  height: 42px;
  line-height: 1rem;
  cursor: pointer;
}
.select__control:hover {
  border: 1px solid #c19a6b;
}
.select.active .select__control {
  border: 1px solid #c19a6b;
}
.select__icon {
  flex-shrink: 0;
  width: 8px;
  height: 7px;
}
.select.active .select__icon {
  transform: rotate(180deg);
}
.select__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  margin-top: 1rem;
  padding: 0.625rem;
  border-radius: 0.625rem;
  background: rgba(193, 154, 107, 0.3);
  border: 1px solid #C19A6B;
  backdrop-filter: blur(50px);
  border: 1px solid #c19a6b;
  display: none;
  flex-direction: column;
  gap: 6px;
}
.select__menu--right {
  left: unset;
  right: 0;
}
@media (max-width: 992px) {
  .select__menu {
    position: static;
    margin-top: 0.5rem;
  }
}
.select.active .select__menu {
  display: flex;
}
.select__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem;
  border-radius: 0.625rem;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  white-space: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.select__item-icon {
  width: 10px;
  height: 10px;
  color: #c19a6b;
}
.select__item:hover {
  background-color: #c19a6b;
  color: #ffffff;
  border: 1px solid transparent;
}
.select__item:hover svg {
  color: #ffffff;
}
@media (max-width: 992px) {
  .select {
    position: static;
  }
  .select__control {
    max-width: 100%;
  }
}

.article-pagination {
  margin-left: auto;
  display: flex;
  gap: 0.625rem;
  width: fit-content;
  align-items: center;
  padding: 2px;
  padding-left: 0.875rem;
  border: 1px solid #c19a6b;
  border-radius: 0.625rem;
}
.article-pagination__container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.article-pagination .btn {
  border-radius: 0.5rem;
}
.article-pagination__page {
  font-size: 0.875rem;
  color: rgba(193, 154, 107, 0.3);
  font-weight: 400;
  padding: 0 0.25rem;
}
.article-pagination__page--active {
  font-weight: 700;
  color: #000000;
}

.filters {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.filters .filters__reset-all-button {
  position: absolute;
  right: 0;
  bottom: -25px;
  cursor: pointer;
}
.filters__search {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  height: 42px;
  border-radius: 0.625rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: black;
  font-weight: 500;
  font-size: 0.875rem;
  gap: 1rem;
  outline: none;
  position: relative;
  cursor: pointer;
}
.filters__search-input {
  background-color: transparent;
  border: none !important;
  outline: none;
  width: 100%;
  padding: 0;
  border-radius: 0;
}
.filters__search-input::placeholder {
  color: #000000;
}
.filters__search:hover, .filters__search:focus-within {
  border: 1px solid #c19a6b;
}
.filters__search:hover svg, .filters__search:focus-within svg {
  color: #c19a6b;
}
.filters__search:hover .filters__search-input::placeholder, .filters__search:focus-within .filters__search-input::placeholder {
  color: #c19a6b;
}
.filters__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  padding: 0.5rem;
  gap: 6px;
}
@media (max-width: 1280px) {
  .filters__container {
    flex-direction: column;
  }
}
.filters__selects {
  display: flex;
  gap: 0.375rem;
  width: 100%;
  justify-content: end;
}
.filters__selects-label {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #c19a6b;
  display: none;
}
.filters__selects .select {
  flex: 1;
}
@media (max-width: 1280px) {
  .filters .filters__container {
    flex-direction: column;
  }
  .filters .filters__search {
    width: 100%;
  }
  .filters .filters__selects {
    justify-content: unset;
    flex-direction: column;
  }
  .filters .filters__selects-label {
    display: block;
  }
  .filters .filters__selects .select {
    max-width: 100%;
  }
}

.select__control {
  position: relative;
  display: flex;
  align-items: center;
}

.select__value {
  margin-right: auto;
}

.select__active-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #c19a6b;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}
.select__active-count:empty {
  display: none;
}

.select__item--checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.select__item--checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.select__item--checkbox .select__item-text {
  margin-left: 0.75rem;
  flex-grow: 1;
}
.select__item--checkbox .select__item-checkmark {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #0000001A;
  border-radius: 3px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.select__item--checkbox .select__item-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 2px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.select__item--checkbox:hover .select__item-checkmark {
  border-color: #00000033;
}
.select__item--checkbox input[type=checkbox]:checked ~ .select__item-checkmark {
  background-color: #c19a6b;
  border-color: #c19a6b;
}
.select__item--checkbox input[type=checkbox]:checked ~ .select__item-checkmark::after {
  display: block;
}

.select__item--reset {
  color: #fff;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-color: #fff;
}
.select__item--reset svg {
  color: #fff;
}
.select__item--reset .select__item-icon {
  margin-right: 0.5rem;
}

.news-years {
  display: flex;
  gap: 0.625rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.case-studies-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .case-studies-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

#case-study-results .loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
#case-study-results .loading-indicator::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #ccc;
  border-top-color: #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-reverse-mobile {
    flex-direction: column-reverse;
  }
}
