@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Migha Condensed;
  src: url('../fonts/Migha-LightCondensedCNTR.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Migha Condensed;
  src: url('../fonts/Migha-Condensed.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary: #f8ecd8;
  --body: Satoshi, sans-serif;
  --primary: #441e13;
  --headings: "Migha Condensed", sans-serif;
  --tiffany: #6cb9bd;
  --chiaro: #faf4f0;
  --_apps---typography--heading-font: var(--headings);
  --_apps---typography--body-font: var(--body);
  --_apps---typography--button-font: var(--headings);
  --_apps---sizes--radius: .125rem;
  --_apps---colors--background: var(--secondary);
  --_apps---colors--foreground: var(--primary);
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #e1e0de;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--primary);
  --_apps---colors--primary-foreground: #fff6f4;
  --_apps---colors--secondary: #f3ded8;
  --_apps---colors--secondary-foreground: #0f0d0c;
  --_apps---colors--muted: #e8e7e5;
  --_apps---colors--muted-foreground: #6c6b68;
  --_apps---colors--accent: #d3d3d3;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: var(--primary);
  --_apps---colors--input: #472115;
  --_apps---colors--ring: #3e221a;
  --_apps---charts--chart-1: var(--primary);
  --_apps---charts--chart-2: #593c34;
  --_apps---charts--chart-3: #380f04;
  --_apps---charts--chart-4: #260802;
  --_apps---charts--chart-5: #38170d;
  --_apps---sidebar--sidebar: #e8e7e5;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--primary);
  --_apps---sidebar--sidebar-primary-foreground: #fff6f4;
  --_apps---sidebar--sidebar-accent: #d3d3d3;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--primary);
  --_apps---sidebar--sidebar-ring: #3e221a;
  --_apps---colors--background-dark: #0c0a0b;
  --_apps---colors--foreground-dark: #f9f8f8;
  --_apps---colors--card-dark: #201e1f;
  --_apps---colors--card-foreground-dark: #f9f8f8;
  --_apps---colors--popover-dark: #201e1f;
  --_apps---colors--popover-foreground-dark: #f9f8f8;
  --_apps---colors--primary-dark: #a8796c;
  --_apps---colors--primary-foreground-dark: #090504;
  --_apps---colors--secondary-dark: #2e1c16;
  --_apps---colors--secondary-foreground-dark: #fcf7f5;
  --_apps---colors--muted-dark: #050404;
  --_apps---colors--muted-foreground-dark: #959494;
  --_apps---colors--accent-dark: #353535;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #d1415b;
  --_apps---colors--border-dark: #441e131a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #b38f84;
  --_apps---charts--chart-1-dark: #a8796c;
  --_apps---charts--chart-2-dark: #ceaba1;
  --_apps---charts--chart-3-dark: #916052;
  --_apps---charts--chart-4-dark: #c19a8f;
  --_apps---charts--chart-5-dark: #7c5549;
  --_apps---sidebar--sidebar-dark: #121011;
  --_apps---sidebar--sidebar-foreground-dark: #f9f8f8;
  --_apps---sidebar--sidebar-primary-dark: #a8796c;
  --_apps---sidebar--sidebar-primary-foreground-dark: #090504;
  --_apps---sidebar--sidebar-accent-dark: #353535;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #b38f84;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--secondary);
  font-family: var(--body);
  color: var(--primary);
  font-size: 1.25rem;
  line-height: 1.64;
}

h1 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 136px;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.2;
}

h5 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: var(--headings);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--primary);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--primary);
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px;
  font-family: Baskervville, sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  border-bottom: 1px solid #0000000a;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page-icon {
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border-color: var(--primary);
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  border: 1px solid var(--tiffany);
  background-color: var(--tiffany);
  background-image: none;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  position: relative;
}

.form-checkbox-icon.w--redirected-checked::after {
  content: "✓";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -56%);
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: 2rem;
  height: 2rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-checkbox-icon.w--redirected-focus-visible {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form-success-message {
  color: var(--secondary);
  background-color: #0f5c3a;
  padding: 1.25rem;
}

.heading-style-3 {
  font-family: var(--headings);
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-style-3.locarno {
  font-size: 100px;
}

.heading-style-3.locarno.inv {
  color: var(--secondary);
}

.heading-style-3.prodotti {
  text-align: left;
}

.heading-style-3.prodotti.private {
  text-align: center;
  font-size: 100px;
  line-height: 1;
}

.rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 82px;
  font-weight: 300;
}

.rich-text h2 {
  letter-spacing: 0;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 300;
}

.rich-text h3 {
  font-family: var(--body);
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
}

.rich-text h4 {
  font-family: var(--body);
  letter-spacing: 0;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
}

.rich-text h5 {
  font-family: var(--body);
  margin-top: 1.25rem;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.rich-text h6 {
  font-family: var(--body);
  margin-top: 1.25rem;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text p {
  margin-bottom: 1rem;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 1.5rem;
}

.rich-text a {
  border-bottom: 1px solid var(--primary);
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.menu {
  max-width: 100%;
}

.icon-medioum {
  width: 2rem;
  height: 2rem;
}

.heading-style-1 {
  font-family: var(--headings);
  color: var(--primary);
  letter-spacing: -3px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-1.scorr {
  color: var(--tiffany);
}

.heading-style-1.scorr.tiffany {
  color: var(--secondary);
}

.heading-style-1.cont {
  text-align: left;
}

.heading-style-1.tin, .heading-style-1.gi, .heading-style-1.pan {
  color: var(--secondary);
}

.heading-style-1.hom {
  color: var(--primary);
  font-size: 90px;
}

.heading-style-1.hom.pann, .heading-style-1.din {
  color: var(--secondary);
}

.heading-style-1.panna {
  color: var(--secondary);
  letter-spacing: 1px;
}

.container {
  border-radius: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container.menu {
  padding-top: 5rem;
}

.container.colaz {
  background-color: var(--tiffany);
  padding-bottom: 0;
}

.size-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.size-small.hom, .size-small.storia {
  padding-bottom: 0;
}

.max-width-sm {
  width: 100%;
  max-width: 30rem;
}

.text-medium {
  width: 90%;
  font-weight: 500;
}

.text-medium.titolo {
  font-family: var(--headings);
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 300;
}

.text-medium.titolo.colaz {
  color: var(--tiffany);
  text-align: center;
}

.text-medium.centro {
  text-align: center;
  align-self: center;
  width: 100%;
}

.text-medium.colaz {
  text-align: center;
  width: 100%;
}

.text-medium.colazpre {
  padding-top: 35px;
}

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

.text-regular.din {
  color: var(--secondary);
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-large {
  align-self: auto;
  width: 100%;
  max-width: 48rem;
}

.form-field {
  color: var(--primary);
}

.text-muted {
  opacity: 1;
  color: var(--tiffany);
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-4 {
  font-family: var(--headings);
  color: var(--secondary);
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

.form-label {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 500;
  color: #3f251b;
}

.form-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--primary);
  opacity: 1;
  min-height: 3rem;
  color: #3f251b;
  background-color: #0000;
  margin-bottom: .75rem;
  padding: .5rem 0;
  font-size: 16px;
}

.form-input:hover {
  border-color: #78160d8f #78160d8f var(--tiffany);
}

.form-input:active {
  border-bottom-color: var(--tiffany);
  background-color: var(--secondary);
  padding-right: 1.1rem;
}

.form-input::placeholder {
  color: #6f5448;
  font-size: 1rem;
}

.form-input:lang(it-it) {
  color: #441e1340;
}

.form-input.select-input {
  color: #3f251b;
  background-image: url('../images/dropdown_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-input.select-input:lang(it-it) {
  color: #6cb9bd8a;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.size-large {
  padding-top: 10.9rem;
  padding-bottom: 10.9rem;
  position: relative;
}

.size-large.padding-bottom {
  z-index: 2;
}

.size-large.padding-bottom.gi {
  background-color: var(--secondary);
  padding-top: 0;
  padding-bottom: 4rem;
}

.size-large.padding-bottom.team {
  display: none;
}

.size-large.no-padding-top {
  padding-top: 0;
}

.size-large.cta {
  display: none;
}

.size-large.scopri {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.size-large.contact {
  background-color: var(--tiffany);
}

.size-large.cont {
  padding-bottom: 5rem;
}

.size-large.con {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.size-large.menu {
  background-color: var(--tiffany);
}

.size-large.faq {
  display: none;
}

.size-large.eventi {
  background-color: var(--tiffany);
}

.size-large.din {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.size-large.ev {
  padding-bottom: 0;
}

.size-large.gi {
  z-index: 2;
  background-color: var(--primary);
}

.size-large.gi.team {
  display: none;
}

.size-large.gi.ab {
  background-color: var(--secondary);
}

.size-large.hom {
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.size-large.prodotti {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.size-large.none {
  display: block;
}

.size-large.colaz {
  padding-top: 7rem;
}

.text-style-link {
  color: var(--primary);
  text-decoration: underline;
}

.text-style-link.link-xl {
  border-bottom: 2px solid var(--primary);
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: none;
}

.text-style-link.link-xl:hover {
  opacity: .59;
}

.text-style-link.link-xl.num {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.text-large {
  padding-bottom: 10px;
  font-size: 1.1rem;
}

.text-large.social {
  border: 1px #000;
  border-top: 1px solid #441e131a;
  margin-top: 0;
  padding-top: 10px;
}

.heading-style-2 {
  font-family: var(--headings);
  text-transform: uppercase;
  font-size: 92px;
  font-weight: 300;
  line-height: 1.2;
}

.page-wrapper {
  padding-top: 72px;
}

.container-lg {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-uppercase {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.text-uppercase.text-size-small {
  color: var(--secondary);
  text-decoration: underline;
}

.text-uppercase.text-size-small.fade-bottom {
  font-size: 1rem;
}

.text-uppercase.text-size-small.fade-bottom.black {
  color: var(--primary);
}

.text-uppercase.text-size-small.fade-bottom.black.tiffany, .text-uppercase.text-size-small.men, .text-uppercase.text-size-small.pan {
  color: var(--secondary);
}

.text-uppercase.text-size-small.nero {
  color: var(--primary);
}

.text-uppercase.text-size-small.primary.black {
  color: var(--primary);
  font-size: 13px;
}

.text-uppercase.text-size-small.black {
  color: var(--primary);
}

.text-uppercase.inv {
  color: var(--secondary);
}

.text-uppercase.sopra {
  font-size: 10px;
}

.form-message-error {
  background-color: #eba9a9;
  margin-top: .75rem;
  padding: .75rem;
}

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

.form {
  width: 100%;
  margin-bottom: 0;
}

.button {
  background-color: var(--tiffany);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 8px;
  min-width: 9rem;
  padding: .75rem 1.5rem;
  font-size: .85rem;
  font-weight: 500;
  text-decoration: none;
}

.button.form-submit {
  text-transform: uppercase;
  min-width: 12rem;
}

.button.form-submit:lang(it-it) {
  color: var(--secondary);
}

.button.inverted {
  border: 1px none var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
  border-radius: 10px;
}

.button.site-nav-cta {
  background-color: var(--tiffany);
  color: var(--secondary);
  border-radius: 6px;
}

.button.button-outline {
  border: 1px solid var(--secondary);
}

.button.cta {
  background-color: var(--tiffany);
  border-radius: 9px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
}

.size-medium {
  padding-bottom: 12px;
}

.size-medium.hom {
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.size-medium.hom:lang(it-it) {
  overflow: hidden;
}

.size-medium.hom.conta {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container-md {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.site-nav {
  z-index: 1000;
  border-bottom: 1px solid var(--primary);
  background-color: var(--secondary);
  width: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.site-nav-container {
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
  position: relative;
}

.site-nav-menu-link {
  margin-right: auto;
  text-decoration: none;
}

.hamburger {
  grid-column-gap: 16px;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.hamburger-lines {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 60px;
  display: flex;
}

.hamburger-text {
  position: relative;
  overflow: hidden;
}

.hamburger-line {
  background-color: var(--primary);
  width: 100%;
  height: 1px;
}

.hamburger-line.top {
  width: 50%;
}

.site-nav-logo {
  max-width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-nav-right {
  grid-column-gap: 32px;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.text-scroller-sm {
  width: 220px;
  display: none;
  overflow: hidden;
}

.text-scroller-inner {
  grid-column-gap: 12px;
  display: flex;
}

.text-scroller-row {
  grid-column-gap: 12px;
  flex-flow: row;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.text-scroller-text {
  width: 94px;
}

.text-scroller-divider {
  background-color: var(--primary);
  width: 22px;
  min-width: 22px;
  height: 1px;
}

.section {
  overflow: visible;
}

.section.bg-primary {
  background-color: var(--primary);
  color: var(--secondary);
}

.section.bg-primary.gi {
  z-index: 2;
  position: relative;
}

.section.footer {
  background-color: #f3e6d0;
  margin-top: 120px;
  display: block;
}

.section.footer.ab {
  z-index: 2;
  margin-top: 0;
  position: relative;
}

.section.blog-hero {
  z-index: 3;
  position: relative;
}

.section.blog-preview {
  margin-top: -60px;
}

.section.galley, .section.ctamenu, .section.news, .section.browse {
  display: none;
}

.section.browse.next {
  display: block;
}

.section.browse.next.ab {
  margin-top: -5px;
}

.section.din {
  display: none;
}

.section.sto {
  background-color: var(--tiffany);
}

.section.sto.gi {
  z-index: 2;
  position: relative;
}

.section.no, .section.gallery {
  display: none;
}

.section.tiffany {
  background-color: var(--tiffany);
  margin-top: -2px;
}

.section.faq {
  display: none;
}

.section.private {
  padding-bottom: 50px;
}

.section.none {
  display: none;
}

.hero-title {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-title.hero-title-stacked {
  flex-flow: column;
}

.hero-title-feature {
  text-align: center;
  border-top: 1px solid #78160d17;
  border-bottom: 1px solid #78160d17;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 180px;
  display: flex;
}

.hero-title-feature.contact {
  border-top-color: #f8ecd840;
  border-bottom-color: #f8ecd840;
}

.hero-title-feature.panna {
  border-top-color: #f8ecd84d;
  border-bottom-color: #f8ecd84d;
}

.hero-title-feature-text {
  transform: translate(0);
}

.hero-title-brand {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-brand-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-banner {
  height: 50vw;
  margin-top: -150px;
  overflow: visible;
}

.image-banner.storia {
  margin-top: -100px;
}

.image-banner-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.book-spinner {
  z-index: 1;
  width: 118px;
  height: 118px;
  margin-top: -59px;
  text-decoration: none;
  position: relative;
  right: 0;
}

.image-banner-book {
  position: relative;
}

.book-spinner-button {
  background-color: var(--tiffany);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.book-spinner-button.book-spinner_btn-light {
  background-color: var(--secondary);
}

.buttok-spinner-arrow {
  color: var(--secondary);
  display: block;
}

.buttok-spinner-arrow.primary {
  color: var(--primary);
}

.buttok-spinner-arrow.arrow-in {
  position: absolute;
}

@keyframes bookSpinnerTextRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.book-spinner-text {
  background-image: url('../images/contact-us-circle-text.svg?v=single-ring-20260506');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -50% auto auto -50%;
  animation: bookSpinnerTextRotate 14s linear infinite;
  transform-origin: 50% 50%;
}

.book-spinner-text.book-light {
  background-image: url('../images/contact-us-circle-text_light.svg?v=single-ring-20260506');
}

.book-spinner-text[data-contact-text="CONTATTACI"] {
  background-image: url('../images/contattaci-circle-text.svg?v=single-ring-20260506');
}

.book-spinner-text.book-light[data-contact-text="CONTATTACI"] {
  background-image: url('../images/contattaci-circle-text_light.svg?v=single-ring-20260506');
}
.promo-image-grid {
  grid-template-rows: auto;
}

.promo-image-media {
  border-radius: 10px;
  height: 100vh;
}

.promo-image-media.no-mobile-padding {
  height: 80vh;
}

.promo-image-text {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  padding-top: 37px;
  padding-left: 4rem;
  display: flex;
}

.promo-image-text.left {
  padding-left: 0;
  padding-right: 4rem;
}

.promo-text-top {
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.promo-text-bottom {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.image-banner-container {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-banner-container.storia {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.circle-button {
  z-index: 1;
  background-color: var(--primary);
  width: 118px;
  height: 118px;
  color: var(--secondary);
  text-align: center;
  cursor: none;
  border-radius: 50%;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 6% 12% auto;
  overflow: hidden;
}

.menu-spotlight {
  justify-content: center;
  align-items: center;
  height: 0;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.menu-spotlight-inside {
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 76%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.menu-spotlight-text {
  z-index: 3;
  background-image: url('../images/menu-circle-text.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(0);
}

.menu-spotlight-preview {
  background-color: #000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.menu-spotlight-content {
  z-index: 2;
  grid-row-gap: 24px;
  color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 66px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-col.wide-gap {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

.grid-2-col.private {
  padding-bottom: 50px;
}

.text-block {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-scroller-image {
  width: 260px;
  height: 160px;
}

.text-scroller-image.tilt-right {
  transform: rotate(4deg);
}

.text-scroller-image.tilt-left {
  transform: rotate(-6deg);
}

.divider {
  background-color: #78160d1f;
  width: 100%;
  height: 1px;
}

.divider.red {
  background-color: var(--primary);
  opacity: .25;
}

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

.card-page {
  max-width: 500px;
}

.card-page.card-offset {
  margin-top: 120px;
}

.card-page-media {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.card-page-media.blog {
  overflow: hidden;
}

.card-page-media.team {
  background-color: #ebdbc2;
  background-image: none;
}

.card-page-content {
  grid-row-gap: 32px;
  color: var(--secondary);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-page-content.card-content-sm {
  z-index: 1;
  grid-row-gap: 8px;
  margin-top: 0;
  position: relative;
}

.card-page-link-wrapper {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-scroller {
  opacity: .16;
  position: relative;
  overflow: hidden;
}

.text-scroller.solid {
  opacity: 1;
  background-color: #31464700;
}

.text-scroller.hom:lang(it-it) {
  overflow: visible;
}

.text-scroller-container {
  grid-column-gap: 60px;
  display: flex;
}

.text-scroller-container.scroller-team {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-scroller-item {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-scroller-title {
  white-space: nowrap;
}

.scroller-divider {
  background-color: var(--secondary);
  width: 107px;
  height: 1px;
  color: var(--primary);
}

.scroller-divider.footer, .scroller-divider.primary {
  background-color: var(--primary);
}

.offset-columns {
  grid-column-gap: 0px;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.promo-box {
  grid-row-gap: 64px;
  border-right: 1px solid var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.promo-box.no-border {
  border-right-style: none;
}

.promo-box.offset-1, .promo-box.offset-2.no-border {
  margin-top: 0;
}

.promo-box-title {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-logo {
  margin-bottom: 60px;
}

.grid-5-7 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.link-list.vertical {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-curve-image {
  background-image: url('../images/footer-curve.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55px;
  display: none;
  position: relative;
  top: -54px;
}

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

.paragraph {
  line-height: 1.5;
}

.button-label {
  color: var(--secondary);
  letter-spacing: .1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.button-label.butto {
  color: var(--primary);
}

.heading-display {
  letter-spacing: -.4vw;
  text-transform: uppercase;
  padding-top: 27px;
  font-family: Migha Condensed, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: 1;
  display: none;
}

.heading-display.contact {
  color: var(--secondary);
  display: flex;
}

.image-banner-curve {
  z-index: 2;
  width: 100%;
  height: 70px;
  color: var(--secondary);
  background-image: url('../images/image-curve.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  display: block;
  position: absolute;
  inset: -2px auto auto 0%;
  transform: scale(1.01)translate(0, -6px);
}

.image-banner-curve.tiffany {
  height: 80px;
  color: var(--tiffany);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  transform: scale(1.01)translate(0, -6px);
}

.image-banner-curve.tiffany.colazione {
  transform: scale(1.01)translate(0, -7px);
}

.text-style-serif {
  padding-left: 65px;
  font-family: Baskervville, sans-serif;
  font-size: 42px;
  line-height: 1.4;
}

.text-style-serif.serif-xl {
  font-size: 64px;
  line-height: 1.2;
}

.text-style-serif.sto {
  color: var(--secondary);
  font-size: 41px;
}

.intro-offset-text {
  margin-left: 223px;
  font-weight: 400;
}

.image-cover {
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  width: 120%;
  height: 100%;
  margin-top: 1px;
}

.image-cover.storia {
  height: 100%;
}

.image-cover.menu {
  border-radius: 10px;
}

.image-cover.colaz {
  object-fit: contain;
  width: 100%;
  height: 65%;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: visible;
}

.size-xxl {
  padding-top: 11.6rem;
  padding-bottom: 11.6rem;
}

.size-xxl.footer.ab {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.size-xxl.din {
  padding-bottom: 5rem;
}

.size-xxl.men {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.size-xxl.prodotti {
  padding-top: 3rem;
}

.top-margin {
  margin-top: 64px;
}

.text-link {
  border-bottom: 1px solid var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.text-link:hover {
  opacity: .5;
  border-bottom: 1px solid #78160d;
}

.text-link.light {
  border-bottom-color: var(--secondary);
  color: var(--secondary);
}

.text-link.light.none {
  display: none;
}

.text-link.inv {
  color: var(--secondary);
}

.contact-intro-note {
  max-width: 760px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  color: var(--primary);
  text-align: center;
}

.contact-intro-note p {
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
  line-height: 1.62;
}

.contact-intro-note a {
  color: var(--primary);
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.contact-intro-note a:hover {
  opacity: 0.65;
}

.media-promo {
  cursor: auto;
  height: 100vh;
  position: relative;
}

.image-slider {
  cursor: auto;
  height: 100%;
}

.image-slider-arrow {
  display: flex;
}

.image-slider-nav {
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.image-slider-slide {
  cursor: auto;
}

.image-slider-media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-title-text {
  margin-bottom: 19px;
}

.section-curve-svg {
  color: var(--secondary);
  position: relative;
  top: -58px;
}

.html-embed {
  color: #f3e6d0;
  width: 100%;
}

.promo-box-content {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  display: flex;
}

.overlay-menu {
  z-index: 6;
  background-color: var(--tiffany);
  width: 100%;
  height: 100%;
  color: var(--secondary);
  align-items: center;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.overlay-menu:lang(it-it) {
  display: none;
}

.overlay-menu-container {
  z-index: 2;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-menu-main-nav {
  grid-row-gap: clamp(12px, 1.8vw, 22px);
  flex-direction: column;
  display: flex;
}

.overlay-menu-nav-item {
  overflow: hidden;
}

.overlay-menu-nav-link {
  color: var(--secondary);
  text-transform: uppercase;
}

.overlay-menu-top {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding-top: 120px;
  display: flex;
}

.overlay-menu-bottom {
  height: 39vh;
  position: relative;
}

.overlay-menu-images {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.overlay-menu-book {
  z-index: 4;
  width: 118px;
  height: 118px;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, 2vw);
}

.overlay-menu-curve {
  z-index: 3;
  width: 100%;
  height: 58px;
  color: var(--tiffany);
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-menu-image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.image-banner-book-spinner {
  position: absolute;
  top: -42px;
  right: 120px;
}

.menus-list-item {
  border-bottom: 1px solid #78160d0f;
  padding-top: 25px;
  padding-bottom: 13px;
  display: flex;
  position: relative;
}

.menus-list-number {
  flex: 1;
}

.menus-list-number.list-number-right {
  flex: 0 auto;
  margin-left: auto;
}

.menus-list-title {
  flex: 0 auto;
  position: relative;
  overflow: visible;
}

.menus-list-title.menust-list-title-50 {
  min-width: 50%;
}

.menus-list-title.menus-list-title-75 {
  min-width: 75%;
}

.menu-list-image {
  width: 162px;
  max-width: 162px;
  height: 162px;
  max-height: 162px;
  display: none;
  position: absolute;
  inset: 0% 0 auto auto;
  transform: translate(120%);
}

.menu-list-image.left {
  width: 295px;
  max-width: 211px;
  height: 131px;
  display: block;
  left: 0;
  right: auto;
  transform: translate(-120%);
}

.menu-list-image.right {
  width: 211px;
  max-width: 211px;
  height: 131px;
  display: block;
  inset: 50% 0 auto auto;
  transform: translate(114%, -50%);
}

.menu-list-heading {
  position: relative;
  overflow: visible;
}

._2-image-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.image-grid-image {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-grid-image.left {
  margin-top: 10vw;
}

.rooms {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.room-item {
  background-color: var(--secondary);
  height: 826px;
  color: var(--primary);
  border-radius: 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.room-item.scuro {
  background-color: var(--primary);
}

.room-item-media {
  border-radius: 20px 0 0 20px;
  width: 50%;
  overflow: hidden;
}

.room-item-media.inte {
  border-radius: 0 20px 20px 0;
}

.room-item-content.padding-large {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.room-item-header {
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.accordion-item {
  margin-bottom: -1px;
}

.accordion-content {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.accordion-title {
  cursor: pointer;
  border-top: 1px solid #78160d1a;
  border-bottom: 1px solid #78160d1a;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.accordion-title:hover {
  padding-left: 24px;
}

.accordion-heading {
  flex: 1;
}

.accordion-icon {
  transform: rotate(45deg);
}

.accordion-padding {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.tab-menu {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.tab-content {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.tab-link {
  opacity: .57;
  color: var(--primary);
  background-color: #ddd0;
  border-bottom: 3px solid #78160d00;
  padding: 0;
  font-family: Migha Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.tab-link.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--tiffany);
  opacity: 1;
  background-color: #ddd0;
  border-radius: 0;
}

.tab-link.none {
  display: none;
}

.tab-pane-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.menu-list {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.menu-list-item {
  border-top: 1px solid #efe1c8;
  border-bottom: 1px #efe1c8;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.menu-list-item.nos {
  border-top-style: none;
}

.menu-list-item.milan {
  display: none;
}

.menu-list-item.last-item {
  border-top-style: solid;
  border-top-color: var(--primary);
}

.menu-list-item.colaz {
  border-bottom-style: none;
  border-bottom-width: 0;
  flex-flow: column;
}

.menu-list-name {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.menu-list-name.cola {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.card-page-image-inside {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-page-image-inside.mono {
  filter: sepia() grayscale(42%);
}

.menus-list-line {
  background-color: var(--primary);
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.cta-title {
  grid-row-gap: 120px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-stat {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.small-image {
  width: 320px;
  height: 390px;
  position: relative;
  overflow: visible;
}

.small-image-curve {
  width: 100%;
  height: 20px;
  color: var(--secondary);
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -7px auto auto 0%;
}

.small-image-curve-embed {
  width: 100%;
}

.card-member {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  display: flex;
}

.overlay-menu-column {
  overflow: hidden;
}

.overlay-menu-bg {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0 auto auto 0%;
}

.card-page-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overlay-menu-nav-text {
  color: var(--secondary);
  font-family: Migha Condensed, sans-serif;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.hamburger-text-close {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
}

.fade-in {
  width: 100%;
}

.fade-in.din, .fade-in.faq {
  display: none;
}

.menu-list-inner {
  height: 100%;
  overflow: hidden;
}

.menu-spotlight-arrow {
  display: none;
}

.menu-list-wrapper {
  overflow: hidden;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
}

.background-video.overlay {
  opacity: .74;
}

.circle-button-text {
  display: flex;
}

.circle-button-text-item {
  white-space: nowrap;
  width: 140px;
}

.list-link {
  pointer-events: auto;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: -2px;
  padding-top: 0;
  text-decoration: none;
}

.list-link:hover {
  border-bottom-color: var(--primary);
  text-decoration: underline;
}

.list-link.light {
  color: var(--secondary);
  border-bottom-color: #f8ecd800;
}

.list-link.light:hover {
  border-bottom-color: #f8ecd8;
}

.list-link.text-small.small {
  font-size: .9rem;
}

.mobile-cta {
  z-index: 6;
  background-color: var(--primary);
  width: 100%;
  height: 64px;
  font-size: .85rem;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.mobile-cta-link {
  width: 100%;
  height: 100%;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-cta-curve {
  width: 100%;
  height: 24px;
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -23px auto auto 0%;
}

.mobile-cta-curve-image {
  width: 100%;
  height: 24px;
  color: var(--primary);
}

.content-card {
  background-color: var(--tiffany);
  min-height: 520px;
  color: var(--secondary);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-card.outline {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
  color: var(--primary);
}

.content-card.none {
  display: block;
}

.content-card-content {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 24px;
  display: flex;
}

.site-nav-wrapper {
  z-index: 8;
  background-color: var(--secondary);
  position: relative;
}

.styleguide-colour-info {
  padding: 24px;
}

.styleguide-colour-hex {
  background-color: #222;
  height: 160px;
}

.styleguide-colour-hex.secondary {
  background-color: var(--secondary);
}

.styleguide-colour-hex.primary {
  background-color: var(--primary);
}

.styleguide-colours {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.styleguide-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.styleguide-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-small {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.text-small.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
}

.text-small.text-mured {
  opacity: .6;
  width: 90%;
  font-size: 1rem;
}

.text-small.text-mured.colaz {
  text-align: center;
  width: 100%;
}

.text-small.inv {
  color: var(--secondary);
}

.text-small.sopra {
  color: var(--tiffany);
  line-height: 2.3;
}

.text-small.sopra.coming {
  margin-left: auto;
  margin-right: auto;
}

.styleguide-sticky {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 120px;
}

.styleguide-row {
  border-bottom: 1px solid #222;
  padding-top: 96px;
  padding-bottom: 96px;
}

.styleguide-row.bottom {
  padding-bottom: 192px;
}

.styleguide-row.bg-primary {
  background-color: var(--primary);
  color: var(--secondary);
}

.styleguide-colour {
  border: 1px solid var(--primary);
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.uppercase-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
}

.grid-4-8 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.styleguide-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--primary);
  flex-flow: wrap;
  display: flex;
}

.icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.styleguide-section-row {
  border: 1px dashed var(--primary);
  text-align: center;
  background-color: #ffffff0f;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 80px;
  padding: 0;
  display: flex;
}

.styleguide-section-row.primary {
  background-color: var(--primary);
}

.heading-style-5 {
  font-family: var(--headings);
  letter-spacing: .4px;
  font-size: 36px;
  font-weight: 400;
}

.heading-style-6 {
  font-size: 28px;
  font-weight: 400;
}

.content-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-row-xs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scroller-red {
  color: var(--primary);
}

.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tag {
  border: 2px solid #78160d1a;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.tag:hover {
  border-color: var(--primary);
}

.tag.w--current {
  border-color: var(--primary);
  font-weight: 500;
}

.profile-thumbnail {
  background-color: #ebdbc2;
  border-radius: 240px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.container-s {
  width: 100%;
  max-width: 640px;
}

.hover-link-line {
  z-index: 1;
  color: #302e2f;
  background-color: #222;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.hover-link-line.light {
  background-color: #efeeea;
}

.article-sidebar {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.news-meta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-2-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #222;
  letter-spacing: -.5px;
  -webkit-text-stroke-color: #222;
  text-transform: capitalize;
  border-bottom: 1px #222;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-l {
  width: 100%;
  max-width: 849px;
}

.article-sticky {
  position: sticky;
  top: 120px;
}

.section-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.profile-image {
  filter: sepia(87%) grayscale(59%);
}

.photo-license-link {
  flex-direction: column;
  width: 100%;
  height: 420px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.photo-license-link:hover {
  opacity: .8;
}

.content-right {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.photo-license-url {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: static;
}

.content-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container-xs {
  width: 100%;
  max-width: 320px;
}

.type-demo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--primary);
  text-transform: none;
  flex-direction: column;
  display: flex;
}

.typography-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.type-demo-text {
  text-transform: none;
  font-size: 82px;
}

.type-demo-text.body {
  font-family: Satoshi, sans-serif;
}

.blog-list-empty {
  background-color: var(--secondary);
  text-align: center;
}

.news-category-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.cms-category-list-wrapper {
  margin-top: 0;
}

.cms-category-collection-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.cta-grid {
  grid-template-columns: 1fr 1fr;
}

.member-card-title {
  font-size: 36px;
  font-weight: 300;
}

.image-slider-arrow-icon {
  transform: scale(.6);
}

.where-next-row {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  flex-flow: column;
  display: flex;
}

.image-banner-embed {
  width: 100%;
  color: var(--secondary);
  margin-top: 8px;
}

.image-banner-embed.sto {
  color: var(--tiffany);
  margin-top: 1px;
}

.image-banner-embed.tiffany {
  color: var(--tiffany);
}

.cta-link-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image {
  height: 70px;
}

.image.mobile {
  display: none;
}

.text-span {
  font-family: Baskervville, sans-serif;
}

.italic-text {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-span-2 {
  font-family: Merriweather, serif;
}

.italic-text-2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-span-3 {
  font-family: Merriweather, serif;
}

.italic-text-3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.text-span-4 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.image-2 {
  height: 50px;
}

.text-span-5, .text-span-6 {
  font-weight: 500;
}

.text-span-7 {
  font-size: 1.3rem;
  font-weight: 500;
}

.text-span-7:hover {
  text-decoration: underline;
}

.text-span-8 {
  font-size: 1.3rem;
  font-weight: 500;
}

.image-3 {
  height: 190px;
}

.body-2 {
  background-color: var(--secondary);
}

.paragraph-2 {
  display: none;
}

.text-block-2, .text-block-3, .text-block-4 {
  text-align: left;
}

.contact {
  color: var(--secondary);
}

.italic-text-4 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-span-9, .text-span-10 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-span-11 {
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 700;
}

.italic-text-5, .italic-text-6 {
  font-size: 1.1rem;
}

.italic-text-7 {
  font-size: 1.2rem;
}

.italic-text-8 {
  font-size: 1.1rem;
}

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

.image-4 {
  width: 20px;
  max-width: 100%;
  margin-bottom: 7px;
  margin-right: 10px;
}

.image-4.fb {
  width: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 0;
}

.image-4.ig {
  margin-bottom: 0;
}

.div-block-2 {
  padding-top: 0;
  padding-bottom: 8px;
}

.div-block-2.none {
  display: none;
}

.men {
  color: var(--secondary);
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.div-hide.pad {
  padding-left: 3rem;
}

.div-hide.pad-two {
  padding-left: 1.4rem;
  display: block;
}

.inline {
  display: inline-block;
}

.spacer-small {
  width: 100%;
  height: .8rem;
}

.scroll-h-parent {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 160%;
  height: 100%;
  display: flex;
}

.img-parent {
  width: 115%;
  min-width: 115%;
  height: 100%;
}

.text-width-one {
  width: 27ch;
  line-height: 1;
}

.btn-primary {
  grid-column-gap: .4rem;
  color: #322d2b;
  background-color: #ddd;
  border-radius: 5px;
  padding: .7rem .7rem .5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.btn-primary:hover {
  background-color: #fff;
}

.script {
  text-transform: none;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.2;
}

.script.intro {
  font-size: 1.6rem;
}

.span-text-out {
  display: inline-block;
  overflow: hidden;
}

.scroll-child {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.super-text {
  text-align: left;
  font-size: 27.5vw;
  line-height: .9;
}

.btn-text-ab {
  position: absolute;
  inset: 0% auto auto 0%;
}

.span-text-in {
  font-weight: 400;
  display: inline-block;
}

.heading-small {
  font-size: 1.2rem;
}

.scroll-parent {
  grid-column-gap: .5rem;
  align-items: center;
  width: 3.1rem;
  height: 5.1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.hero-text-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: auto auto -10rem 0%;
}

.btn-arrow-img-ab {
  position: absolute;
  left: 0;
}

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

.scroll-h-child {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.scroll-h-child.flex-cc {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-h-child.flex-cc.end {
  border: 1px solid #322d2b33;
  transition: color .4s, background-color .4s;
}

.scroll-h-child.flex-cc.end:hover {
  color: #ddd;
  background-color: #ff3f3f;
}

.scroll-line {
  background-color: #322d2b;
  width: 2rem;
  height: 1px;
}

.sticky-parent {
  width: 100%;
  height: 600vh;
  display: none;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-child.page-padding {
  padding: 9rem 3rem;
}

.home_hero_titles-left {
  flex: 1;
  position: absolute;
  inset: 0%;
  container-type: inline-size;
}

.home_hero_content-frame, .home_hero_image-list {
  position: absolute;
  inset: 0%;
}

.home_hero_titles-right {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 50lvh 0% 0%;
  container-type: inline-size;
}

.bc_script {
  display: none;
}

.home_hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero_trigger {
  height: 100lvh;
  position: relative;
}

.home_hero {
  position: relative;
}

.end {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: end;
  height: 100lvh;
  display: flex;
  position: relative;
}

.home_hero_sticky {
  flex-flow: column;
  height: 100lvh;
  display: flex;
  position: sticky;
  top: 0;
}

.home_hero_title {
  color: #edebeb;
  text-transform: uppercase;
  font-size: 12cqw;
  font-weight: 700;
  line-height: .9;
  display: flex;
}

.end_text {
  color: #edebeb;
  text-transform: uppercase;
  margin-right: 12px;
  font-size: 8cqw;
  font-weight: 700;
  line-height: 1.5;
  display: inline-flex;
  position: relative;
}

.page-wrapper-2 {
  display: none;
}

.end_image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-size-xsmall {
  font-size: .8rem;
}

.home-work-block {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-about {
  z-index: 25;
  position: relative;
}

.line-fill {
  background-color: var(--primary);
  opacity: .11;
  width: 100%;
  height: 1px;
  color: var(--primary);
}

.home-service-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 27.5rem;
  display: flex;
}

.home-work-cms {
  padding-bottom: 2rem;
}

.hover-text.bottom-hover-text {
  position: absolute;
  inset: auto 0% -100%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.grid-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(2rem, 1fr) minmax(auto, 96rem) minmax(2rem, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.home-work-bottom {
  position: relative;
}

.clip {
  position: relative;
  overflow: hidden;
}

.home-work-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-large {
  font-size: 1.4rem;
  line-height: 1.45;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.line {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.line.line-wrap_topleft {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  inset: 0% 0% auto;
}

.list-image {
  position: relative;
}

.work-list-grid {
  z-index: 25;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

.work-list-title {
  align-items: center;
  padding-top: .35rem;
  display: flex;
}

.work-list-item {
  border-bottom: 1px #2e313a;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.text-size-tiny {
  font-size: .7rem;
}

.text-size-tiny.text-style-allcaps.text-color-white {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 400;
}

.image-fill {
  object-fit: cover;
  border-radius: 10px;
  width: 65%;
  min-width: auto;
  height: 65%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.list-image-item {
  perspective: 200vw;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-style-h3 {
  letter-spacing: -.09rem;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h3.text-color-white {
  color: var(--primary);
  padding-right: 20px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-image-height {
  border-radius: .875rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.page-wrapper-3 {
  background-color: #0b0c0f;
  font-family: Satoshi, sans-serif;
}

.cit {
  text-align: left;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_quote {
  color: var(--primary);
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  color: var(--primary);
  justify-content: center;
  display: flex;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  font-family: var(--headings);
  color: var(--primary);
  letter-spacing: -.03em;
  font-size: 90px;
  font-weight: 300;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(0deg, var(--secondary) 41%, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: var(--primary);
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.button-inverted {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 20px;
  transition: all .4s;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 1px solid var(--primary);
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(180deg, var(--secondary) 46%, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: var(--tiffany);
  background-image: none;
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper-4 {
  z-index: 1;
  position: relative;
}

.section-timeline-cta {
  background-color: #0a0a0a;
}

.timeline_circle {
  background-color: var(--secondary);
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  box-shadow: 0 0 0 8px var(--tiffany);
  border: 1px #9e4141;
  border-radius: 100%;
  position: sticky;
  top: 50vh;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 20px;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_item._1, .timeline_item._2 {
  display: none;
}

.timeline_progress {
  z-index: 0;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  z-index: -3;
  background-color: var(--secondary);
  position: relative;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.section-timeline-heading {
  background-color: var(--primary);
}

.text-block-6 {
  color: var(--primary);
}

.gi {
  color: var(--secondary);
}

.paragraph-3 {
  color: var(--primary);
}

.tiffany {
  color: var(--secondary);
}

.div-block-3 {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-5 {
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.image-6 {
  border-radius: 10px;
  max-width: 100%;
  height: 450px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: grid;
}

.div-block-4.cookies {
  display: none;
}

.image-7, .image-8, .image-9 {
  border-radius: 10px;
}

.div-block-5 {
  height: 450px;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-10, .image-11, .image-12 {
  border-radius: 10px;
}

.image-13, .image-14, .image-15, .image-16, .image-17 {
  display: none;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.text-span-12 {
  font-family: Merriweather, serif;
}

.text-span-13 {
  font-family: Merriweather, serif;
  font-weight: 500;
}

.text-span-14, .text-span-15 {
  font-family: Merriweather, serif;
}

.italic-text-9, .italic-text-10, .italic-text-11 {
  font-size: 1.1rem;
}

.text-span-16 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.text-span-17 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-span-18 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.text-span-19 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-span-20, .text-span-21 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.italic-text-12 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  text-transform: uppercase;
}

.text-block-15 {
  color: var(--tiffany);
  font-size: .9rem;
  position: absolute;
  top: auto;
  bottom: -14px;
}

.slide-panel-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: none;
  position: fixed;
  inset: 0%;
}

.slide-panel-overlay {
  background-color: var(--tiffany);
  opacity: .9;
  position: absolute;
  inset: 0%;
}

.slide-panel_close {
  z-index: 1;
  margin-right: 53rem;
  position: absolute;
  top: 5.25rem;
  right: 0;
}

.button-3 {
  grid-column-gap: .63rem;
  color: #2042ea;
  text-align: center;
  text-transform: uppercase;
  background-color: #fdfaf3;
  border: 2px solid #2042ea;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button-3.cc-small {
  background-color: var(--secondary);
  color: var(--tiffany);
  letter-spacing: -1px;
  border-style: none;
  border-radius: .8rem;
  padding: .44rem .75rem .31rem;
  font-weight: 500;
}

.slide-panel {
  z-index: 1;
  background-color: var(--secondary);
  width: 50rem;
  max-width: 100%;
  padding: 5%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: auto;
}

.text-block-16 {
  font-family: var(--headings);
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 300;
}

.form-2 {
  color: var(--tiffany);
  margin-bottom: 8px;
  display: none;
}

.pop-up-form {
  color: var(--tiffany);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.pop-up-text-input {
  height: 44px;
  color: var(--tiffany);
  background-color: #f0e4d1;
  border: 1px solid #e3d8c6;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.4px;
}

.pop-up-text-input::placeholder {
  color: #c2cdd8;
}

.pop-up-header {
  font-size: 67px;
}

.pop-up-header:lang(it-it) {
  font-size: 59px;
}

.pop-up-header.small {
  font-size: 40px;
}

.pop-up-button {
  background-color: var(--tiffany);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex: none;
  width: 100%;
  margin-bottom: 8px;
  padding: 10px 32px;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s;
}

.pop-up-button:hover {
  opacity: .8;
}

.pop-up-button:active {
  opacity: 1;
}

.pop-up-button:lang(it-it) {
  color: var(--secondary);
}

.pop-up-button.negative {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #6cb9bd00;
}

.pop-up-button.terz {
  background-color: var(--primary);
}

.pop-up-back {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #20202099;
  position: absolute;
  inset: 0%;
}

.pop-up-exit-button {
  opacity: .2;
  cursor: pointer;
  transition: opacity .2s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-exit-button:hover {
  opacity: .8;
}

.popup-form-error {
  color: #444;
  background-color: #f0e4d1;
  border-radius: 14px;
  padding: 16px;
}

.pop-up-form-success {
  color: #33383f;
  background-color: #f0e4d1;
  border-radius: 16px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.pop-up-wrapper {
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.pop-up-wrapper:lang(it-it) {
  display: flex;
}

.pop-up-box {
  background-color: var(--secondary);
  cursor: auto;
  border-radius: 8px;
  max-width: 460px;
  padding: 40px 40px 32px;
  position: relative;
}

.pop-up-text-box {
  max-width: 650px;
}

.pop-up-paragraph {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4em;
}

.text-block-17 {
  color: #33383f;
}

.text-block-18 {
  color: #e54848;
  font-size: 1.1rem;
}

.text-span-26 {
  font-family: Merriweather, serif;
}

.italic-text-13 {
  font-weight: 700;
}

.italic-text-13:lang(it-it) {
  font-size: 1.2rem;
  font-weight: 700;
}

.italic-text-14 {
  font-size: 1.2rem;
}

.text-span-27 {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-span-28 {
  font-family: Merriweather, serif;
  font-size: 1.2rem;
}

.italic-text-15 {
  font-size: 1.2rem;
}

.text-span-29 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.text-block-19 {
  font-family: var(--body);
}

.text-block-19:lang(it-it) {
  font-family: Satoshi, sans-serif;
}

.italic-text-16 {
  font-size: 1.1rem;
}

.italic-text-16:lang(it-it) {
  font-family: Merriweather, serif;
  font-weight: 700;
}

.text-span-30, .text-span-31 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.text-block-20 {
  font-family: var(--body);
}

.text-block-20:lang(it-it) {
  font-family: Satoshi, sans-serif;
}

.italic-text-17 {
  font-family: Montserrat, sans-serif;
}

.italic-text-17:lang(it-it) {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-code {
  display: none;
}

.toggle {
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.toggle.t-large {
  background-color: var(--chiaro);
  width: 1.5rem;
  height: 1.5rem;
}

.wg-element {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25vh;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.wg-element:hover {
  background-color: #fbf9fd00;
  height: auto;
}

.wg-toggle-1-switch {
  color: #240c2e;
  text-align: center;
  background-color: #240c2e1a;
  border-radius: 10rem;
  align-items: center;
  min-width: 3rem;
  height: 1.5rem;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1em;
  transition: box-shadow .1s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 0 10rem #240c2e00;
}

.wg-toggle-1-switch.ts-large {
  background-color: var(--tiffany);
  align-items: center;
  width: 4rem;
  height: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.wg-toggle-1-label {
  z-index: 1;
  color: #4049ff4d;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  transform: translate(.000001%);
}

.wg-toggle-1-label.lang1 {
  color: #4049ff;
  margin-right: -48px;
  padding-right: 48px;
}

.wg-toggle-1-label.lang2 {
  margin-left: -48px;
  padding-left: 48px;
}

.dropdown {
  display: flex;
  position: relative;
}

.text-block-21 {
  color: var(--tiffany);
  font-size: 1rem;
}

.text-block-22 {
  color: #6cb9bd59;
  font-size: 1rem;
}

.wg-element-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  transition: background-color .2s;
  display: none;
  position: relative;
}

.wg-element-2:hover {
  background-color: #fbf9fd;
}

.wg-element-2:lang(it-it) {
  display: flex;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-selector-2-fill.f1 {
  background-color: var(--tiffany);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector2-text-lang2 {
  font-size: .85rem;
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  font-size: .8rem;
  position: relative;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s2 {
  padding-left: 15px;
  padding-right: 15px;
}

.text-block-23 {
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 500;
}

.dropdown-list {
  background-color: var(--tiffany);
  border-radius: 7px;
  margin-top: 48px;
  margin-left: 20px;
  padding: 10px 10px 10px 15px;
  display: none;
  top: 100%;
  right: 0;
  left: auto;
}

.link-2, .link-2.w--current {
  color: var(--secondary);
  font-size: 1rem;
}

.image-18 {
  width: 20px;
  position: relative;
}

.icon-2 {
  display: none;
}

.dropdown-toggle {
  display: flex;
}

.site-nav .dropdown-toggle {
  display: none;
}

.site-nav .dropdown-list {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  transform: none !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--primary);
  border-radius: 6px;
  background: var(--secondary);
  pointer-events: auto;
}

.site-nav .w-locales-items {
  display: flex !important;
  align-items: stretch;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
}

.site-nav .w-locales-item {
  display: flex !important;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding: 0;
}

.site-nav .w-locales-item .link-2 {
  position: relative !important;
  z-index: 2;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 42px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--primary) !important;
  font-family: Satoshi, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-align: center;
  border: 0 !important;
  margin: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  white-space: nowrap;
  transition: color 180ms ease, background-color 180ms ease;
}

.site-nav .w-locales-item .link-2:hover {
  background: rgba(68, 30, 19, 0.08);
}

.site-nav .w-locales-item .link-2.is-active-locale,
.site-nav .w-locales-item .link-2.w--current {
  background: var(--primary) !important;
  color: var(--secondary) !important;
}

.cs-top {
  flex-direction: column;
  justify-content: center;
}

.cs-middle {
  flex-direction: column;
  width: 100%;
  position: relative;
}

.cs-page-wrapper {
  text-align: center;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
}

.image-19 {
  width: 100%;
}

.cs-slider-nav {
  display: none;
}

.cs-slider {
  background-color: #ddd0;
  height: auto;
}

.cs-slider-arrow {
  display: none;
}

.cs-row {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cs-page-title {
  z-index: 2;
  position: absolute;
}

.cs-page-title.position-bot {
  z-index: -1;
  bottom: -9.5rem;
}

.cs-page-title.postion--top {
  z-index: -1;
  top: -9.5rem;
}

.cs-contact-list {
  display: block;
}

.cs-img-wrap {
  width: 100%;
  max-width: 28.8rem;
  margin: auto;
}

.link-3 {
  color: #451d10;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  transition: opacity .2s, color .2s;
}

.link-3:hover {
  opacity: .6;
}

.cs-page-titles {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d--100 {
  color: #451d10;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-left: -7px;
  font-size: 7rem;
  font-weight: 400;
  line-height: .9;
}

.cs-logo {
  letter-spacing: -.015em;
  max-width: 104px;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  display: block;
}

.cs-logo.w--current {
  max-width: 140px;
}

.image-20 {
  border-radius: 18px;
}

.cs-bot {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.cs-slider-mask {
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.slide {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 66px;
  display: grid;
}

.div-block-8.up {
  padding-top: 0;
  padding-bottom: 46px;
  display: block;
}

.text-block-24 {
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 500;
}

.text-block-25 {
  padding-bottom: 22px;
}

.text-span-32 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-block-26 {
  width: 100%;
  color: var(--tiffany);
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-top: 0;
}

.text-span-33 {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
}

.bold-text {
  font-family: Merriweather, serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.none {
  display: none;
}

.text-block-27, .paragraph-4 {
  text-align: center;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-slider {
  background-color: #f8ecd8;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  align-self: flex-start;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  align-self: flex-start;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  float: none;
  clear: none;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #441e14;
  border-radius: 9px;
  margin-bottom: 18px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  position: static;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-28, .text-block-29 {
  text-align: justify;
}

@media screen and (min-width: 1440px) {
  .card-page-content, .image-banner-embed.tiffany {
    color: var(--secondary);
  }

  .cs-page-title.position-bot {
    bottom: -10rem;
  }

  .cs-page-title.postion--top {
    top: -10rem;
  }

  .cs-img-wrap {
    max-width: 28rem;
  }

  .d--100 {
    font-size: 8.4rem;
    line-height: .5;
  }

  .div-block-8 {
    padding-top: 94px;
  }

  .text-block-25 {
    padding-bottom: 57px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .container-lg {
    max-width: 100%;
  }

  .text-style-serif {
    padding-left: 0;
  }

  .text-small.inv {
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.1rem;
  }

  h1 {
    font-size: 104px;
  }

  h4 {
    font-size: 42px;
  }

  h5 {
    font-size: 36px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-medioum {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }

  .heading-style-1 {
    font-size: 104px;
  }

  .heading-style-4 {
    font-size: 42px;
  }

  .size-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .page-wrapper {
    padding-bottom: 64px;
    position: relative;
  }

  .button.site-nav-cta {
    display: none;
  }

  .button-group.vertical {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .size-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.footer {
    margin-top: 5rem;
  }

  .book-spinner {
    width: 84px;
    height: 84px;
  }

  .buttok-spinner-arrow {
    font-size: 1.1rem;
  }

  .promo-image-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .promo-image-text {
    grid-row-gap: 60px;
    padding-top: 0;
    padding-left: 0;
  }

  .promo-text-top {
    grid-row-gap: 48px;
  }

  .promo-text-bottom {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .offset-columns {
    flex-direction: column;
  }

  .promo-box {
    border-bottom: 1px solid var(--primary);
    border-right-style: none;
  }

  .promo-box.offset-1, .promo-box.offset-2.no-border {
    margin-top: 0;
  }

  .grid-5-7 {
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-display {
    font-size: 12vw;
  }

  .text-style-serif {
    font-size: 32px;
  }

  .text-style-serif.serif-xl {
    text-align: center;
    font-size: 42px;
  }

  .intro-offset-text {
    margin-left: 5.8rem;
  }

  .media-promo {
    height: 65vw;
  }

  .section-curve-svg {
    top: -52px;
  }

  .overlay-menu {
    display: none;
  }

  .overlay-menu-container {
    padding-bottom: 64px;
  }

  .image-banner-book-spinner {
    z-index: 3;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .menu-list-image.left, .menu-list-image.right {
    display: none;
  }

  ._2-image-grid {
    grid-template-columns: 1.25fr;
  }

  .room-item {
    flex-direction: column;
  }

  .room-item-media {
    width: 100%;
  }

  .room-item-content.padding-large {
    grid-row-gap: 120px;
  }

  .accordion-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-title {
    grid-row-gap: 92px;
  }

  .small-image {
    width: 260px;
    height: 200px;
  }

  .mobile-cta {
    z-index: 8;
    display: block;
  }

  .styleguide-grid {
    grid-template-columns: 1fr;
  }

  .text-small {
    margin-bottom: 0;
  }

  .grid-4-8 {
    grid-template-columns: 1fr;
  }

  .grid-2-col-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .where-next-row {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
  }

  .div-hide.pad {
    padding-left: .7rem;
  }

  .div-hide.pad-two {
    margin-left: -1.3rem;
    padding-left: 0;
  }

  .scroll-h-parent {
    grid-row-gap: 2rem;
    flex-direction: column;
    width: 100%;
  }

  .super-text {
    text-align: center;
    font-size: 28vw;
  }

  .scroll-parent {
    inset: auto 0% 0% auto;
  }

  .hero-text-parent {
    bottom: -10%;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 4rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sticky-parent {
    height: auto;
  }

  .sticky-child.page-padding {
    height: auto;
    padding-top: 12rem;
    position: relative;
  }

  .home-work-cms {
    padding-bottom: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-large {
    grid-template-columns: minmax(1rem, 1fr) minmax(auto, 104rem) minmax(1rem, 1fr);
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-panel_close {
    z-index: 2;
    margin-right: 0;
    top: 34px;
    right: 50%;
    transform: translate(50%);
  }

  .slide-panel {
    width: 100%;
  }

  .pop-up-button {
    position: relative;
  }

  .wg-element, .wg-element-2 {
    width: 50%;
  }

  .cs-page-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs-page-title.position-bot, .cs-page-title.postion--top {
    display: none;
  }

  .d--100 {
    font-size: 7rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 52px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 28px;
  }

  h6 {
    font-size: 24px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-3 {
    font-size: 42px;
    font-weight: 300;
  }

  .heading-style-1 {
    letter-spacing: -1px;
    font-size: 72px;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .size-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-4 {
    letter-spacing: -.5px;
    margin-bottom: -.5rem;
    font-size: 36px;
    font-weight: 300;
  }

  .size-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-large {
    font-size: 1.25rem;
  }

  .heading-style-2 {
    font-size: 52px;
  }

  .content-wrapper {
    max-width: 100vw;
  }

  .button-group.vertical {
    flex-flow: column;
    align-items: stretch;
  }

  .size-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-scroller-sm {
    width: 120px;
  }

  .hero-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .hero-title-feature {
    flex-flow: column;
    width: 100%;
    min-height: 100px;
  }

  .image-banner {
    height: 85vw;
    margin-left: -1.25rem;
    margin-right: -1.2rem;
  }

  .promo-image-media {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .promo-image-media.no-mobile-padding {
    margin-bottom: -3rem;
  }

  .promo-image-text {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .promo-text-top {
    grid-row-gap: 24px;
  }

  .grid-2-col {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-col.wide-gap {
    grid-column-gap: 60px;
    grid-row-gap: 50px;
  }

  .grid-2-col.md-32 {
    grid-row-gap: 32px;
  }

  .text-scroller-image {
    width: 155px;
  }

  .card-page {
    max-width: 100%;
  }

  .card-page.card-offset {
    margin-top: 0;
  }

  .card-page-content {
    grid-row-gap: 16px;
  }

  .text-scroller-container {
    grid-column-gap: 32px;
  }

  .text-style-serif {
    font-size: 28px;
  }

  .intro-offset-text {
    margin-left: 6rem;
  }

  .size-xxl {
    padding-top: 10.1rem;
    padding-bottom: 10.1rem;
  }

  .section-title-text {
    margin-bottom: 0;
  }

  .section-curve-svg {
    top: -46px;
  }

  .overlay-menu {
    display: none;
  }

  .dropdown-list {
    min-width: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    text-align: right;
  }

  .site-nav-right {
    position: relative;
    z-index: 8;
  }

  .site-nav-logo {
    z-index: 12;
  }

  .overlay-menu-container {
    height: auto;
    overflow: scroll;
  }

  .overlay-menu-main-nav {
    grid-row-gap: 16px;
  }

  .overlay-menu-top {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .overlay-menu-bottom {
    height: 50vh;
  }

  .image-banner-book-spinner {
    z-index: 2;
  }

  .rooms {
    grid-row-gap: 1.25rem;
  }

  .room-item {
    height: auto;
    position: static;
  }

  .room-item-media {
    height: 320px;
  }

  .room-item-content.padding-large {
    grid-row-gap: 40px;
    padding: 2rem 1.3rem 2rem 1rem;
  }

  .room-item-header {
    grid-row-gap: 8px;
  }

  .accordion-title {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-menu {
    grid-column-gap: 16px;
    flex-direction: row;
  }

  .tab-link {
    text-transform: uppercase;
    padding-bottom: 6px;
    font-family: Satoshi, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .tab-link.w--current {
    border-bottom-width: 2px;
  }

  .cta-title {
    grid-row-gap: 64px;
  }

  .small-image-curve {
    top: -5px;
  }

  .small-image-curve-embed {
    width: 100%;
  }

  .content-card {
    min-height: 420px;
  }

  .styleguide-colours {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .text-small {
    margin-bottom: 0;
    font-size: 14px;
  }

  .styleguide-row {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-style-5 {
    font-size: 28px;
    font-weight: 400;
  }

  .heading-style-6 {
    font-size: 24px;
  }

  .tag {
    height: 44px;
    font-size: 1rem;
  }

  .profile-thumbnail {
    width: 120px;
    height: 120px;
  }

  .container-s {
    max-width: 420px;
  }

  .article-sidebar {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .news-meta {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-2-col-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .content-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .news-category-list, .cms-category-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .member-card-title {
    font-size: 28px;
    font-weight: 300;
  }

  .where-next-row {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .super-text {
    font-size: 27.5vw;
  }

  .hero-text-parent {
    bottom: -7%;
  }

  .scroll-h-child {
    flex: 0 auto;
  }

  .scroll-h-child.flex-cc.end {
    margin-bottom: 2rem;
  }

  .home-service-intro {
    max-width: 24rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .work-list-grid {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    align-content: center;
  }

  .work-list-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .list-image-item {
    width: 100%;
    position: relative;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .list-image-height {
    padding-top: 100%;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .pop-up-form {
    flex-direction: column;
  }

  .wg-element {
    width: 100%;
  }

  .wg-toggle-1-switch.ts-large {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .wg-element-2 {
    width: 100%;
  }

  .cs-page-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cs-img-wrap {
    max-width: 23rem;
  }

  .d--100 {
    letter-spacing: -.06em;
    font-size: 14vw;
    font-weight: 500;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h4 {
    font-size: 32px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-family: var(--body);
    font-size: 16px;
    font-weight: 500;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-3.locarno {
    font-size: 65px;
  }

  .heading-style-3.sx {
    text-align: left;
  }

  .rich-text h1 {
    font-size: 52px;
  }

  .rich-text h2 {
    font-size: 44px;
  }

  .rich-text h3 {
    font-size: 36px;
  }

  .rich-text h4 {
    font-size: 28px;
  }

  .rich-text h5 {
    font-size: 18px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .heading-style-1 {
    font-size: 64px;
  }

  .heading-style-1.scorr {
    font-size: 50px;
  }

  .heading-style-1.gi {
    text-align: left;
  }

  .size-small.storia {
    padding-bottom: 0;
  }

  .heading-style-4 {
    text-transform: uppercase;
    font-size: 43px;
    font-weight: 300;
  }

  .size-large.scopri {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .text-style-link.link-xl {
    font-size: 1.5rem;
  }

  .text-large {
    border-top: 1px solid #441e131a;
  }

  .text-uppercase.text-size-small {
    padding-bottom: 50px;
  }

  .text-uppercase.text-size-small.primary {
    color: var(--primary);
  }

  .content-wrapper {
    overflow: hidden;
  }

  .button.site-nav-cta.menu {
    display: flex;
    position: absolute;
    right: 0;
  }

  .dropdown-list {
    min-width: 142px;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    text-align: right;
  }

  .site-nav-right {
    grid-column-gap: 10px;
    position: relative;
    z-index: 8;
  }

  .site-nav-logo {
    z-index: 12;
    max-width: 105px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .site-nav .w-locales-items,
  .site-nav .w-locales-item {
    height: 36px;
    min-height: 36px;
  }

  .site-nav .w-locales-item .link-2 {
    min-width: 38px;
    height: 36px;
    min-height: 36px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  .site-nav .dropdown-list {
    min-width: 0;
    border-radius: 5px;
  }

  .text-scroller-sm {
    display: none;
  }

  .section {
    overflow: visible;
  }

  .hero-title {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .hero-title-feature {
    width: 100%;
    min-height: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-banner {
    margin-top: -50px;
  }

  .promo-image-media {
    height: 60vh;
  }

  .promo-image-text.left {
    padding-right: 0;
  }

  .menu-spotlight-content {
    display: none;
  }

  .grid-2-col {
    grid-column-gap: 70px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-col.soc {
    grid-template-columns: 1fr 1fr;
  }

  .text-scroller-image.tilt-right, .text-scroller-image.tilt-left {
    width: 120px;
    height: 100px;
  }

  .card-page-content {
    grid-row-gap: 24px;
  }

  .text-scroller-item {
    grid-column-gap: 30px;
  }

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

  .link-list.vertical.menu-nav {
    grid-row-gap: 8px;
  }

  .heading-display {
    font-size: 24vw;
  }

  .text-style-serif {
    padding-left: 0;
    font-size: 24px;
  }

  .text-style-serif.serif-xl {
    font-size: 32px;
  }

  .text-style-serif.sto {
    padding-left: 0;
    line-height: 1.1;
  }

  .intro-offset-text {
    margin-left: 2.1rem;
    font-size: 37px;
    line-height: 1.1;
  }

  .image-cover {
    border-radius: 0;
  }

  .size-xxl.footer {
    padding-top: 2rem;
  }

  .size-xxl.prodotti {
    padding-bottom: 3rem;
  }

  .media-promo {
    height: 420px;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .section-curve-svg {
    top: -41px;
  }

  .overlay-menu {
    display: none;
  }

  .overlay-menu-curve {
    top: -3%;
  }

  .overlay-menu-image, .menu-list-image.right {
    display: none;
  }

  .room-item-media {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .room-item-media.inte {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .accordion-icon {
    margin-right: 20px;
  }

  .tab-menu {
    grid-column-gap: 24px;
  }

  .tab-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
  }

  .tab-link.w--current {
    border-radius: 0;
  }

  .tab-link.dess {
    display: block;
  }

  .cta-title {
    grid-row-gap: 48px;
  }

  .small-image {
    width: 100%;
    height: 220px;
    overflow: visible;
  }

  .small-image-curve {
    top: -6px;
  }

  .small-image-curve-embed {
    width: 100%;
  }

  .overlay-menu-column {
    margin-top: 40px;
  }

  .overlay-menu-nav-text {
    font-size: 4.2rem;
  }

  .menu-list-inner {
    display: none;
  }

  .menu-spotlight-arrow {
    z-index: 3;
    color: var(--secondary);
    display: flex;
    position: relative;
  }

  .mobile-cta {
    background-color: var(--tiffany);
  }

  .mobile-cta-curve {
    top: -18px;
  }

  .mobile-cta-curve-image {
    width: 80%;
    color: var(--tiffany);
  }

  .styleguide-colour-hex {
    height: 120px;
  }

  .styleguide-colours {
    grid-template-columns: 1fr;
  }

  .text-small {
    font-size: 1.1rem;
    line-height: 1.64;
  }

  .text-small.sopra {
    width: 49%;
    font-size: 1rem;
    line-height: 2.3;
  }

  .text-small.sopra.coming {
    text-align: center;
  }

  .text-small.sopra.tif {
    width: 40%;
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .text-small.sopra.tif2 {
    width: 100%;
  }

  .text-small.sopra.tif2.lh {
    line-height: 1.2;
  }

  .uppercase-text {
    padding-top: 30px;
  }

  .heading-style-5 {
    font-size: 24px;
  }

  .heading-style-6 {
    font-family: var(--body);
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
  }

  .content-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .content-row-xs {
    margin-top: 50px;
  }

  .tag {
    letter-spacing: 0;
    height: 36px;
    font-size: 14px;
  }

  .grid-2-col-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hover-link {
    font-size: 13px;
  }

  .news-category-list {
    justify-content: center;
    align-items: center;
  }

  .cms-category-collection-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .member-card-title {
    font-size: 24px;
  }

  .image.desk {
    display: none;
  }

  .image.mobile {
    height: 50px;
    display: inline-block;
  }

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

  .image-3 {
    max-width: 90%;
  }

  .italic-text-5, .italic-text-6, .italic-text-8 {
    font-size: 1.1rem;
  }

  .text-block-5 {
    padding-right: 3rem;
  }

  .image-4 {
    width: 17px;
  }

  .image-4.fb {
    width: 12px;
    margin-left: 3px;
    margin-right: 14px;
    padding-left: 0;
  }

  .div-hide.pad-two {
    margin-left: -1rem;
  }

  .scroll-child {
    display: none;
  }

  .super-text {
    font-size: 31vw;
  }

  .hero-text-parent {
    bottom: -2%;
  }

  .scroll-h-child.flex-cc.end {
    padding-bottom: 3rem;
  }

  .sticky-child.page-padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-about {
    z-index: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-image {
    width: 100%;
  }

  .work-list-grid {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .work-list-title {
    padding-top: .75rem;
  }

  .work-list-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-fill {
    width: 100%;
    height: 100%;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_progress-bar {
    background-image: none;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline_progress {
    background-color: #6cb9bd4d;
  }

  .text-block-7 {
    color: var(--primary);
    font-weight: 500;
  }

  .div-block-3 {
    grid-template-columns: 1.25fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-5 {
    height: auto;
    display: none;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .div-block-4 {
    grid-template-columns: 1fr 1fr;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .div-block-5 {
    height: 220px;
  }

  .div-block-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-13, .image-14, .image-15, .image-16, .image-17 {
    border-radius: 10px;
    display: inline-flex;
  }

  .pop-up-text-input {
    width: 100%;
  }

  .pop-up-button {
    width: 100%;
    font-size: 16px;
  }

  .pop-up-box {
    padding: 48px 24px 16px;
  }

  .wg-element, .wg-element-2 {
    height: 25vh;
  }

  .cs-top {
    padding-bottom: 3rem;
  }

  .cs-page-wrapper {
    padding: 2rem 1rem;
  }

  .cs-img-wrap {
    max-width: 17rem;
  }

  .d--100 {
    letter-spacing: -.05em;
    font-size: 56px;
    line-height: 110%;
  }

  .cs-bot {
    padding-top: 3rem;
  }

  .div-block-8 {
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-c5171030-faf5-16ad-23ca-6255a3788f09-43a58217, #w-node-_786103e1-cd99-ce03-a0d4-f733e76f69b5-43a58217, #w-node-_2c00ec21-3663-f547-5494-8561fc2cce19-43a58217, #w-node-_946ca439-b539-2f49-b50c-469f0b669ce3-43a58217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_385f16d9-fb12-007d-a50f-0021574c1e90-43a58217 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_385f16d9-fb12-007d-a50f-0021574c1e91-43a58217 {
  grid-area: 1 / 1 / 2 / 4;
}

#nowThis.w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b03-43a58217, #nowThis.w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b06-43a58217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b0d-43a58217 {
  place-self: stretch stretch;
}

#w-node-_2bc88ed8-3898-9ece-22b8-681b867adfe3-43a58217 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa86578b-bebd-83d9-d625-2ff3c51aba40-43a58217, #w-node-ed3fcfe5-e6d0-cd76-2a9b-aa3d43185394-43a58217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_490d54d4-5a52-15e4-3e9b-4f4371e4f4d7-43a58217 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_363da855-15f9-7fcb-f6d7-1eace79c27c3-43a58217, #w-node-dfe071f1-14be-d309-b842-66d36432ff96-43a58217, #w-node-c401c991-c848-7c22-bec7-04a4afbdf207-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf212-afbdf1f5, #w-node-_2b86d35e-46ba-a562-71c6-17ba17c1647b-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf216-afbdf1f5, #w-node-c401c991-c848-7c22-bec7-04a4afbdf21f-afbdf1f5, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec198f7-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19908-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec1990a-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec1990b-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19912-1d20c8b3, #w-node-_6f3ae05b-d513-d7db-6949-9def1ec19913-1d20c8b3, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658538-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658549-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea565854b-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea565854c-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658555-a5658533, #w-node-_9ca7bb16-545d-ffbb-441e-bbeea5658556-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f8fa-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90b-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90d-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f90e-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f915-a5658533, #w-node-_65ad341d-0c62-5751-8604-09528cd1f916-a5658533, #w-node-_4b38c2fc-1f7f-fd69-97e8-c9e6396e8eef-43a5821a, #w-node-_4b38c2fc-1f7f-fd69-97e8-c9e6396e8ef0-43a5821a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36d34eb1-9280-987d-21a2-126aa30cb891-a30cb887 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_3e79f0b1-7c67-4de9-35dc-0eb25057b758-43a5821c, #w-node-_3e79f0b1-7c67-4de9-35dc-0eb25057b75a-43a5821c, #w-node-db873c41-aa83-b0eb-185d-2c3c2a2bb9e9-43a5821c, #w-node-eb477c20-6a44-28c5-3a94-bfdaa3a00aae-43a5821c, #w-node-eb477c20-6a44-28c5-3a94-bfdaa3a00acd-43a5821c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678131-43a5821c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678147-43a5821c, #w-node-dc0233f8-2df2-f8f2-546e-64c25d678148-43a5821c, #w-node-e8c95e46-40d8-e09e-19dc-4a15d8c1846e-43a5821d, #w-node-ae98a904-6f34-7f7a-f113-0e9c53ba82b2-43a5821d, #w-node-_946ca439-b539-2f49-b50c-469f0b669ce3-43a5821d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af1a2c9-07b6-edb0-ec0b-ff83f5e58a2a-43a5821d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1af1a2c9-07b6-edb0-ec0b-ff83f5e58a2f-43a5821d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678131-43a5821d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-dc0233f8-2df2-f8f2-546e-64c25d678147-43a5821d, #w-node-dc0233f8-2df2-f8f2-546e-64c25d678148-43a5821d, #w-node-a076b85e-d0d5-9234-6f7c-742a4b1f1cbe-43a5821e, #w-node-a076b85e-d0d5-9234-6f7c-742a4b1f1cc0-43a5821e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a3268f-3a0e-166a-ff64-61927281d6b3-43a5821e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4f444b06-ac66-e99c-2e78-8d96ce424f66-43a5821e, #w-node-_058082a4-2c35-8dee-dcd6-e7f7be22acf5-43a5821e, #w-node-_6f0db8e6-715c-072a-4004-addba8878716-43a5821e, #w-node-_37c40a7a-6fcf-a0d5-9bc8-97a9c7bbfd8e-43a5821e, #w-node-_37c40a7a-6fcf-a0d5-9bc8-97a9c7bbfdaa-43a5821e, #w-node-_546b5cb8-1507-4c64-f6af-a7c6fc04a593-43a5821f, #w-node-_11a1b85a-87e1-3098-b942-ff7d2d811c48-43a5821f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29731b25-64ba-8e64-866f-783cf822cae9-43a5821f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_01ca6de3-cfd0-063e-9e09-a8bedacb1be8-43a58221, #w-node-c1b0b70c-b857-1ae9-5739-e4b7227cc7a4-43a58221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d4830-43a58221 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d4859-43a58221, #w-node-_9049d4ca-6ecc-2508-bfcb-7f69809d485b-43a58221, #w-node-_8de50f17-038d-56aa-d7eb-2702b70683b2-43a58224, #w-node-_8de50f17-038d-56aa-d7eb-2702b70683bc-43a58224, #w-node-_504ca865-7907-dc0d-e548-9aab71f877da-43a58224, #w-node-_504ca865-7907-dc0d-e548-9aab71f877e2-43a58224, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e51-43a58225, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e58-43a58225, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e5a-43a58225, #w-node-_1992b029-9ad7-6057-6e06-d896e8140e5f-43a58225, #w-node-_12a3af3f-7b72-0c33-1344-3cc8c2189b65-43a58225, #w-node-_12a3af3f-7b72-0c33-1344-3cc8c2189b6b-43a58225, #w-node-_61fa2bb7-6bd5-0ffd-8836-cf59f8ba0ff5-43a58225, #w-node-_61fa2bb7-6bd5-0ffd-8836-cf59f8ba0ffb-43a58225, #w-node-c06bef72-36f3-3793-4bfa-4597f5dd535d-43a58225, #w-node-c06bef72-36f3-3793-4bfa-4597f5dd5363-43a58225, #w-node-_689f65f8-6254-751f-cc41-1073395c554d-43a58225, #w-node-_689f65f8-6254-751f-cc41-1073395c5553-43a58225, #w-node-b28fe1bc-3498-3b5f-69cc-5c9946a1466e-43a58225, #w-node-b28fe1bc-3498-3b5f-69cc-5c9946a14674-43a58225, #w-node-b03629e3-3cf1-c789-d173-22cf448a8680-43a58225, #w-node-b03629e3-3cf1-c789-d173-22cf448a8686-43a58225, #w-node-_9ac167df-0a4b-7d5b-3a38-82cf5b5c42ce-43a58225, #w-node-_0b364fad-96a3-1eef-0846-4085b0288874-43a58225, #w-node-a4fcfcf9-a682-199a-9767-48b2bcbe0de3-43a58225, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088062-43a58225, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088068-43a58225, #w-node-daa080fd-2441-e1cf-8d39-7c8ec708806a-43a58225, #w-node-daa080fd-2441-e1cf-8d39-7c8ec7088070-43a58225, #w-node-a26b839b-1a6d-832b-5661-06c2919d00e8-43a58225, #w-node-a26b839b-1a6d-832b-5661-06c2919d00ee-43a58225, #w-node-cc613fff-05b5-13e7-5cbc-a695fdef08df-43a58225, #w-node-cc613fff-05b5-13e7-5cbc-a695fdef08e5-43a58225, #w-node-_37e63258-d88e-9d81-5959-e819ca4bec96-43a58227, #w-node-_37e63258-d88e-9d81-5959-e819ca4bec9d-43a58227, #w-node-_22233b4e-5948-5912-692d-60731ebf396e-43a58227, #w-node-_22233b4e-5948-5912-692d-60731ebf3975-43a58227, #w-node-_82580b51-4128-9d21-86ac-7b4032d81f2e-43a58228, #w-node-_82580b51-4128-9d21-86ac-7b4032d81f30-43a58228 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fcdb782-92ad-5036-937a-1fef51f0f707-43a58229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9fcdb782-92ad-5036-937a-1fef51f0f73b-43a58229, #w-node-_9fcdb782-92ad-5036-937a-1fef51f0f73d-43a58229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-10efecc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-10efecc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-10efecc8, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-577e4b56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-577e4b56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-577e4b56, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-03e29336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-03e29336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-03e29336, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-f60a2cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-f60a2cb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-f60a2cb4, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-01493a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-01493a40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-01493a40, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-47f1b31c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-47f1b31c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-47f1b31c, #w-node-fb4ba2d8-08d7-c773-4cd4-edbe7d6d39be-1c074e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-1c074e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f940dbfb-f44b-92e1-23a6-d3e25a382438-1c074e8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-da802383-c4ba-6b95-64c8-938e78fb0438-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb0443-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb044d-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb0457-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb0461-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb046b-d2b28179, #w-node-d1c437bb-8c64-a7e9-70d5-6c0cb8920d4e-57255663, #w-node-d1c437bb-8c64-a7e9-70d5-6c0cb8920d53-57255663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f0f-57255663 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f10-57255663 {
  grid-area: 1 / 1 / 2 / 4;
}

#nowThis.w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f17-57255663, #nowThis.w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f1a-57255663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f1f-57255663 {
  place-self: stretch stretch;
}

#w-node-fa94fa8d-e6c2-5307-d50f-6e958311393a-32ed5267, #w-node-fa94fa8d-e6c2-5307-d50f-6e9583113943-32ed5267, #w-node-_82e2fcaa-09c4-01b4-df59-e76099f92a5a-32ed5267, #w-node-_82e2fcaa-09c4-01b4-df59-e76099f92a67-32ed5267, #w-node-_61d3ec29-d297-cdd9-431b-1a2c150df00a-32ed5267, #w-node-_61d3ec29-d297-cdd9-431b-1a2c150df017-32ed5267 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-da802383-c4ba-6b95-64c8-938e78fb0443-d2b28179, #w-node-da802383-c4ba-6b95-64c8-938e78fb044d-d2b28179 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #nowThis.w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b03-43a58217 {
    align-self: end;
  }

  #nowThis.w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b06-43a58217 {
    align-self: start;
  }

  #w-node-f0fc8b8f-070f-c44f-5b60-4bfea0bd0b0d-43a58217 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5ba-43a5821e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5bd-43a5821e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5bf-43a5821e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5c6-43a5821e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5c9-43a5821e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_578a3406-c1ce-ddf4-559d-39549fb61f30-43a5821e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_578a3406-c1ce-ddf4-559d-39549fb61f33-43a5821e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5d9-43a5821e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5dc-43a5821e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5f3-43a5821e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ef4dd365-2518-e9ba-d434-012e4f1ca5f6-43a5821e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f17-57255663 {
    align-self: end;
  }

  #nowThis.w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f1a-57255663 {
    align-self: start;
  }

  #w-node-_9973cbc3-bc78-5146-0ab9-20dc70fb2f1f-57255663 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c401c991-c848-7c22-bec7-04a4afbdf215-afbdf1f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1e7139a0-8196-959d-7e08-a7177102d4a5-10efecc8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_38c4223a-6751-b95a-83dc-4f54c50d0e89-10efecc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Migha Condensed';
  src: url('../fonts/Migha-LightCondensedCNTR.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Migha Condensed';
  src: url('../fonts/Migha-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Overlay menu social icons: reuse footer assets and force white color */
.overlay-menu .menu-nav .list-link.light[href*="instagram"],
.overlay-menu .menu-nav .list-link.light[href*="facebook"],
.overlay-menu .menu-nav .list-link.light[href*="linkedin"] {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.55rem !important;
}

.overlay-menu .menu-nav .list-link.light[href*="instagram"]::before,
.overlay-menu .menu-nav .list-link.light[href*="facebook"]::before,
.overlay-menu .menu-nav .list-link.light[href*="linkedin"]::before {
  content: "";
  width: 1.05rem !important;
  height: 1.05rem !important;
  min-width: 1.05rem !important;
  display: inline-block !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  filter: brightness(0) invert(1) !important;
}

.overlay-menu .menu-nav .list-link.light[href*="instagram"]::before {
  background-image: url('/images/IG.svg') !important;
}

.overlay-menu .menu-nav .list-link.light[href*="facebook"]::before {
  background-image: url('/images/fb.svg') !important;
}

.overlay-menu .menu-nav .list-link.light[href*="linkedin"]::before {
  background-image: url('/images/IN.svg') !important;
}

.overlay-menu .menu-nav .list-link.light > img.image-4,
.overlay-menu .menu-nav .list-link.light > img.image-4.ig {
  display: block;
  object-fit: contain;
}

.overlay-menu .menu-nav .list-link.light > img[src*="fb.svg"] {
  width: 1.05rem !important;
  height: 1.05rem !important;
  margin-right: 10px !important;
}

.overlay-menu .menu-nav .list-link.light[href*="instagram"]::before,
.overlay-menu .menu-nav .list-link.light[href*="facebook"]::before,
.overlay-menu .menu-nav .list-link.light[href*="linkedin"]::before {
  content: none !important;
}

.overlay-menu .menu-nav .list-link.light[href*="instagram.com"],
.overlay-menu .menu-nav .list-link.light[href*="facebook.com"],
.overlay-menu .menu-nav .list-link.light[href*="linkedin.com"] {
  position: relative;
  display: block !important;
  padding-left: 34px;
  text-align: left;
}

.overlay-menu .menu-nav .list-link.light[href*="instagram.com"] > img,
.overlay-menu .menu-nav .list-link.light[href*="facebook.com"] > img,
.overlay-menu .menu-nav .list-link.light[href*="linkedin.com"] > img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0 !important;
}

/* Locations page redesign */
@keyframes locationsPageReveal {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.locations-showcase__intro,
.location-card {
  opacity: 0;
  animation: locationsPageReveal 900ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: opacity, transform;
}

.locations-showcase__intro {
  animation-delay: 120ms;
}

.location-card:nth-child(1) {
  animation-delay: 260ms;
}

.location-card:nth-child(2) {
  animation-delay: 390ms;
}

.location-card:nth-child(3) {
  animation-delay: 520ms;
}

.locations-showcase {
  background: var(--secondary);
  color: #3b2117;
  padding: clamp(88px, 10vw, 144px) 0 clamp(72px, 9vw, 132px);
}

.locations-showcase__intro {
  max-width: 760px;
  margin: 0 auto clamp(34px, 5vw, 64px);
  text-align: center;
}

.locations-showcase__eyebrow {
  margin-bottom: clamp(22px, 3vw, 42px);
  color: #8b5f44;
  font-family: Satoshi, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.locations-showcase__title {
  margin: 0;
  font-family: 'Migha Condensed', Georgia, serif;
  font-size: clamp(4rem, 10vw, 9.5rem);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
}

.locations-showcase__lead {
  max-width: 620px;
  margin: 24px auto 0;
  color: #614437;
  font-family: Satoshi, sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.locations-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 32px);
  align-items: stretch;
}

.location-card {
  position: relative;
  display: flex;
  min-height: 690px;
  overflow: hidden;
  border: 1px solid rgba(79, 47, 32, 0.18);
  background: #fffaf1;
  color: #3b2117;
  text-decoration: none;
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 16, 10, 0.06), rgba(27, 16, 10, 0.82));
  pointer-events: none;
  transition: opacity 300ms ease;
}

.location-card:hover::after {
  opacity: 0.92;
}

.location-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 700ms ease;
}

.location-card:hover .location-card__image {
  transform: scale(1.06);
}

.location-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 36px);
  color: #fff9ed;
}

.location-card__number {
  width: 42px;
  height: 42px;
  margin-bottom: auto;
  border: 1px solid rgba(255, 249, 237, 0.72);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Satoshi, sans-serif;
  font-size: 0.78rem;
}

.location-card__city {
  margin: clamp(210px, 27vw, 330px) 0 14px;
  font-family: 'Migha Condensed', Georgia, serif;
  font-size: clamp(3.7rem, 5.7vw, 5.9rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.location-card__address {
  margin-bottom: 18px;
  font-family: Satoshi, sans-serif;
  font-size: 0.94rem;
  line-height: 1.45;
}

.location-card__text {
  max-width: 34rem;
  margin-bottom: 24px;
  color: rgba(255, 249, 237, 0.86);
  font-family: Satoshi, sans-serif;
  font-size: 0.98rem;
  line-height: 1.56;
}

.location-card__cta {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  font-family: Satoshi, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  line-height: 1.6;
  text-transform: uppercase;
}

.location-card__cta::after {
  content: "→";
  font-size: 1rem;
  line-height: 1;
  transition: transform 220ms ease;
}

.location-card:hover .location-card__cta::after {
  transform: translateX(4px);
}

@media screen and (max-width: 991px) {
  .locations-showcase__grid {
    grid-template-columns: 1fr;
  }

  .location-card {
    min-height: 560px;
  }

  .location-card__city {
    margin-top: 170px;
    font-size: clamp(3.7rem, 6.6vw, 6.6rem);
    line-height: 0.78;
  }
}

@media screen and (max-width: 479px) {
  .locations-showcase {
    padding-top: 88px;
  }

  .location-card {
    min-height: 520px;
  }

  .location-card__body {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .locations-showcase__intro,
  .location-card {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

/* Interlaken location page */
.interlaken-showcase {
  --interlaken-content-gutter: clamp(52px, 5.2vw, 104px);
  overflow: hidden;
  background: var(--secondary);
  color: #3b2117;
  padding: clamp(118px, 12vw, 168px) 0 clamp(62px, 7vw, 104px);
}

.interlaken-showcase__intro {
  max-width: 1120px;
  margin: 0 auto clamp(44px, 5vw, 66px);
  text-align: center;
}

.interlaken-showcase__eyebrow {
  margin-bottom: clamp(20px, 3vw, 38px);
  color: #8b5f44;
  font-family: Satoshi, sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.interlaken-showcase__title {
  margin: 0;
  font-family: 'Migha Condensed', Georgia, serif;
  font-size: clamp(5.4rem, 10.8vw, 11.4rem);
  font-weight: 400;
  line-height: 0.86;
  text-transform: uppercase;
}

.interlaken-showcase__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: stretch;
  border-top: 1px solid rgba(79, 47, 32, 0.2);
  border-bottom: 1px solid rgba(79, 47, 32, 0.2);
  padding: clamp(22px, 2.8vw, 34px) 0;
}

.interlaken-showcase__media {
  position: relative;
  height: clamp(520px, 43vw, 700px);
  min-height: 0;
  overflow: hidden;
}

.interlaken-showcase__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.interlaken-showcase__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(46px, 5vw, 82px);
  padding: clamp(8px, 1.6vw, 18px) 0 clamp(12px, 2vw, 24px);
}

.interlaken-showcase__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.interlaken-showcase__facts div {
  border-top: 1px solid rgba(79, 47, 32, 0.24);
  padding-top: 18px;
}

.interlaken-showcase__facts span {
  display: block;
  margin-bottom: 12px;
  color: #8b5f44;
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.interlaken-showcase__facts strong {
  color: #3b2117;
  font-family: Satoshi, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  font-weight: 500;
  line-height: 1.45;
}

.interlaken-showcase__copy {
  max-width: 34rem;
  margin-left: 0;
  font-family: Satoshi, sans-serif;
}

.interlaken-showcase__copy p {
  margin: 0 0 20px;
  color: #513326;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.62;
}

.interlaken-showcase__copy p:last-child {
  margin-bottom: 0;
}

.interlaken-products {
  --interlaken-content-gutter: clamp(52px, 5.2vw, 104px);
  padding-top: 0;
}

.interlaken-hours {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: start;
  border-top: 1px solid rgba(79, 47, 32, 0.18);
  border-bottom: 1px solid rgba(79, 47, 32, 0.18);
  margin: 0 var(--interlaken-content-gutter) clamp(46px, 5vw, 72px);
  padding: clamp(24px, 3vw, 40px) 0 clamp(34px, 5vw, 62px);
}

.interlaken-hours__header span {
  display: block;
  margin-bottom: 18px;
  color: #8b5f44;
  font-family: Satoshi, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.interlaken-hours__header h2 {
  margin: 0;
  color: #3b2117;
  font-family: 'Migha Condensed', Georgia, serif;
  font-size: clamp(3.2rem, 5.2vw, 5.6rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.interlaken-hours__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 720px;
}

.interlaken-hours__grid div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(79, 47, 32, 0.18);
  padding: 16px 0;
  color: #3b2117;
  font-family: Satoshi, sans-serif;
}

.interlaken-hours__grid div:first-child {
  border-top: 0;
}

.interlaken-hours__grid span {
  color: #614437;
}

.interlaken-hours__grid strong {
  font-weight: 500;
  white-space: nowrap;
}

.interlaken-hero-card {
  position: relative;
  height: clamp(620px, 74vh, 820px);
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(79, 47, 32, 0.18);
  background: #2f1b12;
  color: #fff9ed;
}

.interlaken-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 19, 12, 0.12) 0%, rgba(33, 19, 12, 0.28) 42%, rgba(33, 19, 12, 0.88) 100%),
    linear-gradient(90deg, rgba(33, 19, 12, 0.64) 0%, rgba(33, 19, 12, 0.12) 54%, rgba(33, 19, 12, 0.48) 100%);
  pointer-events: none;
}

.interlaken-hero-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
}

.interlaken-hero-card__body {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3.4vw, 48px);
}

.interlaken-hero-card__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 249, 237, 0.36);
  padding-bottom: 18px;
  font-family: Satoshi, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.interlaken-hero-card__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
}

.interlaken-hero-card h1 {
  margin: 0;
  font-family: 'Migha Condensed', Georgia, serif;
  font-size: clamp(5.8rem, 13.5vw, 14rem);
  font-weight: 400;
  line-height: 0.78;
  text-transform: uppercase;
}

.location-hero-card--grancia h1 {
  font-size: clamp(4.6rem, 10.5vw, 10.8rem);
  line-height: 0.82;
}

.interlaken-hero-card__meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.interlaken-hero-card__meta div {
  border-top: 1px solid rgba(255, 249, 237, 0.42);
  padding-top: 16px;
}

.interlaken-hero-card__meta span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 249, 237, 0.72);
  font-family: Satoshi, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.interlaken-hero-card__meta strong {
  font-family: Satoshi, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 500;
  line-height: 1.42;
}

.interlaken-editorial {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: max(0px, calc(var(--interlaken-content-gutter) - 2.5rem));
  margin-right: max(0px, calc(var(--interlaken-content-gutter) - 2.5rem));
  padding: clamp(48px, 7vw, 96px) 0 0;
}

.interlaken-editorial__lead {
  max-width: 34rem;
  color: #513326;
  font-family: Satoshi, sans-serif;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.66;
  text-transform: none;
}

.interlaken-editorial__lead:empty {
  display: block;
}

.interlaken-editorial__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 6vw, 92px);
  max-width: none;
  padding: 8px 0 clamp(24px, 3vw, 40px);
  font-family: Satoshi, sans-serif;
}

.interlaken-editorial__copy p {
  margin: 0 0 20px;
  color: #513326;
  font-size: clamp(1rem, 1.28vw, 1.12rem);
  line-height: 1.66;
}

.interlaken-editorial__copy p:last-child {
  margin-bottom: 0;
}

.interlaken-editorial__column {
  max-width: 38rem;
}

.interlaken-editorial__column:first-child {
  margin-left: 0;
}

.interlaken-products > .text-block-27 {
  margin-left: var(--interlaken-content-gutter);
  margin-right: var(--interlaken-content-gutter);
}

.interlaken-products > .grid-large {
  grid-template-columns: var(--interlaken-content-gutter) minmax(0, 1fr) var(--interlaken-content-gutter);
}

@media screen and (max-width: 991px) {
  .interlaken-showcase__panel {
    grid-template-columns: 1fr;
  }

  .interlaken-showcase__content {
    gap: 32px;
  }

  .interlaken-showcase__copy {
    max-width: 44rem;
    margin-left: 0;
  }

  .interlaken-hero-card__bottom,
  .interlaken-editorial {
    grid-template-columns: 1fr;
  }

  .interlaken-hours {
    grid-template-columns: 1fr;
  }

  .interlaken-hero-card__meta {
    max-width: 26rem;
  }
}

@media screen and (max-width: 767px) {
  .home-work-cms .work-list-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-work-cms .list-image {
    display: block !important;
    width: 100%;
    max-width: 100%;
    order: -1;
  }

  .home-work-cms .list-image-item,
  .home-work-cms .list-image-height,
  .home-work-cms .image-fill {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .home-work-cms .list-image-item {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
  }

  .home-work-cms .list-image-height {
    aspect-ratio: 4 / 3;
    padding-top: 0 !important;
    overflow: hidden;
  }

  .home-work-list .list-image-height {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding-top: 0 !important;
    transform: none !important;
  }

  .home-work-cms .image-fill {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .home-work-cms .clip {
    display: block !important;
    overflow: visible;
  }

  .interlaken-showcase,
  .interlaken-products {
    --interlaken-content-gutter: 18px;
  }

  .interlaken-showcase {
    padding-top: 94px;
  }

  .interlaken-showcase__intro {
    text-align: left;
  }

  .interlaken-showcase__title {
    font-size: clamp(4.9rem, 25vw, 8rem);
    line-height: 0.86;
  }

  .interlaken-showcase__media {
    height: min(68vh, 520px);
    min-height: 380px;
  }

  .interlaken-showcase__facts {
    grid-template-columns: 1fr;
  }

  .interlaken-hero-card {
    height: 620px;
    min-height: 0;
  }

  .interlaken-hero-card__top {
    display: grid;
    gap: 10px;
  }

  .interlaken-editorial__copy {
    grid-template-columns: 1fr;
  }

  .interlaken-hours {
    margin-left: var(--interlaken-content-gutter);
    margin-right: var(--interlaken-content-gutter);
  }

  .interlaken-hours__grid {
    grid-template-columns: 1fr;
  }

  .interlaken-hours__grid div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }

  .interlaken-hours__grid strong {
    white-space: normal;
    font-size: 1.15rem;
    line-height: 1.25;
  }

  .interlaken-hours__grid span {
    font-size: 1rem;
    line-height: 1.3;
  }

  .interlaken-editorial__column:first-child {
    margin-left: 0;
  }

  .interlaken-hero-card h1 {
    font-size: clamp(5rem, 25vw, 8rem);
    line-height: 0.82;
  }

  .location-hero-card--grancia h1 {
    font-size: clamp(4rem, 18vw, 6.2rem);
    line-height: 0.84;
  }

  .interlaken-editorial__lead {
    font-size: 0.98rem;
    line-height: 1.62;
  }
}

@media screen and (max-width: 479px) {
  .interlaken-hours__header h2 {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
    line-height: 0.86;
  }

  .interlaken-showcase__media {
    height: 360px;
    min-height: 0;
  }

  .interlaken-showcase__copy p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .interlaken-hero-card {
    height: 560px;
    min-height: 0;
  }

  .interlaken-hero-card__body {
    padding: 22px;
  }

  .interlaken-hero-card__bottom {
    gap: 26px;
  }
}

/* Team mobile refinement */
@media screen and (max-width: 767px) {
  .size-large.prodotti > .size-large.contact {
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .size-large.prodotti > .size-large.contact .hero-title {
    grid-row-gap: 22px;
    align-items: center;
  }

  .size-large.prodotti > .size-large.contact .hero-title-feature {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .size-large.prodotti > .size-large.contact .heading-display.contact {
    font-size: clamp(5.5rem, 28vw, 8.25rem);
    line-height: 0.82;
  }

  .team-slider {
    padding: 46px 16px 34px;
  }

  .centered-subheading-2,
  .centered-subheading {
    max-width: 31rem;
    font-size: 1rem;
    line-height: 1.58;
  }

  .team-slider-wrapper {
    margin-top: 30px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-block {
    border: 1px solid rgba(79, 47, 32, 0.14);
    border-radius: 8px;
    background-color: #fffaf1;
    padding: 28px 22px 24px;
    min-height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .team-member-image-two {
    width: 112px;
    height: 112px;
    margin-bottom: 22px;
    object-fit: contain;
    border-radius: 50%;
    background-color: #f7f1e6;
    padding: 18px;
  }

  .team-block-info {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .team-member-name-two,
  .team-member-text {
    align-self: center;
    text-align: center;
  }

  .team-member-name-two {
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .team-member-text {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .team-slider-nav {
    display: block;
    margin-top: 18px;
  }

  .team-circles {
    padding: 42px 18px;
  }

  .team-grid-2 {
    grid-row-gap: 16px;
    margin-top: 28px;
  }

  .team-card {
    border: 1px solid rgba(79, 47, 32, 0.12);
    border-radius: 8px;
    background-color: #fffaf1;
    padding: 22px 18px;
  }

  .team-member-name {
    margin-bottom: 4px;
    font-size: 1.16rem;
    line-height: 1.3;
  }

  .team-member-position {
    margin-bottom: 0;
    color: #614437;
  }

  .section-timeline {
    padding: 18px 0 36px;
  }

  .container-2 {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .timeline_component {
    display: block;
    max-width: 34rem;
  }

  .timeline_progress,
  .timeline_progress-bar,
  .timeline_centre,
  .overlay-fade-top,
  .overlay-fade-bottom {
    display: none;
  }

  .timeline_item {
    display: block;
    width: 100%;
    padding: 22px 0;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    position: static;
    margin-bottom: 10px;
    color: #8b5f44;
    font-size: clamp(2.4rem, 13vw, 4.25rem);
    line-height: 0.92;
  }

  .timeline_right {
    border: 1px solid rgba(79, 47, 32, 0.12);
    border-radius: 8px;
    background-color: #fffaf1;
    padding: 20px 18px;
  }

  .timeline_text {
    font-size: 1.15rem;
    line-height: 1.35;
  }

  .text-colour-lightgrey {
    color: #614437;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .page-wrapper-4 + .text-block-27,
  .team-circles + .text-block-27,
  .size-large.prodotti + .text-block-27 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .size-large.prodotti > .size-large.contact {
    padding-top: 42px;
  }

  .team-slider {
    padding-left: 12px;
    padding-right: 12px;
  }

  .team-block {
    min-height: 270px;
  }
}
