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

button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

html {
  scroll-behavior: smooth;
}

html {
  background-color: #fafafa;
  color: #333333;
}

body {
  background-color: #fafafa;
}

.doc-themes-item > .wrapper {
  padding: 1.5rem;
}
.doc-themes-item > .wrapper.is-dark-theme.is-dark-theme,
.is-dark-theme .doc-themes-item > .wrapper {
  background-color: #707070;
  color: #fafafa;
}

:root {
  --bp: 1.5rem;
}
@media (max-width: 1023px) {
  :root {
    --bp: 1rem;
  }
}
:root {
  --gg: 40px;
}
@media (min-width: 1024px) and (max-width: 1152px) {
  :root {
    --gg: 40px;
  }
}
@media (max-width: 1023px) {
  :root {
    --gg: 20px;
  }
}
:root {
  --pp: 140px;
}
@media (min-width: 1024px) and (max-width: 1152px) {
  :root {
    --pp: 70px;
  }
}
@media (max-width: 1023px) {
  :root {
    --pp: 20px;
  }
}
:root {
  --sp: 1.375rem;
  --sp-small: 0.6875rem;
  --sp-component: 4.125rem;
  --sp-section: 12.375rem;
}
@media (max-width: 1023px) {
  :root {
    --sp: 1.375rem;
    --sp-small: 0.6875rem;
    --sp-component: 2.75rem;
    --sp-section: 5.5rem;
  }
}

html {
  overflow-x: hidden;
  min-height: 100%;
  min-width: 100%;
  height: auto;
}

body {
  min-height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 1560px;
  margin: 0 auto !important;
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
table, caption, tbody, tfoot, thead,
address, big, dl, ol, ul,
form, fieldset, legend,
img {
  margin-top: 1.375rem;
  margin-top: var(--sp);
  margin-bottom: 0;
}

.grid-page {
  min-height: 100vh;
}
@media (min-width: 1025px) {
  .grid-page {
    margin-left: -70px;
    margin-right: -70px;
  }
  .grid-page-content {
    box-sizing: content-box;
    max-width: 1280px;
    padding: 0 140px 12.375rem;
  }
}
@media (min-width: 1292px) {
  .grid-page {
    margin: 0;
  }
  .grid-page-content {
    padding-left: 140px;
    padding-right: 140px;
  }
}

.grid-section {
  margin-top: 5.5rem;
}
@media (min-width: 1024px) {
  .grid-section {
    margin-top: 12.375rem;
  }
}

.grid-component {
  margin-top: 2.75rem;
}
.grid-component:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .grid-component {
    margin-top: 4.125rem;
  }
}

.has-full-width {
  width: 100vw;
  max-width: 1560px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.has-limited-width {
  padding-left: 140px;
  padding-left: var(--pp);
  padding-right: 140px;
  padding-right: var(--pp);
}
@media (min-width: 1024px) {
  .has-limited-width {
    margin-left: auto;
    margin-right: auto;
  }
  .has-limited-width:not(.has-limited-wrapper), .has-limited-width.has-limited-wrapper > .wrapper {
    max-width: 1560px;
  }
}

.has-limited-wrapper > .wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .has-limited-wrapper > .wrapper {
    max-width: 1560px;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media (min-width: 1024px) {
  .grid-row {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .grid-row.is-centered {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .grid-row .grid-column {
    flex: 1;
    padding: 0 20px;
  }
  .grid-row.with-2-columns {
    flex-wrap: wrap;
  }
  .grid-row.with-2-columns .grid-column {
    flex: 0 1 auto;
    width: 50%;
    padding: 0 20px;
  }
  .grid-row.with-3-columns {
    flex-wrap: wrap;
  }
  .grid-row.with-3-columns .grid-column {
    flex: 0 1 auto;
    width: 33.33%;
    padding: 0 20px;
  }
  .grid-row.with-4-columns {
    flex-wrap: wrap;
  }
  .grid-row.with-4-columns .grid-column {
    flex: 0 1 auto;
    width: 25%;
    padding: 0 20px;
  }
  .grid-row.with-6-columns {
    flex-wrap: wrap;
  }
  .grid-row.with-6-columns .grid-column {
    flex: 0 1 auto;
    width: 16.66%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .grid-row.with-ratio-2-1 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-2-1 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 66.66%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-2-1 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 33.33%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-1-2 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-1-2 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 33.33%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-1-2 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 66.66%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-7-5 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-7-5 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 58.33%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-7-5 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 41.66%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-5-7 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-5-7 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 41.66%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-5-7 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 58.33%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-3-1 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-3-1 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 75%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-3-1 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 25%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-1-3 .grid-column {
    outline: 1px solid red;
  }
  .grid-row.with-ratio-1-3 .grid-column:nth-child(1n) {
    flex: 0 1 auto;
    width: 25%;
    padding: 0 20px;
  }
  .grid-row.with-ratio-1-3 .grid-column:nth-child(2n) {
    flex: 0 1 auto;
    width: 75%;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .grid-row .grid-column {
    flex: 1;
    padding: 0 20px;
  }
  .grid-row .grid-column.is-centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-row .span-1.grid-column {
    flex: 0 1 auto;
    width: 8.33%;
  }
  .grid-row .span-2.grid-column {
    flex: 0 1 auto;
    width: 16.66%;
  }
  .grid-row .span-3.grid-column {
    flex: 0 1 auto;
    width: 25%;
  }
  .grid-row .span-4.grid-column {
    flex: 0 1 auto;
    width: 33.33%;
  }
  .grid-row .span-5.grid-column {
    flex: 0 1 auto;
    width: 41.66%;
  }
  .grid-row .span-6.grid-column {
    flex: 0 1 auto;
    width: 50%;
  }
  .grid-row .span-7.grid-column {
    flex: 0 1 auto;
    width: 58.33%;
  }
  .grid-row .span-8.grid-column {
    flex: 0 1 auto;
    width: 66.66%;
  }
  .grid-row .span-9.grid-column {
    flex: 0 1 auto;
    width: 75%;
  }
  .grid-row .span-10.grid-column {
    flex: 0 1 auto;
    width: 83.33%;
  }
  .grid-row .span-11.grid-column {
    flex: 0 1 auto;
    width: 91.66%;
  }
  .grid-row .span-12.grid-column {
    flex: 0 1 auto;
    width: 100%;
  }
  .grid-row .indent-1 {
    margin-left: 8.3333333333%;
  }
  .grid-row .indent-2 {
    margin-left: 16.6666666667%;
  }
  .grid-row .indent-3 {
    margin-left: 25%;
  }
  .grid-row .indent-4 {
    margin-left: 33.3333333333%;
  }
  .grid-row .indent-5 {
    margin-left: 41.6666666667%;
  }
  .grid-row .indent-6 {
    margin-left: 50%;
  }
  .grid-row .indent-7 {
    margin-left: 58.3333333333%;
  }
  .grid-row .indent-8 {
    margin-left: 66.6666666667%;
  }
  .grid-row .indent-9 {
    margin-left: 75%;
  }
  .grid-row .indent-10 {
    margin-left: 83.3333333333%;
  }
  .grid-row .indent-11 {
    margin-left: 91.6666666667%;
  }
  .grid-row .indent-12 {
    margin-left: 100%;
  }
}
.grid-row .is-one-of-1 {
  width: 100%;
}

.grid-row .is-one-of-2 {
  width: 50%;
}

.grid-row .is-one-of-3 {
  width: 33.33%;
}

.grid-row .is-one-of-4 {
  width: 25%;
}

.grid-row .is-one-of-5 {
  width: 20%;
}

.grid-row .is-one-of-6 {
  width: 16.66%;
}

.grid-row .is-one-of-7 {
  width: 14.28%;
}

.grid-row .is-one-of-8 {
  width: 12.5%;
}

.grid-row .is-one-of-9 {
  width: 11.11%;
}

.grid-row .is-one-of-10 {
  width: 10%;
}

.grid-row .is-one-of-11 {
  width: 9.09%;
}

.grid-row .is-one-of-12 {
  width: 8.33%;
}

body {
  overflow-y: hidden;
}

.mainContainer {
  padding-left: 140px;
  padding-left: var(--pp);
  padding-right: 140px;
  padding-right: var(--pp);
}
@media (min-width: 1024px) {
  .mainContainer {
    margin-left: auto;
    margin-right: auto;
  }
  .mainContainer:not(.has-limited-wrapper), .mainContainer.has-limited-wrapper > .wrapper {
    max-width: 1560px;
  }
}
.mainContainer {
  margin-bottom: 12.375rem;
  margin-bottom: var(--sp-section);
}

[id]:target {
  scroll-margin: var(--scroll-margin);
}

figure {
  margin: 0;
}
figure img {
  margin-top: 0;
}

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

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Light.ttf") format("ttf"), url("../fonts/Inter/Inter-Light.woff") format("woff"), url("../fonts/Inter/Inter-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.ttf") format("ttf"), url("../fonts/Inter/Inter-Regular.woff") format("woff"), url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
:root {
  --fs: 16px;
  --fs-smallest: 0.75rem;
  --fs-small: 0.875rem;
  --fs-large: 1.25rem;
  --fs-largest: 1.5rem;
}
@media (max-width: 1023px) {
  :root {
    --fs: 15px;
    --fs-smallest: 0.75rem;
    --fs-small: 0.875rem;
    --fs-large: 1.25rem;
    --fs-largest: 1.5rem;
  }
}
:root {
  --lh: 1.7;
  --lh-smallest: 1.7;
  --lh-small: 1.7;
  --lh-large: 1.4;
  --lh-largest: 1.4;
}
@media (max-width: 1023px) {
  :root {
    --lh: 1.7;
    --lh-smallest: 1.7;
    --lh-small: 1.7;
    --lh-large: 1.7;
    --lh-largest: 1.7;
  }
}

:root,
html {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1023px) {
  :root,
  html {
    font-size: 15px;
  }
}

sup {
  font-size: 0.5em !important;
  vertical-align: super !important;
}

strong {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.blockquote {
  font-size: 1.25rem;
  font-size: var(--fs-large);
  font-weight: 700;
  margin-left: 3rem;
  margin-right: 3rem;
}
.blockquote > *:first-child {
  margin-top: 0;
}

.button,
.cta, .button.is-secondary,
.cta.is-secondary {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #333333;
  color: #fafafa;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  padding: 0.25em 1.2em;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  transition-property: color, background, border;
  transition-duration: 0.15s;
}
.button:hover,
.cta:hover {
  text-decoration: inherit;
  background-color: rgb(33.15, 33.15, 33.15);
  color: #fafafa;
  transition-duration: 0.05s;
}
.button:focus,
.cta:focus {
  text-decoration: inherit;
  outline: none;
}
.button:active,
.cta:active {
  text-decoration: inherit;
  background-color: rgb(68.85, 68.85, 68.85);
  color: #fafafa;
}
.button,
.cta, .button.is-secondary,
.cta.is-secondary {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.button .icon,
.cta .icon {
  margin-top: -1em;
  margin-bottom: -1em;
}
[disabled].button,
[disabled].cta, .disabled.button,
.disabled.cta {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(51, 51, 51, 0.5) !important;
  color: #fafafa !important;
}
[disabled].button:hover,
[disabled].cta:hover, .disabled.button:hover,
.disabled.cta:hover {
  text-decoration: inherit;
}
[disabled].button:focus,
[disabled].cta:focus, .disabled.button:focus,
.disabled.cta:focus {
  text-decoration: inherit;
}
[disabled].button:active,
[disabled].cta:active, .disabled.button:active,
.disabled.cta:active {
  text-decoration: inherit;
}
[disabled].button,
[disabled].cta, .disabled.button,
.disabled.cta {
  cursor: default;
}

.button.is-secondary,
.cta.is-secondary {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  color: rgb(33.15, 33.15, 33.15);
  border-color: rgb(33.15, 33.15, 33.15);
}
.button.is-secondary:hover,
.cta.is-secondary:hover {
  text-decoration: inherit;
  color: rgb(15.3, 15.3, 15.3);
  border-color: rgb(15.3, 15.3, 15.3);
}
.button.is-secondary:focus,
.cta.is-secondary:focus {
  text-decoration: inherit;
}
.button.is-secondary:active,
.cta.is-secondary:active {
  text-decoration: inherit;
  color: #333333;
  border-color: #333333;
}
[disabled].button.is-secondary,
[disabled].cta.is-secondary, .disabled.button.is-secondary,
.disabled.cta.is-secondary {
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent !important;
  color: rgba(51, 51, 51, 0.5) !important;
  border-color: rgba(51, 51, 51, 0.5) !important;
}
[disabled].button.is-secondary:hover,
[disabled].cta.is-secondary:hover, .disabled.button.is-secondary:hover,
.disabled.cta.is-secondary:hover {
  text-decoration: inherit;
}
[disabled].button.is-secondary:focus,
[disabled].cta.is-secondary:focus, .disabled.button.is-secondary:focus,
.disabled.cta.is-secondary:focus {
  text-decoration: inherit;
}
[disabled].button.is-secondary:active,
[disabled].cta.is-secondary:active, .disabled.button.is-secondary:active,
.disabled.cta.is-secondary:active {
  text-decoration: inherit;
}
[disabled].button.is-secondary,
[disabled].cta.is-secondary, .disabled.button.is-secondary,
.disabled.cta.is-secondary {
  cursor: default;
}

.is-standfirst {
  font-size: 1.05rem;
  font-weight: 700;
}
.is-standfirst strong, .is-standfirst b {
  font-weight: inherit;
}

.is-small {
  font-size: 0.875rem;
  color: #838383;
}
.is-small a {
  color: #838383;
  text-decoration: underline;
}

.field {
  display: block;
  width: 100%;
  padding: 0.25em 0.5em;
  color: #333333;
  background-color: transparent;
  border-color: rgb(89.25, 89.25, 89.25);
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  line-height: 1.5;
  transition: border-color 0.15s ease;
}
.field::-moz-placeholder {
  color: #838383;
}
.field::placeholder {
  color: #838383;
}
.field:focus {
  border-color: #333333;
  outline: none;
  transition: border-color 0.05s ease;
}
.field:focus::-moz-placeholder {
  color: transparent;
}
.field:focus::placeholder {
  color: transparent;
}
[type=date].field {
  min-height: 34px;
}
@media (max-width: 639px) {
  [type=date].field {
    min-height: 32px;
  }
}

.figure {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.figure-image {
  display: block;
  max-width: 100%;
}
.figure-caption {
  font-size: 0.875rem;
  color: #838383;
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.figure-link {
  display: block;
}

figure[style*=background-image] {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0 0;
  position: relative;
}
figure[style*=background-image]::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
  background: #f2f2f2 center center no-repeat;
  background-image: inherit;
  background-position: inherit;
  background-size: cover;
}
figure[style*=background-image] a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66.6666666667%;
}
figure[style*=background-image] img {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  margin-top: 0;
}
figure.is-upright[style*=background-image] a, figure.is-upright[style*=background-image]::before {
  padding-bottom: 150%;
}

:root {
  --hd-fs-1: 1.5rem;
  --hd-fs-2: 1.25rem;
  --hd-fs-3: 1rem;
  --hd-fs-4: 1rem;
  --hd-fs-5: 0.875rem;
  --hd-fs-6: 0.75rem;
}
@media (max-width: 1023px) {
  :root {
    --hd-fs-1: 1.5rem;
    --hd-fs-2: 1.25rem;
    --hd-fs-3: 1rem;
    --hd-fs-4: 1rem;
    --hd-fs-5: 0.875rem;
    --hd-fs-6: 0.75rem;
  }
}
:root {
  --hd-lh-1: 1.4;
  --hd-lh-2: 1.5;
  --hd-lh-3: 1.7;
  --hd-lh-4: 1.7;
  --hd-lh-5: 1.7;
  --hd-lh-6: 1.7;
}
@media (max-width: 1023px) {
  :root {
    --hd-lh-1: 1.4;
    --hd-lh-2: 1.5;
    --hd-lh-3: 1.7;
    --hd-lh-4: 1.7;
    --hd-lh-5: 1.7;
    --hd-lh-6: 1.7;
  }
}

.richtextBlock h1, .h1 {
  font-size: 1.5rem;
  font-size: var(--hd-fs-1);
  line-height: 1.4;
  line-height: var(--hd-lh-1);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 1.375rem;
  margin-top: var(--sp-section);
}
.richtextBlock h1:first-child, .h1:first-child {
  margin-top: 0;
}

.pageSection-title, .videoGallery-title, .pageHeader-title, .newsFeed-title, .leadInsert-title, .artGallery-title, .sectionTitle, .richtextBlock h2, .h2 {
  font-size: 1.25rem;
  font-size: var(--hd-fs-2);
  line-height: 1.5;
  line-height: var(--hd-lh-2);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 1.375rem;
  margin-top: var(--sp-section);
}
.pageSection-title:first-child, .videoGallery-title:first-child, .pageHeader-title:first-child, .newsFeed-title:first-child, .leadInsert-title:first-child, .artGallery-title:first-child, .sectionTitle:first-child, .richtextBlock h2:first-child, .h2:first-child {
  margin-top: 0;
}

.teaserTile-title, .richtextBlock h3, .biographyInsert-table .table-caption, .table .table-caption, .h3 {
  font-size: 1rem;
  font-size: var(--hd-fs-3);
  line-height: 1.7;
  line-height: var(--hd-lh-3);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 1.375rem;
  margin-top: var(--sp-component);
}
.teaserTile-title:first-child, .richtextBlock h3:first-child, .biographyInsert-table .table-caption:first-child, .table .table-caption:first-child, .h3:first-child {
  margin-top: 0;
}

.richtextBlock h4, .h4 {
  font-size: 1rem;
  font-size: var(--hd-fs-4);
  line-height: 1.7;
  line-height: var(--hd-lh-4);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.richtextBlock h4:first-child, .h4:first-child {
  margin-top: 0;
}

.richtextBlock h5, .h5 {
  font-size: 0.875rem;
  font-size: var(--hd-fs-5);
  line-height: 1.7;
  line-height: var(--hd-lh-5);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.richtextBlock h5:first-child, .h5:first-child {
  margin-top: 0;
}

.richtextBlock h6, .h6 {
  font-size: 0.75rem;
  font-size: var(--hd-fs-6);
  line-height: 1.7;
  line-height: var(--hd-lh-6);
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.richtextBlock h6:first-child, .h6:first-child {
  margin-top: 0;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 0;
  vertical-align: middle;
  position: relative;
  top: -0.09em;
}
.icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.icon.is-more::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23707070%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle cx=%224%22 cy=%2212%22 r=%222%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%222%22/%3E%3Ccircle cx=%2220%22 cy=%2212%22 r=%222%22/%3E%3C/svg%3E") center center no-repeat;
}
.icon.is-external-link::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23707070%22 stroke-width=%222%22 stroke-linecap=%22square%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11%22/%3E%3Cpath d=%22M15 3H21V9%22/%3E%3Cpath d=%22M10 14L21 3%22/%3E%3C/svg%3E") center center no-repeat;
}
.icon.is-zoom-in::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23707070%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M15 2H14V4H15H18.5858L13.2929 9.29289L14.7071 10.7071L20 5.41421V9V10H22V9V3V2H21H15Z%22/%3E%3Cpath d=%22M10 21.9971V19.9971H5.41421L10.7071 14.7042L9.29289 13.29L4 18.5829V13.9971H2V21.9971H10Z%22/%3E%3C/svg%3E") center center no-repeat;
}
.icon.is-zoom-out::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23707070%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4.00001 13H3.00001V15H4.00001H7.5858L2.29291 20.2929L3.70712 21.7071L9.00001 16.4142V20V21H11V20V14V13H10H4.00001Z%22/%3E%3Cpath d=%22M21 10.9971V8.99712H16.4142L21.7071 3.70422L20.2929 2.29001L15 7.5829V2.99712H13V10.9971H21Z%22/%3E%3C/svg%3E") center center no-repeat;
}

svg.icon {
  height: 24px;
}
svg.icon::after {
  display: none;
}

.label {
  margin-top: 1.375rem;
  margin-top: var(--sp);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-bottom: 0.6875rem;
  color: #333333;
}
.label::after {
  content: ":";
}
.is-optional .label::after, .label.is-optional::after {
  content: " (optional) :" !important;
}

.label:not([for]) {
  cursor: default;
}
.label a {
  position: relative;
  z-index: 1;
}

.mainFooter-nav a, .leadInsert-address a, .leadInsert-mail a, .leadInsert-channels a, .richtextBlock a, .newsFeed-item-link, .biographyInsert-item-link, .link[href^=http], .link {
  color: rgb(33.15, 33.15, 33.15);
  text-decoration: underline;
  text-decoration-color: #a0a0a0;
  transition: color 0.15s, text-decoration-color 0.15s;
}
.mainFooter-nav a:hover, .leadInsert-address a:hover, .leadInsert-mail a:hover, .leadInsert-channels a:hover, .richtextBlock a:hover, .newsFeed-item-link:hover, .biographyInsert-item-link:hover, .link:hover {
  color: rgb(15.3, 15.3, 15.3);
  text-decoration-color: rgb(89.25, 89.25, 89.25);
  transition: color 0.05s, text-decoration-color 0.05s;
}
.mainFooter-nav a:active, .leadInsert-address a:active, .leadInsert-mail a:active, .leadInsert-channels a:active, .richtextBlock a:active, .newsFeed-item-link:active, .biographyInsert-item-link:active, .link:active {
  color: #333333;
  text-decoration-color: inherit;
}

.mainFooter-nav a.is-stand-alone, .leadInsert-address a.is-stand-alone, .leadInsert-mail a.is-stand-alone, .leadInsert-channels a.is-stand-alone, .richtextBlock a.is-stand-alone, .is-stand-alone.newsFeed-item-link, .is-stand-alone.biographyInsert-item-link, .is-stand-alone.link {
  display: inline-block;
}
.mainFooter-nav a.is-stand-alone::before, .leadInsert-address a.is-stand-alone::before, .leadInsert-mail a.is-stand-alone::before, .leadInsert-channels a.is-stand-alone::before, .richtextBlock a.is-stand-alone::before, .is-stand-alone.newsFeed-item-link::before, .is-stand-alone.biographyInsert-item-link::before, .is-stand-alone.link::before, .mainFooter-nav a.is-stand-alone::after, .leadInsert-address a.is-stand-alone::after, .leadInsert-mail a.is-stand-alone::after, .leadInsert-channels a.is-stand-alone::after, .richtextBlock a.is-stand-alone::after, .is-stand-alone.newsFeed-item-link::after, .is-stand-alone.biographyInsert-item-link::after, .is-stand-alone.link::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.mainFooter-nav a.is-stand-alone::before, .leadInsert-address a.is-stand-alone::before, .leadInsert-mail a.is-stand-alone::before, .leadInsert-channels a.is-stand-alone::before, .richtextBlock a.is-stand-alone::before, .is-stand-alone.newsFeed-item-link::before, .is-stand-alone.biographyInsert-item-link::before, .is-stand-alone.link::before {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.mainFooter-nav p > a.is-stand-alone::before, .leadInsert-address p > a.is-stand-alone::before, .leadInsert-mail p > a.is-stand-alone::before, .leadInsert-channels p > a.is-stand-alone::before, .richtextBlock p > a.is-stand-alone::before, p > .is-stand-alone.newsFeed-item-link::before, p > .is-stand-alone.biographyInsert-item-link::before, p > .is-stand-alone.link::before {
  margin-top: 0;
}

.mainFooter-nav a[href^="tel:"], .leadInsert-address a[href^="tel:"], .leadInsert-mail a[href^="tel:"], .leadInsert-channels a[href^="tel:"], .richtextBlock a[href^="tel:"], [href^="tel:"].newsFeed-item-link, [href^="tel:"].biographyInsert-item-link, [href^="tel:"].link {
  color: #333333 !important;
  text-decoration: none !important;
  cursor: default !important;
}

.mainFooter-nav a, .leadInsert-address a, .leadInsert-mail a, .leadInsert-channels a, .richtextBlock a, .newsFeed-item-link, .biographyInsert-item-link, .link[href^=http], .link {
  font-weight: 700;
}

.newsFeed-item-link::after, .biographyInsert-item-link::after, .link[href^=http]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: -0.6em;
  margin-bottom: -0.4em;
  margin-left: 0.4em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23707070%22 stroke-width=%222%22 stroke-linecap=%22square%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M18 13V19C18 19.5304 17.7893 20.0391 17.4142 20.4142C17.0391 20.7893 16.5304 21 16 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V8C3 7.46957 3.21071 6.96086 3.58579 6.58579C3.96086 6.21071 4.46957 6 5 6H11%22/%3E%3Cpath d=%22M15 3H21V9%22/%3E%3Cpath d=%22M10 14L21 3%22/%3E%3C/svg%3E") center right no-repeat;
  background-size: contain;
}

.richtextBlock ul, .navList.is-vertical, .ul {
  list-style: none;
  padding-left: 0;
}
.richtextBlock ul .ul, .navList.is-vertical .ul, .ul .ul, .richtextBlock ul .ol, .navList.is-vertical .ol, .ul .ol {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}

.richtextBlock ul > li, .navList.is-vertical .navList-item, .ul-li {
  padding-left: 2em;
  position: relative;
}
.richtextBlock ul > li + li, .navList.is-vertical .richtextBlock ul > .navList-item + li, .richtextBlock .navList.is-vertical ul > .navList-item + li, .navList.is-vertical .richtextBlock ul > li + .navList-item, .richtextBlock .navList.is-vertical ul > li + .navList-item, .navList.is-vertical .navList-item + .navList-item, .richtextBlock ul > .ul-li + li, .navList.is-vertical .ul-li + .navList-item, .richtextBlock ul > li + .ul-li, .navList.is-vertical .navList-item + .ul-li, .ul-li + .ul-li {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.richtextBlock ul > li::before, .navList.is-vertical .navList-item::before, .ul-li::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0;
  margin-right: -0.7em;
  position: relative;
  left: -1em;
  vertical-align: middle;
  top: -0.075em;
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
}

.richtextBlock ol, .ol {
  list-style: none;
  padding-left: 0;
  counter-reset: list;
}
.richtextBlock ol ol, .ol .richtextBlock ol, .richtextBlock .ol ol, .richtextBlock ol .ol, .ol .ol, .richtextBlock ol .ul, .ol .ul {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}

.richtextBlock ol > li, .ol-li {
  padding-left: 2em;
  counter-increment: list;
  position: relative;
}
.richtextBlock ol > li + li, .richtextBlock ol > .ol-li + li, .richtextBlock ol > li + .ol-li, .ol-li + .ol-li {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.richtextBlock ol > li::before, .ol-li::before {
  content: counter(list) ".";
  position: absolute;
  margin-left: -1em;
}

.richtextBlock dt, .dl-dt {
  font-weight: 700;
}
.richtextBlock dt:not(:first-child), .dl-dt:not(:first-child) {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}

.richtextBlock dd, .dl-dd {
  margin-left: 0;
}

.richtextBlock dl, .dl {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}

:root {
  --scroll-margin: 66px;
}
@media (max-width: 1023px) {
  :root {
    --scroll-margin: 44px;
  }
}

.videoGallery, .teaserGroup, .pageSection, .newsFeed, .leadInsert, .artGallery, .section {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
  scroll-margin-top: 66px;
  scroll-margin-top: var(--scroll-margin);
}

.separator {
  margin-top: 1.375rem;
  margin-top: var(--sp);
  border: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.biographyInsert-table, .table {
  text-align: left;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.biographyInsert-table .table-caption, .table .table-caption {
  display: table-caption;
  margin-top: 0;
  text-align: left;
  margin-bottom: 1.375rem;
  margin-bottom: var(--sp);
}
.biographyInsert-table .biographyInsert-item, .biographyInsert-table .table-tr, .table .biographyInsert-item, .table .table-tr {
  background-color: transparent;
}
.biographyInsert-table .biographyInsert-item:nth-child(even), .biographyInsert-table .table-tr:nth-child(even), .table .biographyInsert-item:nth-child(even), .table .table-tr:nth-child(even) {
  background-color: #fafafa;
}
.biographyInsert-table .biographyInsert-item-date, .biographyInsert-table .table-th, .table .biographyInsert-item-date, .table .table-th, .biographyInsert-table .biographyInsert-item-data, .biographyInsert-table .table-td, .table .biographyInsert-item-data, .table .table-td {
  padding: 0.5rem 0.8em;
  vertical-align: top;
}
.biographyInsert-table .biographyInsert-item-date > *:first-child, .biographyInsert-table .table-th > *:first-child, .table .biographyInsert-item-date > *:first-child, .table .table-th > *:first-child, .biographyInsert-table .biographyInsert-item-data > *:first-child, .biographyInsert-table .table-td > *:first-child, .table .biographyInsert-item-data > *:first-child, .table .table-td > *:first-child {
  margin-top: 0;
}
.biographyInsert-table .biographyInsert-item-date, .biographyInsert-table .table-th, .table .biographyInsert-item-date, .table .table-th, .biographyInsert-table .biographyInsert-item-data, .biographyInsert-table .table-td, .table .biographyInsert-item-data, .table .table-td {
  border-bottom: 1px rgb(89.25, 89.25, 89.25) solid;
}
.biographyInsert-table .biographyInsert-item-date, .biographyInsert-table .table-th, .table .biographyInsert-item-date, .table .table-th {
  font-weight: 700;
}
.biographyInsert-thead .biographyInsert-table .biographyInsert-item-date, .biographyInsert-thead .biographyInsert-table .table-th, .table-thead .biographyInsert-table .biographyInsert-item-date, .table-thead .biographyInsert-table .table-th, .biographyInsert-thead .table .biographyInsert-item-date, .biographyInsert-thead .table .table-th, .table-thead .table .biographyInsert-item-date, .table-thead .table .table-th,
.biographyInsert-thead .biographyInsert-table .biographyInsert-item-data,
.biographyInsert-thead .biographyInsert-table .table-td,
.table-thead .biographyInsert-table .biographyInsert-item-data,
.table-thead .biographyInsert-table .table-td,
.biographyInsert-thead .table .biographyInsert-item-data,
.biographyInsert-thead .table .table-td,
.table-thead .table .biographyInsert-item-data,
.table-thead .table .table-td {
  border-bottom: 2px rgb(89.25, 89.25, 89.25) solid;
  padding-bottom: 0.25rem;
}
.biographyInsert-thead .biographyInsert-table .biographyInsert-item, .biographyInsert-thead .biographyInsert-table .table-tr, .table-thead .biographyInsert-table .biographyInsert-item, .table-thead .biographyInsert-table .table-tr, .biographyInsert-thead .table .biographyInsert-item, .biographyInsert-thead .table .table-tr, .table-thead .table .biographyInsert-item, .table-thead .table .table-tr {
  background-color: transparent !important;
}
.biographyInsert-tbody .biographyInsert-item:first-child .biographyInsert-item-date, .biographyInsert-tbody .biographyInsert-item:first-child .table-th, .biographyInsert-tbody .table-tr:first-child .biographyInsert-item-date, .biographyInsert-tbody .table-tr:first-child .table-th, .table-tbody .biographyInsert-item:first-child .biographyInsert-item-date, .table-tbody .biographyInsert-item:first-child .table-th, .table-tbody .table-tr:first-child .biographyInsert-item-date, .table-tbody .table-tr:first-child .table-th, .biographyInsert-tbody .biographyInsert-item:first-child .biographyInsert-item-data, .biographyInsert-tbody .biographyInsert-item:first-child .table-td, .biographyInsert-tbody .table-tr:first-child .biographyInsert-item-data, .biographyInsert-tbody .table-tr:first-child .table-td, .table-tbody .biographyInsert-item:first-child .biographyInsert-item-data, .table-tbody .biographyInsert-item:first-child .table-td, .table-tbody .table-tr:first-child .biographyInsert-item-data, .table-tbody .table-tr:first-child .table-td {
  border-top: 1px rgb(89.25, 89.25, 89.25) solid;
}
.biographyInsert-thead + .biographyInsert-tbody .biographyInsert-table .biographyInsert-item, .biographyInsert-thead + .biographyInsert-tbody .biographyInsert-table .table-tr, .biographyInsert-thead + .table-tbody .biographyInsert-table .biographyInsert-item, .biographyInsert-thead + .table-tbody .biographyInsert-table .table-tr, .table-thead + .biographyInsert-tbody .biographyInsert-table .biographyInsert-item, .table-thead + .biographyInsert-tbody .biographyInsert-table .table-tr, .table-thead + .table-tbody .biographyInsert-table .biographyInsert-item, .table-thead + .table-tbody .biographyInsert-table .table-tr, .biographyInsert-thead + .biographyInsert-tbody .table .biographyInsert-item, .biographyInsert-thead + .biographyInsert-tbody .table .table-tr, .biographyInsert-thead + .table-tbody .table .biographyInsert-item, .biographyInsert-thead + .table-tbody .table .table-tr, .table-thead + .biographyInsert-tbody .table .biographyInsert-item, .table-thead + .biographyInsert-tbody .table .table-tr, .table-thead + .table-tbody .table .biographyInsert-item, .table-thead + .table-tbody .table .table-tr {
  background-color: #fafafa;
}
.biographyInsert-thead + .biographyInsert-tbody .biographyInsert-table .biographyInsert-item:nth-child(even), .biographyInsert-thead + .biographyInsert-tbody .biographyInsert-table .table-tr:nth-child(even), .biographyInsert-thead + .table-tbody .biographyInsert-table .biographyInsert-item:nth-child(even), .biographyInsert-thead + .table-tbody .biographyInsert-table .table-tr:nth-child(even), .table-thead + .biographyInsert-tbody .biographyInsert-table .biographyInsert-item:nth-child(even), .table-thead + .biographyInsert-tbody .biographyInsert-table .table-tr:nth-child(even), .table-thead + .table-tbody .biographyInsert-table .biographyInsert-item:nth-child(even), .table-thead + .table-tbody .biographyInsert-table .table-tr:nth-child(even), .biographyInsert-thead + .biographyInsert-tbody .table .biographyInsert-item:nth-child(even), .biographyInsert-thead + .biographyInsert-tbody .table .table-tr:nth-child(even), .biographyInsert-thead + .table-tbody .table .biographyInsert-item:nth-child(even), .biographyInsert-thead + .table-tbody .table .table-tr:nth-child(even), .table-thead + .biographyInsert-tbody .table .biographyInsert-item:nth-child(even), .table-thead + .biographyInsert-tbody .table .table-tr:nth-child(even), .table-thead + .table-tbody .table .biographyInsert-item:nth-child(even), .table-thead + .table-tbody .table .table-tr:nth-child(even) {
  background-color: transparent;
}

.biographyInsert-item-data p + p, .table-td p + p {
  margin-top: 0.5rem;
}

.fullscreenOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #fafafa;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.3s, visibility 0s, pointer-events 0s;
}
.fullscreenOverlay:not(.is-visible) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0s 0.3s, pointer-events 0s;
}
.fullscreenOverlay:not(.is-visible) * {
  pointer-events: none !important;
}
.fullscreenOverlay-content {
  pointer-events: none;
  padding-left: 140px;
  padding-left: var(--pp);
  padding-right: 140px;
  padding-right: var(--pp);
}
@media (min-width: 1024px) {
  .fullscreenOverlay-content {
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreenOverlay-content:not(.has-limited-wrapper), .fullscreenOverlay-content.has-limited-wrapper > .wrapper {
    max-width: 1560px;
  }
}
.fullscreenOverlay-content {
  padding-top: 4.125rem;
  padding-top: var(--sp-component);
  padding-bottom: 4.125rem;
  padding-bottom: var(--sp-component);
  position: relative;
  transform: translateX(calc(-0.5 * var(--scrollbar-width)));
  min-height: 100%;
}
.fullscreenOverlay-content > *:first-child {
  margin-top: 0;
}
.fullscreenOverlay-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 4.125rem;
  width: var(--sp-component);
  height: 4.125rem;
  height: var(--sp-component);
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23707070%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M4.00001 13H3.00001V15H4.00001H7.5858L2.29291 20.2929L3.70712 21.7071L9.00001 16.4142V20V21H11V20V14V13H10H4.00001Z%22/%3E%3Cpath d=%22M21 10.9971V8.99712H16.4142L21.7071 3.70422L20.2929 2.29001L15 7.5829V2.99712H13V10.9971H21Z%22/%3E%3C/svg%3E") center center no-repeat;
  cursor: pointer;
  border: none;
  outline: none;
  opacity: 0.5;
  transition: 0.15s;
}
.fullscreenOverlay-close:hover {
  opacity: 1;
  transition: 0.05s;
}

html.fullscreenOverlay-is-visible {
  overflow: hidden;
  padding-right: var(--scrollbar-width) !important;
}

html.fullscreenOverlay-is-visible .mainHeader {
  padding-right: var(--scrollbar-width) !important;
}

.lazyloadingFigure figure::before {
  filter: blur(10px);
  clip-path: inset(0);
}
.lazyloadingFigure figure.is-loaded::before {
  filter: blur(0);
  transition: filter 0.3s;
}

.navList {
  padding: 0;
  list-style: none;
}
.navList-item {
  text-decoration: none;
}
.navList-link {
  color: rgb(33.15, 33.15, 33.15);
  text-decoration: inherit;
}

@media (min-width: 1024px) {
  .navList.is-horizontal {
    margin: 0 -20px;
    display: flex;
    align-items: center;
  }
  .navList.is-horizontal .navList-item {
    padding: 0 10px;
    position: relative;
  }
  .navList.is-horizontal .navList-link {
    display: block;
    padding: 0 10px;
  }
  .navList.is-horizontal .navList.is-level-2 {
    display: block;
    position: absolute;
    margin: 0 -10px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    white-space: nowrap;
    transition: all 0.15s, z-index 0s 0.15s;
  }
  .navList.is-horizontal .navList-item:hover .navList.is-level-2 {
    opacity: 1;
    pointer-events: all;
    z-index: 1;
    transition: all 0.05s, z-index 0s;
  }
}

.navList {
  font-size: 0.875rem;
  font-size: var(--fs-small);
}
@media (min-width: 1024px) {
  .navList-link {
    line-height: 200%;
    background-image: linear-gradient(rgb(89.25, 89.25, 89.25), rgb(89.25, 89.25, 89.25));
    background-size: 0 2px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size 0.05s, background-position 0s;
    padding-bottom: 2px;
  }
  .navList-link:hover {
    background-size: 100% 2px;
    background-position: 0 100%;
  }
  .navList.is-horizontal .navList-item {
    padding: 0 20px;
  }
  .navList.is-horizontal .navList-link {
    padding: 0;
  }
  .navList.is-horizontal .navList.is-level-2 {
    margin: 0 -20px;
  }
}

.richtextBlock {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
}
.richtextBlock + .richtextBlock {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.richtextBlock > *:first-child {
  margin-top: 0;
}
.videoGallery-title, .pageSection-title, .pageHeader-title, .newsFeed-title, .leadInsert-title, .artGallery-title, .sectionTitle {
  position: relative;
}
.videoGallery-title::after, .pageSection-title::after, .pageHeader-title::after, .newsFeed-title::after, .leadInsert-title::after, .artGallery-title::after, .sectionTitle::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0;
  margin-top: 0.5em;
  border-bottom: 2px rgb(89.25, 89.25, 89.25) solid;
}

.videoPlayer-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #f2f2f2;
  position: relative;
}
.videoPlayer-container > .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.videoPlayer-container > .wrapper > * {
  margin-top: -1px;
  margin-bottom: -1px;
}
.videoPlayer-caption {
  font-size: 0.875rem;
  color: #838383;
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.videoPlayer {
  --plyr-color-main: #333333;
  --plyr-video-background: transparent;
  --plyr-video-controls-background: transparent;
  --plyr-badge-border-radius: 0;
  --plyr-control-radius: 0;
  --plyr-menu-radius: 0;
  --plyr-tooltip-radius: 0;
  --plyr-font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.videoPlayer .plyr__control {
  transition: 0.15s;
}
.videoPlayer .plyr__control:hover {
  background-color: rgb(33.15, 33.15, 33.15);
  transition: 0.05s;
}
.videoPlayer .plyr__control--overlaid {
  border-radius: 0;
  padding: 20px;
}

.artGallery-teasers {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
}
.artGallery .teaserGroup {
  margin-top: 0;
}
.artGallery-items {
  display: none;
}

.biographyInsert {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
  width: 100%;
}
.biographyInsert-table {
  table-layout: auto;
}
.biographyInsert-item {
  vertical-align: top;
}
.biographyInsert-item-date {
  padding-left: 0 !important;
  white-space: nowrap;
  text-align: left;
}
.biographyInsert-item-title {
  display: block;
}
.biographyInsert-item-description p {
  margin-top: 0;
}
.biographyInsert-item-description p + p {
  margin-top: 0.5rem;
}
.biographyInsert-item-nav {
  margin-top: 0.5rem;
}
.biographyInsert-item-link-label {
  margin-right: 0.4em;
}
.biographyInsert-item-link::after {
  margin-left: 0;
}

.imageSlider {
  width: 100%;
  max-height: 100vh;
  position: relative;
}
.imageSlider > .wrapper {
  padding-bottom: 66.6666666667%;
  padding-top: 106.6666666667px;
  position: relative;
}
.imageSlider-items {
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 0;
  right: 0;
  display: flex;
}
.imageSlider-items > * {
  flex: 0 0 100%;
}
.imageSlider-item {
  width: 100%;
  height: 100%;
}
.imageSlider-figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.imageSlider-figure[style^=background-image]::before {
  height: 100%;
  padding-bottom: 0;
  background-color: transparent;
  background-size: contain;
}
@media (min-width: 1024px) {
  .imageSlider-items {
    pointer-events: none;
  }
  .imageSlider-item {
    pointer-events: all;
  }
  .imageSlider-item:not(.is-active) .imageSlider-trigger {
    cursor: default;
  }
  .imageSlider-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateX(-200%);
    transition: all;
    transition-duration: inherit;
  }
  .imageSlider-item.is-before {
    transform: translateX(-100%);
    z-index: 2;
  }
  .imageSlider-item.is-current {
    transform: translateX(0);
    z-index: 3;
  }
  .imageSlider-item.is-after {
    transform: translateX(100%);
    z-index: 4;
  }
  .imageSlider-item.is-after ~ .imageSlider-item {
    transform: translateX(200%);
    z-index: 5;
  }
  .imageSlider-figure {
    opacity: 0;
    transition: all;
    transition-duration: inherit;
  }
  .imageSlider-item.is-current .imageSlider-figure {
    opacity: 1;
  }
  .imageSlider-trigger {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .imageSlider-trigger::before, .imageSlider-trigger::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    transform: translateX(0);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23333333%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Ccircle cx=%224%22 cy=%2212%22 r=%222%22/%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%222%22/%3E%3Ccircle cx=%2220%22 cy=%2212%22 r=%222%22/%3E%3C/svg%3E") 28px center no-repeat;
    opacity: 0;
    transition: 0.05s;
    pointer-events: none;
  }
  .imageSlider-trigger::before {
    transform: rotate(180deg);
  }
  .imageSlider-item.is-active:not(.is-current) .imageSlider-trigger {
    cursor: pointer;
  }
  .imageSlider-item.is-before.is-active .imageSlider-trigger::before, .imageSlider-item.is-after.is-active .imageSlider-trigger::after {
    opacity: 1;
    transition: 0.15s;
  }
  .imageSlider-item.is-before.is-active .imageSlider-trigger:hover::before {
    transform: rotate(180deg) translateX(12px);
  }
  .imageSlider-item.is-after.is-active .imageSlider-trigger:hover::after {
    transform: translateX(12px);
  }
}
@media (max-width: 1023px) {
  .imageSlider-trigger {
    display: none;
  }
  .imageSlider-items {
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
  }
  .imageSlider-item {
    scroll-snap-align: start;
  }
}

.fullscreenOverlay .imageSlider {
  height: calc(100vh - 2 * var(--sp-component));
  padding-left: 140px;
  padding-left: var(--pp);
  padding-right: 140px;
  padding-right: var(--pp);
}
@media (min-width: 1024px) {
  .fullscreenOverlay .imageSlider {
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreenOverlay .imageSlider:not(.has-limited-wrapper), .fullscreenOverlay .imageSlider.has-limited-wrapper > .wrapper {
    max-width: 1560px;
  }
}
.fullscreenOverlay .imageSlider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullscreenOverlay .imageSlider > .wrapper {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.fullscreenOverlay .imageSlider-items {
  top: 0;
  bottom: 0;
}
@media (max-width: 1023px) {
  .fullscreenOverlay .imageSlider {
    pointer-events: all;
  }
  .fullscreenOverlay .imageSlider > .wrapper {
    margin-left: calc(-1 * 140px);
    margin-left: calc(-1 * var(--pp));
    margin-right: calc(-1 * 140px);
    margin-right: calc(-1 * var(--pp));
  }
  .fullscreenOverlay .imageSlider-item {
    padding-left: 140px;
    padding-left: var(--pp);
    padding-right: 140px;
    padding-right: var(--pp);
  }
}

.leadInsert-section {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.leadInsert-address {
  font-style: normal;
  margin-top: 0;
}
.leadInsert-address > span:first-child {
  font-weight: 700;
}
.leadInsert-mail {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.leadInsert-phone a {
  color: inherit;
  text-decoration: inherit;
  cursor: default;
}
.leadInsert-channels {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.leadInsert-channels-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  padding-bottom: 0.2em;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
}
.leadInsert-channels-list > * {
  flex: 1;
  padding-left: 6px;
  padding-right: 6px;
}
.leadInsert-channels-label {
  display: none;
}
.leadInsert-channels a {
  color: #707070;
}
@media (min-width: 1024px) {
  .leadInsert {
    width: 58.3333333333%;
  }
  .leadInsert-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: -20px;
    margin-right: -20px;
  }
  .leadInsert-sections > * {
    flex: 0 0 auto;
    width: 42.8571428571%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .leadInsert-section.contains-channels {
    width: 14.2857142857%;
  }
}

.mainFooter {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
  margin-bottom: -12.375rem;
  margin-bottom: calc(-1 * var(--sp-section));
  padding-bottom: 4.125rem;
  padding-bottom: var(--sp-component);
}
.mainFooter-nav {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
  font-size: 0.75rem;
  font-size: var(--fs-smallest);
}
.mainFooter-nav-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.mainFooter-nav-list > * {
  flex: 0 0 auto;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
:root {
  --mainHeader-height: 84px;
}

.mainHeader {
  padding-top: 1.375rem;
  padding-top: var(--sp);
  padding-bottom: 1.375rem;
  padding-bottom: var(--sp);
}
.mainHeader-title {
  font-size: 1.5rem;
  font-size: var(--fs-largest);
  font-weight: 400;
  margin-top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mainHeader-title a {
  color: inherit;
  text-decoration: inherit;
}
@media (min-width: 1024px) {
  .mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fafafa;
  }
  .mainHeader > .wrapper {
    width: 100%;
    padding-left: 140px;
    padding-left: var(--pp);
    padding-right: 140px;
    padding-right: var(--pp);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .mainHeader > .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .mainHeader > .wrapper:not(.has-limited-wrapper), .mainHeader > .wrapper.has-limited-wrapper > .wrapper {
    max-width: 1560px;
  }
}
@media (max-width: 1023px) {
  .mainHeader .navList {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mainContainer {
    padding-top: var(--mainHeader-height);
  }
  :root {
    --scroll-margin: 150px;
  }
  .mainHeader + .mainStage .mainStage-images {
    height: calc(100vh - 168px);
  }
}
.mainStage {
  width: 100vw;
  max-width: 1560px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.mainStage * {
  transition-duration: inherit;
  transition-property: none;
}
.mainStage-images {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.mainStage-image {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-size: 0;
}
.mainStage-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: inherit;
  background-image: inherit;
}
.mainStage-image img {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mainStage:not([data-active=true]) .mainStage-image:not(:first-child) {
  opacity: 0;
}
.mainStage[data-active=true] .mainStage-image {
  opacity: 0;
  z-index: 2;
  transition-property: opacity, z-index;
}
.mainStage[data-active=true] .mainStage-image[data-current=true] {
  opacity: 1;
  z-index: 1;
  transition-duration: 0s;
}
@media (min-width: 1024px) {
  .mainStage-images {
    padding-bottom: 0;
    height: 100vh;
  }
}

.newsFeed-list {
  margin-top: -1.375rem;
  margin-top: calc(-1 * var(--sp));
}
.newsFeed-title + .newsFeed-list {
  padding-top: 4.125rem;
  padding-top: var(--sp-component);
}
.newsFeed-item:not(:first-child) {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.newsFeed-item-date {
  font-size: 0.875rem;
  font-size: var(--fs-small);
  color: #838383;
}
.newsFeed-item-title {
  display: block;
}
.newsFeed-item-nav {
  margin-top: 0.5rem;
}
.newsFeed-item-link-label {
  margin-right: 0.4em;
}
.newsFeed-item-link::after {
  margin-left: 0;
}
.newsFeed-item p {
  margin-top: 0.6875rem;
  margin-top: var(--sp-small);
}
.newsFeed-item p:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .newsFeed {
    width: calc((100% + 40px) * 0.6666666667 - 40px);
    margin-left: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
  }
  .newsFeed-list {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .newsFeed-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

.pageHeader {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
}
.pageHeader-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: 0;
}
.pageHeader-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: inherit;
  background-image: inherit;
}
.pageHeader-image img {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .pageHeader {
    display: flex;
    justify-content: space-between;
  }
  .pageHeader-figure {
    width: calc((100% + 40px) * 0.5 - 40px);
  }
  .pageHeader-text {
    width: calc((100% + 40px) * 0.3333333333 - 40px);
    margin-right: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
    margin-top: 12.375rem;
    margin-top: var(--sp-section);
  }
}
@media (max-width: 1023px) {
  .pageHeader-figure + .pageHeader-text {
    margin-top: 1.375rem;
    margin-top: var(--sp);
  }
}

.mainStage + .pageHeader {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
}

.pageSection.has-backdrop {
  padding-top: 12.375rem;
  padding-top: var(--sp-section);
  padding-bottom: 12.375rem;
  padding-bottom: var(--sp-section);
  position: relative;
}
.pageSection.has-backdrop::before {
  content: "";
  display: block;
  width: 101vw;
  width: calc(100vw + 1px);
  height: 100%;
  max-width: 1560px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #f2f2f2;
  background-size: cover;
}
.pageSection.has-backdrop > *:first-child {
  margin-top: 0;
}

.pageSection-title:empty {
  margin: 0;
}
.pageSection-content {
  margin-top: 1.375rem;
  margin-top: var(--sp);
}
.pageSection-content > *:first-child {
  margin-top: 0;
}

.pageSection-image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-position: 50% 50%;
  background-size: 0;
}
.pageSection-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: inherit;
  background-image: inherit;
}
.pageSection-image img {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .pageSection {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .pageSection-figure {
    width: calc((100% + 40px) * 0.4166666667 - 40px);
  }
  .pageSection-text {
    width: calc((100% + 40px) * 0.5833333333 - 40px);
    margin-left: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
    margin-right: auto;
  }
  .pageSection-figure + .pageSection-text {
    margin-top: 12.375rem;
    margin-top: var(--sp-section);
    width: calc((100% + 40px) * 0.4166666667 - 40px);
    margin-left: calc(40px + (100% + 40px) * 0.1666666667 - 40px);
    margin-right: 40px;
  }
  .pageSection.contains-video .pageSection-figure {
    width: calc((100% + 40px) * 0.5833333333 - 40px);
  }
  .pageSection.contains-video .pageSection-figure + .pageSection-text {
    margin-top: 12.375rem;
    margin-top: var(--sp-section);
    width: calc((100% + 40px) * 0.3333333333 - 40px);
    margin-left: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
  }
}
@media (max-width: 1023px) {
  .pageSection-figure + .pageSection-text {
    margin-top: 1.375rem;
    margin-top: var(--sp);
  }
}
.pageSection .biographyInsert {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
}
@media (min-width: 1024px) {
  .pageSection.contains-biographyInsert .pageSection-text {
    margin-left: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
  }
  .pageSection.contains-biographyInsert:nth-child(even) + .pageSection.contains-biographyInsert .pageSection-text {
    margin-left: auto;
    margin-right: calc(40px + (100% + 40px) * 0.0833333333 - 40px);
  }
}

.quoteInsert {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
}
.quoteInsert .blockquote {
  margin-top: 0;
}
.quoteInsert-caption {
  margin-top: 1.375rem;
  margin-top: var(--sp);
  margin-left: 3rem;
}
.quoteInsert-author {
  font-size: 1rem;
}
.quoteInsert-cite {
  font-size: 1rem;
  color: rgb(33.15, 33.15, 33.15);
}
.quoteInsert-cite a:not(:hover) {
  color: inherit;
  text-decoration: inherit;
}

.tableInsert {
  margin-top: 12.375rem;
  margin-top: var(--sp-section);
  width: 100%;
}

.teaserGroup-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * 40px);
  margin-left: calc(-0.5 * var(--gg));
  margin-right: calc(-0.5 * 40px);
  margin-right: calc(-0.5 * var(--gg));
  margin-top: calc(-1 * 40px);
  margin-top: calc(-1 * var(--gg));
}
.teaserGroup-item {
  flex: 0 0 auto;
  margin-top: 40px;
  margin-top: var(--gg);
  padding-left: calc(0.5 * 40px);
  padding-left: calc(0.5 * var(--gg));
  padding-right: calc(0.5 * 40px);
  padding-right: calc(0.5 * var(--gg));
}
.teaserGroup-item > * {
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .teaserGroup-item {
    width: 33.3333333333%;
  }
  .teaserGroup-item:nth-child(6n+2), .teaserGroup-item:nth-child(6n+5) {
    margin-right: 33.3333333333%;
  }
  .teaserGroup-item:nth-child(6n+3) {
    margin-left: 33.3333333333%;
  }
}
@media (max-width: 1023px) {
  .teaserGroup-item {
    width: 50%;
  }
  .teaserGroup-item:nth-child(4n+1) {
    margin-right: 50%;
  }
  .teaserGroup-item:nth-child(4n+4) {
    margin-left: 50%;
  }
}

.teaserTile {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
  width: 100%;
  padding-bottom: 100%;
  transition: 0.15s;
  overflow: hidden;
  position: relative;
}
.teaserTile.is-active {
  cursor: pointer;
}
.teaserTile:hover {
  transition: 0.05s;
}
.teaserTile::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #333333;
  opacity: 0;
  transition: inherit;
}
.teaserTile:hover::before {
  opacity: 1;
}
.teaserTile::after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  top: var(--bp);
  bottom: 1.5rem;
  bottom: var(--bp);
  left: 1.5rem;
  left: var(--bp);
  right: 1.5rem;
  right: var(--bp);
  z-index: 1;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22%23fafafa%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M15 2H14V4H15H18.5858L13.2929 9.29289L14.7071 10.7071L20 5.41421V9V10H22V9V3V2H21H15Z%22/%3E%3Cpath d=%22M10 21.9971V19.9971H5.41421L10.7071 14.7042L9.29289 13.29L4 18.5829V13.9971H2V21.9971H10Z%22/%3E%3C/svg%3E") bottom right no-repeat;
  opacity: 0.75;
}
.teaserTile:hover::after {
  opacity: 1;
}
.teaserTile:not(.is-active)::after {
  display: none;
}
.teaserTile-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2f2f2 50% 50% no-repeat;
  background-size: cover;
}
.teaserTile-image img {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.teaserTile-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 1.5rem;
  padding: var(--bp);
  color: #fafafa;
  opacity: 0;
  transform: translateY(2rem);
  transition: inherit;
}
.teaserTile:hover .teaserTile-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.025s;
}
.teaserTile-leadtext {
  color: rgba(250, 250, 250, 0.8);
}
.teaserTile-leadtext > *:first-child {
  margin-top: 0;
}

.videoGallery-items {
  margin-top: 4.125rem;
  margin-top: var(--sp-component);
}
@media (min-width: 1024px) {
  .videoGallery {
    margin-left: calc(40px + (100% + 40px) * 0.1666666667 - 40px);
  }
  .videoGallery-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-0.5 * 40px);
    margin-left: calc(-0.5 * var(--gg));
    margin-right: calc(-0.5 * 40px);
    margin-right: calc(-0.5 * var(--gg));
    margin-top: calc(-1 * 40px);
    margin-top: calc(-1 * var(--gg));
  }
  .videoGallery-title + .videoGallery-items {
    padding-top: 4.125rem;
    padding-top: var(--sp-component);
  }
  .videoGallery-item {
    flex: 0 0 auto;
    width: 50%;
    margin-top: 40px;
    margin-top: var(--gg);
    padding-left: calc(0.5 * 40px);
    padding-left: calc(0.5 * var(--gg));
    padding-right: calc(0.5 * 40px);
    padding-right: calc(0.5 * var(--gg));
  }
  .videoGallery-item:nth-child(4n+3) {
    margin-right: 50%;
  }
  .videoGallery-item:nth-child(4n+4) {
    margin-left: 50%;
  }
  .videoGallery-item > * {
    margin-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .videoGallery-item:not(:first-child) {
    margin-top: 1.375rem;
    margin-top: var(--sp);
  }
}

/*# sourceMappingURL=styles.css.map */