@charset "UTF-8";
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-L16-Light.woff2") format("woff2"), url("../fonts/Didot-HTF-L16-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-L16-Light-Ital.woff2") format("woff2"), url("../fonts/Didot-HTF-L16-Light-Ital.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-M16-Medium.woff2") format("woff2"), url("../fonts/Didot-HTF-M16-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-M16-Medium-Ital.woff2") format("woff2"), url("../fonts/Didot-HTF-M16-Medium-Ital.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-B16-Bold.woff2") format("woff2"), url("../fonts/Didot-HTF-B16-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Didot HTF";
  src: url("../fonts/Didot-HTF-B16-Bold-Ital.woff2") format("woff2"), url("../fonts/Didot-HTF-B16-Bold-Ital.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Regular.woff2") format("woff2"), url("../fonts/AGaramondPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Italic.woff2") format("woff2"), url("../fonts/AGaramondPro-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-Bold.woff2") format("woff2"), url("../fonts/AGaramondPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/AGaramondPro-BoldItalic.woff2") format("woff2"), url("../fonts/AGaramondPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MonteCarlo";
  src: url("../fonts/MonteCarlo-Regular.woff2") format("woff2"), url("../fonts/MonteCarlo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DRUZHOK";
  src: url("../fonts/DRUZHOK.woff2") format("woff2"), url("../fonts/DRUZHOK.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Display";
  src: url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

body {
  background: #fff;
  color: #0d0d0d;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

p {
  font-family: "Adobe Garamond Pro", Georgia, serif;
}

img.ofcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

del {
  text-decoration: none;
  font-family: "MonteCarlo", cursive;
  font-weight: 400;
  font-size: 120%;
}

@media (hover: hover) {
  *, *::before, *::after {
    cursor: none !important;
  }
}
div.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  pointer-events: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c0bc9c;
  transform: translate(-50%, -50%);
  transition: width 320ms cubic-bezier(0.16, 1, 0.3, 1), height 320ms cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
div.custom-cursor span.cursor-label {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-style: italic;
  color: #0d0d0d;
  font-size: 0.9rem;
  white-space: nowrap;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
div.custom-cursor.cursor-hover {
  width: 72px;
  height: 72px;
}
div.custom-cursor.cursor-hover span.cursor-label {
  opacity: 1;
  transform: scale(1);
}
div.custom-cursor.cursor-click {
  transform: translate(-50%, -50%) scale(0.85);
}

div.cursor-trail {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  pointer-events: none;
  border-radius: 50%;
  background: #c0bc9c;
  transform: translate(-50%, -50%);
}

body.over-footer div.custom-cursor {
  background: #0d0d0d;
}
body.over-footer div.custom-cursor span.cursor-label {
  color: #c0bc9c;
}
body.over-footer div.cursor-trail {
  background: #0d0d0d;
}

.pre-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 1.3rem;
  line-height: 0.9;
  color: #0d0d0d;
}

.body-text {
  font-size: 1rem;
}

.display-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: 6vw;
  line-height: 100%;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 600px) {
  .display-title {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }
}
.uppercase {
  text-transform: uppercase;
}

div.wrap {
  width: 100%;
  margin: 0 auto;
}

.max-width {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.general-padding {
  padding: clamp(24px, 5.5vw, 90px);
}

.border-top {
  border-top: 1px solid #0d0d0d;
}

.border-bottom {
  border-bottom: 1px solid #0d0d0d;
}

.bg-crema {
  background-color: #c0bc9c;
}

.radius {
  border-radius: 20px;
}

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

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  height: fill-available;
  height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-padding-top: 60px;
}

body {
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: clip;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.mt-0 {
  margin-top: 0px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

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

.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.js-scroll {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}

.full-screen {
  height: 100%;
}

/* ------------------------ */
.invisible {
  visibility: hidden;
}

.novisible {
  display: none;
}

.no-desktop {
  display: none;
}

.no-responsive {
  display: initial;
}

.no-mobile {
  display: initial;
}

.only-mobile {
  display: none;
}

.no-touch {
  display: initial;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fleft {
  float: left;
  text-align: left;
}

.fright {
  float: right;
  text-align: right;
}

.acenter {
  text-align: center;
}

.wfull {
  width: 100%;
}

.w100 {
  max-width: 1600px;
  margin: auto;
  padding: 0 90px;
}

.w80 {
  width: 80%;
  max-width: 1400px;
  margin: auto;
}

.ofcover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ofcontain {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.vcenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} /* siempre dentro de un relative */
.slider .flickity-page-dots {
  bottom: -30px;
}

.slider .flickity-page-dots .dot {
  background: none;
  border: solid 1px #000000;
}

.slider.dots-dentro .flickity-page-dots {
  bottom: 20px;
}

.slider.dots-dentro .flickity-page-dots .dot {
  background: none;
  border: solid 1px #FFFFFF;
}

.mt-1 {
  margin-top: 20vh;
}

.transitionall {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  align-items: flex-end;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}

.flex {
  display: flex;
}

.border {
  border-top: 1px solid #c0bc9c;
  border-bottom: 1px solid #c0bc9c;
  align-items: center;
}

.dot {
  height: 6px;
  width: 6px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: block;
}

.overflowhidden {
  overflow: hidden;
}

.absolute {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.img-oscura {
  filter: brightness(0.75);
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.no-reverse {
  flex-direction: row !important;
}

.bounce-v {
  animation-name: bounce-v;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes bounce-v {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15%);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-h {
  animation-name: bounce-h;
  animation-timing-function: ease;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes bounce-h {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15%);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-float-v-6 {
  animation-name: bounce-float-v;
  animation-timing-function: ease-in-out;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.bounce-float-v-9 {
  animation-name: bounce-float-v;
  animation-timing-function: ease-in-out;
  animation-duration: 9s;
  animation-iteration-count: infinite;
}

.bounce-float-v-12 {
  animation-name: bounce-float-v;
  animation-timing-function: ease-in-out;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

@keyframes bounce-float-v {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1.5%);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1150px) {
  .no-desktop {
    display: initial;
  }
  .no-responsive {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  .only-mobile {
    display: initial;
  }
}
@media (hover: none) {
  .no-touch {
    display: none;
  }
}
/* Transición entre páginas — fade + drift editorial */
main {
  opacity: 0;
  translate: 0 10px;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), translate 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

main.page-in {
  opacity: 1;
  translate: none;
}

main.page-out {
  opacity: 0;
  translate: 0 -8px;
  transition: opacity 0.22s cubic-bezier(0.65, 0, 0.35, 1), translate 0.22s cubic-bezier(0.65, 0, 0.35, 1);
}

.grecaptcha-badge {
  visibility: collapse !important;
}

/* .enviado-ok{background-color: #E85223;border-radius: 50px;padding: 15px 30px 10px;display:flex!important;justify-content: space-between;align-items:center;width: 20rem;
    p{text-align: center; color: #ffffff; margin-bottom: 0 !important; white-space: nowrap; font-weight:600;}
    img{}
} */
a.cta_line, button.cta_line {
  display: flex;
  align-items: center;
  border: 1px solid black;
  border-radius: 100px;
  width: fit-content;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  color: #0d0d0d;
}
a.cta_line span, button.cta_line span {
  margin-right: 20px;
  font-style: italic;
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-size: 1.3rem;
}
a.cta_line img.arrow, button.cta_line img.arrow {
  width: 15px;
}

button.cta_line {
  background: none;
}

div.cta-center {
  display: flex;
  justify-content: flex-end;
  padding: clamp(24px, 5.5vw, 90px);
}

@media only screen and (max-width: 600px) {
  a.cta_line, button.cta_line {
    padding: 5px 14px;
    max-width: 100%;
  }
  a.cta_line span, button.cta_line span {
    margin-right: 12px;
  }
  div.cta-center {
    justify-content: center;
    padding: 24px;
  }
}
div.img_oval {
  overflow: hidden;
  border-radius: 500px;
  aspect-ratio: 2/3;
  width: 100%;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
div.img_oval img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 4rem;
  z-index: 100;
  color: white;
  background: transparent;
  display: flex;
  align-items: center;
  transition: color 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header.dark {
  color: #0d0d0d;
  background: #fff;
}
header nav.main_nav {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav.main_nav ul.menu_group {
  display: flex;
  gap: 3vw;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
header nav.main_nav ul.menu_group li {
  margin: 0;
  padding: 0;
}
header nav.main_nav ul.menu_group li a {
  font-size: 0.8rem;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header nav.main_nav ul.menu_group li a:hover {
  opacity: 0.6;
}
header nav.main_nav ul.menu_group li.lang_switcher {
  position: relative;
  padding-left: 2vw;
  border-left: 1px solid currentColor;
  display: flex;
  align-items: center;
}
header nav.main_nav ul.menu_group li.lang_switcher span.lang_current {
  font-size: 0.8rem;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: default;
  opacity: 0.7;
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: -20px;
  left: auto;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown li {
  padding: 0;
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown li a {
  display: block;
  padding: 2px 10px;
  font-size: 0.8rem;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4a4a4a;
  opacity: 1;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown li a.is-active {
  display: none;
}
header nav.main_nav ul.menu_group li.lang_switcher ul.lang_dropdown li a:hover {
  opacity: 0.6;
}
header nav.main_nav ul.menu_group li.lang_switcher:hover ul.lang_dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
header button.burger {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: white;
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  mix-blend-mode: difference;
  align-self: center;
  top: -5px;
}
header button.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 80%;
  left: 10%;
  background: currentColor;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), width 320ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms cubic-bezier(0.16, 1, 0.3, 1);
}
header button.burger span:nth-child(1) {
  top: 10px;
}
header button.burger span:nth-child(2),
header button.burger span:nth-child(3) {
  top: 20px;
}
header button.burger span:nth-child(4) {
  top: 30px;
}
header button.burger.is-open {
  mix-blend-mode: normal;
  color: #0d0d0d;
}
header button.burger.is-open span:nth-child(1) {
  opacity: 0;
  width: 0;
}
header button.burger.is-open span:nth-child(2) {
  transform: rotate(45deg);
}
header button.burger.is-open span:nth-child(3) {
  transform: rotate(-45deg);
}
header button.burger.is-open span:nth-child(4) {
  opacity: 0;
  width: 0;
}

#dova-logo {
  position: fixed;
  top: 0;
  left: calc(50% - 4px);
  transform: translateX(-50%);
  font-family: "DRUZHOK", Georgia, serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  letter-spacing: -0.04em;
  color: white;
  z-index: 101;
  pointer-events: auto;
  transition: color 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
}
#dova-logo.dark {
  color: #0d0d0d !important;
}

div.nav_mobile {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 5.5vw, 90px);
  padding-bottom: calc(clamp(24px, 5.5vw, 90px) * 1.5);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
div.nav_mobile.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
div.nav_mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
div.nav_mobile ul li {
  border-top: 1px solid rgba(13, 13, 13, 0.08);
}
div.nav_mobile ul li a {
  display: block;
  padding: 0.9rem 0;
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-size: calc(1.3rem + 2px);
  font-weight: 200;
  font-style: italic;
  color: #0d0d0d;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
div.nav_mobile ul li a:hover {
  opacity: 0.4;
}
div.nav_mobile ul li:last-child {
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}
div.nav_mobile ul li.lang_mobile {
  border-top: none;
  border-bottom: none;
  margin-top: clamp(16px, 2.2vw, 32px);
  display: flex;
  align-items: center;
  gap: 10px;
}
div.nav_mobile ul li.lang_mobile a {
  padding: 0;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0d0d0d;
  opacity: 0.3;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
div.nav_mobile ul li.lang_mobile a.is-active {
  opacity: 1;
}
div.nav_mobile ul li.lang_mobile a:hover {
  opacity: 0.7;
}
div.nav_mobile ul li.lang_mobile span {
  color: #0d0d0d;
  opacity: 0.15;
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 0.625rem 2rem;
  }
  header nav.main_nav {
    display: none;
  }
  header button.burger {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  header.dark button.burger {
    opacity: 1;
    pointer-events: auto;
  }
  #dova-logo {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
  }
}
@media only screen and (max-width: 600px) {
  header {
    padding: 1.25rem 1.25rem;
  }
}
footer.site_footer {
  background: #c0bc9c;
  padding: clamp(24px, 5.5vw, 90px) clamp(24px, 5.5vw, 90px) 0;
  overflow: hidden;
}
footer.site_footer nav.footer_links {
  display: flex;
  justify-content: space-between;
  padding-bottom: clamp(24px, 5.5vw, 90px);
}
footer.site_footer nav.footer_links div.footer_col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.site_footer nav.footer_links div.footer_col p.footer_label {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0.55;
  font-family: "Adobe Garamond Pro", Georgia, serif;
}
footer.site_footer nav.footer_links div.footer_col a {
  font-size: 1rem;
  opacity: 0.85;
  font-family: "Adobe Garamond Pro", Georgia, serif;
}
footer.site_footer nav.footer_links div.footer_col a:hover {
  opacity: 1;
}
footer.site_footer p.brand_sub {
  display: none;
}
footer.site_footer div.footer_brand {
  margin: 0 -90px;
}
footer.site_footer div.footer_brand p.brand_name {
  font-family: "DRUZHOK", Georgia, serif;
  font-size: 38vw;
  line-height: 0.82;
  letter-spacing: -0.03em;
  display: block;
  white-space: nowrap;
  margin-bottom: -4vw;
}

@media only screen and (max-width: 1024px) {
  footer.site_footer nav.footer_links {
    flex-direction: column;
    gap: clamp(16px, 2.2vw, 32px);
  }
  footer.site_footer div.footer_brand {
    margin: 0 -6vw;
  }
}
@media only screen and (max-width: 600px) {
  footer.site_footer {
    padding: clamp(24px, 5.5vw, 90px) clamp(24px, 5.5vw, 90px) 0;
  }
  footer.site_footer div.footer_brand {
    margin: 0 -7vw;
  }
}
section.home_hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
section.home_hero p.hero_scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 0.45em 1.1em;
  letter-spacing: 0.06em;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 2;
}
section.home_hero div.hero_bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
section.home_hero div.hero_bg img {
  object-position: center;
  animation: hero_zoom 30s infinite alternate;
}

@keyframes hero_zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
@media only screen and (max-width: 1024px) {
  section.home_hero {
    height: 72svh;
  }
}
@media only screen and (max-width: 600px) {
  section.home_hero {
    height: 100svh;
  }
}
@keyframes ph-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
section.default-hero {
  padding: calc((60px + 1rem) / 2) clamp(24px, 5.5vw, 90px) 0;
}
section.default-hero div.ph-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 40svh;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
section.default-hero div.ph-inner div.ph-bg {
  display: none;
}
section.default-hero div.ph-inner div.ph-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 clamp(2rem, 8vw, 10rem);
  color: #0d0d0d;
  max-width: 70rem;
  margin: auto;
}
section.default-hero div.ph-inner div.ph-content h1.ph-title, section.default-hero div.ph-inner div.ph-content p.ph-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 6vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  padding-bottom: clamp(16px, 2.2vw, 32px);
}
section.default-hero div.ph-inner div.ph-content h1.ph-title em, section.default-hero div.ph-inner div.ph-content p.ph-title em {
  display: block;
  font-family: "MonteCarlo", cursive;
  font-style: normal;
  text-transform: none;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  letter-spacing: 0;
  line-height: 2;
}
section.default-hero div.ph-inner div.ph-content h1.ph-title span, section.default-hero div.ph-inner div.ph-content p.ph-title span {
  display: block;
  font-style: normal;
  font-size: clamp(4.5rem, 10vw, 13rem);
  text-transform: uppercase;
}
section.default-hero div.ph-inner div.ph-content p.ph-body, section.default-hero div.ph-inner div.ph-content p {
  max-width: 50rem;
  color: #101010;
  margin-top: 0;
}
section.default-hero div.ph-inner div.ph-content div.ph-body-group {
  max-width: 40rem;
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
section.default-hero div.ph-inner div.ph-content div.ph-body-group h1 {
  display: inline;
  font-family: "Adobe Garamond Pro", Georgia, serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #4a4a4a !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
section.default-hero div.ph-inner div.ph-content div.ph-body-group p {
  display: inline;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  section.default-hero {
    padding-top: calc(60px + clamp(24px, 5.5vw, 90px));
  }
  section.default-hero div.ph-inner {
    height: 60svh;
  }
}
@media only screen and (max-width: 600px) {
  section.default-hero {
    padding-top: calc((60px + clamp(24px, 5.5vw, 90px)) / 2);
  }
  section.default-hero div.ph-inner {
    min-height: calc(60svh - 48px);
    height: auto;
    border-radius: 12px;
  }
  section.default-hero div.ph-inner div.ph-content {
    position: relative;
    inset: auto;
    padding: 17vw 5vw;
  }
  section.default-hero div.ph-inner div.ph-content p.ph-body,
  section.default-hero div.ph-inner div.ph-content p {
    margin-top: 10px;
  }
}
section.contacto {
  padding: clamp(24px, 5.5vw, 90px);
  margin-top: 60px;
}
section.contacto h1.ct-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 7vw, 7.5rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  text-align: center;
  max-width: 70rem;
  margin: auto;
}
section.contacto div.ct-portrait {
  display: flex;
  justify-content: center;
  margin: clamp(0rem, 1.5vw, 1.5rem) auto clamp(1rem, 2vw, 2rem);
  width: clamp(240px, 40vw, 660px);
}
section.contacto div.ct-portrait div.img_oval {
  aspect-ratio: 4/2.1;
  border-radius: 300px;
}
section.contacto p.ct-intro {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto clamp(2.5rem, 5vw, 5rem);
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
section.contacto form.ct-form {
  max-width: 640px;
  margin: 0 auto;
}
section.contacto form.ct-form div.ct-field {
  border-bottom: 1px solid #0d0d0d;
  padding: 1.1rem 0;
}
section.contacto form.ct-form div.ct-field input, section.contacto form.ct-form div.ct-field textarea {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  color: #0d0d0d;
}
section.contacto form.ct-form div.ct-field input::placeholder, section.contacto form.ct-form div.ct-field textarea::placeholder {
  color: #0d0d0d;
  opacity: 1;
}
section.contacto form.ct-form div.ct-field textarea {
  resize: none;
  display: block;
  height: 8rem;
  overflow: auto;
}
section.contacto form.ct-form div.ct-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(1.5rem, 3vw, 3rem);
}
section.contacto form.ct-form div.ct-bottom label.ct-privacy {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: calc(1rem - 4px);
  color: #4a4a4a;
}
section.contacto form.ct-form div.ct-bottom label.ct-privacy input[type=checkbox] {
  width: 14px;
  height: 14px;
  accent-color: #0d0d0d;
  flex-shrink: 0;
  cursor: pointer;
}
section.contacto form.ct-form div.ct-bottom label.ct-privacy a {
  color: #4a4a4a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

form.ct-form div.ct-toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 100px;
  padding: 0.75rem 1.6rem;
  margin-top: clamp(1.5rem, 3vw, 3rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 320ms cubic-bezier(0.16, 1, 0.3, 1), transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
form.ct-form div.ct-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
form.ct-form div.ct-toast p {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
}
form.ct-form div.ct-toast button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0.75rem;
  opacity: 0.4;
  line-height: 1;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  flex-shrink: 0;
}
form.ct-form div.ct-toast button:hover {
  opacity: 1;
}

form.ct-form div.ct-success {
  border: 1px solid #0d0d0d;
}
form.ct-form div.ct-success p, form.ct-form div.ct-success button {
  color: #0d0d0d;
}

form.ct-form div.ct-error {
  border: none;
  background: #e8824a;
}
form.ct-form div.ct-error p, form.ct-form div.ct-error button {
  color: #0d0d0d;
}

@media only screen and (max-width: 1024px) {
  section.contacto h1.ct-title {
    font-size: clamp(3.5rem, 9vw, 10rem);
  }
}
@media only screen and (max-width: 600px) {
  section.contacto h1.ct-title {
    font-size: clamp(2.5rem, 12vw, 5rem);
  }
  section.contacto form.ct-form div.ct-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
section.detalle-foto {
  padding-top: 60px;
}
section.detalle-foto div.df-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(24px, 5.5vw, 90px);
}
section.detalle-foto div.df-top div.df-info {
  position: sticky;
  top: calc(60px + 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2rem);
}
section.detalle-foto div.df-top div.df-info h1.df-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 4.5vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}
section.detalle-foto div.df-top div.df-info h1.df-title em {
  display: block;
  font-family: "MonteCarlo", cursive;
  font-style: normal;
  text-transform: none;
  font-size: clamp(1rem, 1.8vw, 2rem);
  letter-spacing: 0;
  line-height: 2;
}
section.detalle-foto div.df-top div.df-info div.df-body, section.detalle-foto div.df-top div.df-info p.df-body {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  max-width: 26rem;
}
section.detalle-foto div.df-top div.df-first-photo figure {
  margin: 0;
  max-width: 80%;
}
section.detalle-foto div.df-top div.df-first-photo figure.df-photo--portrait img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-top div.df-first-photo figure.df-photo--landscape img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-top div.df-first-photo figure.df-photo--square img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  row-gap: max(5rem, 20vw);
  padding: 0 clamp(24px, 5.5vw, 90px) 0;
}
section.detalle-foto div.df-gallery figure.df-photo {
  margin: 0;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-gallery figure.df-photo--square img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(odd) {
  grid-column: 1;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(even) {
  grid-column: 2;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+2) {
  margin-top: 30vh;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+3) {
  margin-top: 25vh;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+4) {
  margin-top: 0;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+6) {
  margin-top: 50vh;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+8) {
  margin-top: 8vh;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+9) {
  margin-top: 20vh;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n+10) {
  margin-top: 0;
}
section.detalle-foto div.df-gallery figure.df-photo:nth-child(12n) {
  margin-top: 40vh;
}
section.detalle-foto div.df-gallery figure.df-photo--full + figure.df-photo,
section.detalle-foto div.df-gallery figure.df-photo--solo + figure.df-photo {
  margin-top: 0 !important;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n+1):nth-child(odd) {
  padding: 0 5vw 0 11vw;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n):nth-child(odd) {
  padding: 0 10vw 0 4vw;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n+2):nth-child(odd) {
  padding: 0 5vw 0 11vw;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n+2):nth-child(even) {
  padding: 0 7vw 0 4vw;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n+1):nth-child(even) {
  padding: 0 9vw 0 9vw;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait:nth-child(3n):nth-child(even) {
  padding: 0 0 0 2vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n+1):nth-child(odd) {
  padding: 0 5vw 0 8vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n):nth-child(odd) {
  padding: 0 8vw 0 2vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n+2):nth-child(odd) {
  padding: 0 6vw 0 9vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n+2):nth-child(even) {
  padding: 0 0 0 1vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n+1):nth-child(even) {
  padding: 0 7vw 0 9vw;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape:nth-child(3n):nth-child(even) {
  padding: 0 0 0 1vw;
}
section.detalle-foto div.df-gallery figure.df-photo.df-photo--full {
  grid-column: 1/-1;
  padding: 0 7vw !important;
  margin-top: 0 !important;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape.df-photo--solo {
  grid-column: 1/-1;
  padding: 0 18vw !important;
  margin-top: 0 !important;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait.df-photo--solo {
  grid-column: 1/-1;
  padding: 0 30vw !important;
  margin-top: 0 !important;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait.df-photo--size-s:nth-child(odd) {
  padding: 0 5vw 0 11vw !important;
}
section.detalle-foto div.df-gallery figure.df-photo--portrait.df-photo--size-s:nth-child(even) {
  padding: 0 9vw 0 9vw !important;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape.df-photo--size-s:nth-child(odd) {
  padding: 0 5vw 0 8vw !important;
}
section.detalle-foto div.df-gallery figure.df-photo--landscape.df-photo--size-s:nth-child(even) {
  padding: 0 7vw 0 9vw !important;
}

@media only screen and (max-width: 1024px) {
  section.detalle-foto div.df-top {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
  }
  section.detalle-foto div.df-info {
    top: calc(60px + 1rem);
  }
}
@media only screen and (max-width: 600px) {
  section.detalle-foto {
    padding-top: calc(60px + clamp(24px, 5.5vw, 90px));
  }
  section.detalle-foto div.df-top {
    grid-template-columns: 1fr;
  }
  section.detalle-foto div.df-top div.df-info {
    position: static;
  }
  section.detalle-foto div.df-top div.df-first-photo {
    order: -1;
  }
  section.detalle-foto div.df-gallery {
    grid-template-columns: 1fr;
    row-gap: clamp(3rem, 8vh, 6rem);
  }
  section.detalle-foto div.df-gallery figure.df-photo:nth-child(odd),
  section.detalle-foto div.df-gallery figure.df-photo:nth-child(even) {
    grid-column: 1;
    padding: 0 6%;
    margin-top: 0;
  }
  section.detalle-foto div.df-gallery figure.df-photo.df-photo--landscape:nth-child(10n) {
    padding: 0;
  }
}
section.detalle-video {
  padding: calc(60px + 1rem) clamp(24px, 5.5vw, 90px) clamp(24px, 5.5vw, 90px);
}
section.detalle-video div.dv-wrap {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}
section.detalle-video div.dv-left {
  position: relative;
}
section.detalle-video div.dv-thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
section.detalle-video div.dv-thumb img.ofcover {
  position: absolute;
  inset: 0;
}
section.detalle-video div.dv-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.detalle-video div.dv-thumb:hover::after {
  background: rgba(0, 0, 0, 0.18);
}
section.detalle-video div.dv-thumb div.dv-play-btn {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
section.detalle-video div.dv-thumb div.dv-play-btn img {
  width: clamp(40px, 5vw, 68px);
  height: auto;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.4));
}
section.detalle-video div.dv-thumb:hover div.dv-play-btn img {
  transform: scale(1.08);
}
section.detalle-video div.dv-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 320ms cubic-bezier(0.65, 0, 0.35, 1);
}
section.detalle-video div.dv-modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
section.detalle-video div.dv-modal div.dv-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
section.detalle-video div.dv-modal div.dv-modal-inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 1200px);
  padding: 0;
}
section.detalle-video div.dv-modal div.dv-modal-inner video {
  width: 100%;
  display: block;
  border-radius: 6px;
  background: #000;
  outline: none;
}
section.detalle-video div.dv-modal button.dv-close {
  position: absolute;
  top: clamp(-2.5rem, -4vw, -3.5rem);
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 0;
}
section.detalle-video div.dv-modal button.dv-close svg {
  width: 24px;
  height: 24px;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.detalle-video div.dv-modal button.dv-close:hover svg {
  opacity: 0.6;
}
section.detalle-video div.dv-info {
  position: sticky;
  top: calc(60px + 2rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2rem);
}
section.detalle-video div.dv-info h1.dv-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 4.5vw, 6.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}
section.detalle-video div.dv-info h1.dv-title em {
  display: block;
  font-family: "MonteCarlo", cursive;
  font-style: normal;
  text-transform: none;
  font-size: clamp(1rem, 1.8vw, 2rem);
  letter-spacing: 0;
  line-height: 2;
}
section.detalle-video div.dv-info p.dv-body {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  max-width: 26rem;
}

@media only screen and (max-width: 1024px) {
  section.detalle-video div.dv-wrap {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
  }
  section.detalle-video div.dv-info {
    top: calc(60px + 1rem);
  }
}
@media only screen and (max-width: 600px) {
  section.detalle-video {
    padding-top: calc(60px + clamp(24px, 5.5vw, 90px));
  }
  section.detalle-video div.dv-wrap {
    grid-template-columns: 1fr;
  }
  section.detalle-video div.dv-info {
    position: static;
  }
  section.detalle-video div.dv-modal div.dv-modal-inner {
    width: 95vw;
  }
  section.detalle-video div.dv-modal button.dv-close {
    top: -2.5rem;
  }
}
section.recomendados {
  padding: clamp(24px, 5.5vw, 90px);
}
section.recomendados p.pre-title {
  margin-bottom: clamp(1.5rem, 3vw, 3rem);
}
section.recomendados div.rec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 3rem);
}
section.recomendados a.rec-card {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.recomendados a.rec-card:hover {
  opacity: 0.85;
}
section.recomendados a.rec-card div.img_oval {
  position: relative;
}
section.recomendados a.rec-card div.img_oval div.rec-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: clamp(1rem, 3vw, 2.5rem);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 55%, transparent 100%);
  text-align: center;
}
section.recomendados a.rec-card div.img_oval div.rec-overlay span.rec-label {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-style: italic;
  font-size: 1rem;
  opacity: 0.85;
  margin-bottom: 0.15em;
}
section.recomendados a.rec-card div.img_oval div.rec-overlay h3.rec-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 2.8vw, 4rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}
section.recomendados a.rec-card div.img_oval div.rec-overlay span.rec-tag {
  font-size: 1rem;
  opacity: 0.7;
  margin-top: 0.5em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  section.recomendados div.rec-grid {
    grid-template-columns: 1fr;
  }
}
section.three-recomended {
  padding: clamp(24px, 5.5vw, 90px);
}
section.three-recomended div.tr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 3rem);
}
section.three-recomended a.tr-card {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1vw, 1rem);
  color: #0d0d0d;
  text-decoration: none;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.three-recomended a.tr-card:hover {
  opacity: 0.75;
}
section.three-recomended a.tr-card div.tr-text {
  display: flex;
  flex-direction: column;
  gap: 0.1em;
  text-align: center;
}
section.three-recomended a.tr-card div.tr-text span.tr-label {
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-style: italic;
  font-size: 1rem;
}
section.three-recomended a.tr-card div.tr-text h3.tr-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: clamp(1.4rem, 2.5vw, 3.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}
section.three-recomended a.tr-card div.tr-oval {
  overflow: hidden;
  border-radius: 999px;
  aspect-ratio: 5/3;
  width: 100%;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
section.three-recomended a.tr-card div.tr-oval img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  section.three-recomended div.tr-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  section.three-recomended a.tr-card div.tr-text h3.tr-title {
    font-size: clamp(1.2rem, 3vw, 2.5rem);
  }
}
@media only screen and (max-width: 600px) {
  section.three-recomended div.tr-grid {
    grid-template-columns: 1fr;
  }
}
section.title_text_column {
  padding: clamp(24px, 5.5vw, 90px);
  display: flex;
  justify-content: center;
}
section.title_text_column div.wrap {
  display: flex;
  justify-content: center;
}
section.title_text_column div.wrap div.content_block {
  max-width: 52rem;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
}
section.title_text_column div.wrap div.content_block p.body_text, section.title_text_column div.wrap div.content_block p.body-text {
  font-size: 1.3rem;
  line-height: 1.65;
  max-width: 38ch;
  color: #4a4a4a;
}
section.title_text_column div.wrap div.content_block div.ttc-body-group {
  max-width: 75ch;
  color: #4a4a4a;
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}
section.title_text_column div.wrap div.content_block div.ttc-body-group h1 {
  display: inline;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
  padding: 0;
}
section.title_text_column div.wrap div.content_block div.ttc-body-group p {
  display: inline;
  margin: 0;
}
section.title_text_column div.wrap div.content_block h1.pre-title {
  font-family: "Neue Haas Display", "Helvetica Neue", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
section.title_text_column div.wrap div.content_block p.display-title em, section.title_text_column div.wrap div.content_block h1 em {
  display: block;
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.06em;
  margin-bottom: 1.4vw;
  line-height: 150%;
}
section.title_text_column div.wrap div.content_block h1 p, section.title_text_column div.wrap div.content_block h2 p {
  display: inline;
  margin: 0;
  font: inherit;
}

@media only screen and (max-width: 1024px) {
  section.title_text_column {
    padding: clamp(24px, 5.5vw, 90px);
  }
}
@media only screen and (max-width: 600px) {
  section.title_text_column div.wrap div.content_block {
    gap: clamp(12px, 1.4vw, 20px);
  }
}
section.default_parallax {
  height: 55vh;
  overflow: hidden;
  position: relative;
}
section.default_parallax div.parallax_bg {
  position: absolute;
  width: 100%;
  height: 140%;
  top: -20%;
}
section.default_parallax div.parallax_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 1024px) {
  section.default_parallax {
    height: 45vh;
  }
}
@media only screen and (max-width: 600px) {
  section.default_parallax {
    height: 35vh;
  }
  section.default_parallax div.parallax_bg {
    height: 100%;
    top: 0;
  }
}
section.title_text_two_cols {
  padding: clamp(24px, 5.5vw, 90px);
}
section.title_text_two_cols div.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.title_text_two_cols div.wrap div.col_left {
  max-width: 58ch;
}
section.title_text_two_cols div.wrap div.col_left h1, section.title_text_two_cols div.wrap div.col_left h2 {
  font-size: clamp(2.5rem, 4.5vw, 5.5rem);
  line-height: 100%;
}
section.title_text_two_cols div.wrap div.col_right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 53ch;
}
section.title_text_two_cols div.wrap div.col_right p.body_text {
  font-size: 1rem;
  line-height: 1.5;
}
section.title_text_two_cols div.wrap div.col_right h1, section.title_text_two_cols div.wrap div.col_right h2 {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  font-family: "Adobe Garamond Pro", Georgia, serif;
}
section.title_text_two_cols div.wrap div.col_right .cta_line {
  margin-top: clamp(16px, 2.2vw, 32px);
}

@media only screen and (max-width: 1024px) {
  section.title_text_two_cols div.wrap {
    flex-direction: column;
    align-items: center;
    gap: clamp(16px, 2.2vw, 32px);
    text-align: center;
  }
  section.title_text_two_cols div.wrap div.col_left {
    flex: none;
  }
  section.title_text_two_cols div.wrap div.col_right {
    flex: none;
    width: 100%;
    align-items: center;
  }
}
section.featured_three_cols {
  padding: 0 clamp(24px, 5.5vw, 90px) clamp(24px, 5.5vw, 90px);
}
section.featured_three_cols div.cta-center {
  padding-right: 0;
  padding-left: 0;
}
section.featured_three_cols div.featured_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.2vw, 32px);
}
section.featured_three_cols article.featured_item, section.featured_three_cols a.featured_item {
  position: relative;
  cursor: pointer;
  display: block;
}
section.featured_three_cols article.featured_item:hover div.img_oval img, section.featured_three_cols a.featured_item:hover div.img_oval img {
  transform: scale(1.06);
}
section.featured_three_cols article.featured_item div.img_oval img, section.featured_three_cols a.featured_item div.img_oval img {
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
section.featured_three_cols article.featured_item div.featured_info, section.featured_three_cols a.featured_item div.featured_info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}
section.featured_three_cols article.featured_item div.featured_info h3, section.featured_three_cols a.featured_item div.featured_info h3 {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 3.5vw, 5rem);
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
section.featured_three_cols article.featured_item div.featured_info p.tag, section.featured_three_cols a.featured_item div.featured_info p.tag {
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: clamp(12px, 1.4vw, 20px);
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  section.featured_three_cols div.featured_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  section.featured_three_cols div.featured_grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
  section.featured_three_cols article.featured_item div.featured_info h3,
  section.featured_three_cols a.featured_item div.featured_info h3 {
    font-size: 2.3rem;
  }
  section.featured_three_cols article.featured_item div.featured_info p.tag,
  section.featured_three_cols a.featured_item div.featured_info p.tag {
    font-size: 1.1rem;
  }
}
section.default-featured-video {
  padding: clamp(24px, 5.5vw, 90px);
}
section.default-featured-video div.cta-center {
  justify-content: center;
  padding-bottom: 0;
}
section.default-featured-video div.video-oval {
  display: block;
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
section.default-featured-video div.video-oval:hover video, section.default-featured-video div.video-oval:hover img.ofcover {
  transform: scale(1.1);
}
section.default-featured-video div.video-oval:hover div.fv-play-btn img {
  transform: scale(1.1);
}
section.default-featured-video div.video-oval video, section.default-featured-video div.video-oval img.ofcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  will-change: transform;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
section.default-featured-video div.video-oval div.video-brand {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding: clamp(1.5rem, 4vw, 4rem);
  pointer-events: none;
}
section.default-featured-video div.video-oval div.video-brand span.vb-letter {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 8rem);
  color: white;
  line-height: 1;
  letter-spacing: -0.03em;
  align-self: start;
  padding: 7vw;
}
section.default-featured-video div.video-oval div.video-brand span.vb-letter.vb-tr {
  text-align: right;
}
section.default-featured-video div.video-oval div.video-brand span.vb-letter.vb-bl {
  align-self: end;
}
section.default-featured-video div.video-oval div.video-brand span.vb-letter.vb-br {
  text-align: right;
  align-self: end;
}
section.default-featured-video div.video-oval div.fv-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
section.default-featured-video div.video-oval div.fv-play-btn img {
  width: clamp(44px, 5vw, 72px);
  height: auto;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 2px 16px rgba(0, 0, 0, 0.4));
}
section.default-featured-video div.fv-cta {
  margin-top: clamp(16px, 2.2vw, 32px);
  display: flex;
  justify-content: flex-end;
}
section.default-featured-video div.fv-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 320ms cubic-bezier(0.65, 0, 0.35, 1);
}
section.default-featured-video div.fv-modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}
section.default-featured-video div.fv-modal div.fv-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  cursor: pointer;
}
section.default-featured-video div.fv-modal div.fv-modal-inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 1200px);
}
section.default-featured-video div.fv-modal div.fv-modal-inner video {
  width: 100%;
  display: block;
  border-radius: 6px;
  background: #000;
  outline: none;
}
section.default-featured-video div.fv-modal button.fv-close {
  position: absolute;
  top: clamp(-2.5rem, -4vw, -3.5rem);
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 0;
}
section.default-featured-video div.fv-modal button.fv-close svg {
  width: 24px;
  height: 24px;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
section.default-featured-video div.fv-modal button.fv-close:hover svg {
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  section.default-featured-video div.video-oval {
    aspect-ratio: 4/3;
  }
}
@media only screen and (max-width: 600px) {
  section.default-featured-video div.video-oval {
    aspect-ratio: 2/1.3;
    border-radius: 150px;
  }
  section.default-featured-video div.video-oval div.video-brand {
    padding: clamp(3rem, 9vw, 4.5rem);
  }
  section.default-featured-video div.video-oval div.video-brand span.vb-letter {
    font-size: clamp(2rem, 6vw, 3rem);
    padding: 0;
  }
  section.default-featured-video div.video-oval div.fv-play-btn img {
    width: 26px;
  }
}
section.default_text_pic_two_col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 90vh;
  text-align: center;
}
section.default_text_pic_two_col div.enfoque-text {
  padding: clamp(24px, 5.5vw, 90px);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 32px);
  justify-content: center;
  align-items: center;
}
section.default_text_pic_two_col div.enfoque-text .display-title {
  line-height: 1.05;
}
section.default_text_pic_two_col div.enfoque-text p:not(.pre-title) {
  max-width: 39rem;
}
section.default_text_pic_two_col div.enfoque-text p.body-text {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 39rem;
  color: #4a4a4a;
}
section.default_text_pic_two_col div.enfoque-photo {
  overflow: hidden;
  min-height: 60vh;
}
section.default_text_pic_two_col div.enfoque-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media only screen and (max-width: 1024px) {
  section.enfoque-mirada {
    grid-template-columns: 1fr;
  }
  section.enfoque-mirada div.enfoque-text {
    justify-content: flex-start;
  }
  section.enfoque-mirada div.enfoque-photo {
    min-height: 55vw;
  }
}
@media only screen and (max-width: 600px) {
  section.default_text_pic_two_col {
    display: flex;
    flex-direction: column-reverse;
    height: fit-content;
  }
  section.default_text_pic_two_col div.enfoque-photo {
    min-height: 60vw;
  }
  section.default_text_pic_two_col div.enfoque-text .display-title {
    line-height: 1.05;
  }
}
@keyframes marquee-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
section.default-marquee {
  position: relative;
  overflow: hidden;
  padding-top: clamp(24px, 5.5vw, 90px);
  padding-bottom: clamp(24px, 5.5vw, 90px);
  border-bottom: 1px solid #0d0d0d;
}
section.default-marquee img.dm-rosas {
  display: none;
  position: absolute;
  bottom: -4%;
  left: -85px;
  z-index: 3;
  pointer-events: none;
  width: 45vw;
}
section.default-marquee div.dm-row {
  overflow: hidden;
  padding: 1.5vw 0;
  cursor: default;
  border-top: 1px solid #0d0d0d;
}
section.default-marquee div.dm-row:hover div.dm-track {
  animation-play-state: paused;
}
section.default-marquee div.dm-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
}
section.default-marquee div.dm-letter {
  margin-right: 2vw;
}
section.default-marquee div.dm-oval {
  margin-right: 2vw;
}
section.default-marquee p.dm-body {
  margin-right: 2vw;
}
section.default-marquee div.dm-row--1 div.dm-track {
  animation: marquee-rtl 48s linear infinite;
}
section.default-marquee div.dm-row--2 div.dm-track {
  animation: marquee-rtl 62s linear infinite;
}
section.default-marquee div.dm-row--3 div.dm-track {
  animation: marquee-rtl 36s linear infinite;
}
section.default-marquee div.dm-row--4 div.dm-track {
  animation: marquee-rtl 55s linear infinite;
}
section.default-marquee div.dm-letter {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(4rem, 12vw, 14rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
section.default-marquee div.dm-oval {
  flex-shrink: 0;
  margin-top: -30px;
}
section.default-marquee div.dm-oval div.img_oval {
  aspect-ratio: 4/2.3;
  height: 9.6vw;
  width: auto;
}
section.default-marquee p.dm-body {
  width: clamp(14rem, 18vw, 22rem);
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  section.default-marquee div.dm-track {
    animation-play-state: paused;
  }
}
@media only screen and (max-width: 1024px) {
  section.default-marquee div.dm-letter {
    font-size: 10vw;
  }
  section.default-marquee div.dm-oval div.img_oval {
    height: 8.8vw;
    width: auto;
  }
  section.default-marquee p.dm-body {
    width: 20vw;
    font-size: 1rem;
  }
  section.default-marquee img.dm-rosas {
    width: 60vw;
  }
}
@media only screen and (max-width: 600px) {
  section.default-marquee div.dm-row {
    padding: 3vw 0;
  }
  section.default-marquee div.dm-letter {
    font-size: 26vw;
  }
  section.default-marquee div.dm-oval {
    margin-top: 0;
  }
  section.default-marquee div.dm-oval div.img_oval {
    height: 22.88vw;
    width: auto;
  }
  section.default-marquee p.dm-body {
    display: none;
  }
  section.default-marquee img.dm-rosas {
    width: 83vw;
    left: -20vw;
  }
  section.default-marquee div.dm-row--1 div.dm-track {
    animation-duration: 10s;
  }
  section.default-marquee div.dm-row--2 div.dm-track {
    animation-duration: 17s;
  }
  section.default-marquee div.dm-row--3 div.dm-track {
    animation-duration: 20s;
  }
  section.default-marquee div.dm-row--4 div.dm-track {
    animation-duration: 26s;
  }
}
section.default_banner {
  padding: clamp(24px, 5.5vw, 90px);
}
section.default_banner div.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: clamp(12px, 1.4vw, 20px);
  min-height: 25rem;
  padding: clamp(24px, 5.5vw, 90px);
}
section.default_banner h2 {
  max-width: 50rem;
}

@media only screen and (max-width: 600px) {
  section.default_banner div.wrap {
    min-height: 15rem;
  }
  section.default_banner h2 {
    line-height: 1.05;
  }
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
section.ticker-section {
  overflow: hidden;
  padding: clamp(16px, 2.2vw, 32px) 0;
}
section.ticker-section div.ticker-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
}
section.ticker-section div.ticker-track span.ticker-item {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2.5rem, 6vw, 6rem);
  letter-spacing: -0.02em;
  color: #0d0d0d;
}

@media only screen and (max-width: 600px) {
  section.ticker-section div.ticker-track {
    animation-duration: 18s;
  }
}
@keyframes marquee-claim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}
section.default-marquee-claim {
  overflow: hidden;
  cursor: default;
}
section.default-marquee-claim div.mc-track {
  display: flex;
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-claim 32s linear infinite;
}
section.default-marquee-claim div.mc-track span.mc-text {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(3rem, 8vw, 13rem);
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 0.6em 0;
}

@media (prefers-reduced-motion: reduce) {
  section.default-marquee-claim div.mc-track {
    animation-play-state: paused;
  }
}
section.legal-page {
  padding: calc(60px + clamp(24px, 5.5vw, 90px)) clamp(24px, 5.5vw, 90px) clamp(24px, 5.5vw, 90px);
}
section.legal-page div.legal-wrap {
  max-width: 780px;
  margin: 0 auto;
}
section.legal-page div.legal-wrap h1.legal-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
section.legal-page div.legal-wrap div.legal-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
section.legal-page div.legal-wrap div.legal-content h2 {
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #c0bc9c;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
section.legal-page div.legal-wrap div.legal-content h3 {
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
section.legal-page div.legal-wrap div.legal-content p {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
section.legal-page div.legal-wrap div.legal-content strong, section.legal-page div.legal-wrap div.legal-content b {
  font-weight: 700;
  color: #0d0d0d;
}
section.legal-page div.legal-wrap div.legal-content em, section.legal-page div.legal-wrap div.legal-content i {
  font-style: italic;
}
section.legal-page div.legal-wrap div.legal-content a {
  color: #0d0d0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}
section.legal-page div.legal-wrap div.legal-content a:hover {
  color: #4a4a4a;
}
section.legal-page div.legal-wrap div.legal-content code {
  font-family: monospace;
  font-size: 0.88em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.1em 0.4em;
  border-radius: 3px;
}
section.legal-page div.legal-wrap div.legal-content ul {
  padding-left: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: disc;
}
section.legal-page div.legal-wrap div.legal-content ul li {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
section.legal-page div.legal-wrap div.legal-content ol {
  padding-left: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: decimal;
}
section.legal-page div.legal-wrap div.legal-content ol li {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
}
section.legal-page div.legal-wrap div.legal-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.5;
}
section.legal-page div.legal-wrap div.legal-content table th {
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #0d0d0d;
}
section.legal-page div.legal-wrap div.legal-content table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #c0bc9c;
  color: #4a4a4a;
  vertical-align: top;
}
section.legal-page div.legal-wrap div.legal-content table tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 600px) {
  section.legal-page {
    padding-top: calc(60px + clamp(24px, 5.5vw, 90px));
  }
  section.legal-page div.legal-content table {
    font-size: 0.72rem;
  }
  section.legal-page div.legal-content table th,
  section.legal-page div.legal-content table td {
    padding: 0.5rem 0.4rem;
  }
}
section.page-404 {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(24px, 5.5vw, 90px);
}
section.page-404 div.e404-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
}
section.page-404 div.e404-wrap p.e404-num {
  font-family: "DRUZHOK", Georgia, serif;
  font-size: clamp(8rem, 28vw, 22rem);
  line-height: 0.82;
  letter-spacing: -0.04em;
  color: #c0bc9c;
}
section.page-404 div.e404-wrap h1.e404-title {
  font-family: "Didot HTF", "Didot", Georgia, serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
section.page-404 div.e404-wrap p.e404-body {
  font-size: 1rem;
  line-height: 1.5;
  color: #4a4a4a;
  max-width: 26rem;
}

.cookie-banner {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.1);
  padding: 1.8rem;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-banner p {
  margin: 0;
}
.cookie-banner p a {
  color: #0d0d0d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie-banner p a:hover {
  opacity: 0.5;
}
.cookie-banner div.cookie-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-banner div.cookie-actions button {
  font-family: "Adobe Garamond Pro", Georgia, serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: none;
  border: none;
  padding: 0;
  color: #4a4a4a;
  transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cookie-banner div.cookie-actions button:hover {
  color: #0d0d0d;
}
.cookie-banner div.cookie-actions button#cookie-accept {
  color: #0d0d0d;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .cookie-banner {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    width: auto;
  }
}

/*# sourceMappingURL=app.min.css.map */
