/* Theme name: caldacalda
Text Domain: caldacalda */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
main {
  width: 100%;
  min-height: 100%;
}

html {
  font-size: 16px;
  font-family: "GeneralSans-Medium", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body {
  background: #f9f7f3;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::selection,
::-webkit-selection {
  background: #3763a1;
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

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

main,
section {
  width: 100%;
  position: relative;
}

img,
picture,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%;
  margin: 0;
}

img {
  display: inline-block;
  display: block;
}
a:hover img {
  border: none;
  background: none;
}

x::-ms-reveal,
img[src*=".svg"] {
  width: 100%;
}

a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

@font-face {
  font-family: "CabritoDidone-ConBolIt";
  src: url(fonts/CabritoDidone-ConBolIt.woff2) format("woff2"), url(fonts/CabritoDidone-ConBolIt.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.container {
  position: relative;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.container.is-fullscreen {
  width: 100%;
}

.section-wrap {
  min-height: 100dvh;
}

.p-relative {
  position: relative;
}

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

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

.align-items-flexe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-flexe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-flexs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-spaceb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.ta_center {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

h1,
.h1 {
  font-size: 4.0625rem;
  line-height: 1;
}

h4,
.h4 {
  font-size: 1.5625rem;
  line-height: 1;
}

p,
.p {
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 62.5em) {
  h1,
  .h1 {
    font-size: 2.5rem;
    line-height: 1;
  }
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  p,
  .p {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #ce0e2d;
  font-size: 14px;
  font-family: "MabryPro-Medium";
  color: #ce0e2d;
  text-transform: uppercase;
  z-index: 2;
}
.button.button--logout {
  position: absolute;
  bottom: 30px;
  color: #fff;
  border-color: #fff;
}
.button.button--light {
  color: #fff;
  border-color: #fff;
}
.button.button--full {
  background-color: #ce0e2d;
  color: #fff;
}

.spacer-holder {
  position: relative;
  width: 100%;
  height: 3.125rem;
}

@media only screen and (max-width: 62.5em) {
  .spacer-holder {
    height: 3.125rem;
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
}

.breadcrumb__wrap {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
}

.cp-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: -1;
}

.cp-loader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6ecfc;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999999;
}

.page-loader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f9;
  z-index: 1;
}

.page-loader__content {
  position: relative;
  z-index: 2;
}

.page-loader__text {
  color: #212134;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
}

.site-nav {
  position: relative;
  width: 100%;
  border-bottom: 0.125rem solid #fff;
  z-index: 9999;
}

.site-nav__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.125rem 0;
}

.site-nav__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.main-menu__nav {
  position: relative;
}

.site-nav__logo {
  position: relative;
  z-index: 9999;
}

.site-logo__el {
  height: 1.5625rem;
  width: auto;
  display: block;
}

.main-menu__wrap {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}

.c-navbar__item a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 600;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
}
.c-navbar__item a:hover {
  background-size: 100% 100%;
}
.c-navbar__item.current_page_item a {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), currentcolor 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
}
.c-navbar__item.current_page_item a:hover {
  background-size: 0% 100%;
}

.c-header-menu.js-menu-toggle {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: transparent;
  z-index: 9999;
  display: none;
}

.c-header-menu__toggle {
  width: 40px;
  height: 25px;
  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;
}

.c-header_burger {
  width: 34px;
  height: 7px;
  position: relative;
}

.c-header_burger-lines {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-header_burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-header_burger-line:first-child {
  top: 0;
}

.c-header_burger-line:last-child {
  bottom: 0;
}

.c-header_burger-close {
  position: absolute;
  top: -12px;
  left: 2px;
  width: 32px;
  height: 32px;
}

.c-header_burger-close-line {
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.c-header_burger-close-line:first-child {
  -webkit-transform: rotate(-45deg) scaleX(0);
  transform: rotate(-45deg) scaleX(0);
}

.c-header_burger-close-line:last-child {
  -webkit-transform: rotate(45deg) scaleX(0);
  transform: rotate(45deg) scaleX(0);
}

@media only screen and (max-width: 62.5em) {
  .menu-home {
    background-color: #fff;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .c-menu_container .c-lang_switcher,
  .c-menu_wrapper {
    display: none;
  }
  .c-header-menu.js-menu-toggle {
    width: auto;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 9999;
    gap: 1.25rem;
  }
  .c-header-menu.js-menu-toggle .c-menu_activator {
    margin: 0 30px 0 0;
  }
  #menu .c-menu_activator {
    margin-right: 30px;
  }
  .c-header-menu.js-menu-toggle {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .menu .c-navbar__item {
    margin: 0 !important;
    padding: 5px 0;
  }
  .menu .c-navbar__item a {
    color: #fff;
    text-align: center;
  }
}
nav {
  display: block;
}

.navigation {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

.navigation-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #000;
  width: 100%;
}

.b-nav-column,
.navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.b-nav-column {
  width: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation .c-nav-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.close_btn a {
  font-size: 1em;
  padding: 20px 15px;
  display: inline-block;
  letter-spacing: 3px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .c-header-menu__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .c-navbar__item {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 25px;
  margin-left: 25px;
}

.menu .c-navbar__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1000px) {
  .navigation {
    overflow-y: scroll;
  }
  .navigation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .b-nav-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .navigation .c-nav-wrapper {
    padding: 95px 24px 20px;
  }
  .c-nav-wrapper .c-button_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-nav-wrapper .c-button_group:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .c-nav-wrapper .c-contact_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-nav-wrapper .c-fullscreen-menu_info:first-child {
    margin-top: 40px;
  }
  .c-fullscreen-menu_info {
    color: #fff;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #fff;
    width: 100%;
  }
  .c-button_social svg circle,
  .c-button_social svg path {
    fill: #000;
  }
  .js-nav-item-title {
    font-size: 50px;
    line-height: 60px;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 62.5em) {
  .site-nav__menu {
    display: none;
  }
  .site-logo__el {
    height: 1.25rem;
  }
  .site-nav__wrap {
    padding: 1.875rem 0;
  }
  .menu-footer {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 1.5625rem;
    margin-top: 1.5625rem;
  }
  .menu-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 12.5rem;
    height: 0.125rem;
    background-color: #fff;
    margin: auto;
  }
  .menu-footer .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.25rem;
  }
  .c-navbar__item a {
    font-size: 1.25rem;
  }
}
.page-title {
  position: relative;
  width: 100%;
}
.page-title.fullWidth .page-title__title {
  max-width: 100%;
}

.page-title__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-title__title {
  color: #fff;
  font-family: "CabritoDidone-ConBolIt";
  font-weight: 500;
  margin-bottom: 2.5rem;
  max-width: 14em;
}
.page-title__title:has(+ .page-title__subtitle) {
  margin-bottom: 0;
}

.page-title__subtitle {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 3.125rem;
  max-width: 30em;
}

.page-title__image {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  border-top-left-radius: 4.375rem;
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 62.5em) {
  .page-title__subtitle {
    margin-bottom: 3.125rem;
    max-width: 100%;
  }
  .page-title__image {
    border-top-left-radius: 1.875rem;
  }
  .page-title__title {
    max-width: 100%;
    margin-bottom: 1.875rem;
  }
}
.text-block {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.text-block__wrap {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 1.25rem;
}

.text-block .text-block__wrap:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 62.5em) {
  .text-block__wrap {
    text-align: left;
  }
}
.media-block-trio {
  position: relative;
  width: 100%;
}
.media-block-trio.gallery--trio__desk {
  display: block;
}

.media-block-trio__wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3.125rem;
}
.media-block-trio__wrap.media-block-trio__wrap--one {
  grid-template-columns: repeat(1, 1fr);
}
.media-block-trio__wrap.media-block-trio__wrap--one .media-block {
  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;
}
.media-block-trio__wrap.media-block-trio__wrap--two {
  grid-template-columns: repeat(2, 1fr);
}
.media-block-trio__wrap.media-block-trio__wrap--two .media-block {
  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;
}
.media-block-trio__wrap.media-block-trio__wrap--three {
  grid-template-columns: repeat(3, 1fr);
}
.media-block-trio__wrap.media-block-trio__wrap--three .media-block {
  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;
}
.media-block-trio__wrap.config-1 .media-block:nth-child(1) {
  border-bottom-left-radius: 4.375rem;
}
.media-block-trio__wrap.config-2 .media-block:nth-child(3) {
  border-top-right-radius: 4.375rem;
}
.media-block-trio__wrap.config-3 .media-block:nth-child(1) {
  border-bottom-left-radius: 4.375rem;
}
.media-block-trio__wrap.config-3 .media-block:nth-child(3) {
  border-top-right-radius: 4.375rem;
}

.media-block {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.media-block img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 62.5em) {
  .media-block-trio.gallery--trio__desk {
    display: none;
  }
  .media-block-trio.gallery--trio__desk.has-embeds {
    display: grid;
  }
  .media-block-trio__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .media-block-trio__wrap.media-block-trio__wrap--one {
    grid-template-columns: repeat(1, 1fr);
  }
  .media-block-trio__wrap.media-block-trio__wrap--two {
    grid-template-columns: repeat(1, 1fr);
  }
  .media-block-trio__wrap.media-block-trio__wrap--three {
    grid-template-columns: repeat(1, 1fr);
  }
  .media-block-trio__wrap.config-1 .media-block:nth-child(1) {
    border-bottom-left-radius: 0;
  }
  .media-block-trio__wrap.config-2 .media-block:nth-child(3) {
    border-top-right-radius: 0;
  }
  .media-block-trio__wrap.config-3 .media-block:nth-child(1) {
    border-bottom-left-radius: 0;
  }
  .media-block-trio__wrap.config-3 .media-block:nth-child(3) {
    border-top-right-radius: 0;
  }
}
.gallery {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}
.gallery.config-1 .gallery__wrap {
  overflow: hidden;
  border-bottom-left-radius: 4.375rem;
}
.gallery.gallery--trio__mobile {
  display: none;
}

.embla {
  max-width: 100%;
  margin: auto;
  --slide-height: 100%;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-touch-action: pan-y pinch-zoom;
      touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--slide-size);
          flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
}
.embla__controls.is-embed {
  bottom: -1.25rem;
}

.embla__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 0.625rem;
  height: 0.625rem;
  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-radius: 50%;
}

.embla__dot:after {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "";
}

.embla__dot--selected:after {
  background-color: #fff;
}

@media only screen and (max-width: 62.5em) {
  .gallery {
    margin-bottom: 3.125rem;
  }
  .gallery.gallery--trio__mobile {
    display: block;
  }
  .gallery.config-1 .gallery__wrap {
    overflow: hidden;
    border-bottom-left-radius: 0;
  }
}
.bottom-navigation {
  position: relative;
  width: 100%;
}

.bottom-navigation__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-navigation__button {
  border-top: 0.125rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bottom-navigation__button a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 1.25rem 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.bottom-navigation__button + .bottom-navigation__button {
  border-left: 0.125rem solid #fff;
}

@media only screen and (max-width: 62.5em) {
  .bottom-navigation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom-navigation__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
  .bottom-navigation__button:nth-child(1) {
    border-right: none;
  }
  .bottom-navigation__button a {
    padding: 1.5625rem 0;
    font-size: 1.25rem;
  }
  .bottom-navigation__button + .bottom-navigation__button {
    border-left: none;
  }
}
.service-title {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.service-title__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service-title__title {
  position: relative;
  width: 50%;
  max-width: 38.75rem;
}
.service-title__title h1 {
  color: #fff;
  font-family: "CabritoDidone-ConBolIt";
  font-weight: 500;
}

.service-title__meta {
  position: relative;
  width: 50%;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.badge-free {
  position: relative;
  width: 6.25rem;
  height: auto;
  margin-bottom: 1.25rem;
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.service-button {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.25rem;
  width: 100%;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125rem;
  height: 3.4375rem;
  display: flex;
  border-radius: 3.125rem;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 25rem;
}
.service-button a:hover {
  background-color: #fff;
  color: inherit;
}

@media only screen and (max-width: 62.5em) {
  .service-title__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-title__title,
  .service-title__meta {
    width: 100%;
  }
  .service-title__title {
    max-width: 100%;
    margin-bottom: 3.125rem;
  }
}
.image-cover {
  position: relative;
  width: 100%;
}
.image-cover.is-cover {
  height: 60dvh;
}

.image-cover__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-cover__wrap img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 62.5em) {
  .image-cover.is-cover {
    height: 15dvh;
  }
}
.button-group {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.button-group__wrap {
  position: relative;
  width: 100%;
  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;
  gap: 1.25rem;
}
.button-group__wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.25rem;
  width: 100%;
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
  text-decoration: none;
  font-size: 1.125rem;
  height: 3.4375rem;
  display: flex;
  border-radius: 3.125rem;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-group__wrap a:hover {
  background-color: #fff;
  color: inherit;
}

@media only screen and (max-width: 62.5em) {
  .button-group {
    margin-bottom: 3.125rem;
  }
  .button-group__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .button-group__wrap a {
    font-size: 1.125rem;
    min-height: 3.4375rem;
  }
}
.contact-form {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.contact-form__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form__row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  gap: 1.25rem;
}

.contact-form__column {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-form__column.column--full {
  position: relative;
  width: 100%;
}
.contact-form__column.column--half {
  position: relative;
  width: 50%;
}
.contact-form__column p,
.contact-form__column .wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form-control {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border: 2px solid #fff;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 0 !important;
}

.wpcf7-submit {
  background-color: #fff;
  color: #e2cfae;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
  color: #fff;
  background-color: #e2cfae;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  margin-bottom: 100px !important;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 700;
}

::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  color: white;
  opacity: 1;
}

:-ms-input-placeholder {
  color: white;
  opacity: 1;
}

::-ms-input-placeholder {
  color: white;
  opacity: 1;
}

::placeholder {
  color: white;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: white;
}

@media only screen and (max-width: 62.5em) {
  .contact-form {
    margin-bottom: 3.125rem;
  }
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form__column.column--half {
    width: 100%;
  }
  .wpcf7-form-control {
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }
}
/* VIDEO */
.front-page__video {
  position: relative;
  margin-top: 3.125rem;
}

.video__wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
}

.plyr__control--overlaid {
  background: #ba9268 !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #ba9268 !important;
}

.plyr--full-ui input[type=range] {
  color: #ba9268 !important;
}

@media only screen and (max-width: 62.5em) {
  /* VIDEO */
  .front-page__video {
    position: relative;
    margin-top: 3.125rem;
  }
}
.main-hero {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-hero__column {
  position: relative;
  width: 50%;
  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;
}
.main-hero__column h1 {
  color: #fff;
  font-family: "CabritoDidone-ConBolIt";
  font-weight: 500;
  max-width: 5em;
  padding: 9.375rem 0;
}
.main-hero__column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-left: 2px solid #fff;
}

@media only screen and (max-width: 62.5em) {
  .main-hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-hero__column {
    width: 100%;
  }
  .main-hero__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-hero__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-hero__column h1 {
    max-width: 100%;
    padding: 3.125rem 1.25rem;
    text-align: center;
  }
  .main-hero__column img {
    border-left: none;
    border-bottom: 2px solid #fff;
    min-height: 50vh;
  }
}
.main-grid {
  position: relative;
  width: 100%;
}

.main-grid__wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.main-grid__wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: 10px;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.main-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 0.625rem;
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.main-marquee__group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
          animation: scroll-x var(--duration) linear infinite;
}
.main-marquee__group div {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .main-marquee__group {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}
.main-services {
  position: relative;
  width: 100%;
}

.main-services__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-services__column {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-services__column h1 {
  color: #fff;
  font-family: "CabritoDidone-ConBolIt";
  font-weight: 500;
  max-width: 5em;
  padding: 9.375rem 0;
}
.main-services__column:nth-child(2) {
  border-left: 2px solid #fff;
}

.main-services__service {
  position: relative;
  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;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem;
  height: 25%;
  border-bottom: 2px solid #fff;
}
.main-services__service:last-child {
  border-bottom: none;
}
.main-services__service a {
  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: 100%;
  height: 100%;
}

@media only screen and (max-width: 62.5em) {
  .main-services__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-services__column {
    width: 100%;
  }
  .main-services__column h1 {
    text-align: center;
    max-width: 100%;
    padding: 3.125rem 1.25rem;
  }
  .main-services__column:nth-child(2) {
    border-left: 0;
    border-top: 2px solid #fff;
  }
  .main-services__service {
    height: 100px;
    text-align: center;
  }
}
.main-video {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-bottom: 3.125rem;
}
.main-video .video__wrapper {
  border: none;
}

.portfolio-grid-filters {
  position: relative;
  width: 100%;
  margin-bottom: 6.25rem;
}

.portfolio-grid-filters__wrap {
  position: relative;
  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;
  gap: 0.625rem;
}
.portfolio-grid-filters__wrap .filter-single--separator:last-child {
  display: none;
}

.filter-single {
  position: relative;
}
.filter-single a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.filter-single a.is-active {
  text-decoration: underline;
}
.filter-single.filter-single--separator:before {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: 0;
  width: 0.09375rem;
  height: 1.25rem;
  background-color: #000;
}

.portfolio-grid-filters-mobile {
  position: relative;
  width: 100%;
}

.portfolio-grid-filters-mobile__wrap {
  position: relative;
  width: 100%;
}

.portfolio-grid-filters-mobile__placeholder {
  width: 100%;
  padding: 0.625rem 1.875rem;
  font-size: 1.125rem;
  background-color: #000;
  border: none;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 3.125rem;
  min-height: 3.4375rem;
  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;
}
.portfolio-grid-filters-mobile__placeholder.is-open .portfolio-grid-filters-mobile__placeholder-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.portfolio-grid-filters-mobile__placeholder-icon {
  position: absolute;
  width: 1.25rem;
  height: auto;
  right: 1.875rem;
}

.portfolio-grid-filters-mobile__list {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.portfolio-grid-filters-mobile__list li {
  border-bottom: 1px solid #000;
}
.portfolio-grid-filters-mobile__list li:last-child {
  border-bottom: none;
}
.portfolio-grid-filters-mobile__list li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0.4375rem 0.4375rem;
  display: block;
  text-align: center;
}
.portfolio-grid-filters-mobile__list li a.is-active {
  text-decoration: underline;
}
.portfolio-grid-filters-mobile__list.is-open {
  display: block;
}

.filters--mobile {
  display: none;
}

@media only screen and (max-width: 62.5em) {
  .portfolio-grid-filters {
    margin-bottom: 3.125rem;
  }
  .portfolio-grid-filters__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
  .filters--mobile {
    display: block;
  }
  .filters--desktop {
    display: none;
  }
}
.portfolio-grid {
  position: relative;
  width: 100%;
  margin-bottom: 6.25rem;
}

.portfolio-grid__wrap {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
}

.portfolio-card {
  position: relative;
  width: 100%;
}

.portfolio-card__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.portfolio-card__cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}
.portfolio-card__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-card__category {
  position: relative;
  width: 100%;
  margin-bottom: 0.3125rem;
}
.portfolio-card__category a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
}
.portfolio-card__category .portfolio-card__category-separator:last-child {
  display: none;
}

.portfolio-card__category-separator {
  padding: 0 0.1875rem;
}

.portfolio-card__title {
  position: relative;
  width: 100%;
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
}

.shadowlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 62.5em) {
  .portfolio-grid {
    padding-bottom: 3.125rem;
    margin-bottom: 0;
  }
  .portfolio-grid__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.125rem;
  }
}
.image-block {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.image-block__wrap {
  position: relative;
  width: 100%;
}
.image-block__wrap.is-cover {
  height: 60dvh;
}
.image-block__wrap.has-border-radius {
  border-top-left-radius: 4.375rem;
  overflow: hidden;
}

@media only screen and (max-width: 62.5em) {
  .image-block__wrap.has-border-radius {
    border-top-left-radius: 2.1875rem;
  }
  .image-block__wrap.is-cover {
    height: 15dvh;
  }
}
.section-coming-wrap {
  position: relative;
  width: 100%;
  min-height: calc(100dvh - 315px);
  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-coming-wrap p {
  color: #fff;
  text-transform: uppercase;
}

.portfolio-block {
  position: relative;
  width: 100%;
  margin-bottom: 3.125rem;
}

.portfolio-block__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125rem;
}

.portfolio-block__column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  gap: 3.125rem;
}

.portfolio-data {
  color: #fff;
  padding: 0.625rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.portfolio-data .portfolio-comma:last-child {
  display: none;
}

@media only screen and (max-width: 62.5em) {
  .portfolio-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .portfolio-block__column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    border-top: none;
    border-bottom: none;
  }
  .portfolio-data {
    border-bottom: 1px solid #fff;
  }
}
.site-footer {
  position: relative;
  width: 100%;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  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-top: 0.125rem solid #fff;
}

.site-footer__wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-footer__column {
  position: relative;
  width: 100%;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-line a,
.footer-line p {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
}

.footer-socials {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.25rem;
}
.footer-socials a {
  display: block;
}
.footer-socials a svg {
  display: block;
  width: 1.5625rem;
  height: auto;
}

@media only screen and (max-width: 62.5em) {
  .site-footer {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
  }
  .site-footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
  .footer-socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
