/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-regular-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-italic-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-italic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-bold-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-bolditalic-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-book-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-bookitalic-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-bookitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-light-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-lightitalic-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-medium-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Ginkatrial";
  src: url("../fonts/ginka/ginkatrial-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/ginka/ginkatrial-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
.button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 14px;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 160ms ease, color 160ms ease;
}
.button--primary svg {
  width: 1.25em;
  height: 1.25em;
}
.button--primary span {
  display: flex;
}
.button--secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #4DFFC5;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 14px;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 160ms ease, color 160ms ease;
}
.button--secondary:hover {
  background-color: #93FDDB;
}
.button--secondary:hover {
  color: #000;
}
.button--secondary svg {
  width: 1.25em;
  height: 1.25em;
}
.button--secondary span {
  display: flex;
}
.button--submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 14px;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 160ms ease, color 160ms ease;
}
.button--submit:hover {
  background-color: #222;
}
.button--submit:hover {
  color: #fff;
}
.button--submit svg {
  width: 1.25em;
  height: 1.25em;
}
.button--submit span {
  display: flex;
}
.button--submit {
  padding: 12px 16px;
}

/*
This file can be used to overwrite any normailze settings.
*/
:root {
  color-scheme: light;
  --fa-color-text: rgb(51, 51, 51);
  --fa-color-bg: #fff;
  --fa-color-accent: #F8F5F3;
  --fa-color-danger: #d52b1e;
  --fa-font-base: Ginkatrial, sans-serif;
  --fa-line-height-base: 1.5;
  --fa-line-height-heading: 1.2;
  --fa-radius-sm: 0.375rem;
  --fa-radius-md: 0.5rem;
  --fa-radius-lg: 0.75rem;
  --fa-radius-xl: 1rem;
  --fa-space-1: 0.25rem;
  --fa-space-2: 0.5rem;
  --fa-space-3: 0.75rem;
  --fa-space-4: 1rem;
  --fa-space-5: 1.5rem;
  --fa-space-6: 2rem;
  --fa-space-7: 3rem;
  --fa-space-8: 4rem;
}

html {
  font-family: "Ginkatrial", sans-serif;
  font-weight: normal;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  font-size: 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  font-feature-settings: "liga", "dlig";
  margin-bottom: 1em;
  font-weight: 300;
  font-size: 20px;
}
p.--overline {
  text-transform: uppercase;
  font-size: 16px;
}

a {
  font-weight: inherit;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  line-height: 1.2;
  font-weight: 300;
  color: rgb(51, 51, 51);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: rgb(51, 51, 51);
}

h1 {
  font-size: 36px;
  letter-spacing: 0.58px;
}

h2 {
  font-size: 48px;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

h3 {
  font-size: 40px;
  letter-spacing: 0.4px;
}

h4 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--fa-color-bg, #fff);
  color: var(--fa-color-text, #333);
}
body.menu--active,
html.menu--active {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
body *,
html * {
  box-sizing: inherit;
}

body {
  min-height: 100%;
  text-rendering: optimizeLegibility;
}

::-moz-selection {
  background: rgba(77, 255, 197, 0.35);
  color: #000;
}

::selection {
  background: rgba(77, 255, 197, 0.35);
  color: #000;
}

a,
button,
input,
select,
textarea {
  font: inherit;
}

a,
button {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.gtranslate_wrapper {
  padding-top: 0;
}
.gtranslate_wrapper .gt_switcher-popup span {
  color: white;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

body.page-template-page-home {
  background: #fff;
}

body.page-template-page-home .wrapper,
body.page-template-page-home #wrapper,
body.page-template-page-home .site,
body.page-template-page-home .site-main {
  background: transparent;
}

.ls-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}
.ls-skip-link:focus {
  left: 12px;
  top: 12px;
  z-index: 9999;
  background: #111;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
}

.ls-page {
  color: #141413;
  font-family: "Playfair Display", Georgia, serif;
  padding-bottom: 0;
}

.ls-top-card {
  width: 100%;
  margin: 0 auto;
  background: #f8f5f3;
  border-radius: 0 0 24px 24px;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.ls-top-card--no-hero {
  min-height: auto;
  display: block;
}

.ls-header {
  position: relative;
  z-index: 2;
}
.ls-header__inner {
  width: min(100% - 32px, 1117px);
  margin: 0 auto;
  padding-top: clamp(26px, 3vw, 42px);
  text-align: center;
}
.ls-header__brand-wrap {
  display: grid;
  justify-items: center;
  gap: 0;
}
.ls-header__logo {
  display: block;
  width: min(100%, 760px);
  height: auto;
}
.ls-header__nav {
  margin-top: clamp(12px, 2vw, 18px);
}
.ls-header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.ls-header__nav-list > li > a {
  color: #141413;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  transition: color 220ms ease;
}
.ls-header__nav-list > li > a:hover, .ls-header__nav-list > li > a:focus-visible {
  color: #838383;
}
.ls-header__rule {
  margin-top: clamp(14px, 2.2vw, 28px);
  border-top: 1px solid rgba(20, 20, 19, 0.14);
}

.ls-hero {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(24px, 4vw, 40px) 16px;
}
.ls-hero__card {
  width: auto;
  max-width: 100%;
}
.ls-hero__image {
  height: max(475px, 58svh);
  height: max(475px, 58vh);
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #ddd;
}
.ls-hero__image--placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(20, 20, 19, 0.22);
  color: rgba(20, 20, 19, 0.66);
  font-size: 0.875rem;
}

.ls-section {
  scroll-margin-top: 24px;
  width: 100%;
  margin-inline: auto;
}
.ls-section__inner {
  width: min(100% - 28px, 1200px);
  margin-inline: auto;
  padding-inline: 0;
}
.ls-section__inner--narrow {
  display: grid;
  justify-items: center;
}
.ls-section__title {
  margin: 0 0 clamp(20px, 2vw, 36px);
  color: #141413;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 1.05;
  font-size: 2.6rem;
}
.ls-section--plain {
  padding-top: clamp(56px, 8vw, 124px);
}
.ls-section--panel {
  margin-top: clamp(54px, 8vw, 152px);
  background: #f8f5f3;
  border-radius: 24px;
}
.ls-section--panel .ls-section__inner {
  padding: clamp(46px, 9vw, 146px) 14px clamp(56px, 9vw, 154px);
}
.ls-section--fees {
  padding-top: clamp(58px, 8vw, 164px);
  padding-bottom: clamp(54px, 7vw, 120px);
}
.ls-section--basic {
  background: #fff;
  padding-top: clamp(56px, 8vw, 112px);
  padding-bottom: clamp(56px, 8vw, 112px);
}

.ls-section__title--basic {
  margin-bottom: clamp(24px, 3.5vw, 42px);
}

.ls-basic-content {
  width: min(100%, 860px);
  color: #141413;
  text-align: left;
}
.ls-basic-content > * {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}
.ls-basic-content > * + * {
  margin-top: 1em;
}
.ls-basic-content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 220ms ease;
}
.ls-basic-content a:hover,
.ls-basic-content a:focus-visible {
  color: #838383;
}

.ls-stack {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: clamp(44px, 8vw, 132px);
}
.ls-stack__item {
  width: 100%;
  display: grid;
  justify-items: center;
}

.ls-prose {
  width: min(100%, 680px);
  color: #141413;
  text-align: center;
}
.ls-prose p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  -webkit-hyphens: none;
          hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}
.ls-prose p + p {
  margin-top: clamp(12px, 2vw, 20px);
}
.ls-prose a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 220ms ease;
}
.ls-prose a:hover,
.ls-prose a:focus-visible {
  color: #838383;
}
.ls-prose--fees {
  width: min(100%, 680px);
}

.ls-footer {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
}
.ls-footer__panel {
  background: radial-gradient(1200px 400px at 85% -10%, rgba(255, 255, 255, 0.08), transparent 60%), linear-gradient(180deg, #222328 0%, #1b1c20 100%);
  border-radius: 24px 24px 0 0;
  min-height: 448px;
  padding: clamp(24px, 4vw, 62px) 16px 24px;
  display: flex;
  flex-direction: column;
}
.ls-footer__inner, .ls-footer__meta {
  width: min(100% - 16px, 1376px);
  margin-inline: auto;
}
.ls-footer__inner {
  display: grid;
  gap: 18px;
}
.ls-footer__heading {
  min-width: 0;
}
.ls-footer__title {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #fff;
}
.ls-footer__content {
  max-width: 604px;
  justify-self: end;
}
.ls-footer__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}
.ls-footer__content p + p {
  margin-top: 16px;
}
.ls-footer__content a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-hyphens: none;
          hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  transition: color 220ms ease;
}
.ls-footer__content a:hover, .ls-footer__content a:focus-visible {
  color: #b7b2b2;
}
.ls-footer__meta {
  display: grid;
  gap: 8px;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}
.ls-footer__copyright, .ls-footer__links, .ls-footer__disclaimer {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
}
.ls-footer__legal {
  display: grid;
  gap: 8px;
}
.ls-footer__links a {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-right: 10px;
  transition: color 220ms ease;
}
.ls-footer__links a:hover, .ls-footer__links a:focus-visible {
  color: #b7b2b2;
}
.ls-footer__disclaimer {
  max-width: 604px;
}
.ls-footer__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ls-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 768px) {
  .ls-header__nav-list {
    gap: 14px 24px;
  }
  .ls-header__nav-list > li > a {
    font-size: 1.25rem;
  }
  .ls-section {
    scroll-margin-top: 48px;
  }
  .ls-section__title {
    margin-bottom: 34px;
  }
  .ls-prose p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .ls-prose p + p {
    margin-top: 18px;
  }
  .ls-footer__panel {
    padding-inline: 24px;
    padding-bottom: 24px;
    height: 448px;
  }
  .ls-footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 604px);
    align-items: start;
    gap: 40px;
  }
  .ls-footer__meta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 604px);
    align-items: end;
    gap: 16px;
  }
  .ls-footer__legal {
    grid-column: 1;
    display: flex;
    align-items: end;
    gap: 16px;
    white-space: nowrap;
  }
  .ls-footer__links {
    justify-self: start;
  }
  .ls-footer__links-list {
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .ls-footer__disclaimer {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ls-header__logo {
    width: 760px;
  }
  .ls-prose p {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .ls-top-card {
    min-height: auto;
    border-radius: 0 0 16px 16px;
  }
  .ls-header__inner {
    width: calc(100% - 48px);
    padding-top: 35px;
  }
  .ls-header__logo {
    width: 100%;
  }
  .ls-header__nav {
    margin-top: 12px;
  }
  .ls-header__nav-list {
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(6px, 1.8vw, 12px);
  }
  .ls-header__nav-list > li > a {
    font-size: 1rem;
    line-height: 1.1;
    text-underline-offset: 1px;
  }
  .ls-header__rule {
    margin-top: 16px;
  }
  .ls-hero {
    padding: 44px 24px 52px;
  }
  .ls-hero__card {
    width: 100%;
  }
  .ls-hero__image {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 392/608;
    margin-inline: auto;
  }
  .ls-section__inner {
    width: calc(100% - 48px);
  }
  .ls-section__title {
    font-size: 2.5rem;
    line-height: 0.9;
    margin-bottom: 28px;
  }
  .ls-section--plain {
    padding-top: 76px;
  }
  .ls-section--panel {
    margin-top: 78px;
    border-radius: 16px;
  }
  .ls-section--panel .ls-section__inner {
    padding: 78px 0 78px;
  }
  .ls-section--fees {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .ls-stack {
    gap: 56px;
  }
  .ls-prose {
    width: 100%;
  }
  .ls-prose p {
    font-size: 16px;
    line-height: 24px;
  }
  .ls-prose p + p {
    margin-top: 12px;
  }
  .ls-prose--fees {
    width: 100%;
  }
  .ls-footer__panel {
    min-height: 489px;
    border-radius: 16px 16px 0 0;
    padding: 30px 24px 24px;
  }
  .ls-footer__inner, .ls-footer__meta {
    width: calc(100% - 48px);
  }
  .ls-footer__inner {
    justify-items: center;
    text-align: center;
    gap: 20px;
  }
  .ls-footer__title {
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
  }
  .ls-footer__content {
    max-width: none;
    justify-self: center;
    text-align: center;
  }
  .ls-footer__content p {
    line-height: 24px;
  }
  .ls-footer__meta {
    justify-items: center;
    text-align: center;
    gap: 8px;
  }
  .ls-footer__legal {
    order: 2;
    justify-items: center;
    text-align: center;
    gap: 0;
  }
  .ls-footer__copyright, .ls-footer__links, .ls-footer__disclaimer {
    text-align: center;
  }
  .ls-footer__links {
    margin-top: 4px;
  }
  .ls-footer__links-list {
    justify-content: center;
    white-space: normal;
    flex-wrap: wrap;
  }
  .ls-footer__disclaimer {
    order: 1;
    max-width: none;
    line-height: 20px;
    margin-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ls-top-card {
    min-height: 100svh;
  }
  .ls-header__inner {
    width: 100%;
    padding-top: 56px;
    padding-inline: 0;
  }
  .ls-header__logo {
    width: 602px;
    max-width: calc(100% - 48px);
  }
  .ls-header__nav {
    margin-top: 18px;
  }
  .ls-header__nav-list {
    width: min(100% - 48px, 720px);
    margin-inline: auto;
    justify-content: center;
    gap: 14px 24px;
  }
  .ls-header__rule {
    margin-top: 28px;
  }
  .ls-hero {
    padding: 56px 24px 72px;
  }
  .ls-hero__image {
    height: 591px;
    width: auto;
    max-width: 100%;
  }
  .ls-section__inner {
    width: min(100% - 48px, 720px);
  }
  .ls-section--panel .ls-section__inner {
    padding-inline: 20px;
  }
  .ls-prose {
    width: min(100%, 680px);
  }
  .ls-footer__panel {
    min-height: 530px;
    height: 530px;
    padding-top: 62px;
  }
  .ls-footer__inner, .ls-footer__meta {
    width: calc(100% - 48px);
  }
  .ls-footer__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 464px);
    gap: 24px;
  }
  .ls-footer__content {
    max-width: 464px;
  }
  .ls-footer__meta {
    grid-template-columns: minmax(0, 1fr) minmax(0, 464px);
    align-items: end;
    gap: 16px;
  }
  .ls-footer__legal {
    grid-column: 1/-1;
    grid-row: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }
  .ls-footer__disclaimer {
    grid-column: 2;
    grid-row: 1;
    display: block;
    max-width: 464px;
    line-height: 20px;
    text-align: left;
  }
}
