.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  margin: 0;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
:root {
  --section-gap: 8rem;
}
@media (max-width : 575px) {
  :root {
    --section-gap: 4rem;
  }
}
html {
  line-height: 1.33;
  font-weight: 300;
  font-size: min(22px, 1.27314815vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}
@media (max-width: 1152px) {
  html {
    font-size: 16px;
  }
}
@media (max-width : 575px) {
  html {
    font-size: min(4.97512438vw, 20px);
  }
}
body {
  text-rendering: optimizeSpeed;
  font-weight: 300;
  font-family: Switzer, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #F4F2ED;
  -webkit-font-smoothing: antialiased;
  background: #151B0D;
}
@media screen and (prefers-reduced-motion: reduce) {
  body {
    scroll-behavior: auto;
  }
}
body.is-popup {
  overflow: hidden;
}
[id] {
  scroll-margin-top: 2rem;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
a,
button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 700;
}
i {
  font-family: ivypresto-display, Times,  serif;
  font-weight: 300;
  font-style: italic;
}
i strong,
i b {
  font-weight: 600;
}
.hamburger {
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  background: transparent;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  display: none;
}
@media (max-width : 575px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__box {
  height: 24px;
  width: 2rem;
  position: relative;
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 2rem;
  height: 4px;
  background-color: #F4F2ED;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  -webkit-transition-duration: 0.15s, 0.2s;
          transition-duration: 0.15s, 0.2s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__inner:before {
  top: -10px;
}
.hamburger__inner:after {
  bottom: -10px;
}
.hamburger__inner {
  top: 2px;
  -webkit-transition-duration: 0.4s, 0.2s;
          transition-duration: 0.4s, 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55), ease;
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55), ease;
}
.hamburger__inner:before {
  top: 10px;
  -webkit-transition: opacity 0.15s 0.4s ease, background-color 0.2s 0s ease;
  transition: opacity 0.15s 0.4s ease, background-color 0.2s 0s ease;
}
.hamburger__inner:after {
  top: 20px;
  -webkit-transition: background-color 0.2s 0s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: background-color 0.2s 0s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0.2s 0s ease;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), background-color 0.2s 0s ease, -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger__inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s, 0s;
          transition-delay: 0.1s, 0s;
}
.is-menu .hamburger__inner::before {
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  opacity: 0;
}
.is-menu .hamburger__inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s, 0s;
          transition-delay: 0.1s, 0s;
}
.section {
  max-width: 68.36363636rem;
  padding-left: 2em;
  padding-right: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (max-width : 575px) {
  .section {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 4rem;
  font-family: ivypresto-display, Times,  serif;
  color: #fff;
  font-weight: 500;
}
@media (max-width : 575px) {
  .section-title h2 {
    font-size: 2em;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 0.83333333rem;
  padding: 0.90909091em 2.18181818em;
  background: rgba(244, 242, 237, 0.6);
  color: #3D3D3D;
  border-radius: 0.4em;
  border: 0;
}
@media (max-width : 575px) {
  .btn {
    font-size: 1rem;
    padding: 0.75em 1.25em;
  }
}
.btn--outline {
  -webkit-box-shadow: inset 0 0 0 1px #F4F2ED;
          box-shadow: inset 0 0 0 1px #F4F2ED;
  background: transparent;
  color: #F4F2ED;
}
.btn:hover {
  background: #F4F2ED;
  color: #3D3D3D;
}
.sm-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sm-links svg {
  width: 1.16666667em;
  height: 1.16666667em;
}
.sm-links__btn {
  margin-right: 1em;
}
@media (max-width : 575px) {
  .sm-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm-links svg {
    width: 1.4em;
    height: 1.4em;
  }
  .sm-links__btn {
    width: 100%;
    margin: 0;
  }
  .sm-links__btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top {
  margin-top: 7.27272727rem;
}
.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0.8em 0;
  color: #F4F2ED;
  font-family: ivypresto-display, Times,  serif;
  font-size: 1.36363636rem;
  gap: 1em;
  opacity: 0.8;
}
@media (max-width : 575px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}
.breadcrumbs li:not(:last-child)::after {
  margin-left: 1em;
  content: "/";
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, border-bottom 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: backdrop-filter 0.3s ease-in-out, border-bottom 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-backdrop-filter 0.3s ease-in-out;
  will-change: backdrop-filter, border-bottom, background;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.main-header.is-sticky {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 1px solid #F4F2ED;
  background: rgba(0, 0, 0, 0.2);
}
.main-header.is-sticky .main-header__inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
body:not(.is-homepage) .main-header .main-header__inner {
  padding-top: 1em;
  padding-bottom: 1em;
}
.main-header__inner {
  max-width: 83.47826087rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.66666667rem 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  will-change: padding;
}
@media (max-width : 575px) {
  .main-header__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.main-header__logo {
  max-width: 3.625rem;
}
@media (max-width : 575px) {
  .main-header__logo {
    max-width: 4.35rem;
    -webkit-transition: max-width 0.3s ease-in-out;
    transition: max-width 0.3s ease-in-out;
    will-change: max-width;
  }
  .is-sticky .main-header__logo,
  body:not(.is-homepage) .main-header__logo {
    max-width: 2.5rem;
  }
}
.main-header__logo a {
  display: block;
}
.main-header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width : 575px) {
  .main-header__nav {
    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;
    padding: 0.5rem;
    background: #0f0f0f;
    pointer-events: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  body.is-menu .main-header__nav {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  body.is-menu .main-header__nav ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  body.is-menu .main-header__nav ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  body.is-menu .main-header__nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  body.is-menu .main-header__nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  body.is-menu .main-header__nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  body.is-menu .main-header__nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  body.is-menu .main-header__nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  body.is-menu .main-header__nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  body.is-menu .main-header__nav ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  body.is-menu .main-header__nav ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  body.is-menu .main-header__nav ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .main-header__logo {
    position: relative;
    z-index: 3;
  }
}
.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.66666667rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu a:not(.btn) {
  font-size: 0.91666667em;
  padding: 0.90909091em 2.18181818em;
  color: #F4F2ED;
  border-radius: 0.4em;
  text-decoration: none;
}
.main-menu a:not(.btn):hover {
  color: #3D3D3D;
  background: #F4F2ED;
}
@media (max-width : 575px) {
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.main-footer {
  width: 100%;
  margin-top: 8rem;
  border-top: 1px solid rgba(244, 242, 237, 0.2);
}
.main-footer__inner {
  max-width: 83.47826087rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.66666667rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6em;
  color: rgba(244, 242, 237, 0.6);
}
@media (max-width : 575px) {
  .main-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.main-footer ul {
  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;
  gap: 1em;
}
.main-footer a:hover {
  text-decoration: none;
}
:root {
  --wp--style--gallery-gap-default: 5px;
}
@media (max-width : 575px) {
  :root {
    --wp--style--gallery-gap-default: 5px;
  }
}
.content-style a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.content-style a:not([class]):hover {
  text-decoration: none;
}
.content-style > p {
  margin: 3em 0;
}
.content-style p > img,
.content-style li > img,
.content-style em > img,
.content-style strong > img,
.content-style b > img {
  display: unset;
  vertical-align: middle;
  margin: 0 2px;
}
.content-style h1 {
  font-size: 2.5em;
}
.wp-block {
  margin: 1.5em 0;
}
.wp-block.alignwide {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (max-width: 768px) {
  .wp-block.alignwide {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.wp-block.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.wp-block-paragraph {
  max-width: 65ch;
  line-height: 1.6;
}
.wp-block-paragraph:empty {
  display: none;
}
.wp-block-heading {
  margin: 2em 0 1em;
  line-height: 1.2;
}
h1.wp-block-heading {
  font-size: 2.5em;
}
h2.wp-block-heading {
  font-size: 2em;
}
h3.wp-block-heading {
  font-size: 1.75em;
}
h4.wp-block-heading {
  font-size: 1.5em;
}
.wp-block-video,
.wp-block-image,
.wp-block-gallery {
  margin: 3em 0;
}
.wp-block-video:first-child,
.wp-block-image:first-child,
.wp-block-gallery:first-child {
  margin-top: 0;
}
.wp-block-video.alignwide,
.wp-block-image.alignwide,
.wp-block-gallery.alignwide {
  margin-left: -2em;
  margin-right: -2em;
}
.wp-block-video + .wp-block-gallery,
.wp-block-image + .wp-block-gallery,
.wp-block-gallery + .wp-block-gallery,
.wp-block-video + .wp-block-image,
.wp-block-image + .wp-block-image,
.wp-block-gallery + .wp-block-image,
.wp-block-video + .wp-block-video,
.wp-block-image + .wp-block-video,
.wp-block-gallery + .wp-block-video {
  margin-top: calc(-3em + var(--wp--style--gallery-gap-default, 1rem));
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #666;
  text-align: center;
}
.wp-block-gallery {
  display: -ms-grid;
  display: grid;
  grid-gap: var(--wp--style--gallery-gap-default, 1rem);
}
@media (min-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.wp-block-gallery .blocks-gallery-item {
  width: 100%;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
blockquote.wp-block-quote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid currentColor;
  font-style: italic;
}
blockquote.wp-block-quote cite {
  display: block;
  margin-top: 1em;
  font-size: 0.875em;
  font-style: normal;
}
.wp-block-list {
  padding-left: 1.5em;
  margin: 1.5em 0;
}
.wp-block-list li {
  margin: 0.5em 0;
}
.wp-block-list.is-style-check {
  list-style: none;
}
.wp-block-list.is-style-check li::before {
  content: "✓";
  margin-right: 0.5em;
  color: currentColor;
}
.wp-block-table {
  margin: 2em 0;
  width: 100%;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 0.75em;
  border: 1px solid #ddd;
  text-align: left;
}
.wp-block-table table th {
  background: #f5f5f5;
  font-weight: 600;
}
.wp-block-table table tbody tr:nth-child(even) {
  background: #fafafa;
}
.wp-block-table figcaption {
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #666;
  text-align: center;
}
@media (max-width: 600px) {
  .wp-block-table {
    overflow-x: auto;
    display: block;
  }
}
.wp-block-embed {
  margin: 2em 0;
}
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-block {
  margin: 2em 0;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff2') format('woff2'), url('../fonts/Switzer-Light.woff') format('woff'), url('../fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff2') format('woff2'), url('../fonts/Switzer-Regular.woff') format('woff'), url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff2') format('woff2'), url('../fonts/Switzer-Medium.woff') format('woff'), url('../fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.hero-section {
  position: relative;
  padding-bottom: 5em;
}
.hero-section__bg {
  position: absolute;
  inset: 0;
}
.hero-section__bg__inner {
  position: sticky;
  top: 0;
  width: 100%;
  height: 68.07291667vw;
  max-height: 100%;
  background: url(../img/bg.jpg) no-repeat 50% 100% / cover;
  background-image: url(../img/bg-transparent.webp);
}
.hero-section__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section__inner--top {
  min-height: 100vh;
}
.hero-section__inner:first-of-type {
  padding-top: 5em;
}
.hero-section__hello {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3em;
  padding: 2.5em 0;
}
.hero-section__hello__text {
  max-width: 50rem;
}
.hero-section__hello h1 {
  font-size: 7.25rem;
  line-height: 0.85;
  margin: 0;
  font-weight: 700;
}
.hero-section__hello h1 em {
  font-family: ivypresto-display, Times,  serif;
  font-weight: 500;
  font-style: italic;
}
.hero-section__hello h2 {
  color: #E6E2D4;
  font-family: ivypresto-display, Times,  serif;
  font-weight: 600;
  font-style: italic;
  font-size: 3rem;
  margin-bottom: 0.25em;
}
.hero-section__hello p {
  max-width: 90%;
  margin: 1.25em 0;
}
.hero-section__hello__arrow {
  width: 1px;
  height: 80%;
  top: 10%;
  background: #F4F2ED;
  position: relative;
}
.hero-section__hello__arrow::before,
.hero-section__hello__arrow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  margin-top: 1px;
  width: 2.5em;
  height: 1px;
  background: #F4F2ED;
}
.hero-section__hello__arrow::before {
  right: 1px;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hero-section__hello__arrow::after {
  left: 1px;
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hero-section__about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46.87% 1fr;
  grid-template-columns: 46.87% 1fr;
  gap: 3rem;
  width: 100%;
  margin-top: var(--section-gap);
  margin-bottom: var(--section-gap);
}
.hero-section__about__image {
  position: relative;
}
.hero-section__about__image.is-badge::after {
  content: "";
  position: absolute;
  background: url(../img/badge.png) no-repeat 50% 50% / contain;
  background-image: url(../img/badge.webp);
  width: 11rem;
  height: 11rem;
  right: 1.25rem;
  top: 77%;
}
.hero-section__about__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 1em;
  overflow: hidden;
}
.hero-section__about__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.hero-section__about__text h3 {
  font-family: ivypresto-display, Times,  serif;
  font-style: italic;
  font-weight: 500;
  font-size: 5.91666667rem;
  margin: 0 0 0.2em;
}
.hero-section__about__text p {
  max-width: 20.83333333em;
  margin: 1em 0;
}
@media (max-width : 575px) {
  .hero-section__bg__inner {
    height: 287.56218905vw;
    max-height: 100%;
    background-image: url(../img/bg-mobile.jpg);
    background-image: url(../img/bg-transparent-mobile.webp);
  }
  .hero-section__inner {
    padding-top: 0;
  }
  .hero-section__hello {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .hero-section__hello h2 {
    font-size: 2.2rem;
  }
  .hero-section__hello h1 {
    font-size: 2.5rem;
  }
  .hero-section__hello p {
    max-width: unset;
  }
  .hero-section__hello__decor {
    display: none;
  }
  .hero-section__hello .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-section__about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-section__about__image.is-badge::after {
    top: 73%;
    width: 8rem;
    height: 8rem;
    right: 0;
  }
  .hero-section__about__text h3 {
    font-size: 3.1rem;
  }
}
.last-news {
  position: relative;
}
.last-news__grid {
  margin-top: 2.18181818rem;
  margin-bottom: 2.18181818rem;
  gap: 2rem;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 576px) {
  .last-news__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4.5rem;
  }
}
.news-item--category {
  text-align: center;
}
.news-item__thb {
  border-radius: 0.72727273rem;
  aspect-ratio: 1 / 1;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.45454545em;
}
.news-item__thb img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-item h2,
.news-item h1 {
  font-size: 1.36363636em;
  font-weight: 300;
  margin-bottom: 0.83333333em;
}
.news-item__info {
  color: rgba(244, 242, 237, 0.6);
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  font-size: 0.90909091em;
}
.news-item__info svg {
  width: 1em;
  height: 1em;
}
.news-item__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.news-item__info li:not(:last-child)::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 4px;
  background: currentColor;
  margin-left: 0.75em;
}
.news-item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.news-item a:hover .news-item__thb img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.single-post {
  margin-bottom: var(--section-gap);
}
.single-post--page {
  padding-top: var(--section-gap);
}
.single-post__hero {
  position: relative;
  padding-bottom: 5em;
  min-height: 100vh;
}
.single-post__hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post__hero__bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(21, 27, 13, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 27, 13, 0)), to(#151B0D));
  background: linear-gradient(180deg, rgba(21, 27, 13, 0) 0%, #151B0D 100%);
  height: 50%;
}
.single-post__hero__bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.single-post__hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 100vh;
  padding-top: 7em;
  padding-bottom: 3em;
}
.single-post__hero__inner:first-of-type {
  padding-top: 5em;
}
.single-post__hero h1 {
  font-size: 3.63636364rem;
  text-wrap: balance;
}
.single-post__hero p {
  font-size: 1.18181818rem;
  margin-top: 1.84615385em;
}
.single-post__hero .news-item__info {
  font-size: 1.09090909rem;
  margin-top: 2em;
}
@media (max-width : 575px) {
  .single-post__hero h1 {
    font-size: 1.75rem;
  }
  .single-post__hero p {
    font-size: 0.8576em;
  }
  .single-post__hero .news-item__info {
    font-size: 0.8576em;
  }
  .single-post__hero__inner {
    padding-top: 3.5rem;
    padding-bottom: 1em;
  }
}

/*# sourceMappingURL=main.1.05.css.map */
