/*!
Theme Name: Vusion Theme
Theme URI: /
Author: Base
Author URI: /
Description: Vusion Theme Code
Version: 0.0.4
Text Domain: vusion_theme
*/
c html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Black.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Extrabold.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Bold.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Medium.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Regular.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TWKEverett";
  src: url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Light.woff2") format("woff2"), url("/wp-content/themes/vusion_theme/static/fonts/TWKEverett/TWKEverett-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.default-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .default-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.container {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .container {
    padding: 0;
    max-width: 124rem;
  }
}
.container--outer {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
}
.type-xl-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .type-xl-headline {
    font-size: 5.8rem;
  }
}
.type-l-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .type-l-headline {
    font-size: 5rem;
  }
}
.type-m-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .type-m-headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.type-s-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .type-s-headline {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.type-xs-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .type-xs-headline {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.type-l-body {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .type-l-body {
    letter-spacing: 0;
  }
}
.type-m-body {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.type-s-body {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.type-xs-body {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.type-eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .type-eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.type-date-read {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
}
.type-button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .type-button {
    line-height: 1.25;
  }
}
body :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body :is(.pointer-events-none) {
  pointer-events: none;
}
body :is(.absolute) {
  position: absolute;
}
body :is(.relative) {
  position: relative;
}
body :is(.-z-10) {
  z-index: -10;
}
body :is(.col-span-1) {
  grid-column: span 1 / span 1;
}
body :is(.col-span-3) {
  grid-column: span 3 / span 3;
}
body :is(.col-span-4) {
  grid-column: span 4 / span 4;
}
body :is(.col-span-6) {
  grid-column: span 6 / span 6;
}
body :is(.col-span-7) {
  grid-column: span 7 / span 7;
}
body :is(.col-span-8) {
  grid-column: span 8 / span 8;
}
body :is(.col-span-full) {
  grid-column: 1 / -1;
}
body :is(.col-start-10) {
  grid-column-start: 10;
}
body :is(.col-start-3) {
  grid-column-start: 3;
}
body :is(.col-start-9) {
  grid-column-start: 9;
}
body :is(.m-auto) {
  margin: auto;
}
body :is(.-my-16) {
  margin-top: -1.6rem;
  margin-bottom: -1.6rem;
}
body :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
body :is(.my-10) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body :is(.my-16) {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
body :is(.my-30) {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
body :is(.my-60) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
body :is(.-mt-\[1px\]) {
  margin-top: -1px;
}
body :is(.mb-0) {
  margin-bottom: 0rem;
}
body :is(.mb-10) {
  margin-bottom: 1rem;
}
body :is(.mb-20) {
  margin-bottom: 2rem;
}
body :is(.mb-24) {
  margin-bottom: 2.4rem;
}
body :is(.mb-30) {
  margin-bottom: 3rem;
}
body :is(.mb-32) {
  margin-bottom: 3.2rem;
}
body :is(.mb-36) {
  margin-bottom: 3.6rem;
}
body :is(.mb-4) {
  margin-bottom: 0.4rem;
}
body :is(.mb-40) {
  margin-bottom: 4rem;
}
body :is(.mb-50) {
  margin-bottom: 5rem;
}
body :is(.mb-60) {
  margin-bottom: 6rem;
}
body :is(.mb-\[1\.5rem\]) {
  margin-bottom: 1.5rem;
}
body :is(.mt-10) {
  margin-top: 1rem;
}
body :is(.mt-16) {
  margin-top: 1.6rem;
}
body :is(.mt-20) {
  margin-top: 2rem;
}
body :is(.mt-30) {
  margin-top: 3rem;
}
body :is(.mt-32) {
  margin-top: 3.2rem;
}
body :is(.mt-36) {
  margin-top: 3.6rem;
}
body :is(.mt-40) {
  margin-top: 4rem;
}
body :is(.mt-48) {
  margin-top: 4.8rem;
}
body :is(.mt-60) {
  margin-top: 6rem;
}
body :is(.mt-auto) {
  margin-top: auto;
}
body :is(.line-clamp-2) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body :is(.block) {
  display: block;
}
body :is(.inline-block) {
  display: inline-block;
}
body :is(.flex) {
  display: flex;
}
body :is(.table) {
  display: table;
}
body :is(.grid) {
  display: grid;
}
body :is(.hidden) {
  display: none;
}
body :is(.h-20) {
  height: 2rem;
}
body :is(.h-screen) {
  height: 100vh;
}
body :is(.w-20) {
  width: 2rem;
}
body :is(.w-\[22\.5rem\]) {
  width: 22.5rem;
}
body :is(.w-full) {
  width: 100%;
}
body :is(.shrink-0) {
  flex-shrink: 0;
}
body :is(.-translate-y-40) {
  --tw-translate-y: -4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.translate-y-0) {
  --tw-translate-y: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body :is(.cursor-pointer) {
  cursor: pointer;
}
body :is(.resize) {
  resize: both;
}
body :is(.flex-col) {
  flex-direction: column;
}
body :is(.flex-wrap) {
  flex-wrap: wrap;
}
body :is(.items-start) {
  align-items: flex-start;
}
body :is(.items-center) {
  align-items: center;
}
body :is(.justify-end) {
  justify-content: flex-end;
}
body :is(.justify-center) {
  justify-content: center;
}
body :is(.gap-0) {
  gap: 0rem;
}
body :is(.gap-16) {
  gap: 1.6rem;
}
body :is(.gap-20) {
  gap: 2rem;
}
body :is(.gap-24) {
  gap: 2.4rem;
}
body :is(.gap-30) {
  gap: 3rem;
}
body :is(.gap-50) {
  gap: 5rem;
}
body :is(.gap-y-20) {
  row-gap: 2rem;
}
body :is(.gap-y-30) {
  row-gap: 3rem;
}
body :is(.gap-y-40) {
  row-gap: 4rem;
}
body :is(.self-center) {
  align-self: center;
}
body :is(.overflow-hidden) {
  overflow: hidden;
}
body :is(.rounded-15) {
  border-radius: 1.5rem;
}
body :is(.rounded-20) {
  border-radius: 2rem;
}
body :is(.border-b) {
  border-bottom-width: 1px;
}
body :is(.border-l) {
  border-left-width: 1px;
}
body :is(.border-t) {
  border-top-width: 1px;
}
body :is(.border-neutral-gray-60) {
  --tw-border-opacity: 1;
  border-color: rgb(200 205 206 / var(--tw-border-opacity));
}
body :is(.border-neutral-gray-80) {
  --tw-border-opacity: 1;
  border-color: rgb(66 80 82 / var(--tw-border-opacity));
}
body :is(.bg-neutral-gray-20) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
}
body :is(.bg-neutral-gray-40) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 230 / var(--tw-bg-opacity));
}
body :is(.bg-primary-gold-10) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 227 / var(--tw-bg-opacity));
}
body :is(.bg-primary-gold-20) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
}
body :is(.bg-primary-gold-40) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 135 / var(--tw-bg-opacity));
}
body :is(.bg-secondary-electric-blue-10) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 249 253 / var(--tw-bg-opacity));
}
body :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
body :is(.p-16) {
  padding: 1.6rem;
}
body :is(.p-40) {
  padding: 4rem;
}
body :is(.px-30) {
  padding-left: 3rem;
  padding-right: 3rem;
}
body :is(.py-120) {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
body :is(.py-20) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body :is(.py-40) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body :is(.py-60) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
body :is(.py-80) {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
body :is(.pb-10) {
  padding-bottom: 1rem;
}
body :is(.pb-20) {
  padding-bottom: 2rem;
}
body :is(.pb-30) {
  padding-bottom: 3rem;
}
body :is(.pb-40) {
  padding-bottom: 4rem;
}
body :is(.pb-60) {
  padding-bottom: 6rem;
}
body :is(.pb-70) {
  padding-bottom: 7rem;
}
body :is(.pr-20) {
  padding-right: 2rem;
}
body :is(.pt-60) {
  padding-top: 6rem;
}
body :is(.pt-70) {
  padding-top: 7rem;
}
body :is(.text-left) {
  text-align: left;
}
body :is(.text-center) {
  text-align: center;
}
body :is(.font-bold) {
  font-weight: 700;
}
body :is(.font-medium) {
  font-weight: 500;
}
body :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body :is(.text-neutral-gray-80) {
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
}
body :is(.text-primary-gold-60) {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}
body :is(.underline) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body :is(.opacity-0) {
  opacity: 0;
}
body :is(.opacity-100) {
  opacity: 1;
}
body :is(.opacity-50) {
  opacity: 0.5;
}
body :is(.outline) {
  outline-style: solid;
}
body :is(.blur) {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body :is(.transition) {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
body :is(.duration-300) {
  transition-duration: 300ms;
}
body :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
body :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html,
body {
  scroll-padding-top: 15rem;
  scroll-behavior: smooth;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
html > article,
body > article {
  flex-grow: 1;
}

html {
  font-size: 62.5%;
  font-family: "TWKEverett", ui-sans-serif, system-ui, sans-serif;
}
html[lang=de] h1,
html[lang=de] h2,
html[lang=de] h3,
html[lang=de] h4,
html[lang=de] h5,
html[lang=de] h6, html[lang=de-AT] h1,
html[lang=de-AT] h2,
html[lang=de-AT] h3,
html[lang=de-AT] h4,
html[lang=de-AT] h5,
html[lang=de-AT] h6, html[lang=de-CH] h1,
html[lang=de-CH] h2,
html[lang=de-CH] h3,
html[lang=de-CH] h4,
html[lang=de-CH] h5,
html[lang=de-CH] h6, html[lang=de-DE] h1,
html[lang=de-DE] h2,
html[lang=de-DE] h3,
html[lang=de-DE] h4,
html[lang=de-DE] h5,
html[lang=de-DE] h6 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-wrap: balance;
}

body {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
body.blog, body.search {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
}

[x-cloak] {
  display: none !important;
}

/* clears the x from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the x from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.devGrid {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.devGrid .col {
  background-color: rebeccapurple;
  opacity: 0.1;
}

.otgs-development-site-front-end {
  display: none;
}

.component-accordion {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 205 206 / var(--tw-border-opacity));
  color: currentColor;
}
.component-accordion .tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  padding: 2rem 0;
}
@media (min-width: 1024px) {
  .component-accordion .tab-wrapper {
    padding: 2.4rem 0;
  }
}
.component-accordion .tab-wrapper h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .component-accordion .tab-wrapper h2 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.component-accordion .tab-wrapper h2 {
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .component-accordion .tab-wrapper h2 {
    font-size: 2.4rem;
  }
}
.component-accordion .tab-wrapper div {
  border-width: 1px;
  border-color: currentColor;
  border-radius: 1rem;
  padding: 0.8rem;
  height: 4.6rem;
  width: 4.6rem;
  position: relative;
}
.component-accordion .tab-wrapper div svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  position: absolute;
  height: 2.8rem;
  width: 2.8rem;
}
.component-accordion .tab-wrapper div svg path {
  stroke: currentColor;
}
.component-accordion .tab-wrapper div.is-open svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.component-accordion .tab-wrapper div.is-open svg:first-child {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.component-accordion .content-wrapper {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  scroll-margin: 105px;
}
@media (min-width: 1024px) {
  .component-accordion .content-wrapper {
    scroll-margin: 115px;
  }
}

.component-algolia-search__input-wrapper {
  display: flex;
  border-width: 1px;
  border-color: currentColor;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.3rem;
  margin-bottom: 4rem;
}
.component-algolia-search__input-wrapper svg {
  width: 2rem;
  height: 2rem;
}
.component-algolia-search__input-wrapper input {
  flex-grow: 1;
  min-width: 0;
  background-color: transparent;
}
.component-algolia-search__input-wrapper input, .component-algolia-search__input-wrapper input:hover, .component-algolia-search__input-wrapper input:focus, .component-algolia-search__input-wrapper input:active {
  outline: none;
  box-shadow: none;
}
.component-algolia-search__input-wrapper .component-button {
  display: none;
}
.layout-event-list-calendar .component-algolia-search__input-wrapper .component-button {
  display: none;
}
@media (min-width: 768px) {
  .component-algolia-search__input-wrapper .component-button {
    display: inline-block;
  }
}
.component-algolia-search__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.component-algolia-search__meta .component-sort-toggle {
  display: none;
}
.layout-event-list-calendar .component-algolia-search__meta .component-sort-toggle {
  display: none;
}
@media (min-width: 768px) {
  .component-algolia-search__meta .component-sort-toggle {
    display: inline-flex;
  }
}
.component-algolia-search__empty {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .component-algolia-search__empty {
    letter-spacing: 0;
  }
}
.component-algolia-search__empty {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  grid-column: 1 / -1;
  padding: 4rem;
  margin-top: 4rem;
  text-align: center;
  border-radius: 1.5rem;
}
@media (min-width: 1024px) {
  .component-algolia-search__empty {
    margin-top: 8rem;
    padding-left: 16rem;
    padding-right: 16rem;
  }
}

.component-article-footer {
  padding-bottom: 8rem;
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .component-article-footer {
    margin-top: 6rem;
    padding-bottom: 11.5rem;
  }
}
.component-article-footer__wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
@media (min-width: 1024px) {
  .component-article-footer__wrapper {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.component-article-footer__author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem 0;
}
@media (min-width: 1024px) {
  .component-article-footer__author-wrapper {
    gap: 2.5rem;
    flex-direction: row;
  }
}
.component-article-footer__author-description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
@media (min-width: 1024px) {
  .component-article-footer__author-description-wrapper {
    gap: 1rem 0;
  }
}
.component-article-footer__author-name {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .component-article-footer__author-name {
    letter-spacing: 0;
  }
}
.component-article-footer__author-name {
  font-weight: 700;
}
.component-article-footer__author-description {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.component-article-footer__img {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}
.component-article-footer__icon-wrapper {
  display: flex;
  gap: 0 1rem;
  align-items: center;
}
@media (min-width: 1024px) {}
.component-article-footer__share-icon {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.36;
  letter-spacing: -0.03rem;
  margin-right: 0.8rem;
}
.component-article-footer__tags-wrapper {
  display: flex;
  gap: 1.4rem 2.4rem;
  flex-wrap: wrap;
}
.component-article-footer__tag {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .component-article-footer__tag {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.component-article-footer__tag {
  padding: 1.5rem 2rem;
  border: 1px solid #C8CDCE;
  border-radius: 1rem;
  line-height: 0.2;
}

.component-article-header {
  padding: 4rem 0;
}
@media (min-width: 1024px) {
  .component-article-header {
    padding: 7rem 0;
  }
}
.component-article-header__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .component-article-header__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-image-with-checklist .component-article-header__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .component-article-header__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.component-article-header__content-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .component-article-header__content-wrapper {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
  .component-article-header__text-wrapper {
    gap: 2.4rem !important;
  }
}
.component-article-header__icon-wrapper {
  display: flex;
  gap: 0 1rem;
  align-items: center;
}
@media (min-width: 1024px) {}
.component-article-header__share-icon {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.36;
  letter-spacing: -0.03rem;
  margin-right: 0.8rem;
}
.component-article-header__img-wrapper {
  grid-column: 1 / -1;
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
  border-radius: 1rem;
  margin-top: 3rem;
}
.component-article-header__img-wrapper img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .component-article-header__img-wrapper {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    border-radius: 2rem;
    margin-top: 6rem;
  }
}
.component-article-header__divider {
  grid-column: 1 / -1;
  --tw-bg-opacity: 1;
  background-color: rgb(200 205 206 / var(--tw-bg-opacity));
  border: none;
  height: 0.1rem;
  width: 100%;
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .component-article-header__divider {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    margin-top: 7rem;
  }
}
.component-article-header__back-link-wrapper {
  grid-column: 1 / -1;
  margin-bottom: 5.5rem;
}
@media (min-width: 1024px) {
  .component-article-header__back-link-wrapper {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    margin-bottom: 6rem;
  }
}

.component-button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}

@media (min-width: 1024px) {
  .component-button {
    line-height: 1.25;
  }
}

.component-button {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-block;
  padding: 1.3rem 2rem;
  border-radius: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .component-button {
    padding: 1.4rem 2rem;
  }
}
.component-button.size-small {
  padding: 1rem 1.5rem;
}
.component-button.size-small.has--min-width {
  min-width: 8.5rem;
}
.component-button.has--min-width {
  min-width: 12.5rem;
}
.component-button.iconLeft svg {
  margin-left: 0;
}
.component-button svg {
  margin-left: 1.2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (hover: hover) and (pointer: fine) {
  .component-button:hover svg {
    --tw-translate-x: 0.4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .component-button:hover.iconOnly svg {
    --tw-translate-x: 0rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.component-button:focus-visible svg {
  --tw-translate-x: 0.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.component-button:focus-visible.iconOnly svg {
  --tw-translate-x: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.component-button:active svg {
  --tw-translate-x: 0.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.component-button:active.iconOnly svg {
  --tw-translate-x: 0rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.component-button.variant-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
}
.component-button.variant-primary.theme-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-button.variant-primary.theme-dark svg path {
  fill: #0D2126;
}
@media (hover: hover) and (pointer: fine) {
  .component-button.variant-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 225 135 / var(--tw-bg-opacity));
  }
}
.component-button.variant-primary:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 135 / var(--tw-bg-opacity));
}
.component-button.variant-primary:active {
  opacity: 0.75;
}
.component-button.variant-secondary {
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .component-button.variant-secondary {
    line-height: 1.8rem;
  }
}
.component-button.variant-secondary.theme-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-button.variant-secondary.theme-light svg path {
  fill: #0D2126;
}
@media (hover: hover) and (pointer: fine) {
  .component-button.variant-secondary.theme-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 33 38 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .component-button.variant-secondary.theme-light:hover svg path {
    fill: #fff;
  }
}
.component-button.variant-secondary.theme-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-button.variant-secondary.theme-light:focus-visible svg path {
  fill: #fff;
}
.component-button.variant-secondary.theme-light:active {
  opacity: 0.75;
}
.component-button.variant-secondary.theme-dark, .component-button.variant-secondary.theme-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-button.variant-secondary.theme-dark svg path, .component-button.variant-secondary.theme-gold svg path {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .component-button.variant-secondary.theme-dark:hover, .component-button.variant-secondary.theme-gold:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(13 33 38 / var(--tw-text-opacity));
  }
  .component-button.variant-secondary.theme-dark:hover svg path, .component-button.variant-secondary.theme-gold:hover svg path {
    fill: #0D2126;
  }
}
.component-button.variant-secondary.theme-dark:focus-visible, .component-button.variant-secondary.theme-gold:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-button.variant-secondary.theme-dark:focus-visible svg path, .component-button.variant-secondary.theme-gold:focus-visible svg path {
  fill: #0D2126;
}
.component-button.variant-secondary.theme-dark:active, .component-button.variant-secondary.theme-gold:active {
  opacity: 0.75;
}
.theme-dark .component-button.variant-secondary.theme-dark {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.component-button.variant-outline {
  background-color: transparent;
}
.component-button.variant-outline.theme-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-button.variant-outline.theme-light svg path {
  fill: #0D2126;
}
@media (hover: hover) and (pointer: fine) {
  .component-button.variant-outline.theme-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(13 33 38 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .component-button.variant-outline.theme-light:hover svg path {
    fill: #fff;
  }
}
.component-button.variant-outline.theme-light:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-button.variant-outline.theme-light:focus-visible svg path {
  fill: #fff;
}
.component-button.variant-outline.theme-dark {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-button.variant-outline.theme-dark svg path {
  fill: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .component-button.variant-outline.theme-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(13 33 38 / var(--tw-text-opacity));
  }
  .component-button.variant-outline.theme-dark:hover svg path {
    fill: #0D2126;
  }
}
.component-button.variant-outline.theme-dark:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-button.variant-outline.theme-dark:focus-visible svg path {
  fill: #0D2126;
}
.component-button.transparent.theme-light {
  background-color: transparent;
}
.component-button.transparent.theme-dark {
  background-color: transparent;
}
.component-button.hasIcon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 0 0.5rem;
}
.component-button.hasIcon svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.component-button.hasIcon.iconOnly {
  min-width: 0;
}
.component-button.hasIcon.iconLeft {
  gap: 0 1.6rem;
}
.component-button.hasIcon.iconLeft svg {
  order: -1;
}
.component-button.iconOnly .component-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.component-button.iconOnly svg {
  margin: 0;
}

.component-dev-grid {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.component-dev-grid .component-dev-grid__col {
  background-color: rebeccapurple;
  opacity: 0.1;
}

.component-divider {
  width: 100%;
  height: 0.1rem;
  background-color: #C8CDCE;
}

.event-header__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.event-header__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .event-header__title {
    font-size: 5rem;
  }
}
.event-header__title {
  color: #092041;
}
.event-header__subtitle {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.event-header__meta {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #0D2126;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .event-header__meta {
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 2.4rem 1.5rem;
  }
}
.event-header__meta > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1;
}
.event-header__meta > div:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 0.1rem solid #C8CDCE;
}
@media (min-width: 768px) {
  .event-header__meta > div:not(:first-child) {
    padding-top: 0;
    padding-left: 1.5rem;
    border-top: unset;
    border-left: 0.1rem solid #C8CDCE;
  }
  .event-header__meta.has-booth > div:nth-child(2) {
    padding-left: 0;
    border-left: unset;
  }
}
.event-header__meta .icon-wrapper {
  display: block;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.event-header__meta--booth {
  width: 100%;
}
.event-header__meta--booth .icon-wrapper {
  background-image: url("static/img/events/booth-ws.svg");
}
@media (min-width: 768px) {
  .event-header__meta--date {
    min-width: 18.2rem;
  }
}
.event-header__meta--date .icon-wrapper {
  background-image: url("static/img/events/calendar_today-ws.svg");
}
.event-header__meta--time {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .event-header__meta--time {
    padding-left: 2rem !important;
    padding-right: 1.4rem;
  }
}
.event-header__meta--time .icon-wrapper {
  background-image: url("static/img/events/calendar_time-ws.svg");
}
@media (min-width: 768px) {
  .event-header__meta--location {
    padding-left: 2rem !important;
  }
}
.event-header__meta--location .icon-wrapper {
  background-image: url("static/img/events/place-ws.svg");
}
.event-header__toolbar {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem 2.4rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .event-header__toolbar {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.event-header__image {
  border-bottom: 0.1rem solid #C8CDCE;
}
.event-header__image img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .event-header__image img {
    border-radius: 2rem;
  }
}

.component-feature-slider .swiper {
  overflow: visible;
}
.component-feature-slider__footer {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .component-feature-slider__footer {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.component-feature-slider .component-feature-slider__navigation {
  display: flex;
}
.component-feature-slider .component-feature-slider__navigation svg {
  width: 3rem;
}
.component-feature-slider .component-feature-slider__navigation > button {
  border-width: 1px;
  border-color: currentColor;
  padding: 2rem 1.6rem;
  border-radius: 0 1.5rem 1.5rem 0;
}
.component-feature-slider .component-feature-slider__navigation > button:first-of-type {
  border-radius: 1.5rem 0 0 1.5rem;
  margin-right: -1px;
}
.component-feature-slider .component-feature-slider__navigation > button:first-of-type svg {
  transform: rotate(180deg);
}
.component-feature-slider .component-feature-slider__navigation .swiper-button-disabled {
  opacity: 0.33;
}
.component-feature-slider .component-feature-slider__pagination {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .component-feature-slider .component-feature-slider__pagination {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.component-feature-slider .component-feature-slider__pagination {
  width: auto;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .component-feature-slider .component-feature-slider__pagination {
    padding-left: 2rem;
  }
}

.component-filter-bar {
  margin: 5rem 0;
}
@media (min-width: 768px) {
  .component-filter-bar {
    margin: 6rem 0 4rem;
  }
}
.component-filter-bar .component-select__control {
  width: 100%;
}
.component-filter-bar__pill {
  width: calc(50% - 1.5rem);
}
@media (min-width: 768px) {
  .component-filter-bar__pill {
    width: auto;
  }
}

.component-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-footer__gridWrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .component-footer__gridWrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .component-footer__gridWrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .component-footer__gridWrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .component-footer__gridWrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .component-footer__gridWrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .component-footer__gridWrapper {
    max-width: 1920px;
  }
}
.component-footer__gridWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .component-footer__gridWrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.component-footer__gridWrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .component-footer__gridWrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .component-footer__gridWrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .component-footer__gridWrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .component-footer__gridWrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .component-footer__gridWrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .component-footer__gridWrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .component-footer__gridWrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .component-footer__gridWrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .component-footer__gridWrapper {
  position: relative;
  z-index: 1;
}
.layout-image-with-checklist .component-footer__gridWrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .component-footer__gridWrapper.items-center {
    align-items: flex-start;
  }
}
.component-footer__gridWrapper {
  row-gap: 3.5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid #425052;
}
@media (min-width: 1024px) {
  .component-footer__gridWrapper {
    padding-top: 12rem;
    padding-bottom: 13rem;
    row-gap: 5.7rem;
  }
}
.component-footer__logo svg {
  height: 3.1rem;
  width: auto;
}
.component-footer__contactWrapper {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .component-footer__contactWrapper {
    grid-column: span 3 / span 3;
  }
}
.component-footer__contactWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .component-footer__contactWrapper {
    gap: 2.5rem 0;
    margin-bottom: 0;
  }
}
.component-footer__contactWrapper p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  line-height: 2rem;
  letter-spacing: -0.02rem;
}
.component-footer__contactWrapper div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.component-footer__columnTitle {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  margin-bottom: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .component-footer__columnTitle {
    margin-bottom: 0rem;
  }
}
.component-footer__mainNav {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .component-footer__mainNav {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}
.component-footer__mainNav {
  display: flex;
  flex-direction: column;
  gap: 3.5rem 3rem;
}
@media (min-width: 768px) {
  .component-footer__mainNav {
    display: grid;
    grid-template-columns: repeat(min(var(--mainNav-columns), 3), 1fr);
    grid-template-rows: repeat(2, auto);
    row-gap: 2.4rem;
  }
}
.component-footer__mainNav > div {
  display: flex;
  flex-direction: column;
  align-self: self-start;
}
@media (min-width: 768px) {
  .component-footer__mainNav > div {
    display: grid;
    width: 100%;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.component-footer__mainNav ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-self: flex-start;
}
.component-footer__mainNav li {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .component-footer__mainNav li .columnLink {
    font-size: 1.4rem;
  }
}
.component-footer__mainNav li .columnLink.has--icon {
  justify-content: space-between;
}
.component-footer__mainNav li .columnLink span {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.component-footer__mainNav li .columnLink svg {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
}
.component-footer__mainNav li .columnLink:hover span {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}
.component-footer__disclaimer {
  grid-column: 1 / -1;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.011rem;
}
.component-footer__copyrightWrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.4rem 0;
}
@media (min-width: 1024px) {
  .component-footer__copyrightWrapper {
    gap: 0rem;
    flex-direction: row;
  }
}
.component-footer__copyrightWrapper--copyright,
.component-footer__copyrightWrapper a.component-link {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  line-height: 1.8rem;
  letter-spacing: -0.01rem;
}
.component-footer__copyrightWrapper--copyright span,
.component-footer__copyrightWrapper a.component-link span {
  text-decoration: none;
}
.component-footer__copyrightWrapper ul {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .component-footer__copyrightWrapper ul {
    flex-direction: row;
  }
}
.component-footer__copyrightWrapper ul a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.component-footer__copyrightWrapper ul a:hover {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}

.component-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.2s ease-out;
}
body.admin-bar .component-header {
  top: 3.2rem;
}
@media (min-width: 1024px) {
  body.header--unpinned .component-header {
    transform: translateY(-6.6rem);
  }
}
.component-header__spacer {
  display: block;
  padding-top: 7rem;
}
@media (min-width: 1024px) {
  .component-header__spacer {
    padding-top: 13.4rem;
  }
}
.component-header__headerBar {
  display: flex;
  gap: 1.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .component-header__headerBar {
    width: auto;
    margin: 0 -4rem;
  }
}
@media (min-width: 1024px) {
  .component-header__headerBar {
    margin: 0 auto;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.component-header__logo {
  fill: #0D2126;
  align-self: center;
  margin-right: auto;
}
.component-header__logo svg {
  display: block;
  height: 3rem;
  width: auto;
}
.component-header .component-header__buttons {
  display: none;
}
.layout-event-list-calendar .component-header .component-header__buttons {
  display: none;
}
@media (min-width: 1024px) {
  .component-header .component-header__buttons {
    display: block;
  }
}
.component-header .component-header__links {
  position: relative;
  margin-left: 2rem;
  margin-right: 2rem;
  align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-header .component-header__links.component-language-switcher {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .component-header .component-header__links {
    display: none;
  }
}
@media (min-width: 1024px) {
  .component-header .component-header__links:is(a):hover::after {
    content: "";
    position: absolute;
    left: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    height: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(253 205 56 / var(--tw-bg-opacity));
    -webkit-animation: moveUp 0.2s ease-out;
            animation: moveUp 0.2s ease-out;
  }
  .component-header__burger {
    display: none;
  }
}
.component-header__burger svg {
  overflow: visible;
}
.component-header__burger line {
  transform-origin: 50% 50%;
  transition: transform 0.2s ease-out;
}
.component-header__burger--open line:first-of-type {
  transform: translate(-0.5rem, 0.5rem) rotate(45deg);
}
.component-header__burger--open line:last-of-type {
  transform: translate(-0.5rem, -0.5rem) rotate(-45deg);
}
.component-header__search-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.component-header__search-modal__input {
  width: 43.5vw;
  flex-grow: 1;
  min-width: 0;
  background-color: transparent;
}
.component-header__search-modal__input, .component-header__search-modal__input:hover, .component-header__search-modal__input:focus, .component-header__search-modal__input:active {
  outline: none;
  box-shadow: none;
}
.component-header__search-modal__input::-moz-placeholder {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 2rem;
  opacity: 0.45;
}
.component-header__search-modal__input:-ms-input-placeholder {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 2rem;
  opacity: 0.45;
}
.component-header__search-modal__input::placeholder {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 2rem;
  opacity: 0.45;
}
.component-header__search-modal__icon {
  display: inline-flex;
  width: 5rem;
  height: 4.5rem;
  padding: 0.8rem;
  flex-shrink: 0;
}
.component-header__search-modal__content {
  grid-column: span 8 / span 8;
  grid-column-start: 3;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  margin-top: 18.4rem;
  padding: 0.6rem;
  background-color: white;
  border-radius: 1rem;
  z-index: 2;
  display: flex;
}
.component-header__search-modal--open {
  display: block;
}

.component-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.component-hero.hero--video {
  aspect-ratio: 16/9;
  display: flex;
  min-height: 32rem;
}
.component-hero.hero--video video {
  min-height: 32rem;
}
@media (min-width: 1024px) {
  .component-hero.hero--single .hero__img, .component-hero.hero--slider .hero__img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
    z-index: 10;
  }
  .component-hero.hero--single .hero__img img, .component-hero.hero--slider .hero__img img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.component-hero.bg-contain .hero__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.component-hero.bg-cover .hero__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.component-hero .hero__logo svg {
  height: 5rem;
  width: auto;
}
.component-hero .hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  height: 100%;
  min-width: 50%;
  z-index: 10;
}
.component-hero .hero__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.component-hero .hero__video-bg .component-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-hero .hero__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .component-hero .hero__headline {
    font-size: 5.8rem;
  }
}
.component-hero .hero__cta-list {
  display: flex;
  gap: 2rem;
}

.component-i-frame-form iframe {
  width: 1px;
  min-width: 100%;
}

.component-icon-link svg {
  fill: #0D2126;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 2.4rem;
  height: 2.4rem;
}
.component-icon-link svg path {
  fill: #0D2126;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.component-icon-link span {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.component-icon-link:hover span, .component-icon-link:focus-visible span {
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
}
.component-icon-link:hover svg path, .component-icon-link:focus-visible svg path {
  fill: #425052;
}
.component-icon-link:active span {
  color: rgb(66 80 82 / 0.75);
}
.component-icon-link:active svg path {
  fill: rgb(66 80 82 / 0.75);
}
.component-icon-link.theme-dark span {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}
.component-icon-link.theme-dark svg {
  fill: #FDCD38;
}
.component-icon-link.theme-dark svg path {
  fill: #FDCD38;
}
.component-icon-link.theme-dark:hover span, .component-icon-link.theme-dark:focus-visible span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-icon-link.theme-dark:hover svg path, .component-icon-link.theme-dark:focus-visible svg path {
  fill: #fff;
}
.component-icon-link.theme-dark:active span {
  color: rgb(255 255 255 / 0.75);
}
.component-icon-link.theme-dark:active svg path {
  fill: rgb(255 255 255 / 0.75);
}
.component-icon-link.has--label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: currentColor;
  gap: 0 1.6rem;
  width: 100%;
}
.component-icon-link.has--label span {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.component-icon-link.has--label:hover span, .component-icon-link.has--label:focus-visible span, .component-icon-link.has--labelactive span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.component-icon-link:not(.has--label) .component-icon-link__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.component-language-switcher {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: -1.6rem;
}
@media (min-width: 1024px) {
  .component-language-switcher {
    padding: 0 0.8rem;
    margin-left: 0;
  }
}
.component-language-switcher svg {
  height: 2rem;
  width: auto;
  margin-right: 0.8rem;
}
.component-language-switcher.size-medium {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.component-language-switcher.theme-dark svg {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}
.component-language-switcher.theme-dark .wpml-ls-item-toggle.wpml-ls-item-toggle img[src*=globe-dark] {
  filter: brightness(1000%) saturate(1000%) hue-rotate(246deg);
}
.component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle img:not([src*=globe-dark]) {
  width: 2rem;
  height: auto;
}
.component-language-switcher .wpml-ls {
  display: inline-block;
}
.component-language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  min-width: 18rem;
}
@media (min-width: 1024px) {
  .component-language-switcher .wpml-ls-legacy-dropdown {
    min-width: 16rem;
  }
}
.component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle {
  color: currentColor;
}
.component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle img {
  height: 2rem;
  width: auto;
}
.component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle, .component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle:hover {
  color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  background: transparent !important;
}
.component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle::after, .component-language-switcher .wpml-ls-item-toggle.wpml-ls-item-toggle:hover::after {
  display: none;
}
.component-language-switcher .wpml-ls-legacy-dropdown .wpml-ls-flag ~ span {
  margin-left: 0.8em;
}
.component-language-switcher .wpml-ls-sub-menu {
  border: none;
}
.component-language-switcher .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link, .component-language-switcher .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover {
  background-color: none;
  border: none;
}

.component-link span {
  color: currentColor;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.component-link.has--underline span {
  text-decoration: underline;
}
.component-link.size-xs {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.component-link.size-small {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.component-link.size-large {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .component-link.size-large {
    letter-spacing: 0;
  }
}
.component-link:active {
  opacity: 0.75;
}
.component-link.theme-light {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-link.theme-light:active {
  color: rgb(13 33 38 / 0.75);
}
.component-link.theme-dark {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-link:hover .component-link__label, .component-link:focus-visible .component-link__label {
  text-decoration: none;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.component-link.has--icon {
  display: flex;
  gap: 0 1rem;
  justify-items: center;
  align-items: center;
}
.component-link.has--icon svg {
  width: 1.6rem;
  height: 1.6rem;
}
.component-link.has--icon-left svg {
  order: -1;
  transform: rotate(180deg);
}
.component-link.has--spacer .component-link__label {
  position: absolute;
}
.component-link.has--spacer .component-link__spacer {
  opacity: 0;
}

@media (max-width: 1023px) {
  .component-navigation {
    height: calc(100dvh - 7rem);
    overflow: auto;
  }
  .component-navigation:not(.component-navigation--open) {
    height: 0;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .component-navigation {
    --tw-bg-opacity: 1;
    background-color: rgb(13 33 38 / var(--tw-bg-opacity));
    transition: background 0.2s ease-out;
  }
  body.header--unpinned .component-navigation {
    background-color: #fff;
  }
  body.header--unpinned .component-navigation .component-navigation__mainNavItem {
    --tw-text-opacity: 1;
    color: rgb(13 33 38 / var(--tw-text-opacity));
  }
  body.header--unpinned .component-navigation .component-navigation__navWrapper::after {
    border-color: transparent;
  }
  body.header--unpinned .component-navigation .component-navigation__logo {
    visibility: visible;
    width: 4rem;
    margin-right: 5rem;
    margin-left: 1rem;
  }
}
.component-navigation__logo {
  visibility: hidden;
  width: 0;
  transition: margin 0.2s ease-out;
}
.component-navigation__navWrapper {
  display: flex;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  align-items: stretch;
  position: relative;
}
.component-navigation__navWrapper::after {
  content: "";
  position: absolute;
  width: 100vw;
  --tw-border-opacity: 1;
  border-color: rgb(66 80 82 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .component-navigation__navWrapper::after {
    border-bottom-width: 1px;
  }
}
.component-navigation__navWrapper::after {
  bottom: 0;
  left: calc(50% - 50vw);
}
@media (max-width: 1023px) {
  .component-navigation__navWrapper {
    padding: 0;
  }
  @media (min-width: 768px) {
    .component-navigation__navWrapper {
      margin-left: -6rem;
      margin-right: -6rem;
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }
  .component-navigation__navWrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.component-navigation__menuBar {
  display: flex;
  gap: 4.8rem;
  min-width: 0;
}
@media (max-width: 1023px) {
  .component-navigation__menuBar {
    flex-direction: column;
    gap: 0;
  }
}
.component-navigation__menuBar > li {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 0;
}
@media (max-width: 1023px) {
  .component-navigation__menuBar > li {
    display: block;
  }
  .component-navigation__menuBar > li::before, .component-navigation__menuBar > li:last-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    border-top: 1px solid #dedede;
  }
  .component-navigation__menuBar > li:last-of-type::after {
    top: auto;
    bottom: 0;
  }
}
.component-navigation__mainNavItem {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .component-navigation__mainNavItem {
    line-height: 1.25;
  }
}
.component-navigation__mainNavItem {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {
  .component-navigation__mainNavItem {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.component-navigation__mainNavItem {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
@media (min-width: 1024px) {
  @media screen and (max-width: 1200px) {
    .component-navigation__mainNavItem {
      font-size: 1.4rem;
    }
  }
}
@media (max-width: 1023px) {
  .component-navigation__mainNavItem {
    padding: 3rem 2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.component-navigation__mainNavItem svg {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-block;
  width: 1rem;
  height: auto;
  margin-left: 1rem;
}
.component-navigation__mainNavItem svg path {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transform-origin: 50% 50%;
  stroke-width: 0.1rem;
}
@media (max-width: 1023px) {
  .component-navigation__mainNavItem svg {
    width: 2.4rem;
    stroke-width: 0.15rem;
  }
}
@media (hover: hover) {
  @media (min-width: 1024px) {
    .component-navigation__mainNavItem:hover, .component-navigation__mainNavItem:focus-visible {
      --tw-text-opacity: 1;
      color: rgb(253 205 56 / var(--tw-text-opacity));
    }
  }
  .component-navigation__mainNavItem:hover > svg path, .component-navigation__mainNavItem:focus-visible > svg path {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (hover: none) {
  @media (min-width: 1024px) {
    .component-navigation__mainNavItem--active {
      --tw-text-opacity: 1;
      color: rgb(253 205 56 / var(--tw-text-opacity));
    }
  }
  .component-navigation__mainNavItem--active > svg path {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {
  .component-navigation__mainNavItem--active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.2rem;
    z-index: 10;
    height: 0.4rem;
    background-color: currentColor;
    -webkit-animation: moveUp 0.2s ease-out;
            animation: moveUp 0.2s ease-out;
  }
}
.component-navigation__subNav {
  display: flex;
}
.component-navigation__subNav:not(.component-navigation__subNav--active) {
  display: none;
}
@media (min-width: 1024px) {
  .component-navigation__subNav {
    position: fixed;
    top: 13.4rem;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-radius: 1rem;
    border: 2px solid #fff;
    background: #fff;
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.15));
    max-height: calc(100dvh - 13.4rem);
    overflow-x: hidden;
    overflow-y: auto;
    max-width: min(100vw - 12rem, 112rem);
    transition: top 0.2s ease-out, max-height 0.2s ease-out;
  }
}
@media (min-width: 1360px) {
  .component-navigation__subNav {
    max-width: 124rem;
  }
}
@media (min-width: 1024px) {
  body.header--unpinned .component-navigation__subNav {
    max-height: calc(100dvh - 6.8rem);
  }
  body.admin-bar .component-navigation__subNav {
    top: calc(13.4rem + 32px);
    max-height: calc(100dvh - 13.4rem - 32px);
  }
  body.admin-bar.header--unpinned .component-navigation__subNav {
    top: 13.4rem;
    max-height: calc(100dvh - 6.8rem - 32px);
  }
  .component-navigation__subNav--has-logobar {
    flex-wrap: wrap;
  }
}
.component-navigation__subNavCopy {
  display: none;
}
.layout-event-list-calendar .component-navigation__subNavCopy {
  display: none;
}
@media (min-width: 1024px) {
  .component-navigation__subNavCopy {
    display: flex;
  }
}
.component-navigation__subNavCopy {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #FDCD38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 205 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(253 205 56 / 0.6) var(--tw-gradient-to-position);
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 4rem;
  width: 28.9rem;
}
.component-navigation__subNavItems {
  display: grid;
  gap: 4rem;
  width: 100%;
  padding: 0 3.6rem 2rem;
}
@media (max-width: 1023px) {
  .component-navigation__subNavItems {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1024px) {
  .component-navigation__subNavItems {
    gap: 2rem;
    width: calc(100% - 28.9rem);
    padding: 2rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.component-navigation__subNavItems .component-navigation__subNavItem--copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
  .component-navigation__subNavItems .component-navigation__subNavItem--copy {
    display: none;
  }
}
.component-navigation__subNavItems--copy-show_large .component-navigation__subNavItem--copy {
  display: none;
}
.layout-event-list-calendar .component-navigation__subNavItems--copy-show_large .component-navigation__subNavItem--copy {
  display: none;
}
@media (min-width: 1360px) {
  .component-navigation__subNavItems--copy-show_large .component-navigation__subNavItem--copy {
    display: block;
  }
}
.component-navigation__subNavItems--copy-hide .component-navigation__subNavItem--copy {
  display: none;
}
.layout-event-list-calendar .component-navigation__subNavItems--copy-hide .component-navigation__subNavItem--copy {
  display: none;
}
.component-navigation__subNavItem--wrapper {
  display: grid;
  gap: 4rem;
}
@media (max-width: 1023px) {
  .component-navigation__subNavItem--wrapper {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1024px) {
  .component-navigation__subNavItem--wrapper {
    gap: 2rem;
    grid-template-rows: repeat(2, auto);
  }
}
.component-navigation__subNavItem {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border 0.2s ease-out;
}
@media (max-width: 1023px) {
  .component-navigation__subNavItem:not(:first-of-type)::after {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    width: calc(100vw - 5.6rem);
    border-top: 1px solid #dedede;
  }
}
@media (min-width: 1024px) {
  .component-navigation__subNavItem {
    padding: 2rem;
    border-radius: 1rem;
    grid-row: 1/-1;
    grid-auto-columns: auto;
    display: grid;
    grid-template-rows: subgrid;
  }
  .component-navigation__subNavItem:hover, .component-navigation__subNavItem:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(13 33 38 / var(--tw-border-opacity));
  }
}
.component-navigation__subNavItem > img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.component-navigation__subNavItem--with-icon {
  display: grid;
  gap: 0 1.5rem;
  grid-auto-columns: 3rem auto;
  align-content: start;
}
@media (min-width: 1024px) {
  .component-navigation__subNavItem--with-icon {
    grid-auto-columns: 3rem auto;
  }
}
.component-navigation__subNavItem--with-icon > span:nth-of-type(1) {
  grid-column-start: 2;
  grid-row-start: 1;
}
.component-navigation__subNavItem--with-icon > span:nth-of-type(2) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.component-navigation__subNavItem--with-icon > span:nth-of-type(3) {
  grid-column-start: 2;
  grid-row-start: 3;
}
.component-navigation__subNavItem--with-icon > img {
  grid-column-start: 1;
  grid-row: 1 / -1;
}
.component-navigation__subNavLogos {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
  display: none;
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 3.2rem 2.5rem 4rem;
  gap: 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .component-navigation__subNavLogos {
    display: flex;
    padding-left: 13.6rem;
    max-width: 100%;
    gap: 1rem 2rem;
  }
}
.component-navigation__subNavLogos p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  width: auto;
  margin-bottom: 0;
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 9.6rem;
}
.component-navigation__subNavLogos img {
  height: 2.5rem;
  width: auto;
}
.component-navigation__subNavLogos .block {
  display: block;
}
.component-navigation__search {
  display: flex;
}
@media (min-width: 1024px) {
  .component-navigation__search {
    display: none;
  }
}
.component-navigation__search {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  margin-left: -2rem;
  margin-right: -2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.component-navigation__search input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  outline: none;
}
.component-navigation__search input::-moz-placeholder {
  color: currentColor;
}
.component-navigation__search input:-ms-input-placeholder {
  color: currentColor;
}
.component-navigation__search input::placeholder {
  color: currentColor;
}
.component-navigation__search button svg {
  width: 1.6rem;
  height: 1.6rem;
}
.component-navigation__linkContainer {
  display: flex;
}
@media (min-width: 1024px) {
  .component-navigation__linkContainer {
    display: none;
  }
}
.component-navigation__linkContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: -2rem;
  margin-right: -2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
  flex-direction: column;
  gap: 3.2rem;
}
@media (min-width: 1024px) {
  .component-navigation .component-navigation__button {
    margin-left: auto;
  }
}
.component-navigation .component-navigation__button {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .component-navigation .component-navigation__button {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .component-navigation .component-navigation__button {
    width: 31.1rem;
    align-self: center;
  }
}
@media (min-width: 1024px) {
  .component-navigation .component-navigation__button {
    width: auto;
  }
}
.component-navigation .wpml-ls-sub-menu {
  top: auto;
  bottom: 100%;
}

@-webkit-keyframes moveUp {
  0% {
    height: 0rem;
  }
  100% {
    height: 0.5rem;
  }
}

@keyframes moveUp {
  0% {
    height: 0rem;
  }
  100% {
    height: 0.5rem;
  }
}
.component-office {
  color: currentColor;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.component-office > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.4rem;
}

.component-pagination {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem 0;
  gap: 2rem;
}
.component-pagination__pagination {
  width: 100%;
}
@media (min-width: 375px) {
  .component-pagination__pagination {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .component-pagination__pagination {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .component-pagination__pagination {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .component-pagination__pagination {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .component-pagination__pagination {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .component-pagination__pagination {
    max-width: 1920px;
  }
}
.component-pagination__pagination {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .component-pagination__pagination {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .component-pagination__pagination {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .component-pagination__pagination > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .component-pagination__pagination > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .component-pagination__pagination > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .component-pagination__pagination > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .component-pagination__pagination > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .component-pagination__pagination {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .component-pagination__pagination {
  position: relative;
  z-index: 1;
}
.component-pagination__pagination {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .component-pagination__pagination {
    gap: 2.6rem;
  }
}
.component-pagination__pagination__buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500;
  width: 33.3%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .component-pagination__pagination__buttons {
    width: auto;
  }
}
.component-pagination__pagination__buttons svg {
  width: 1.8rem;
  height: auto;
}
.component-pagination__pagination__buttons:first-child svg {
  transform: rotate(180deg);
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .component-pagination__pagination__buttons:first-child svg {
    flex-shrink: 1;
  }
}
.component-pagination__pagination__buttons:last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .component-pagination__pagination__buttons:last-child {
    justify-content: center;
  }
}
.component-pagination__pagination__buttons.is--disabled {
  opacity: 0.45;
}
.component-pagination__pagination__pages {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  display: flex;
  justify-content: center;
  width: 33.3%;
  flex-shrink: 0;
}
.component-pagination__pagination__pages:not(:has(li[class])) {
  width: auto;
}
@media (min-width: 768px) {
  .component-pagination__pagination__pages {
    width: auto;
    flex-shrink: 1;
  }
}
.component-pagination__pagination__page {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  margin-left: -1px;
  display: flex;
  font-weight: 500;
  line-height: 1.25;
}
.component-pagination__pagination__page.current {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-pagination__pagination__page:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-pagination__pagination__page a,
.component-pagination__pagination__page span {
  display: block;
  text-align: center;
  width: 5.2rem;
  flex-shrink: 0;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .component-pagination__pagination__page a,
  .component-pagination__pagination__page span {
    width: 3.6rem;
  }
}
@media (min-width: 1024px) {
  .component-pagination__pagination__page a,
  .component-pagination__pagination__page span {
    width: 5.2rem;
  }
}
.component-pagination__pagination__page:last-child {
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .component-pagination__pagination__page:first-child {
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .component-pagination__pagination__page:last-child {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
.component-pagination__intervals {
  width: 100%;
}
@media (min-width: 375px) {
  .component-pagination__intervals {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .component-pagination__intervals {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .component-pagination__intervals {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .component-pagination__intervals {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .component-pagination__intervals {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .component-pagination__intervals {
    max-width: 1920px;
  }
}
.component-pagination__intervals {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .component-pagination__intervals {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .component-pagination__intervals {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .component-pagination__intervals > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .component-pagination__intervals > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .component-pagination__intervals > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .component-pagination__intervals > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .component-pagination__intervals > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .component-pagination__intervals {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .component-pagination__intervals {
  position: relative;
  z-index: 1;
}
.component-pagination__intervals {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1.25;
  justify-content: center;
  align-items: center;
}
.component-pagination__intervals--current {
  border-bottom-width: 2px;
  border-color: currentColor;
}
@media (min-width: 768px) {
  .component-pagination {
    gap: 2.6rem;
  }
}
.component-pagination__buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500;
}
.component-pagination__buttons > span {
  display: none;
}
.layout-event-list-calendar .component-pagination__buttons > span {
  display: none;
}
@media (min-width: 768px) {
  .component-pagination__buttons > span {
    display: block;
  }
}
.component-pagination__buttons svg {
  display: block;
  width: 1.8rem;
  height: auto;
}
.component-pagination__buttons:first-child svg {
  transform: rotate(180deg);
}
.component-pagination__buttons.is--disabled {
  opacity: 0.45;
}
.component-pagination__page.dots {
  display: block;
  pointer-events: none;
  padding: 0 0.4rem;
}
.component-pagination__page:not(.dots) {
  padding: 0 0.6rem;
}
@media (min-width: 768px) {
  .component-pagination__page:not(.dots) {
    padding: 0 1rem;
  }
}
.component-pagination__page.current {
  border-bottom-width: 2px;
  border-color: currentColor;
  font-weight: 700;
}
.component-pagination__page:is(a):not(.dots):hover {
  font-weight: 700;
}

.partner-header__left-side > div {
  border: 0.1rem solid #C8CDCE;
  border-radius: 2rem;
}
.partner-header__left-side--image {
  width: 26rem;
  max-width: 100%;
  height: 10rem;
  margin: auto;
}
.partner-header__left-side--image img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  max-height: 100%;
}
.partner-header__left-side hr {
  border-color: #C8CDCE;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.partner-header__left-side--terms {
  display: flex;
  flex-flow: row wrap;
  gap: 1.5rem;
}
.partner-header__left-side--terms > span {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.05rem 2rem;
  border: 0.1rem solid #C8CDCE;
  border-radius: 1rem;
  max-width: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.partner-header__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .partner-header__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.partner-header__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .partner-header__title {
    font-size: 5rem;
  }
}
.partner-header__title {
  color: #092041;
}
.partner-header__subtitle {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.partner-header__meta {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  color: #0D2126;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .partner-header__meta {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.partner-header__meta > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.partner-header__meta > div:not(:first-child) {
  padding-top: 1.5rem;
  border-top: 0.1rem solid #C8CDCE;
}
@media (min-width: 1024px) {
  .partner-header__meta > div:not(:first-child) {
    padding-top: 0;
    padding-left: 1.5rem;
    border-top: unset;
    border-left: 0.1rem solid #C8CDCE;
  }
}
.partner-header__meta .icon-wrapper {
  display: block;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.partner-header__meta--location .icon-wrapper {
  background-image: url("static/img/events/place-ws.svg");
}
.partner-header__toolbar {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem 2.4rem;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .partner-header__toolbar {
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
}
.partner-header__image {
  border-bottom: 0.1rem solid #C8CDCE;
}
.partner-header__image img {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .partner-header__image img {
    border-radius: 2rem;
  }
}

.password-form {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.password-form {
    align-items: flex-start;
  }
}
.password-form .password-previous-page {
  display: none;
}
.layout-event-list-calendar .password-form .password-previous-page {
  display: none;
}
.password-form .password-previous-page { /* hide for now */ position: absolute; top: -80px; left: 0rem;
}
.password-form .password-previous-page .component-button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  row-gap: 0rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 0rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.password-form .password-previous-page .component-button svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (hover: hover) {
  .password-form .password-previous-page .component-button:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
  .password-form .password-previous-page .component-button:hover svg {
    --tw-translate-x: -0.4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.password-form .password-lock-icon {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 85px;
  width: 85px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.password-form .password-lock-icon {
    align-items: flex-start;
  }
}
.password-form .password-lock-icon svg,
.password-form .password-lock-icon img {
  margin: 0rem;
  display: block;
  height: 55px;
  width: 55px;
  border-width: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0rem;
}
.component-navigation__subNavLogos .password-form .password-lock-icon svg,.component-navigation__subNavLogos 
.password-form .password-lock-icon img {
  display: block;
}
.password-form .password-title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .password-form .password-title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.password-form .password-title {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  text-wrap: balance;
  text-wrap: pretty;
}
.password-form .password-message {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  text-wrap: balance;
  text-wrap: pretty;
}
.password-form .password-error-message {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(252 70 114 / var(--tw-text-opacity));
  text-wrap: balance;
  text-wrap: pretty;
}
.password-form .password-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: normal;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.password-form .password-fields {
    align-items: flex-start;
  }
  .password-form .password-fields {
    gap: 3rem;
  }
}
.password-form .password-fields .password-field {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: normal;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  align-self: stretch;
  height: 48px;
  width: 150px;
  border-radius: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 1024px) {
  .password-form .password-fields .password-field {
    width: auto;
  }
}

.component-pill {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  flex-shrink: 0;
  padding: 1.3rem 2rem 1.5rem 2.5rem;
  border-radius: 1rem;
}
.component-pill:hover, .component-pill:active, .component-pill:focus-visible {
  background-color: rgb(13 33 38 / 0.75);
}
.component-pill__label {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .component-pill__label {
    line-height: 1.25;
  }
}
.component-pill__label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.component-pill svg {
  width: 2rem;
  height: 2rem;
  margin-left: 0.8rem;
}

.component-press-releases {
  background: linear-gradient(180deg, #f3f5f5 0%, #ffffff 100%);
}
@media (min-width: 1024px) {
  .component-press-releases {
    background: linear-gradient(0.39deg, rgba(243, 245, 245, 0.7) 0.63%, rgba(255, 255, 255, 0.7) 40.45%);
  }
}
.component-press-releases__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .component-press-releases__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.component-press-releases__eyebrow {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-press-releases__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .component-press-releases__headline {
    font-size: 5rem;
  }
}
.component-press-releases__headline {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  max-width: 16em;
}

.redirect-dialog {
  z-index: 9999;
  position: fixed;
  top: auto;
  bottom: 70px;
  width: calc(100vw - 4rem);
  max-width: 645px;
  border-radius: 1rem;
  border-bottom: 10px solid #FDCD38;
  padding: 1rem;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .redirect-dialog {
    bottom: 100px;
    padding: 3rem;
  }
}
@media (min-width: 1024px) {
  .redirect-dialog {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 5rem;
  }
}
.redirect-dialog__topbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .redirect-dialog__topbar {
    top: 12px;
    right: 12px;
  }
}
@media (min-width: 1024px) {
  .redirect-dialog__topbar {
    top: 20px;
    right: 20px;
    gap: 2rem;
  }
}
.redirect-dialog__topbar button.dialog-close .icon-wrapper {
  width: 10px;
  height: 10px;
}
@media (min-width: 768px) {
  .redirect-dialog__topbar button.dialog-close .icon-wrapper {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1024px) {
  .redirect-dialog__topbar button.dialog-close .icon-wrapper {
    width: 20px;
    height: 20px;
  }
}
.redirect-dialog__topbar--date {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  flex-grow: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C8CDCE;
  margin-top: 3.5rem;
  margin-right: -2rem;
}
@media (min-width: 1024px) {
  .redirect-dialog__topbar--date {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
  }
  @media (min-width: 1024px) {
    .redirect-dialog__topbar--date {
      letter-spacing: 0;
    }
  }
  .redirect-dialog__topbar--date {
    margin-right: 0;
    margin-top: 0;
  }
}
.redirect-dialog__topbar button {
  flex-shrink: 0;
  margin-left: auto;
}
.redirect-dialog__topbar button .icon-wrapper {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("static/img/events/calendar-event-close.svg") center/contain no-repeat;
}
.redirect-dialog__content--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .redirect-dialog__content--eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.redirect-dialog__content--eyebrow {
  text-align: center;
  margin-bottom: 1rem;
}
.redirect-dialog__content--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: bold;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .redirect-dialog__content--title {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  @media (min-width: 1024px) {
    .redirect-dialog__content--title {
      font-size: 2.8rem;
      line-height: 1.25;
    }
  }
}
.redirect-dialog__content--desc {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
  align-items: center;
}
@media (min-width: 1024px) {
  .redirect-dialog__content--desc {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: -0.02rem;
  }
}
.redirect-dialog__pagination {
  display: flex;
  margin-top: 1.2rem;
  justify-content: center;
  gap: 14px;
}
@media (min-width: 1024px) {
  .redirect-dialog__pagination {
    margin-top: 2.4rem;
    gap: 30px;
  }
}
.redirect-dialog__pagination .stay {
  white-space: nowrap;
}
.redirect-dialog__pagination .component-button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0.8rem 1rem;
}
@media (min-width: 1024px) {
  .redirect-dialog__pagination .component-button {
    padding: 1.3rem 2rem;
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

.component-search-result {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: 2rem 0;
  border-radius: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
.component-search-result a::before {
  content: "";
  position: absolute;
  inset: 0rem;
}
@media (min-width: 768px) {
  .component-search-result {
    padding: 4rem;
    margin: 0 -4rem;
  }
}
.component-search-result__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.component-search-result__content h2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.component-search-result__content em {
  font-weight: 700;
  font-style: normal;
}
.component-search-result__image {
  display: none;
}
.layout-event-list-calendar .component-search-result__image {
  display: none;
}
@media (min-width: 768px) {
  .component-search-result__image {
    display: block;
  }
}
.component-search-result__image {
  border-radius: 0.8rem;
  overflow: hidden;
  width: 18.4rem;
  aspect-ratio: 184/123;
  flex-grow: 0;
  flex-shrink: 0;
}
.component-search-result__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .component-search-result:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.component-search-result--featured {
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
  .component-search-result--featured {
    flex-wrap: nowrap;
  }
}
.component-search-result--featured {
  padding: 0;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .component-search-result--featured {
    margin: 3rem 0 5.4rem;
  }
}
.component-search-result--featured h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .component-search-result--featured h2 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.component-search-result--featured .component-search-result__content {
  order: 2;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.component-search-result--featured .component-search-result__content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
.component-search-result--featured .component-search-result__image {
  display: block;
  padding: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem 1rem 0 0;
}
@media (min-width: 768px) {
  .component-search-result--featured .component-search-result__image {
    aspect-ratio: auto;
    height: auto;
    border-radius: 1rem 0 0 1rem;
    width: 100%;
    max-width: 35%;
    min-height: 100%;
    position: relative;
    align-self: stretch;
  }
  .component-search-result--featured .component-search-result__image img {
    position: absolute;
    inset: 0;
  }
}

.component-select {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.component-select__label {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .component-select__label {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.component-select__label {
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.component-select__select {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  display: inline-block;
  outline: none;
}
.component-select__control {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.component-select__control, .component-select__control:hover, .component-select__control:focus-within {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(66 80 82 / var(--tw-border-opacity));
  outline: none;
  box-shadow: none;
}
.component-select__control:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(253 205 56 / var(--tw-border-opacity));
}
.component-select__control--open {
  border-radius: 1rem 1rem 0 0;
}
.component-select__control--open, .component-select__control--has-value {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
}
.component-select__control--open .component-select__placeholder, .component-select__control--open .component-select__value, .component-select__control--open .component-select__indicatorsContainer, .component-select__control--has-value .component-select__placeholder, .component-select__control--has-value .component-select__value, .component-select__control--has-value .component-select__indicatorsContainer {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-select__control:not(.component-select__control--has-value) .component-select__value {
  opacity: 0.45;
}
.component-select__value {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  display: inline-block;
  padding: 1.2rem 1.6rem;
  min-width: 0;
}
.component-select__singleValue, .component-select__multiValue {
  margin: 0;
}
.component-select__customMultiValue ~ .customMultiValue {
  display: none;
}
.component-select__placeholder {
  color: rgb(13 33 38 / var(--tw-text-opacity));
  --tw-text-opacity: 0.4;
}
.component-select__indicatorsContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2rem;
}
.component-select__indicatorIcon {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.component-select__indicatorIcon svg {
  width: 2.6rem;
}
.component-select__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  box-shadow: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
  z-index: 10;
}
.component-select__menuList {
  padding: 0;
}
.component-select__option {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
}
.component-select__option + .option {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
}
.component-select__option span {
  word-wrap: break-word;
  min-width: 0;
}
.component-select__option button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.2rem 1.6rem;
}
.component-select__option button, .component-select__option button:focus {
  outline: none;
}
.component-select__option--selected, .component-select__option:hover, .component-select__option:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.component-select__option__check {
  display: inline-block;
  margin-right: 0.8rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.3rem;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  border-width: 2px;
  flex-shrink: 0;
}
.component-select__option__check svg {
  margin: -0.1rem;
  opacity: 0;
}
.component-select__option__check--selected svg {
  opacity: 1;
  transform: scale(0.85);
}
.component-select__control, .component-select__option, .component-select__placeholder, .component-select__singleValue, .component-select__multiValue, .component-select__dropdownIndicator {
  cursor: pointer;
}

.component-sort-toggle {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(13 33 38 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  padding: 0.2rem 1.3rem;
  border-radius: 1rem;
  display: flex;
  gap: 0 0.8rem;
  align-items: center;
  justify-content: flex-start;
  min-width: 15.6rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.component-sort-toggle svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 1.6rem;
  height: 1.6rem;
}
.component-sort-toggle:hover, .component-sort-toggle:focus-visible {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-sort-toggle:hover svg path, .component-sort-toggle:focus-visible svg path {
  fill: #fff;
}
.component-sort-toggle--up svg {
  transform: scale(1, -1) rotate(90deg);
}
.component-sort-toggle__label {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .component-sort-toggle__label {
    line-height: 1.25;
  }
}
.component-sort-toggle__label {
  margin-right: auto;
  white-space: nowrap;
}

.tabs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tabs .tabs__wrapper {
  position: relative;
}
.tabs .tabs__wrapper.variant-secondary:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  height: 0.1rem;
  background-color: #dbdbdb;
}
.tabs .tabs__wrapper.variant-secondary .tabs__overflow-wrapper {
  overflow-x: auto;
}
.tabs .tabs__wrapper.variant-secondary .tabs__button-wrapper {
  justify-content: space-between;
}
.tabs .tabs__wrapper.variant-secondary button {
  padding-bottom: 2rem;
  color: #425052;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.tabs .tabs__wrapper.variant-secondary button:hover, .tabs .tabs__wrapper.variant-secondary button:focus-visible {
  color: #0D2126;
}
.tabs .tabs__wrapper.variant-secondary button:hover:before, .tabs .tabs__wrapper.variant-secondary button:focus-visible:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  right: 0;
  height: 0.1rem;
  background-color: #0D2126;
  transition: background 0.3s ease 0.3s;
}
.tabs .tabs__wrapper.variant-secondary button:hover[aria-selected=true]:before, .tabs .tabs__wrapper.variant-secondary button:focus-visible[aria-selected=true]:before {
  background-color: transparent;
}
.tabs .tabs__button-wrapper {
  position: relative;
  display: flex;
  gap: 0 4rem;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-behavior: smooth;
}
.tabs .tabs__button-wrapper::-webkit-scrollbar {
  display: none;
}
.tabs .tabs__button-wrapper button {
  letter-spacing: 0.0625em;
  position: relative;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .tabs .tabs__button-wrapper button {
    white-space: inherit;
  }
}
.tabs .tabs__button-wrapper button:hover, .tabs .tabs__button-wrapper button:focus-visible, .tabs .tabs__button-wrapper button[aria-selected=true] {
  letter-spacing: 0.001;
  font-weight: 700;
}
.tabs .line {
  position: absolute;
  height: 0.2rem;
  bottom: 0;
  background-color: #0D2126;
  transition: all 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tabs.variant-withContent {
  display: flex;
  flex-direction: column;
}

.teaser-post {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 205 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 54rem;
  transition: filter 0.3s ease, background 0.3s ease;
}
.teaser-post:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  filter: drop-shadow(0px 4px 25px rgba(13, 33, 38, 0.15));
}
.teaser-post--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.teaser-post--dark hr {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.teaser-post--dark:hover {
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
.teaser-post--dark .teaser-post__eyebrow {
  color: currentColor;
}
.teaser-post__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .teaser-post__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.teaser-post__eyebrow {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
}
.teaser-post__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .teaser-post__headline {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.teaser-post__headline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 500;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-wrap: balance;
  margin-bottom: auto;
}
@media (min-width: 1024px) {
  .teaser-post__headline {
    font-size: 2.4rem;
  }
}
.teaser-post__intro {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-wrap: balance;
}
.teaser-post__meta {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
  font-weight: 500;
  color: #9a9a9a;
}
.teaser-post__content {
  display: flex;
  flex-direction: column;
  padding: 4rem 4rem 2rem;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .teaser-post__content {
    padding-bottom: 4rem;
  }
}
.teaser-post__img {
  --tw-bg-opacity: 1;
  background-color: rgb(226 229 230 / var(--tw-bg-opacity));
  position: relative;
  aspect-ratio: 393/262;
}
.teaser-post__img img {
  position: absolute;
  inset: 0rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teaser-post--without-image:not(.teaser-post--featured) .teaser-post__headline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-bottom: 2rem;
}
.teaser-post--without-image:not(.teaser-post--featured) .teaser-post__intro {
  margin-bottom: auto;
}
.teaser-post--without-image:not(.teaser-post--featured) .teaser-post__content {
  --tw-border-opacity: 1;
  border-color: rgb(253 205 56 / var(--tw-border-opacity));
  border-bottom-width: 2rem;
}
.teaser-post--featured {
  min-height: unset;
}
.teaser-post--featured .teaser-post__headline {
  margin-bottom: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.teaser-post--featured .teaser-post__intro {
  display: none;
}
@media (min-width: 768px) {
  .teaser-post--featured .teaser-post__intro {
    margin-bottom: auto;
  }
  .teaser-post--featured {
    flex-direction: row;
    aspect-ratio: unset;
  }
  .teaser-post--featured .teaser-post__headline {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  @media (min-width: 1024px) {
    .teaser-post--featured .teaser-post__headline {
      line-height: 1.25;
      font-size: 2.6rem;
    }
  }
  .teaser-post--featured .teaser-post__img {
    --tw-bg-opacity: 1;
    background-color: rgb(253 205 56 / var(--tw-bg-opacity));
    aspect-ratio: 3/2;
    flex: 0 0 66%;
  }
  .teaser-post--featured .teaser-post__img img {
    width: 100%;
    height: 100%;
  }
}

.teaser-newsroom {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.teaser-pr {
  display: flex;
  flex-flow: column nowrap;
  padding-right: 10rem;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .teaser-pr {
    padding-right: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.teaser-pr__img {
  aspect-ratio: 250/167;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}
@media (min-width: 1024px) {
  .teaser-pr__img {
    border-radius: 2rem;
    width: 25rem;
    flex-shrink: 0;
  }
}
.teaser-pr__img img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .teaser-pr__content {
    flex-grow: 1;
  }
}
.teaser-pr__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .teaser-pr__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.teaser-pr__eyebrow {
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
  margin-bottom: 1.5rem;
}
.teaser-pr__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .teaser-pr__headline {
    letter-spacing: 0;
  }
}
.teaser-pr__headline {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  letter-spacing: 0;
}
.teaser-pr__meta {
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.849rem;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}

.component-text-composition {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.component-text-composition__h {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-wrap: balance;
}

.component-text p + p {
  margin-top: 1em;
}
.component-text a {
  text-decoration: underline;
}
.component-text a:hover {
  text-decoration: none;
}

.component-video-modal {
  position: fixed;
  inset: 0rem;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  display: block;
  z-index: 1100;
  overflow: auto;
}
.component-video-modal__wrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .component-video-modal__wrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .component-video-modal__wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .component-video-modal__wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .component-video-modal__wrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .component-video-modal__wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .component-video-modal__wrapper {
    max-width: 1920px;
  }
}
.component-video-modal__wrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .component-video-modal__wrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .component-video-modal__wrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .component-video-modal__wrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .component-video-modal__wrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .component-video-modal__wrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .component-video-modal__wrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .component-video-modal__wrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .component-video-modal__wrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .component-video-modal__wrapper {
  position: relative;
  z-index: 1;
}
.component-video-modal .component-video {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  margin-top: 10.4rem;
  transition: 0.3s ease-out all;
  opacity: 1;
  max-width: calc((100vh - 200px) / 9 * 16);
  max-width: calc((100svh - 200px) / 9 * 16);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .component-video-modal .component-video {
    margin-top: 16.8rem;
  }
}
.component-video-modal--in .component-video, .component-video-modal--out .component-video {
  opacity: 0;
  transform: translateY(4rem);
}

.component-video {
  position: relative;
  display: block;
  width: 100%;
}
.component-video video {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.component-navigation__subNavLogos .component-video video {
  display: block;
}
.component-video video::-webkit-media-controls-overlay-play-button {
  display: none;
}
.component-video__play {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .component-video__play {
    width: 13.4rem;
    height: 13.4rem;
  }
}
.component-video__play::before {
  content: "";
  z-index: -1;
  pointer-events: none;
  width: 74%;
  height: 74%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  transition: all 0.2s ease;
}
.component-video__play:hover::before {
  transform: translate(-50%, -50%) scale(0.95);
  --tw-bg-opacity: 1;
  background-color: rgb(253 246 227 / var(--tw-bg-opacity));
}
.component-video__play:hover svg {
  transform: scale(0.9);
}
.component-video__play svg {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  transition: all 0.3s ease;
  width: 44%;
  will-change: transform;
}

.add-to-calendar button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.add-to-calendar button:hover {
  text-decoration: none;
}
.add-to-calendar .icon-wrapper {
  display: block;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("static/img/events/calendar_add_on-ws.svg");
}

.layout-accordion__content {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .layout-accordion__content {
    max-width: 94.3rem;
  }
}
.layout-accordion__content h1,
.layout-accordion__content h2,
.layout-accordion__content h3,
.layout-accordion__content h4,
.layout-accordion__content h5,
.layout-accordion__content h6 {
  margin-bottom: 3.5rem;
}
html[lang=ja] .layout-accordion__content h1,
html[lang=ja] .layout-accordion__content h2,
html[lang=ja] .layout-accordion__content h3,
html[lang=ja] .layout-accordion__content h4,
html[lang=ja] .layout-accordion__content h5,
html[lang=ja] .layout-accordion__content h6 {
  font-weight: 600;
}
.layout-accordion__content h1 strong,
.layout-accordion__content h1 b,
.layout-accordion__content h2 strong,
.layout-accordion__content h2 b,
.layout-accordion__content h3 strong,
.layout-accordion__content h3 b,
.layout-accordion__content h4 strong,
.layout-accordion__content h4 b,
.layout-accordion__content h5 strong,
.layout-accordion__content h5 b,
.layout-accordion__content h6 strong,
.layout-accordion__content h6 b {
  font-weight: inherit;
}
.layout-accordion__content h1 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .layout-accordion__content h1 {
    font-size: 5rem;
  }
}
.layout-accordion__content h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-accordion__content h2 {
    letter-spacing: -0.05rem;
    font-size: 3.6rem;
  }
}
.layout-accordion__content h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-accordion__content h3 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.layout-accordion__content h4 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-accordion__content h4 {
    letter-spacing: 0;
  }
}
.layout-accordion__content h4 {
  font-weight: 500;
}
.layout-accordion__content h5 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
.layout-accordion__content h6 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-accordion__content p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-accordion__content p a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-accordion__content p a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-accordion__content p em:first-child:last-child {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-accordion__content strong {
  font-weight: 500;
}
html[lang=ja] .layout-accordion__content strong {
  font-weight: 600;
}
.layout-accordion__content ul,
.layout-accordion__content ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-accordion__content ul li,
.layout-accordion__content ol li {
  margin-bottom: 0.8rem;
}
.layout-accordion__content li ul,
.layout-accordion__content li ol {
  margin-bottom: 0rem;
}
.layout-accordion__content ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-accordion__content ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-accordion__content ul:empty {
  text-indent: 0px;
}
.layout-accordion__content ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-accordion__content hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 205 206 / var(--tw-bg-opacity));
  border: none;
  height: 0.1rem;
  width: 100%;
}
.layout-accordion__content table {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  color: #000;
  border: 1px solid #C8CDCE;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.layout-accordion__content table tr:nth-child(2n):not(:last-child:nth-child(2)) {
  background-color: #C8CDCE;
}
.layout-accordion__content table td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border: 1px solid #425052;
  vertical-align: top;
}
.layout-accordion__content table td strong {
  font-weight: 600;
}
.layout-accordion__content table td p {
  margin-bottom: 3.2rem;
}
.layout-accordion__content table td p:last-child {
  margin-bottom: 0rem;
}
.layout-accordion__content table:first-of-type {
  background-color: #fff;
}
.layout-accordion:is(.article-content > .container > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .container > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .container > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .container > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .container > .layout-accordion) > .container * {
  max-width: 100%;
}

.layout-blockquote {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .layout-blockquote {
    margin-bottom: 7.5rem;
  }
}
.layout-blockquote__wrapper {
  grid-column: 1 / -1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .layout-blockquote__wrapper {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    border-radius: 2rem;
  }
}
.layout-blockquote__content {
  display: flex;
  flex-direction: column;
  padding: 5.5rem 3rem 6rem 5rem;
  gap: 2rem 0;
}
@media (min-width: 1024px) {
  .layout-blockquote__content {
    padding: 10rem 7.5rem 7.5rem 8rem;
  }
}
.layout-blockquote__quote {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-blockquote__quote {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-blockquote__quote {
  margin-bottom: 3.5rem;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .layout-blockquote__quote {
    font-size: 3.6rem;
  }
}
.layout-blockquote__cite {
  font-style: normal;
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  display: flex;
  flex-direction: column;
}

.layout-cards-with-image {
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-cards-with-image {
    padding: 8rem 0;
  }
  .layout-cards-with-image--reduce-padding {
    padding: 5rem 0;
  }
}
.layout-cards-with-image__icon {
  width: 8.5rem;
  height: 8.5rem;
  margin-bottom: 2rem;
}
.layout-cards-with-image__cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .layout-cards-with-image__cards-wrapper {
    flex-direction: row;
    gap: 3rem;
  }
}
.layout-cards-with-image__cards-wrapper--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-cards-with-image__cards-wrapper--grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-image-with-checklist .layout-cards-with-image__cards-wrapper--grid {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-cards-with-image__cards-wrapper--grid.items-center {
    align-items: flex-start;
  }
}
.layout-cards-with-image__cards-wrapper--grid .layout-cards-with-image__card-wrapper {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-cards-with-image__cards-wrapper--grid .layout-cards-with-image__card-wrapper {
    grid-column: span 4 / span 4;
  }
}
.layout-cards-with-image__card-wrapper {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 205 206 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  aspect-ratio: 396/541;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  transition: filter 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .layout-cards-with-image__card-wrapper:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    filter: drop-shadow(0px 4px 25px rgba(13, 33, 38, 0.15));
  }
}
.layout-cards-with-image__card-wrapper.--is-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .layout-cards-with-image__card-wrapper {
    border-radius: 2rem;
  }
  .layout-cards-with-image__card-wrapper:only-child {
    width: 50%;
  }
}
.layout-cards-with-image__card-wrapper__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.layout-cards-with-image__card-wrapper__content__inner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding: 4rem 4rem 0 4rem;
}
@media (min-width: 1440px) {
  .layout-cards-with-image__card-wrapper__content__inner-wrapper {
    padding: 4rem 4rem 0 4rem;
  }
}
.layout-cards-with-image__card-wrapper__content__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: auto;
}
.layout-cards-with-image__card-wrapper__content__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-cards-with-image__card-wrapper__content__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-cards-with-image__card-wrapper__content__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-cards-with-image__card-wrapper__content__headline {
    line-height: 1.25;
    font-size: 2.6rem;
  }
}
.layout-cards-with-image__card-wrapper__content__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-cards-with-image__card-wrapper__content__links-wrapper {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 0.4rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
  min-height: 7rem;
}
.layout-cards-with-image__card-wrapper__content__links-wrapper img {
  width: 2.5rem;
  height: 2.5rem;
}
.layout-cards-with-image__card-wrapper__content__links-wrapper-wrapper {
  display: flex;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .layout-cards-with-image__card-wrapper__content__links-wrapper {
    gap: 4.5rem;
    flex-direction: row;
    padding-bottom: 3rem;
    min-height: 9rem;
  }
}
.layout-cards-with-image__card-wrapper__content__link {
  display: flex;
  gap: 1.5rem;
  text-decoration: underline;
  align-items: flex-start;
}
.layout-cards-with-image__card-wrapper__content__img-wrapper {
  width: 100%;
  position: relative;
  flex-shrink: 0;
}
.layout-cards-with-image__card-wrapper__content__img-wrapper img {
  aspect-ratio: 393/262;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.layout-cards-with-image__card-wrapper__content__button {
  margin-top: 3rem;
}
.layout-cards-with-image__card-wrapper__content__button--hidden {
  position: absolute;
  inset: 0rem;
  opacity: 1;
  z-index: 2;
  margin: 0;
  border-width: 0 !important;
  background-color: transparent !important;
}
.layout-cards-with-image__card-wrapper__content__button--hidden:focus-visible {
  border-width: 2px !important;
}
.layout-cards-with-image__card-wrapper__content__button--hidden .component-button__label {
  display: none;
}
.layout-cards-with-image__button {
  margin-top: 4rem;
  text-align: center;
}

.layout-code-snippet {
  width: 100%;
}

@media (min-width: 375px) {
  .layout-code-snippet {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .layout-code-snippet {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .layout-code-snippet {
    max-width: 1024px;
  }
}

@media (min-width: 1360px) {
  .layout-code-snippet {
    max-width: 1360px;
  }
}

@media (min-width: 1440px) {
  .layout-code-snippet {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .layout-code-snippet {
    max-width: 1920px;
  }
}

.layout-code-snippet {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .layout-code-snippet {
    padding: 0 6rem;
    max-width: 124rem;
  }
}

@media screen and (min-width: 1360px) {
  .layout-code-snippet {
    padding: 0;
    max-width: 124rem;
  }
}

.layout-accordion:is(.article-content > .layout-code-snippet > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-code-snippet > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.layout-accordion:is(.article-content > .layout-code-snippet > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-code-snippet > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}

.layout-accordion:is(.article-content > .layout-code-snippet > .layout-accordion) > .container * {
  max-width: 100%;
}

.layout-event-listing > .layout-code-snippet {
  row-gap: 6rem;
}

.layout-headline.theme-gray-gradient .layout-code-snippet {
  position: relative;
  z-index: 1;
}

.layout-cta-banner__content {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(66 80 82 / var(--tw-border-opacity));
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .layout-cta-banner__content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.layout-default {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.component-layout pre {
  height: 20rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 205 206 / var(--tw-bg-opacity));
  padding: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(66 80 82 / var(--tw-text-opacity));
}
.component-layout.theme-light,
.component-layout .theme-light {
  color: inherit;
}
.component-layout.theme-light:not(button, a),
.component-layout .theme-light:not(button, a) {
  background: none;
}
.component-layout.theme-dark,
.component-layout .theme-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-dark-gradient,
.component-layout .theme-dark-gradient {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-dark-gradient:not(button, a),
.component-layout .theme-dark-gradient:not(button, a) {
  background: linear-gradient(0deg, #143239 12.05%, #0d2126 99.95%);
}
.component-layout.theme-black-gradient,
.component-layout .theme-black-gradient {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(0deg, #0D2126 12.05%, #143239 99.95%);
}
.component-layout.theme-yellow,
.component-layout .theme-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
}
.component-layout.theme-yellow-gradient,
.component-layout .theme-yellow-gradient {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 12.05%, rgba(243, 245, 245, 0) 99.95%), #fff0c3;
}
.component-layout.theme-gold,
.component-layout .theme-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
}
.component-layout.theme-gray-gradient,
.component-layout .theme-gray-gradient {
  background: linear-gradient(180deg, #fff 42.59%, #F3F5F5 100%);
}
.component-layout.theme-live,
.component-layout .theme-live {
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-live-light,
.component-layout .theme-live-light {
  background-color: #E2F9FD;
}
.component-layout.theme-live-gradient,
.component-layout .theme-live-gradient {
  background: linear-gradient(180deg, #E2F9FD 42.59%, #f4fdff 100%);
}
.component-layout.theme-engage,
.component-layout .theme-engage {
  --tw-bg-opacity: 1;
  background-color: rgb(252 70 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-engage-light,
.component-layout .theme-engage-light {
  background-color: #FFE9EE;
}
.component-layout.theme-engage-gradient,
.component-layout .theme-engage-gradient {
  background: linear-gradient(180deg, #FFE9EE 42.59%, #fff8f9 100%);
}
.component-layout.theme-captana,
.component-layout .theme-captana {
  --tw-bg-opacity: 1;
  background-color: rgb(47 144 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-captana-light,
.component-layout .theme-captana-light {
  background-color: #E6F2FF;
}
.component-layout.theme-captana-gradient,
.component-layout .theme-captana-gradient {
  background: linear-gradient(180deg, #E6F2FF 42.59%, #f5faff 100%);
}
.component-layout.theme-sesimagotag,
.component-layout .theme-sesimagotag {
  --tw-bg-opacity: 1;
  background-color: rgb(156 101 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-sesimagotag-light,
.component-layout .theme-sesimagotag-light {
  background-color: #F3EDFF;
}
.component-layout.theme-sesimagotag-gradient,
.component-layout .theme-sesimagotag-gradient {
  background: linear-gradient(180deg, #F3EDFF 42.59%, #f8f4fe 100%);
}
.component-layout.theme-memory,
.component-layout .theme-memory {
  --tw-bg-opacity: 1;
  background-color: rgb(200 78 61 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-memory-light,
.component-layout .theme-memory-light {
  background-color: #FEECE9;
}
.component-layout.theme-memory-gradient,
.component-layout .theme-memory-gradient {
  background: linear-gradient(180deg, #FEECE9 42.59%, #fff8f6 100%);
}
.component-layout.theme-pdidigital,
.component-layout .theme-pdidigital {
  --tw-bg-opacity: 1;
  background-color: rgb(11 166 128 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.component-layout.theme-pdidigital-light,
.component-layout .theme-pdidigital-light {
  background-color: #E2F9F3;
}
.component-layout.theme-pdidigital-gradient,
.component-layout .theme-pdidigital-gradient {
  background: linear-gradient(180deg, #E2F9F3 42.59%, #f5fffd 100%);
}

.layout-divider-line {
  width: 100%;
}

@media (min-width: 375px) {
  .layout-divider-line {
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .layout-divider-line {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .layout-divider-line {
    max-width: 1024px;
  }
}

@media (min-width: 1360px) {
  .layout-divider-line {
    max-width: 1360px;
  }
}

@media (min-width: 1440px) {
  .layout-divider-line {
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .layout-divider-line {
    max-width: 1920px;
  }
}

.layout-divider-line {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .layout-divider-line {
    padding: 0 6rem;
    max-width: 124rem;
  }
}

@media screen and (min-width: 1360px) {
  .layout-divider-line {
    padding: 0;
    max-width: 124rem;
  }
}

.layout-divider-line {
  background-color: transparent;
}

.layout-accordion:is(.article-content > .layout-divider-line > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-divider-line > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.layout-accordion:is(.article-content > .layout-divider-line > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-divider-line > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}

.layout-accordion:is(.article-content > .layout-divider-line > .layout-accordion) > .container * {
  max-width: 100%;
}

.layout-event-listing > .layout-divider-line {
  row-gap: 6rem;
}

.layout-headline.theme-gray-gradient .layout-divider-line {
  position: relative;
  z-index: 1;
}
.layout-divider-line__wrapper {
  grid-column: 1 / -1;
  position: relative;
}
.layout-divider-line__line {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(200 205 206 / var(--tw-bg-opacity));
  border: none;
  height: 0.1rem;
  width: 100%;
}

.layout-event-hero-highlights {
  padding: 6rem 0;
  background-color: #0D2126;
  color: #fff;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights {
    padding: 10rem 0;
  }
}
.layout-event-hero-highlights__navigation {
  flex-shrink: 0;
  margin-right: 2rem;
}
.layout-event-hero-highlights__intro p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.layout-event-hero-highlights__intro h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights__intro h2 {
    font-size: 5.8rem;
  }
}
.layout-event-hero-highlights .single-event {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 0.1rem solid #425052;
  background-color: #27363A;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column nowrap;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights .single-event {
    flex-direction: row;
  }
}
.layout-event-hero-highlights .single-event__content {
  padding: 4rem;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights .single-event__content {
    padding: 7rem 4rem 6rem;
  }
}
.layout-event-hero-highlights .single-event__content--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.layout-event-hero-highlights .single-event__content--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights .single-event__content--title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.layout-event-hero-highlights .single-event__content--subtitle {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-event-hero-highlights .single-event__content--date, .layout-event-hero-highlights .single-event__content--location {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.layout-event-hero-highlights .single-event__content--date .icon-wrapper, .layout-event-hero-highlights .single-event__content--location .icon-wrapper {
  display: block;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.layout-event-hero-highlights .single-event__content--date .icon-wrapper {
  background-image: url("static/img/events/calendar_today-ws-gold.svg");
}
.layout-event-hero-highlights .single-event__content--location .icon-wrapper {
  background-image: url("static/img/events/place-ws-gold.svg");
}
.layout-event-hero-highlights .single-event__image-wrapper {
  aspect-ratio: 348/248;
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .layout-event-hero-highlights .single-event__image-wrapper {
    width: 65.27%;
    aspect-ratio: unset;
    height: 100%;
  }
}
.layout-event-hero-highlights .single-event__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.layout-event-hero-highlights .single-event__pill {
  position: absolute;
  z-index: 10;
  right: 8rem;
  top: 3.2rem;
  color: #0D2126;
  background-color: #FFF0C3;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  pointer-events: none;
}
.layout-event-hero-highlights .swiper {
  overflow: visible;
}
.layout-event-hero-highlights .swiper-slide {
  height: auto;
  position: relative;
}
.layout-event-hero-highlights .swiper-prev,
.layout-event-hero-highlights .swiper-next {
  border: solid 1px #fff;
  padding: 2rem;
  transition: background-color 0.2s ease;
}
.layout-event-hero-highlights .swiper-prev svg,
.layout-event-hero-highlights .swiper-next svg {
  width: 3rem;
  height: 3rem;
  transition: fill 0.2s ease;
}
.layout-event-hero-highlights .swiper-prev:hover,
.layout-event-hero-highlights .swiper-next:hover {
  background-color: #fff;
  border-color: #0D2126;
  transition: all 0.2s ease;
}
.layout-event-hero-highlights .swiper-prev:hover svg,
.layout-event-hero-highlights .swiper-next:hover svg {
  color: #0D2126;
}
.layout-event-hero-highlights .swiper-prev {
  border-radius: 1rem 0 0 1rem;
}
.layout-event-hero-highlights .swiper-prev__icon svg {
  transform: rotate(180deg);
}
.layout-event-hero-highlights .swiper-next {
  border-radius: 0 1rem 1rem 0;
  margin-left: -0.5rem;
}
.layout-event-hero-highlights .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.layout-event-hero-highlights .swiper-pagination {
  position: static;
  width: auto;
  height: auto;
  font-size: 1.4rem;
  font-weight: 500;
}

.layout-event-list-calendar {
  row-gap: 6rem;
  background-color: #F3F5F5;
}
.layout-event-list-calendar .hidden {
  display: none !important;
}
.layout-event-list-calendar__intro--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.layout-event-list-calendar__intro--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__intro--title {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-event-list-calendar__view-toggles {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 0.1rem solid #C8CDCE;
}
.layout-event-list-calendar__view-toggles button {
  padding: 1.2rem 1.6rem;
  min-width: 13.5rem;
  font-size: 1.8rem;
  line-height: 2.97rem;
  letter-spacing: -0.02rem;
  font-weight: 400;
  text-align: center;
  background-color: #E2E5E6;
  color: rgba(13, 33, 38, 0.45);
}
.layout-event-list-calendar__view-toggles button:first-child {
  border-top-left-radius: 1rem;
}
.layout-event-list-calendar__view-toggles button:last-child {
  border-top-right-radius: 1rem;
}
.layout-event-list-calendar__view-toggles button:disabled {
  background-color: #0D2126;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--filters {
    display: flex;
    gap: 4rem;
  }
}
.layout-event-list-calendar__list--filters .component-select {
  width: 100%;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--filters .component-select {
    max-width: 28rem;
  }
}
.layout-event-list-calendar__list--events {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
.layout-event-list-calendar__list--card {
  background-color: #fff;
  display: none;
  flex-flow: column nowrap;
  padding: 2rem 2rem 3rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card {
    padding: 2rem;
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(13, 33, 38, 0.1490196078);
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    transition: background-color 0.2s ease-in, box-shadow 0.2s ease-in, border-radius 0.2s ease-in;
  }
}
.layout-event-list-calendar__list--card:hover, .layout-event-list-calendar__list--card:focus-visible {
  background-color: #fff;
  box-shadow: 0 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
  border-radius: 1rem;
}
.layout-event-list-calendar__list--card:hover .actions .view-details, .layout-event-list-calendar__list--card:focus-visible .actions .view-details {
  border-color: transparent;
  font-weight: 500;
  letter-spacing: initial;
}
.layout-event-list-calendar__list--card .seperator {
  display: none;
  background: #C8CDCE;
  margin: auto;
  width: 1px;
  height: 8.5rem;
  max-height: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .seperator {
    display: block;
  }
}
.layout-event-list-calendar__list--card .image-wrapper {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 313/208;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .image-wrapper {
    width: 16.667%;
    aspect-ratio: 200/133;
  }
}
.layout-event-list-calendar__list--card .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-event-list-calendar__list--card .first-line {
  padding: 3rem 0 2rem;
  border-bottom: 0.1rem solid #C8CDCE;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .first-line {
    width: 30.1369863014%;
    padding: 0;
    border-bottom: none;
    flex-grow: 1;
  }
}
.layout-event-list-calendar__list--card .first-line .eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .first-line .eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-event-list-calendar__list--card .first-line .title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .first-line .title {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.layout-event-list-calendar__list--card .meta {
  padding: 2rem 0;
  border-bottom: 1px solid #C8CDCE;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .meta {
    width: 24rem;
    padding: 0;
    border-bottom: none;
    flex-shrink: 0;
  }
}
.layout-event-list-calendar__list--card .meta .date,
.layout-event-list-calendar__list--card .meta .location,
.layout-event-list-calendar__list--card .meta .booth {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.layout-event-list-calendar__list--card .meta .date .icon-wrapper,
.layout-event-list-calendar__list--card .meta .location .icon-wrapper,
.layout-event-list-calendar__list--card .meta .booth .icon-wrapper {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
}
.layout-event-list-calendar__list--card .meta .date .icon-wrapper {
  background-image: url("static/img/events/calendar_today.svg");
  background-position: 5% center;
  background-size: 2rem auto;
}
.layout-event-list-calendar__list--card .meta .location .icon-wrapper {
  background-image: url("static/img/events/place.svg");
  background-position: 15% center;
  background-size: auto 2.8rem;
}
.layout-event-list-calendar__list--card .meta .booth .icon-wrapper {
  background-image: url("static/img/events/booth-ws.svg");
  background-position: center;
  background-size: contain;
}
.layout-event-list-calendar__list--card .meta > div:not(:first-child) {
  margin-top: 1rem;
}
.layout-event-list-calendar__list--card .actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--card .actions {
    padding: 0;
    width: 19.6615632554%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
  }
}
.layout-event-list-calendar__list--card .actions .view-details,
.layout-event-list-calendar__list--card .actions button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: border-color 0.2s ease-in;
}
.layout-event-list-calendar__list--card .actions button:hover, .layout-event-list-calendar__list--card .actions button:focus-visible {
  border-color: transparent;
  font-weight: 500;
  letter-spacing: initial;
}
.layout-event-list-calendar__list--card.active-filter.active-page {
  display: flex;
}
.layout-event-list-calendar__list--pagination {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.layout-event-list-calendar__list--pagination button {
  flex-shrink: 0;
}
.layout-event-list-calendar__list--pagination button.prev,
.layout-event-list-calendar__list--pagination button.next {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--pagination button.prev,
.layout-event-list-calendar__list--pagination button.next {
    line-height: 1.25;
  }
}
.layout-event-list-calendar__list--pagination button.prev,
.layout-event-list-calendar__list--pagination button.next {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.layout-event-list-calendar__list--pagination button.prev svg,
.layout-event-list-calendar__list--pagination button.next svg {
  width: 1.6rem;
}
.layout-event-list-calendar__list--pagination button.prev:disabled,
.layout-event-list-calendar__list--pagination button.next:disabled {
  opacity: 0.45;
}
.layout-event-list-calendar__list--pagination button.prev svg {
  rotate: 180deg;
}
.layout-event-list-calendar__list--pagination .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--pagination .pages {
    gap: 2rem;
  }
}
.layout-event-list-calendar__list--pagination .pages__inner {
  border: 0.1rem solid #0D2126;
  border-radius: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.layout-event-list-calendar__list--pagination .pages__inner button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--pagination .pages__inner button {
    line-height: 1.25;
  }
}
.layout-event-list-calendar__list--pagination .pages__inner button {
  line-height: 1;
  display: none;
  width: 5.3rem;
  height: 4rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__list--pagination .pages__inner button {
    display: block;
  }
}
.layout-event-list-calendar__list--pagination .pages__inner button.active {
  display: block;
  background: #0D2126;
  color: #fff;
}
.layout-event-list-calendar__list--pagination .sections {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.layout-event-list-calendar__list--pagination .sections button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
}
.layout-event-list-calendar__list--pagination .sections button.active {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
  text-decoration-thickness: 0.1ex;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar {
  margin-bottom: 0;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar > .fc-toolbar-chunk {
  display: none;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-header-toolbar > .fc-toolbar-chunk {
    margin-bottom: 4rem;
  }
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar > .fc-toolbar-chunk:first-of-type {
  display: block;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-header-toolbar > .fc-toolbar-chunk:first-of-type > div {
    display: flex;
    align-items: center;
  }
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button {
  width: 6.4rem;
  height: 6.5rem;
  border: 0.1rem solid #0D2126;
  background: transparent;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button span {
  width: 2.9rem;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button span::before {
  content: url("static/img/events/btn-arrow.svg");
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button.fc-prev-button {
  border-right: unset;
  border-radius: 1rem 0 0 1rem;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button.fc-prev-button span {
  rotate: 180deg;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button.fc-next-button {
  border-radius: 0 1rem 1rem 0;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button:disabled {
  border-color: #C8CDCE;
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-button:disabled span::before {
  content: url("static/img/events/btn-arrow-disabled.svg");
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-toolbar-title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-toolbar-title {
  margin: 3rem 0 0;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-header-toolbar .fc-toolbar-title {
    margin: 0 0 0 3.5rem;
  }
}
.layout-event-list-calendar__calendar .fc .fc-view-harness::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 1px;
  left: -1px;
  z-index: 100;
  background-color: #F3F5F5;
}
.layout-event-list-calendar__calendar .fc .fc-scrollgrid {
  border-color: #425052;
  border-top-color: transparent;
}
.layout-event-list-calendar__calendar .fc .fc-scrollgrid .fc-scrollgrid-section-header > th {
  border-right: 1px solid transparent;
}
.layout-event-list-calendar__calendar .fc .fc-scrollgrid .fc-scrollgrid-section-body > td {
  border-color: #425052;
}
.layout-event-list-calendar__calendar .fc .fc-col-header .fc-col-header-cell {
  text-align: left;
  border-right-color: transparent;
}
.layout-event-list-calendar__calendar .fc .fc-col-header .fc-col-header-cell .fc-col-header-cell-cushion {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-col-header .fc-col-header-cell .fc-col-header-cell-cushion {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-event-list-calendar__calendar .fc .fc-col-header .fc-col-header-cell .fc-col-header-cell-cushion {
  padding: 0;
}
.layout-event-list-calendar__calendar .fc .fc-daygrid-day-top {
  flex-direction: row;
}
.layout-event-list-calendar__calendar .fc .fc-daygrid-day-events {
  min-height: 0;
  position: unset;
}
.layout-event-list-calendar__calendar .fc .fc-daygrid-event-harness {
  position: unset;
}
.layout-event-list-calendar__calendar .fc .fc-daygrid-event-harness .fc-event {
  display: block;
  margin: 0;
  position: absolute;
  left: 1.1rem;
  bottom: 0.6rem;
  width: 2.8rem;
  height: 2.8rem;
  max-width: 50%;
  max-height: 50%;
  background-image: url("static/img/events/calendar-event-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  pointer-events: none;
  border: 0;
  border-radius: 0;
}
@media (min-width: 375px) {
  .layout-event-list-calendar__calendar .fc .fc-daygrid-event-harness .fc-event {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-daygrid-event-harness .fc-event {
    width: 6rem;
    height: 6rem;
    left: 1.8rem;
    bottom: 2rem;
  }
}
.layout-event-list-calendar__calendar .fc .fc-daygrid-event-harness:not(:first-of-type) .fc-event {
  z-index: 10;
  background-image: url("static/img/events/calendar-events-icon.svg");
}
.layout-event-list-calendar__calendar .fc .fc-day {
  border-color: #425052;
}
.layout-event-list-calendar__calendar .fc .fc-day.fc-day-today {
  background-color: transparent;
}
.layout-event-list-calendar__calendar .fc .fc-day.active {
  background-color: #FDCD38;
}
.layout-event-list-calendar__calendar .fc .fc-day.active .fc-event {
  display: none;
}
.layout-event-list-calendar__calendar .fc .fc-day.fc-day-past .fc-daygrid-day-number {
  color: #C8CDCE;
}
.layout-event-list-calendar__calendar .fc .fc-day .fc-daygrid-day-number {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0 0 0.5rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .fc .fc-day .fc-daygrid-day-number {
    padding: 1.8rem 0 0 1.7rem;
    font-size: 2.8rem;
  }
}
.layout-event-list-calendar__calendar .dialog {
  width: calc(100vw - 4rem);
  max-width: 58.9rem;
  border-radius: 1rem;
  border-bottom: 10px solid #FDCD38;
  padding: 3rem;
  box-shadow: 0px 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog {
    padding: 5rem;
  }
}
.layout-event-list-calendar__calendar .dialog::-webkit-backdrop {
  background: unset;
}
.layout-event-list-calendar__calendar .dialog::backdrop {
  background: unset;
}
.layout-event-list-calendar__calendar .dialog__topbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog__topbar {
    gap: 2rem;
  }
}
.layout-event-list-calendar__calendar .dialog__topbar--date {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog__topbar--date {
    letter-spacing: 0;
  }
}
.layout-event-list-calendar__calendar .dialog__topbar--date {
  flex-grow: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C8CDCE;
  margin-top: 3.5rem;
  margin-right: -2rem;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog__topbar--date {
    margin-right: 0;
    margin-top: 0;
  }
}
.layout-event-list-calendar__calendar .dialog__topbar button {
  flex-shrink: 0;
}
.layout-event-list-calendar__calendar .dialog__topbar button .icon-wrapper {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("static/img/events/calendar-event-close.svg") center/contain no-repeat;
}
.layout-event-list-calendar__calendar .dialog__content--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog__content--eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-event-list-calendar__calendar .dialog__content--eyebrow {
  margin-bottom: 1rem;
}
.layout-event-list-calendar__calendar .dialog__content--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-event-list-calendar__calendar .dialog__content--title {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.layout-event-list-calendar__calendar .dialog__content--title {
  margin-bottom: 1rem;
}
.layout-event-list-calendar__calendar .dialog__content--date, .layout-event-list-calendar__calendar .dialog__content--location, .layout-event-list-calendar__calendar .dialog__content--booth {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.layout-event-list-calendar__calendar .dialog__content--date::before, .layout-event-list-calendar__calendar .dialog__content--location::before, .layout-event-list-calendar__calendar .dialog__content--booth::before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
}
.layout-event-list-calendar__calendar .dialog__content--booth {
  margin-bottom: 0.8rem;
}
.layout-event-list-calendar__calendar .dialog__content--booth::before {
  background: url("static/img/events/booth-ws.svg") center/contain no-repeat;
}
.layout-event-list-calendar__calendar .dialog__content--date {
  margin-bottom: 0.8rem;
}
.layout-event-list-calendar__calendar .dialog__content--date::before {
  background: url("static/img/events/calendar_today-ws.svg") center/contain no-repeat;
}
.layout-event-list-calendar__calendar .dialog__content--location {
  margin-bottom: 1rem;
}
.layout-event-list-calendar__calendar .dialog__content--location::before {
  background: url("static/img/events/place-ws.svg") center/contain no-repeat;
}
.layout-event-list-calendar__calendar .dialog__content--cta {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  transition: -webkit-text-decoration-color 0.2s ease-in;
  transition: text-decoration-color 0.2s ease-in;
  transition: text-decoration-color 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
  text-decoration-thickness: 0.2ex;
  text-underline-offset: 0.3ex;
}
.layout-event-list-calendar__calendar .dialog__content--cta:hover, .layout-event-list-calendar__calendar .dialog__content--cta:focus-visible {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  letter-spacing: -0.022ex;
  font-weight: 700;
}
.layout-event-list-calendar__calendar .dialog__content--cta:active {
  opacity: 0.75;
}
.layout-event-list-calendar__calendar .dialog__pagination {
  margin-top: 3rem;
  justify-content: flex-start;
  align-items: center;
}
.layout-event-list-calendar__calendar .dialog__pagination button {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #0D2126;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-event-list-calendar__calendar .dialog__pagination button:disabled {
  opacity: 0.45;
}
.layout-event-list-calendar__calendar .dialog__pagination button .icon-wrapper {
  display: block;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("static/img/events/btn-arrow.svg");
}
.layout-event-list-calendar__calendar .dialog__pagination button.prev {
  border-radius: 1rem 0 0 1rem;
  border-right: none;
}
.layout-event-list-calendar__calendar .dialog__pagination button.prev .icon-wrapper {
  rotate: 180deg;
}
.layout-event-list-calendar__calendar .dialog__pagination button.next {
  border-radius: 0 1rem 1rem 0;
}
.layout-event-list-calendar__calendar .dialog__pagination .index {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 2rem;
}

body.open-calendar-dialog {
  opacity: 0.5;
  overflow: hidden;
}

.layout-event-listing {
  background-color: #F3F5F5;
}
.layout-event-listing > .container {
  row-gap: 6rem;
}
.layout-event-listing__left--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.layout-event-listing__left--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .layout-event-listing__left--title {
    font-size: 5rem;
  }
}
.layout-event-listing__left--subtitle, .layout-event-listing__left--subtitle > * {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  margin-bottom: 2rem;
}
.layout-event-listing__right--card {
  display: block;
  padding: 3rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
  background-color: #fff;
}
@media (min-width: 768px) {
  .layout-event-listing__right--card {
    background-color: transparent;
    transition: background-color 0.2s ease-in, border-radius 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 0 0 0 transparent;
    border-radius: 0;
  }
}
.layout-event-listing__right--card:hover, .layout-event-listing__right--card:focus-visible {
  box-shadow: 0 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
  border-radius: 1rem;
  background-color: #fff;
}
.layout-event-listing__right--card:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .layout-event-listing__right--card:not(:last-child) {
    border-bottom: 0.1rem solid #C8CDCE;
    margin-bottom: 0;
  }
}
.layout-event-listing__right--first-line {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem 1.6rem;
}
@media (min-width: 768px) {
  .layout-event-listing__right--first-line {
    flex-flow: row wrap;
    align-items: center;
  }
}
.layout-event-listing__right--date, .layout-event-listing__right--eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-event-listing__right--date, .layout-event-listing__right--eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-event-listing__right--date {
  background: #FDCD38;
  padding: 0.6rem 1rem;
  border-radius: 1rem;
}
.layout-event-listing__right--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-event-listing__right--title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.layout-event-listing__right--view-more {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  transition: -webkit-text-decoration-color 0.2s ease-in;
  transition: text-decoration-color 0.2s ease-in;
  transition: text-decoration-color 0.2s ease-in, -webkit-text-decoration-color 0.2s ease-in;
  text-decoration-thickness: 0.2ex;
  text-underline-offset: 0.3ex;
}
.layout-event-listing__right--card:hover .layout-event-listing__right--view-more, .layout-event-listing__right--card:focus-visible .layout-event-listing__right--view-more {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  letter-spacing: -0.022ex;
  font-weight: 700;
}
.layout-event-listing__right--card:active .layout-event-listing__right--view-more {
  opacity: 0.75;
}

.layout-event-map {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.layout-event-map__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-event-map__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-image-with-checklist .layout-event-map__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-event-map__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-event-map__text-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 6rem 0 4rem 0;
}
@media (min-width: 1024px) {
  .layout-event-map__text-wrapper {
    padding: 10rem 0 6rem 0;
  }
}
.layout-event-map__text-wrapper__eyebrow, .layout-event-map__text-wrapper__title {
  color: currentColor;
}
.layout-event-map__text-wrapper__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-event-map__text-wrapper__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-event-map__text-wrapper__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .layout-event-map__text-wrapper__title {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: -0.064rem;
  }
  @media (min-width: 1024px) {
    .layout-event-map__text-wrapper__title {
      font-size: 4.2rem;
      letter-spacing: -0.05rem;
    }
  }
}
.layout-event-map__hr {
  border-color: #425052;
}
.layout-event-map__map {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  aspect-ratio: 370/394;
}
@media (min-width: 1024px) {
  .layout-event-map__map {
    aspect-ratio: 16/9;
  }
}
.layout-event-map__map > div {
  background-color: #0d2126 !important;
}
.layout-event-map__map .gm-style .gm-style-iw-c {
  max-width: none !important;
  max-height: none !important;
  border-radius: 2rem !important;
  padding: 0 !important;
}
.layout-event-map__map .gm-style .gm-style-iw-c button {
  position: absolute !important;
  top: 2.5rem !important;
  right: 2.5rem !important;
  width: 4rem !important;
  height: 4rem !important;
  opacity: 1 !important;
}
.layout-event-map__map .gm-style .gm-style-iw-c button span {
  display: block;
  opacity: 1 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  filter: brightness(0%) !important;
}
.layout-event-map__map .gm-style .gm-style-iw-c .gm-style-iw-d {
  max-height: none !important;
}
.layout-event-map__map .gm-style-iw button.gm-ui-hover-effect {
  padding: 0 !important;
}
.layout-event-map__info {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  gap: 2rem;
  width: calc(100vw - 4.4rem);
  padding: 4rem 3rem;
}
@media (min-width: 1024px) {
  .layout-event-map__info {
    width: auto;
    height: auto;
    min-width: 36rem;
    padding: 4rem 3rem;
  }
}
.layout-event-map__info__title {
  width: 100%;
}
@media (min-width: 1024px) {
  .layout-event-map__info__title {
    max-width: 30.6rem;
  }
}
.layout-event-map__timeframe-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 400 !important;
}
.layout-event-map__icon-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.layout-event-map__icon-wrapper {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .layout-event-map__icon-wrapper {
    height: 35px;
  }
}

.layout-featured-offices {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-featured-offices {
    padding: 10rem 0;
  }
}
.layout-featured-offices__grid-wrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .layout-featured-offices__grid-wrapper {
    max-width: 1920px;
  }
}
.layout-featured-offices__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-featured-offices__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-featured-offices__grid-wrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .layout-featured-offices__grid-wrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .layout-featured-offices__grid-wrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .layout-featured-offices__grid-wrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-featured-offices__grid-wrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .layout-featured-offices__grid-wrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-featured-offices__grid-wrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .layout-featured-offices__grid-wrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .layout-featured-offices__grid-wrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .layout-featured-offices__grid-wrapper {
  position: relative;
  z-index: 1;
}
.layout-image-with-checklist .layout-featured-offices__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-featured-offices__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-featured-offices__grid-wrapper {
  row-gap: 4rem;
}
.layout-featured-offices__copy {
  margin-bottom: 1.2rem;
  padding-right: 7rem;
}
@media (min-width: 1024px) {
  .layout-featured-offices__copy {
    margin-bottom: auto;
  }
}
.layout-featured-offices__content-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .layout-featured-offices__content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .layout-featured-offices__content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
  .layout-featured-offices__content-wrapper {
    grid-column: span 4 / span 4;
  }
.layout-image-with-checklist .layout-featured-offices__content-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-featured-offices__content-wrapper.items-center {
      align-items: flex-start;
    }
}
  .layout-featured-offices__content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-featured-offices__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 8.4rem;
  height: 8.4rem;
}
.layout-featured-offices__icon-wrapper svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 1024px) {
  .layout-featured-offices__icon-wrapper {
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-featured-offices__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-featured-offices__headline {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}

.layout-floating-text-with-image-1-1 {
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {
  .layout-floating-text-with-image-1-1 {
    padding: 10rem 0;
  }
}
.layout-floating-text-with-image-1-1.has--background {
  padding-top: 6rem;
}
@media (min-width: 1024px) {
  .layout-floating-text-with-image-1-1.has--background {
    padding-top: 10rem;
  }
}
.layout-floating-text-with-image-1-1__card {
  border-radius: 1.5rem;
  overflow: hidden;
}
.layout-floating-text-with-image-1-1__card.theme-light {
  background-color: #fff !important;
  box-shadow: -5px -10px 75px 0px rgba(0, 94, 147, 0.15);
}
.layout-floating-text-with-image-1-1__card.theme-dark {
  background-color: #0D2126;
}
.layout-floating-text-with-image-1-1__content {
  padding: 5.5rem 3.2rem 4rem;
  align-self: center;
}
@media (min-width: 768px) {
  .layout-floating-text-with-image-1-1__content {
    padding: 10rem 0;
    padding-left: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .layout-floating-text-with-image-1-1__content {
    padding-left: 0;
  }
}
.layout-floating-text-with-image-1-1__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.layout-floating-text-with-image-1-1__cta-wrapper.buttons-as-links .component-link {
  min-width: 33.3333333333%;
}

.layout-four-columns__intro .component-text ul,
.layout-four-columns__intro .component-text ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-four-columns__intro .component-text ul li,
.layout-four-columns__intro .component-text ol li {
  margin-bottom: 0.8rem;
}
.layout-four-columns__intro .component-text li ul,
.layout-four-columns__intro .component-text li ol {
  margin-bottom: 0rem;
}
.layout-four-columns__intro .component-text ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-four-columns__intro .component-text ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-four-columns__intro .component-text ul:empty {
  text-indent: 0px;
}
.layout-four-columns__intro .component-text ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-four-columns__intro .component-text a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-four-columns__intro .component-text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-four-columns__intro .component-text ul,
.layout-four-columns__intro .component-text ol {
  color: inherit;
}
.layout-four-columns__columns {
  gap: 3rem;
}
.layout-four-columns__columns--icon {
  display: block;
  max-height: 8.5rem;
  max-width: 8.5rem;
  aspect-ratio: 1/1;
}
.layout-four-columns__columns h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-four-columns__columns h3 {
    letter-spacing: 0;
  }
}
.layout-four-columns__columns--copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-four-columns__columns--copy ul,
.layout-four-columns__columns--copy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-four-columns__columns--copy ul li,
.layout-four-columns__columns--copy ol li {
  margin-bottom: 0.8rem;
}
.layout-four-columns__columns--copy li ul,
.layout-four-columns__columns--copy li ol {
  margin-bottom: 0rem;
}
.layout-four-columns__columns--copy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-four-columns__columns--copy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-four-columns__columns--copy ul:empty {
  text-indent: 0px;
}
.layout-four-columns__columns--copy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-four-columns__columns--copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-four-columns__columns--copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-four-columns__columns--copy blockquote {
  padding-left: 1em;
  font-style: italic;
}
.layout-four-columns__columns--copy ul,
.layout-four-columns__columns--copy ol {
  color: inherit;
}
.layout-four-columns__columns--copy > *:not(:last-child) {
  margin-bottom: 1em;
}
.layout-four-columns__columns--copy > *:last-child {
  margin-bottom: 0;
}
.layout-four-columns__columns--copy ul,
.layout-four-columns__columns--copy ol {
  font-size: inherit;
}

.layout-four-cards__intro .component-text ul,
.layout-four-cards__intro .component-text ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-four-cards__intro .component-text ul li,
.layout-four-cards__intro .component-text ol li {
  margin-bottom: 0.8rem;
}
.layout-four-cards__intro .component-text li ul,
.layout-four-cards__intro .component-text li ol {
  margin-bottom: 0rem;
}
.layout-four-cards__intro .component-text ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-four-cards__intro .component-text ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-four-cards__intro .component-text ul:empty {
  text-indent: 0px;
}
.layout-four-cards__intro .component-text ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-four-cards__intro .component-text a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-four-cards__intro .component-text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-four-cards__intro .component-text blockquote {
  padding-left: 1em;
  font-style: italic;
}
.layout-four-cards__intro .component-text ul,
.layout-four-cards__intro .component-text ol {
  color: inherit;
}
.layout-four-cards__columns {
  gap: 3rem;
}
.layout-four-cards__columns > li {
  background-color: #FFF0C3;
  border-radius: 2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
.layout-four-cards__columns--icon {
  display: block;
  width: 100%;
  height: auto;
  max-height: 17.5rem;
  max-width: 17.5rem;
  aspect-ratio: 1/1;
}
.layout-four-cards__columns h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.5rem;
}
.layout-four-cards__columns--copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-four-cards__columns--copy ul,
.layout-four-cards__columns--copy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-four-cards__columns--copy ul li,
.layout-four-cards__columns--copy ol li {
  margin-bottom: 0.8rem;
}
.layout-four-cards__columns--copy li ul,
.layout-four-cards__columns--copy li ol {
  margin-bottom: 0rem;
}
.layout-four-cards__columns--copy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-four-cards__columns--copy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-four-cards__columns--copy ul:empty {
  text-indent: 0px;
}
.layout-four-cards__columns--copy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-four-cards__columns--copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-four-cards__columns--copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-four-cards__columns--copy blockquote {
  padding-left: 1em;
  font-style: italic;
}
.layout-four-cards__columns--copy ul,
.layout-four-cards__columns--copy ol {
  color: inherit;
}
.layout-four-cards__columns--copy > *:not(:last-child) {
  margin-bottom: 1em;
}
.layout-four-cards__columns--copy > *:last-child {
  margin-bottom: 0;
}
.layout-four-cards__columns--copy ul,
.layout-four-cards__columns--copy ol {
  font-size: inherit;
}

.layout-global-offices {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-global-offices {
    padding: 10rem 0;
  }
}
.layout-global-offices.theme-dark .layout-global-offices__icon-wrapper svg {
  fill: #0D2126;
}
.layout-global-offices__grid-wrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .layout-global-offices__grid-wrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .layout-global-offices__grid-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-global-offices__grid-wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .layout-global-offices__grid-wrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .layout-global-offices__grid-wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .layout-global-offices__grid-wrapper {
    max-width: 1920px;
  }
}
.layout-global-offices__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-global-offices__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-global-offices__grid-wrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .layout-global-offices__grid-wrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .layout-global-offices__grid-wrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .layout-global-offices__grid-wrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-global-offices__grid-wrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .layout-global-offices__grid-wrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-global-offices__grid-wrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .layout-global-offices__grid-wrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .layout-global-offices__grid-wrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .layout-global-offices__grid-wrapper {
  position: relative;
  z-index: 1;
}
.layout-image-with-checklist .layout-global-offices__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-global-offices__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-global-offices__grid-wrapper {
  align-items: start;
  row-gap: 4rem;
}
.layout-global-offices__copy {
  margin-bottom: 1.2rem;
  padding-right: 7rem;
}
@media (min-width: 1024px) {
  .layout-global-offices__copy {
    margin-bottom: auto;
  }
}
.layout-global-offices__content-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .layout-global-offices__content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .layout-global-offices__content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
  .layout-global-offices__content-wrapper {
    grid-column: span 4 / span 4;
  }
.layout-image-with-checklist .layout-global-offices__content-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-global-offices__content-wrapper.items-center {
      align-items: flex-start;
    }
}
  .layout-global-offices__content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-global-offices__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 8.4rem;
  height: 8.4rem;
}
.layout-global-offices__icon-wrapper svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 1024px) {
  .layout-global-offices__icon-wrapper {
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-global-offices__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-global-offices__headline {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-global-offices__accordion-wrapper {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-global-offices__accordion-wrapper {
    grid-column: span 8 / span 8;
    margin-top: -2.4rem;
  }
}
.layout-global-offices__accordion-content-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-global-offices__accordion-content-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-global-offices__accordion-content-wrapper {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.layout-image-with-checklist .layout-global-offices__accordion-content-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-global-offices__accordion-content-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-global-offices__accordion-content-wrapper {
  padding: 3rem 0 6rem 0;
  row-gap: 4rem;
}
@media (min-width: 1024px) {
  .layout-global-offices__accordion-content-wrapper {
    padding: 4rem 0 7rem 0;
    row-gap: 6rem;
  }
}
.layout-global-offices + .layout-divider-line {
  display: none;
}
.layout-event-list-calendar .layout-global-offices + .layout-divider-line {
  display: none;
}
@media (min-width: 1024px) {
  .layout-global-offices + .layout-divider-line {
    display: block;
  }
}

.layout-headline {
  position: relative;
}
.layout-headline .icon {
  max-with: 8.5rem;
  max-height: 8.5rem;
  aspect-ratio: 1/1;
}
.layout-headline.theme-gray-gradient {
  background: none;
}
.layout-headline.theme-gray-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background: linear-gradient(180deg, #F3F5F5 0%, #fff 71.02%);
  z-index: -1;
}
.layout-headline.theme-gray-gradient .container {
  position: relative;
  z-index: 1;
}

.layout-hero-l2 .component-hero {
  width: 100%;
  overflow: hidden;
}
.layout-hero-l2 .component-hero .hero__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-hero-l2 .component-hero .hero__copy {
    letter-spacing: 0;
  }
}
.layout-hero-l2 .hero__img img {
  width: 100%;
}
.layout-hero-l2 .hero__logo img {
  max-height: 5rem;
  width: auto;
}

.layout-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.layout-hero-slider.no-swiper .swiper-prev,
.layout-hero-slider.no-swiper .swiper-next {
  display: none;
}
.layout-hero-slider .slide {
  width: 100%;
  height: auto;
}
.layout-hero-slider .slide .component-hero {
  height: 100%;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .layout-hero-slider .slide .component-hero {
    display: block;
    padding-bottom: 15rem;
  }
}
.layout-hero-slider .slide .hero__img {
  margin-top: auto;
}
.layout-hero-slider .slide .hero__img img {
  width: 100%;
}
.layout-hero-slider .swiper-prev,
.layout-hero-slider .swiper-next {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) scale(0.6) !important;
  z-index: 10;
  cursor: pointer;
}
.layout-hero-slider .swiper-prev svg path,
.layout-hero-slider .swiper-next svg path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1440px) {
  .layout-hero-slider .swiper-prev,
  .layout-hero-slider .swiper-next {
    transform: scale(1) !important;
  }
}
.layout-hero-slider .swiper-prev.swiper-button-disabled,
.layout-hero-slider .swiper-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.33;
}
.layout-hero-slider .swiper-prev:hover:enabled svg path,
.layout-hero-slider .swiper-next:hover:enabled svg path {
  stroke: #fff;
}
.layout-hero-slider .swiper-prev:hover:enabled svg path:first-child,
.layout-hero-slider .swiper-next:hover:enabled svg path:first-child {
  fill: #0D2126;
  stroke: #0D2126;
}
.layout-hero-slider .swiper-prev svg,
.layout-hero-slider .swiper-next svg {
  width: 6.5rem;
  height: 6.5rem;
}
@media (min-width: 768px) {
  .layout-hero-slider .swiper-prev svg,
  .layout-hero-slider .swiper-next svg {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.layout-hero-slider .swiper-prev {
  left: -20px;
}
@media (min-width: 1440px) {
  .layout-hero-slider .swiper-prev {
    left: -1px;
  }
}
.layout-hero-slider .swiper-next {
  right: -20px;
}
@media (min-width: 1440px) {
  .layout-hero-slider .swiper-next {
    right: -1px;
  }
}

.component-hero {
  width: 100%;
  overflow: hidden;
}

.layout-highlights {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /* decrease top margin when next to text with image */
}
.layout-text-with-image-3-2.theme-light + .layout-highlights:not(.theme-dark) {
  padding-top: 0rem;
  padding-bottom: 6rem;
}
.layout-highlights__highlight {
  grid-column: 1 / -1;
  align-self: start;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 2rem;
}
.layout-highlights__highlight__large-headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-highlights__highlight__large-headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-highlights__highlight__large-headline {
  margin-bottom: 2rem;
}
.layout-highlights__highlight__headline {
  display: none;
}
.layout-event-list-calendar .layout-highlights__highlight__headline {
  display: none;
}
@media (min-width: 1024px) {
  .layout-highlights__highlight__headline {
    display: flex;
  }
}
.layout-highlights__highlight__headline {
  grid-column: 1 / -1;
  margin-bottom: -1.6rem;
  align-items: center;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.layout-highlights__highlight__headline {
    align-items: flex-start;
  }
  .layout-highlights__highlight__headline {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {
  .layout-highlights__highlight__headline {
    grid-column: span 3 / span 3;
  }
}
.layout-highlights__highlight__headline ~ .layout-highlights__highlight {
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .layout-highlights__highlight__headline ~ .layout-highlights__highlight h2 {
    display: none;
  }
}
.layout-highlights__highlight__circle {
  margin-bottom: 0rem;
  display: flex;
  height: 100px;
  width: 100px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.layout-highlights__highlight__circle {
    align-items: flex-start;
  }
  .layout-highlights__highlight__circle {
    height: 85px;
    width: 85px;
    padding: 1.6rem;
  }
}
.layout-highlights__highlight__circle__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.component-navigation__subNavLogos .layout-highlights__highlight__circle__img {
  display: block;
}
.layout-highlights__highlight__circle__img.with-filter {
  /* Primary Gold 60 ... #FDCD38 */
  filter: invert(82%) sepia(76%) saturate(1330%) hue-rotate(327deg) brightness(103%) contrast(98%);
}
.layout-highlights__highlight__noncircle {
  margin-bottom: 0rem;
  display: flex;
  height: 60px;
  width: 60px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 0rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.layout-highlights__highlight__noncircle {
    align-items: flex-start;
  }
  .layout-highlights__highlight__noncircle {
    height: 53px;
    width: 53px;
    padding: 0rem;
  }
}
.layout-highlights__highlight__noncircle__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.component-navigation__subNavLogos .layout-highlights__highlight__noncircle__img {
  display: block;
}
.layout-highlights__highlight img.non-icon {
  width: 16.5rem;
  height: auto;
}
.layout-highlights__highlight > a {
  margin-top: auto;
}
@media (min-width: 768px) {
  .layout-highlights__highlight {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {
  .layout-highlights__highlight {
    grid-column: span 3 / span 3;
  }
}
.layout-highlights__highlight--wide {
  grid-column: span 6 / span 6;
}
.layout-highlights__subcopy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-highlights__subcopy ul,
.layout-highlights__subcopy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-highlights__subcopy ul li,
.layout-highlights__subcopy ol li {
  margin-bottom: 0.8rem;
}
.layout-highlights__subcopy li ul,
.layout-highlights__subcopy li ol {
  margin-bottom: 0rem;
}
.layout-highlights__subcopy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-highlights__subcopy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-highlights__subcopy ul:empty {
  text-indent: 0px;
}
.layout-highlights__subcopy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-highlights__subcopy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-highlights__subcopy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-highlights__subcopy ul,
.layout-highlights__subcopy ol {
  color: inherit;
}
.layout-highlights__subcopy > *:not(:last-child) {
  margin-bottom: 1em;
}
.layout-highlights__subcopy ul,
.layout-highlights__subcopy ol {
  font-size: inherit;
}
.layout-highlights__subcopy a {
  font-weight: normal;
  text-decoration: underline;
}
.layout-highlights__subcopy a:hover {
  font-weight: normal;
  text-decoration: none;
}
.layout-highlights__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 700;
}
.layout-highlights .component-link {
  align-self: start;
}

.layout-image-with-checklist {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.layout-image-with-checklist.check-light .layout-image-with-checklist__items__icon {
  color: #0D2126;
}
.layout-image-with-checklist.check-live .layout-image-with-checklist__items__icon {
  color: #00738C;
}
.layout-image-with-checklist.check-engage .layout-image-with-checklist__items__icon {
  color: #FC4672;
}
.layout-image-with-checklist.check-captana .layout-image-with-checklist__items__icon {
  color: #2F90FB;
}
.layout-image-with-checklist.check-sesimagotag .layout-image-with-checklist__items__icon {
  color: #9C65FC;
}
.layout-image-with-checklist.check-memory .layout-image-with-checklist__items__icon {
  color: #FA614C;
}
.layout-image-with-checklist.check-pdidigital .layout-image-with-checklist__items__icon {
  color: #0ED0A0;
}
.layout-image-with-checklist .default-grid {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-image-with-checklist {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.layout-image-with-checklist__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-image-with-checklist__headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-image-with-checklist__headline {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  margin-bottom: 3.2rem;
}
@media (min-width: 1440px) {
  .layout-image-with-checklist__headline {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -0.05rem;
  }
  @media (min-width: 1024px) {
    .layout-image-with-checklist__headline {
      font-size: 5rem;
    }
  }
}
.layout-image-with-checklist__image {
  position: relative;
  grid-column: 1 / -1;
  aspect-ratio: 355/220;
  border-radius: 1.5rem;
  overflow: hidden;
}
.layout-image-with-checklist__image img {
  position: absolute;
  inset: 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .layout-image-with-checklist__image {
    grid-column: span 6 / span 6;
    aspect-ratio: 605/400;
    margin-left: -6rem;
    border-radius: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .layout-image-with-checklist__image img {
    border-radius: 1.5rem;
  }
}
@media screen and (min-width: 1240px) {
  .layout-image-with-checklist__image {
    margin-left: calc((100vw - 124rem + 12rem) / -2);
  }
}
@media screen and (min-width: 1360px) {
  .layout-image-with-checklist__image {
    margin-left: calc((100vw - 124rem) / -2);
  }
}
@media screen and (min-width: 1441px) {
  .layout-image-with-checklist__image {
    margin-left: 0;
    border-radius: 1.5rem;
  }
}
.layout-image-with-checklist__content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .layout-image-with-checklist__content {
    grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.layout-image-with-checklist__items {
  grid-column: -1/1;
}
@media (min-width: 768px) {
  .layout-image-with-checklist__items {
    padding: 6rem 0;
  }
}
@media (min-width: 1024px) {
  .layout-image-with-checklist__items {
    grid-column: span 6/span 6;
    padding: 10rem 0rem 10rem 4.5rem;
  }
  .layout-image-with-checklist__items :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .layout-image-with-checklist__items {
    grid-column: span 6/span 6;
    padding: 10rem 0rem 10rem 10rem;
  }
}
.layout-image-with-checklist__items__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .layout-image-with-checklist__items__item {
    margin-bottom: 1.6rem;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .layout-image-with-checklist__items__item {
    margin-bottom: 3.2rem;
  }
}
.layout-image-with-checklist__items__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.layout-image-with-checklist__items__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-image-with-checklist__items__icon {
  display: block;
}
@media (min-width: 768px) {
  .layout-image-with-checklist__items__icon {
    display: inline-block;
    margin-right: 2rem;
  }
}
.layout-image-with-checklist__items__icon svg {
  width: 2.8rem;
  height: 3.5rem;
}
.layout-image-with-checklist.layout-image_left_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image {
  order: 2;
}
.layout-image-with-checklist.layout-image_left_bot .layout-image-with-checklist__content, .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__content {
  order: 1;
}
@media (min-width: 768px) {
  .layout-image-with-checklist.layout-image_left_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_left_top .layout-image-with-checklist__image {
    order: 1;
  }
  .layout-image-with-checklist.layout-image_left_bot .layout-image-with-checklist__image img, .layout-image-with-checklist.layout-image_left_top .layout-image-with-checklist__image img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
  .layout-image-with-checklist.layout-image_left_bot .layout-image-with-checklist__content, .layout-image-with-checklist.layout-image_left_top .layout-image-with-checklist__content {
    order: 2;
  }
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__image {
    order: 2;
    margin-left: 0;
    margin-right: -6rem;
  }
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image img, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__image img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 1240px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__image {
    margin-left: 0;
    margin-right: calc((100vw - 124rem + 12rem) / -2);
  }
}
@media screen and (min-width: 1360px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__image {
    margin-left: 0;
    margin-right: calc((100vw - 124rem) / -2);
  }
}
@media screen and (min-width: 1441px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__image, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__content, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__content {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__items, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__items {
    padding: 10rem 4.5rem 10rem 0rem;
  }
}
@media (min-width: 1440px) {
  .layout-image-with-checklist.layout-image_right_bot .layout-image-with-checklist__items, .layout-image-with-checklist.layout-image_right_top .layout-image-with-checklist__items {
    padding: 10rem 10rem 10rem 0rem;
  }
}

.layout-insight-teaser {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.layout-insight-teaser.theme-gray-gradient {
  background: linear-gradient(180deg, rgba(243, 245, 245, 0.7) 0.63%, rgba(243, 245, 245, 0) 40.45%);
}
@media (min-width: 768px) {
  .layout-insight-teaser {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.layout-local-office {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-local-office {
    padding: 10rem 0;
  }
}
.layout-local-office__grid-wrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .layout-local-office__grid-wrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .layout-local-office__grid-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-local-office__grid-wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .layout-local-office__grid-wrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .layout-local-office__grid-wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .layout-local-office__grid-wrapper {
    max-width: 1920px;
  }
}
.layout-local-office__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-local-office__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-local-office__grid-wrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .layout-local-office__grid-wrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .layout-local-office__grid-wrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .layout-local-office__grid-wrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-local-office__grid-wrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .layout-local-office__grid-wrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-local-office__grid-wrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .layout-local-office__grid-wrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .layout-local-office__grid-wrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .layout-local-office__grid-wrapper {
  position: relative;
  z-index: 1;
}
.layout-image-with-checklist .layout-local-office__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-local-office__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-local-office__grid-wrapper {
  align-items: start;
  row-gap: 4rem;
}
.layout-local-office__copy {
  margin-bottom: 1.2rem;
  padding-right: 7rem;
}
@media (min-width: 1024px) {
  .layout-local-office__copy {
    margin-bottom: auto;
  }
}
.layout-local-office__content-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .layout-local-office__content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .layout-local-office__content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
  .layout-local-office__content-wrapper {
    grid-column: span 4 / span 4;
  }
.layout-image-with-checklist .layout-local-office__content-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-local-office__content-wrapper.items-center {
      align-items: flex-start;
    }
}
  .layout-local-office__content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 6.4rem;
  }
}
.layout-local-office__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 8.4rem;
  height: 8.4rem;
}
.layout-local-office__icon-wrapper svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 1024px) {
  .layout-local-office__icon-wrapper {
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-local-office__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-local-office__headline {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-local-office__office-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-local-office__office-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-local-office__office-wrapper {
  grid-column: 1 / -1;
}
.layout-image-with-checklist .layout-local-office__office-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-local-office__office-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-local-office__office-wrapper {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  row-gap: 4rem;
}
@media (min-width: 1024px) {
  .layout-local-office__office-wrapper {
    grid-column: span 8 / span 8;
  }
}
.layout-local-office__address-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.layout-local-office__address-wrapper h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-local-office__address-wrapper h3 {
    letter-spacing: 0;
  }
}
.layout-local-office__address-wrapper div {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  padding-right: 7rem;
}
.layout-local-office__address-wrapper a {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .layout-local-office__address-wrapper {
    grid-column: span 4 / span 4;
  }
}
.layout-local-office__contact-wrapper {
  grid-column: 1 / -1;
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.layout-local-office__contact-wrapper div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media (min-width: 1024px) {
  .layout-local-office__contact-wrapper {
    grid-column: span 4 / span 4;
    margin-left: -1.5rem;
    margin-top: 0;
  }
}
.layout-local-office__image-wrapper {
  grid-column: 1 / -1;
  position: relative;
  aspect-ratio: 350/200;
  width: 100%;
}
.layout-local-office__image-wrapper img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .layout-local-office__image-wrapper {
    aspect-ratio: 820/460;
  }
}

.layout-logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.layout-logo-slider .logo-slider {
  display: flex;
  white-space: nowrap;
}
.layout-logo-slider .logos {
  display: flex;
  white-space: nowrap;
  gap: 5rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 5rem;
  -webkit-animation: runningLogos 24s linear infinite;
          animation: runningLogos 24s linear infinite;
}
@media (min-width: 768px) {
  .layout-logo-slider .logos {
    -webkit-animation: runningLogos 32s linear infinite;
            animation: runningLogos 32s linear infinite;
  }
}
.layout-logo-slider .logos img {
  width: 15rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes runningLogos {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes runningLogos {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.layout-media-item {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .layout-media-item {
    margin-bottom: 7.5rem;
  }
}
.layout-media-item__wrapper {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .layout-media-item__wrapper {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    border-radius: 2rem;
  }
}

.layout-multi-column-form {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-multi-column-form {
    padding: 10rem 0;
  }
}
.layout-multi-column-form__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-multi-column-form__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-image-with-checklist .layout-multi-column-form__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-multi-column-form__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-multi-column-form__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__grid-wrapper {
    row-gap: 6rem;
  }
}
.layout-multi-column-form__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__headline {
    font-size: 5rem;
  }
}
.layout-multi-column-form__headline {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__headline {
    margin-right: -3.5rem;
    grid-column: span 9 / span 9;
  }
}
.layout-multi-column-form__column {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__column {
    grid-column: span 4 / span 4;
    gap: 2rem 0;
  }
}
.layout-multi-column-form__column__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-multi-column-form__column__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__column__headline {
    letter-spacing: 0;
  }
}
.layout-multi-column-form__column__circle {
  display: flex;
  height: 100px;
  width: 100px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .default-grid.layout-multi-column-form__column__circle {
    align-items: flex-start;
  }
  .layout-multi-column-form__column__circle {
    height: 85px;
    width: 85px;
    padding: 1.6rem;
  }
}
.layout-multi-column-form__column__circle__img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.component-navigation__subNavLogos .layout-multi-column-form__column__circle__img {
  display: block;
}
.layout-multi-column-form__column__circle__img.with-filter {
  /* Primary Gold 60 ... #FDCD38 */
  filter: invert(82%) sepia(76%) saturate(1330%) hue-rotate(327deg) brightness(103%) contrast(98%);
}
.layout-multi-column-form__form-wrapper {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 1.6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
  padding: 3.2rem;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .layout-multi-column-form__form-wrapper {
    margin-top: 1.2rem;
  }
}

.newsletter {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .newsletter {
    padding: 8rem 0;
  }
}
.newsletter__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .newsletter__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.newsletter__grid-wrapper {
  position: relative;
}
.layout-image-with-checklist .newsletter__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .newsletter__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.newsletter__grid-wrapper {
  z-index: 20;
}
.newsletter__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.newsletter__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .newsletter__headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.newsletter__image {
  position: absolute;
  left: 130%;
  bottom: -400px;
  transform: scale(4);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .newsletter__image {
    bottom: 0;
    left: 70%;
    top: 1000px;
    transform: scale(3);
  }
}
@media (min-width: 1440px) {
  .newsletter__image {
    top: 330px;
    left: 35%;
    bottom: 0;
    z-index: 10;
    transform: scale(1.7);
  }
}
.newsletter__form-wrapper {
  overflow: hidden;
  border-radius: 1.6rem;
  padding: 3.2rem;
}
.newsletter.theme-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
}
.newsletter.theme-yellow .newsletter__form-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 135 / var(--tw-bg-opacity));
}
.newsletter.theme-dark .newsletter__image {
  opacity: 0.5;
}
.newsletter.theme-dark .newsletter__form-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
}
.newsletter.theme-light .newsletter__image {
  display: none;
}
.newsletter.theme-light .newsletter__grid-wrapper {
  --tw-border-opacity: 1;
  border-color: rgb(200 205 206 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .newsletter.theme-light .newsletter__grid-wrapper {
    border-bottom-width: 1px;
    padding-bottom: 6.4rem;
  }
}
.newsletter.theme-light .newsletter__form-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
}

.layout-office-map__map {
  aspect-ratio: 16/9;
}
.layout-office-map__map > div {
  background-color: #0d2126 !important;
}
.layout-office-map__map .gm-style .gm-style-iw-c {
  border-radius: 2rem !important;
}
.layout-office-map__map .gm-style .gm-style-iw-c button {
  top: 0.8rem !important;
  right: 0.8rem !important;
}
.layout-office-map__info {
  max-width: 100%;
  padding: 1.6rem;
  width: 36rem;
}

.layout-partner-listing-cards__intro--title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}

@media (min-width: 1024px) {
  .layout-partner-listing-cards__intro--title {
    font-size: 5rem;
  }
}
.layout-partner-listing-cards__intro--copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-partner-listing-cards__grid--tabs {
  display: flex;
  gap: 1rem;
  overflow: auto;
  width: 100%;
  border-bottom: 0.1rem solid #0D2126;
}
.layout-partner-listing-cards__grid--tabs button.tab-button {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-partner-listing-cards__grid--tabs button.tab-button {
    letter-spacing: 0;
  }
}
.layout-partner-listing-cards__grid--tabs button.tab-button {
  white-space: nowrap;
  padding: 1.5rem 1.6rem;
  cursor: pointer;
  transition: color 0.2s ease-in, border-color 0.2s ease-in;
  color: #666;
  border-bottom: 0.5rem solid transparent;
}
.layout-partner-listing-cards__grid--tabs button.tab-button:hover, .layout-partner-listing-cards__grid--tabs button.tab-button:focus-visible, .layout-partner-listing-cards__grid--tabs button.tab-button.active {
  color: #0D2126;
  border-color: #0D2126;
}
.layout-partner-listing-cards__grid--active-tabs--tab {
  display: none;
}
.layout-partner-listing-cards__grid--active-tabs--tab.active {
  display: grid;
}
.layout-partner-listing-cards__grid--active-tabs--tab .icon-wrapper {
  width: 8.5rem;
}
.layout-partner-listing-cards__grid--active-tabs--tab .icon-wrapper img {
  width: 100%;
  height: auto;
}
.layout-partner-listing-cards__grid--active-tabs--tab h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-partner-listing-cards__grid--active-tabs--tab h3 {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.layout-partner-listing-cards__grid--active-tabs--tab p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-partner-listing-cards__grid--partners {
  gap: 3rem;
}
.layout-partner-listing-cards__grid--partners.hide-description .layout-partner-listing-cards__grid--card {
  gap: 0;
}
@media (min-width: 1024px) {
  .layout-partner-listing-cards__grid--filters {
    display: flex;
    gap: 4rem;
  }
}
.layout-partner-listing-cards__grid--filters .component-select {
  width: 100%;
}
@media (min-width: 1024px) {
  .layout-partner-listing-cards__grid--filters .component-select {
    max-width: 28rem;
  }
}
.layout-partner-listing-cards__grid--filters .component-select button:disabled {
  display: none;
}
.layout-partner-listing-cards__grid--card {
  display: none;
  flex-flow: column nowrap;
  border-radius: 2rem;
  box-shadow: 0 0.4rem 2.5rem 0.1rem rgba(13, 33, 38, 0.1490196078);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  border: 0.1rem solid #C8CDCE;
}
@media (min-width: 1024px) {
  .layout-partner-listing-cards__grid--card {
    box-shadow: 0 0 0 0 rgba(13, 33, 38, 0.1490196078);
    gap: 3rem;
    transition: background-color 0.2s ease-in, box-shadow 0.2s ease-in, border-radius 0.2s ease-in;
  }
}
.layout-partner-listing-cards__grid--card > div {
  width: 100%;
}
.layout-partner-listing-cards__grid--card.active-filter {
  display: flex;
}
.layout-partner-listing-cards__grid--card .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 260/100;
  max-width: 26rem;
  max-height: 10rem;
  overflow: hidden;
}
.layout-partner-listing-cards__grid--card .image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-partner-listing-cards__grid--card .seperator {
  display: block;
  background: #C8CDCE;
  width: 100%;
  height: 0.1rem;
}
.layout-partner-listing-cards__grid--card .first-line .copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-partner-listing-cards__grid--card .meta {
  visibility: hidden;
}
.layout-partner-listing-cards__grid--card .meta.show {
  visibility: visible;
}
.layout-partner-listing-cards__grid--card .meta .location {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.layout-partner-listing-cards__grid--card .meta .location .icon-wrapper {
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-repeat: no-repeat;
  background-image: url("static/img/events/place.svg");
  background-position: 15% center;
  background-size: auto 2.8rem;
}
.layout-partner-listing-cards__grid--card .meta > div:not(:first-child) {
  margin-top: 1rem;
}

.layout-product-grid__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}

@media (min-width: 1024px) {
  .layout-product-grid__headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 1440px) {
  .layout-product-grid__headline {
    padding-right: 9.8rem;
  }
}
.layout-product-grid__card {
  grid-column: 1 / -1;
  padding: 4rem;
  border-radius: 15px;
  border: 1px solid #C8CDCE;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .layout-product-grid__card {
    grid-column: span 6 / span 6;
    padding: 6.5rem;
    margin-bottom: 3rem;
  }
}
.layout-product-grid__card__header {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  gap: 1.5rem;
}
.layout-product-grid__card__logo {
  display: block;
  width: auto;
  height: 5.5rem;
  flex-shrink: 1;
  /* object-fit: scale-down; */
  /* this was originally built to force all logos to a specific height, so we respect that here */
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.layout-product-grid__card__name {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-product-grid__card__name {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-product-grid__card__name {
  margin-bottom: 0;
}
.layout-product-grid__card__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #C8CDCE;
}
.layout-product-grid__list {
  margin-bottom: 3rem;
}
.layout-product-grid__list__item {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 700;
  display: flex;
  margin-bottom: 1.8rem;
}
.layout-product-grid__list__item:last-of-type {
  margin-bottom: 0;
}
.layout-product-grid__list__icon {
  margin-right: 1.5rem;
  width: 2.3rem;
  height: 2.3rem;
  flex-shrink: 0;
}
.layout-product-grid__list__icon svg path {
  stroke: #425052;
}
.layout-product-grid__button {
  margin-top: auto;
  align-self: start;
}
.layout-product-grid.theme-yellow-bg {
  background: linear-gradient(180deg, #fff0c3 0%, #fffae3 100%);
}
.layout-product-grid.theme-yellow-bg .layout-product-grid__card {
  background-color: #fff;
}
.layout-product-grid.theme-yellow-cards .layout-product-grid__card {
  background-color: #FFF0C3;
}

.layout-product-statistic {
  position: relative;
  overflow: hidden;
}
.layout-product-statistic .swiper {
  overflow: visible;
}

.product-statistic__slide.product-statistic__slide {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .product-statistic__slide.product-statistic__slide {
    width: calc((100% - 33rem) / 12 * 10 + 27rem);
  }
}
@media (min-width: 1440px) {
  .product-statistic__slide.product-statistic__slide {
    width: calc((100% - 33rem) / 12 * 11 + 30rem - 5rem);
  }
}
.product-statistic__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-statistic__content {
  display: flex;
  gap: 2.4rem;
  padding: 6rem;
  flex-direction: column;
  padding: 3.2rem 2.4rem 2.4rem 2.4rem;
  height: 100%;
}
@media (min-width: 1024px) {
  .product-statistic__content {
    justify-content: center;
    align-items: flex-end;
    gap: 0rem;
    padding: 6rem;
    padding-right: 0;
    flex-direction: row;
    align-items: start;
  }
}
.product-statistic__logo {
  height: 4.5rem;
}
.product-statistic__logo svg {
  height: 100%;
  width: auto;
}
.product-statistic__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .product-statistic__info {
    width: 66%;
  }
}
@media (min-width: 1440px) {
  .product-statistic__info {
    padding-right: 6rem;
    width: 50%;
  }
}
.product-statistic__image {
  max-height: 100%;
  aspect-ratio: 1/1;
}
.product-statistic__image picture {
  width: 100%;
  height: 100%;
}
.product-statistic__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .product-statistic__image {
    aspect-ratio: auto;
  }
}
.product-statistic__image-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  order: -1;
}
@media (min-width: 1024px) {
  .product-statistic__image-wrapper {
    margin: auto 0;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    height: 100%;
    width: 50%;
    order: 1;
  }
}
.product-statistic__links {
  margin-top: auto;
  position: relative;
  padding: 0 2.4rem 4.2rem 2.4rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .product-statistic__links {
    padding: 0 6rem 5rem 6rem;
  }
}
.product-statistic__link-list {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 3rem;
  border-top: solid 0.1rem rgba(13, 33, 38, 0.6);
}
.product-statistic__link-list img {
  width: 2.5rem;
  height: 2.5rem;
}
.product-statistic__link-list-wrapper {
  display: flex;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .product-statistic__link-list {
    gap: 4.5rem;
    flex-direction: row;
    padding-top: 4rem;
  }
}
.product-statistic__link {
  display: flex;
  gap: 1.5rem;
  text-decoration: underline;
  align-items: flex-start;
}
.product-statistic__subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.product-statistic__subtitle-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.product-statistic__subtitle-text {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .product-statistic__subtitle-text {
    letter-spacing: 0;
  }
}
.product-statistic__details {
  width: 100%;
}
.product-statistic__detail {
  padding: 2rem 0;
  border-top: solid 0.1rem rgba(13, 33, 38, 0.6);
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 2rem 0;
  padding-right: 6rem;
}
.product-statistic__detail:last-child {
  padding-bottom: 0;
}
.product-statistic__detail-text {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .product-statistic__detail-text {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.product-statistic__detail-text {
  padding-right: 6rem;
}
.product-statistic__detail-list-item {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .product-statistic__detail-text {
    padding-right: 1.6rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    text-wrap: balance;
  }
}
@media (min-width: 1024px) {
  .product-statistic__detail {
    flex-direction: row;
    gap: 0;
  }
  .product-statistic__detail-text {
    width: 40%;
  }
  .product-statistic__detail-list {
    width: 60%;
    margin-top: -0.2rem;
    padding-left: 2rem;
  }
  .product-statistic__detail:last-child {
    padding-bottom: 2rem;
  }
}

.layout-richtext__content {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-richtext__content {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-richtext__content * {
  max-width: 100%;
}
.layout-richtext__content img {
  aspect-ratio: 2/1;
  min-width: 100%;
  border-radius: 1rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .layout-richtext__content img {
    border-radius: 2rem;
  }
}
.layout-richtext__content :last-child {
  margin-bottom: 0;
}
.layout-richtext__content h1,
.layout-richtext__content h2,
.layout-richtext__content h3,
.layout-richtext__content h4,
.layout-richtext__content h5,
.layout-richtext__content h6 {
  margin-bottom: 3.5rem;
}
html[lang=ja] .layout-richtext__content h1,
html[lang=ja] .layout-richtext__content h2,
html[lang=ja] .layout-richtext__content h3,
html[lang=ja] .layout-richtext__content h4,
html[lang=ja] .layout-richtext__content h5,
html[lang=ja] .layout-richtext__content h6 {
  font-weight: 600;
}
.layout-richtext__content h1 strong,
.layout-richtext__content h1 b,
.layout-richtext__content h2 strong,
.layout-richtext__content h2 b,
.layout-richtext__content h3 strong,
.layout-richtext__content h3 b,
.layout-richtext__content h4 strong,
.layout-richtext__content h4 b,
.layout-richtext__content h5 strong,
.layout-richtext__content h5 b,
.layout-richtext__content h6 strong,
.layout-richtext__content h6 b {
  font-weight: inherit;
}
.layout-richtext__content h1 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
@media (min-width: 1024px) {
  .layout-richtext__content h1 {
    font-size: 5rem;
  }
}
.layout-richtext__content h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-richtext__content h2 {
    letter-spacing: -0.05rem;
    font-size: 3.6rem;
  }
}
.layout-richtext__content h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-richtext__content h3 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}
.layout-richtext__content h4 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-richtext__content h4 {
    letter-spacing: 0;
  }
}
.layout-richtext__content h4 {
  font-weight: 500;
}
.layout-richtext__content h5 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
.layout-richtext__content h6 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-richtext__content p {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-richtext__content p a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-richtext__content p a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-richtext__content p em:first-child:last-child {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-richtext__content strong {
  font-weight: 500;
}
html[lang=ja] .layout-richtext__content strong {
  font-weight: 600;
}
.layout-richtext__content ul,
.layout-richtext__content ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-richtext__content ul li,
.layout-richtext__content ol li {
  margin-bottom: 0.8rem;
}
.layout-richtext__content li ul,
.layout-richtext__content li ol {
  margin-bottom: 0rem;
}
.layout-richtext__content ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-richtext__content ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-richtext__content ul:empty {
  text-indent: 0px;
}
.layout-richtext__content ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-richtext__content hr {
  margin-top: 4rem;
  margin-bottom: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgb(200 205 206 / var(--tw-bg-opacity));
  border: none;
  height: 0.1rem;
  width: 100%;
}
.layout-richtext__content table {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 4rem;
  color: #000;
  border: 1px solid #C8CDCE;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
}
.layout-richtext__content table tr:nth-child(2n):not(:last-child:nth-child(2)) {
  background-color: #C8CDCE;
}
.layout-richtext__content table td {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border: 1px solid #425052;
  vertical-align: top;
}
.layout-richtext__content table td strong {
  font-weight: 600;
}
.layout-richtext__content table td p {
  margin-bottom: 3.2rem;
}
.layout-richtext__content table td p:last-child {
  margin-bottom: 0rem;
}
.layout-richtext__content table:first-of-type {
  background-color: #fff;
}
body.page .layout-richtext {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  body.page .layout-richtext {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
body.page .layout-richtext__content h1 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  body.page .layout-richtext__content h1 {
    font-size: 5.8rem;
  }
}

.layout-support {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-support {
    padding: 10rem 0;
  }
}
.layout-support__grid-wrapper {
  width: 100%;
}
@media (min-width: 375px) {
  .layout-support__grid-wrapper {
    max-width: 375px;
  }
}
@media (min-width: 768px) {
  .layout-support__grid-wrapper {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout-support__grid-wrapper {
    max-width: 1024px;
  }
}
@media (min-width: 1360px) {
  .layout-support__grid-wrapper {
    max-width: 1360px;
  }
}
@media (min-width: 1440px) {
  .layout-support__grid-wrapper {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .layout-support__grid-wrapper {
    max-width: 1920px;
  }
}
.layout-support__grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-support__grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-support__grid-wrapper {
  max-width: 100vw;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .layout-support__grid-wrapper {
    padding: 0 6rem;
    max-width: 124rem;
  }
}
@media screen and (min-width: 1360px) {
  .layout-support__grid-wrapper {
    padding: 0;
    max-width: 124rem;
  }
}
.layout-accordion:is(.article-content > .layout-support__grid-wrapper > .layout-accordion) {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (min-width: 768px) {
  .layout-accordion:is(.article-content > .layout-support__grid-wrapper > .layout-accordion) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.layout-accordion:is(.article-content > .layout-support__grid-wrapper > .layout-accordion) > .container {
  grid-column: 1 / -1;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .layout-accordion:is(.article-content > .layout-support__grid-wrapper > .layout-accordion) > .container {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }
}
.layout-accordion:is(.article-content > .layout-support__grid-wrapper > .layout-accordion) > .container * {
  max-width: 100%;
}
.layout-event-listing > .layout-support__grid-wrapper {
  row-gap: 6rem;
}
.layout-headline.theme-gray-gradient .layout-support__grid-wrapper {
  position: relative;
  z-index: 1;
}
.layout-image-with-checklist .layout-support__grid-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-support__grid-wrapper.items-center {
    align-items: flex-start;
  }
}
.layout-support__grid-wrapper {
  align-items: start;
  row-gap: 4rem;
}
.layout-support__copy {
  margin-bottom: 1.2rem;
  padding-right: 7rem;
}
@media (min-width: 1024px) {
  .layout-support__copy {
    margin-bottom: auto;
  }
}
.layout-support__content-wrapper {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .layout-support__content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .layout-support__content-wrapper {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
  .layout-support__content-wrapper {
    grid-column: span 4 / span 4;
  }
.layout-image-with-checklist .layout-support__content-wrapper {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-support__content-wrapper.items-center {
      align-items: flex-start;
    }
}
  .layout-support__content-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-right: 2rem;
  }
}
.layout-support__icon-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 195 / var(--tw-bg-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 8.4rem;
  height: 8.4rem;
}
.layout-support__icon-wrapper svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media (min-width: 1024px) {
  .layout-support__icon-wrapper {
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-support__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-support__headline {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
    grid-column: span 3 / span 3;
    margin-right: -3rem;
  }
}
.layout-support__contact-wrapper {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-support__contact-wrapper {
    grid-column: span 4 / span 4;
  }
}
.layout-support__contact-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.layout-support__contact-details-wrapper h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-support__contact-details-wrapper h3 {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}

.layout-tab-slider {
  position: relative;
  overflow: hidden;
}
.layout-tab-slider .swiper {
  overflow: visible;
}

.tab-slider__slide.tab-slider__slide {
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .tab-slider__slide.tab-slider__slide {
    width: calc((100% - 33rem) / 12 * 10 + 27rem);
  }
}

.tab-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab-slider__content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2.4rem;
  padding: 6rem;
  flex-direction: column;
  padding: 3.2rem 2.4rem 2.4rem 2.4rem;
}
@media (min-width: 1024px) {
  .tab-slider__content {
    gap: 7.5rem;
    padding: 6rem;
    flex-direction: row;
    align-items: center;
  }
}

.tab-slider__info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  flex: 0 1 48.3146067416%; /* 385px / 890px */
  z-index: 1;
}

.tab-slider__image {
  position: relative;
  flex: 0 1 43.2584269663%; /* 385px / 890px */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.tab-slider__image picture {
  width: 100%;
  height: 100%;
}
.tab-slider__image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .truncate-text .tab-slider__text {
    display: -webkit-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .truncate-text .tab-slider__read-more {
    display: block;
  }
}

.tab-slider__read-more {
  display: none;
}

.tab-slider__links {
  margin-top: auto;
  position: relative;
  padding: 0 2.4rem 4.2rem 2.4rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .tab-slider__links {
    padding: 0 6rem 5rem 6rem;
  }
}

.tab-slider__read-more {
  font-weight: 500;
  text-decoration: underline;
}

.tab-slider__link-list {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 3rem;
  border-top: solid 0.1rem #0D2126;
}
.tab-slider__link-list img {
  width: 2.5rem;
  height: 2.5rem;
}
.tab-slider__link-list-wrapper {
  display: flex;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .tab-slider__link-list {
    gap: 4.5rem;
    flex-direction: row;
    padding-top: 4rem;
  }
}

.tab-slider__link {
  display: flex;
  gap: 1.5rem;
  text-decoration: underline;
  align-items: flex-start;
}

.tab-slider__logo {
  height: 4.5rem;
}
.tab-slider__logo svg {
  height: 100%;
  width: auto;
}

.layout-table {
  overflow: auto;
}
.layout-table__inner {
  width: 100%;
  border-collapse: collapse;
}
.layout-table__col {
  text-align: center;
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem;
  border: 1px solid #425052;
}
.layout-table__col.bold {
  font-weight: bold;
}
.layout-table__col.italic {
  font-style: italic;
}
.layout-table__row {
  width: 100%;
}
.layout-table__row.header-row td.layout-table__col {
  border: 0;
  padding: 0;
}
.layout-table__row:not(.header-row) td.layout-table__col:first-child {
  text-align: left;
}

.layout-tabs {
  position: relative;
  overflow: hidden;
}
.layout-tabs .tabs-layout__slide {
  position: relative;
  overflow: hidden;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .layout-tabs .tabs-layout__slide {
    border-radius: 1.5rem;
    padding-bottom: 22rem;
    padding-top: 0;
  }
}
.layout-tabs .tabs-layout__image {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .layout-tabs .tabs-layout__image {
    border-radius: 0;
  }
}
.layout-tabs .tabs-layout__image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .layout-tabs .tabs-layout__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.layout-tabs .tabs-component {
  margin-right: -2rem;
}
@media (min-width: 768px) {
  .layout-tabs .tabs-component {
    margin-right: 0;
  }
}
.layout-tabs .tabs-layout__button-wrapper {
  gap: 1rem;
}
.layout-tabs .tabs-layout__button-wrapper button {
  white-space: normal !important;
  min-width: 23rem;
}
@media (min-width: 1440px) {
  .layout-tabs .tabs-layout__button-wrapper button {
    min-width: 0;
  }
}
.layout-tabs .tabs-layout__info {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 3.2rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .layout-tabs .tabs-layout__info {
    padding-left: calc((100% - 15rem) / 6);
    padding-right: calc((100% - 15rem) / 6);
    padding-top: 7rem;
    padding-bottom: 0;
    border-radius: 1.5rem;
  }
  .layout-tabs .tabs-layout__info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5rem;
    background-color: #FDCD38;
  }
}

.layout-testimonial .slide {
  width: 100%;
}
.layout-testimonial .testimonial__headline {
  margin-bottom: 4rem;
}
.layout-testimonial .testimonial__name {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  display: block;
  font-weight: 700;
}
.layout-testimonial .testimonial__role {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.6rem;
  line-height: 1.65;
  display: block;
  font-weight: 400;
}
.layout-testimonial .testimonial__slide__image {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.layout-testimonial .swiper-prev {
  transform: translate(1px, 0);
}
.layout-testimonial .swiper-prev,
.layout-testimonial .swiper-next {
  transition: opacity 0.2s ease-in-out;
}
.layout-testimonial .swiper-prev .arrow-background,
.layout-testimonial .swiper-next .arrow-background {
  transform-origin: center;
  transform: rotate(180deg);
}
.layout-testimonial .swiper-prev.swiper-button-disabled,
.layout-testimonial .swiper-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.33;
}
.layout-testimonial .swiper-prev svg,
.layout-testimonial .swiper-next svg {
  width: 5rem;
  height: 5rem;
}
@media (min-width: 768px) {
  .layout-testimonial .swiper-prev svg,
  .layout-testimonial .swiper-next svg {
    height: 6.5rem;
    width: 6.5rem;
  }
}
.layout-testimonial .testimonial__mobile-actions button {
  height: 5rem;
  width: 5rem;
}
.layout-testimonial .testimonial__mobile-actions button svg {
  width: 100%;
  height: 100%;
}
.layout-testimonial .divider {
  width: 100%;
  height: 0.1rem;
  background-color: #0D2126;
}

.layout-text-form {
  padding: 4rem 0 7rem 0;
}
@media (min-width: 1024px) {
  .layout-text-form {
    padding: 10rem 0 6rem;
  }
}
.layout-text-form__formWrapper {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 1.6rem;
  padding: 3.2rem;
}
@media (min-width: 1024px) {
  .layout-text-form__formWrapper {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
  }
}
.layout-text-form__contentWrapper {
  grid-column: 1 / -1;
}
@media (min-width: 1024px) {
  .layout-text-form__contentWrapper {
    grid-column: span 6 / span 6;
    margin-bottom: 0;
  }
}
.layout-text-form__contentGrid {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .layout-text-form__contentGrid {
    grid-column: span 4 / span 4;
  }
}
.layout-text-form__contentGrid {
  grid-row-gap: 2rem;
  margin-bottom: 2rem;
}
.layout-text-form__contentGrid h1,
.layout-text-form__contentGrid h2 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.15;
}
@media (min-width: 1024px) {
  .layout-text-form__contentGrid h1,
.layout-text-form__contentGrid h2 {
    font-size: 5.8rem;
  }
}
.layout-text-form__contentGrid a span,
.layout-text-form__contentGrid a svg {
  --tw-text-opacity: 1;
  color: rgb(253 205 56 / var(--tw-text-opacity));
}
.layout-text-form__contentGrid a:hover span,
.layout-text-form__contentGrid a:focus-visible span {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.layout-text-form.theme-yellow .layout-text-form__formWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(254 225 135 / var(--tw-bg-opacity));
}
.layout-text-form.theme-dark .layout-text-form__formWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
}
.layout-text-form.theme-light .layout-text-form__formWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 245 / var(--tw-bg-opacity));
}

.layout-text-with-checklist__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .layout-text-with-checklist__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}

.layout-text-with-checklist__eyebrow {
  display: inline-block;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__eyebrow {
    margin-bottom: 1.5rem;
  }
}
.layout-text-with-checklist__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__headline {
    line-height: 1.35;
    letter-spacing: -0.064rem;
    font-size: 3.6rem;
  }
}
.layout-text-with-checklist__content {
  grid-column: -1/1;
  padding: 6rem 2rem;
}
@media (min-width: 768px) {
  .layout-text-with-checklist__content {
    padding: 6rem 6rem;
    margin-left: calc(100% - 50vw);
    padding-left: calc(50vw - 100%);
  }
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__content {
    grid-column: span 6/span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.theme-light .layout-text-with-checklist__content {
  background-color: #FFF0C3;
}
.theme-dark .layout-text-with-checklist__content {
  background-color: #0D2126;
}
.layout-text-with-checklist__content p a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-text-with-checklist__content p a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-text-with-checklist__items {
  padding: 6rem 0;
  grid-column: -1/1;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__items {
    grid-column: span 6/span 6;
    padding: 10rem 0rem 10rem 4.5rem;
  }
  .layout-text-with-checklist__items :last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .layout-text-with-checklist__items {
    grid-column: span 6/span 6;
    padding: 10rem 0rem 10rem 10rem;
  }
}
.layout-text-with-checklist__items__item {
  margin-bottom: 1.4rem;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__items__item {
    margin-bottom: 6.5rem;
    display: flex;
  }
}
.layout-text-with-checklist__items__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}
.layout-text-with-checklist__items__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
.layout-text-with-checklist__items__copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-text-with-checklist__items__copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-text-with-checklist__items__icon {
  display: inline-block;
  margin-bottom: 1rem;
}
.layout-text-with-checklist__items__icon svg {
  width: 2.8rem;
  height: 3.5rem;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist__items__icon {
    margin-bottom: 2.5rem;
    margin-right: 2rem;
  }
}
.layout-text-with-checklist--listonly {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.layout-text-with-checklist--listonly .layout-text-with-checklist__items {
  padding: 0;
}
@media (min-width: 1024px) {
  .layout-text-with-checklist--listonly {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 768px) {
  .layout-text-with-checklist--listonly .layout-text-with-checklist__items {
    padding: 0;
    grid-column: -1/1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .layout-text-with-checklist--listonly .layout-text-with-checklist__items {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
.layout-image-with-checklist .layout-text-with-checklist--listonly .layout-text-with-checklist__items {
  row-gap: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-text-with-checklist--listonly .layout-text-with-checklist__items.items-center {
      align-items: flex-start;
    }
}
  .layout-text-with-checklist--listonly .layout-text-with-checklist__items__item {
    grid-column: span 6/span 6;
    margin-bottom: 0;
    display: flex;
  }
}
@media (min-width: 1440px) {
  .layout-text-with-checklist--listonly .layout-text-with-checklist__items__item:not(:nth-child(2n)) {
    padding-right: 7.5rem;
  }
}
@media (min-width: 768px) {
  .layout-text-with-checklist--listonly .layout-text-with-checklist__items__icon {
    margin-right: 2rem;
  }
  .layout-headline + .layout-text-with-checklist .layout-text-with-checklist--listonly {
    padding-top: 6rem;
  }
}
.layout-text-with-checklist--dark-theme .layout-text-with-checklist__items__icon svg path {
  stroke: #EDB83C;
}

.layout-text-with-image-1-1__image {
  margin: 0 -2rem;
  align-content: center;
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1__image {
    margin: 0 -1.5rem 0 -6rem;
  }
}
@media (min-width: 1440px) {
  .layout-text-with-image-1-1__image {
    margin: 0 -1.5rem 0 -10rem;
  }
}
.layout-text-with-image-1-1__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.layout-text-with-image-1-1__image__wrapper {
  aspect-ratio: 1/1;
}
.layout-text-with-image-1-1__image__wrapper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.layout-text-with-image-1-1__content {
  padding-top: 4.8rem;
  padding-bottom: 6.4rem;
  align-self: center;
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1__content {
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1024px) {
  .layout-text-with-image-1-1__content {
    padding-left: 0;
  }
}
.layout-text-with-image-1-1__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-text-with-image-1-1__headline {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1__headline {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -0.05rem;
  }
  @media (min-width: 1024px) {
    .layout-text-with-image-1-1__headline {
      font-size: 5rem;
    }
  }
  .layout-text-with-image-1-1--quote .layout-text-with-image-1-1__headline {
    font-size: 3.6rem;
  }
}
.layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__content {
  grid-column-start: 1;
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__content {
    padding-left: 0rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__content {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__image {
    grid-column-start: 7;
  }
}
.layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__image {
  order: 2;
}
@media (min-width: 768px) {
  .layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__image {
    margin: 0 -6rem 0 -1.5rem;
  }
}
@media (min-width: 1440px) {
  .layout-text-with-image-1-1--image-right .layout-text-with-image-1-1__image {
    margin: 0 -10rem 0 -1.5rem;
  }
}

.layout-text-with-image-3-2 {
  padding: 6rem 0;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2 {
    padding: 10rem 0;
  }
}
.layout-text-with-image-3-2__eyebrow {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .layout-text-with-image-3-2__eyebrow {
    font-size: 1.4rem;
    line-height: 1.025;
  }
}
.layout-text-with-image-3-2__eyebrow {
  margin-bottom: 2rem;
  display: inline-block;
}
.layout-text-with-image-3-2__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-text-with-image-3-2__title {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-text-with-image-3-2__title {
  margin-bottom: 2rem;
}
.layout-text-with-image-3-2__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-bottom: 2rem;
}
.layout-text-with-image-3-2__copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-text-with-image-3-2__copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-text-with-image-3-2__image {
  position: relative;
  grid-column: 1 / -1;
  margin-bottom: 4rem;
  aspect-ratio: 355/220;
  border-radius: 1.5rem;
  overflow: hidden;
}
.layout-text-with-image-3-2__image img {
  position: absolute;
  inset: 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2__image {
    grid-column: span 6 / span 6;
    margin-bottom: 0;
    aspect-ratio: 605/400;
  }
  .layout-text-with-image-3-2__image img {
    border-radius: 2rem;
  }
}
.layout-text-with-image-3-2__content {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2__content {
    grid-column: span 6 / span 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.layout-text-with-image-3-2--default .layout-text-with-image-3-2__content {
  order: 1;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--default .layout-text-with-image-3-2__content {
    order: 2;
  }
}
.layout-text-with-image-3-2--default .layout-text-with-image-3-2__image {
  margin-bottom: 0;
}
.layout-text-with-image-3-2--default .layout-text-with-image-3-2__content {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--default .layout-text-with-image-3-2__content {
    margin-bottom: 0;
  }
}
.layout-text-with-image-3-2--default .layout-text-with-image-3-2__image {
  order: 2;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--default .layout-text-with-image-3-2__image {
    order: 1;
  }
  .layout-text-with-image-3-2--default.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__content {
    order: 1;
  }
  .layout-text-with-image-3-2--default.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    order: 2;
  }
  .layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__content {
    order: 1;
  }
  .layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    order: 2;
  }
}
.layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__image {
    margin-left: -6rem;
    border-radius: 0 1.5rem 1.5rem 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 1240px) {
  .layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__image {
    margin-left: calc((100vw - 124rem + 12rem) / -2);
  }
}
@media screen and (min-width: 1360px) {
  .layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__image {
    margin-left: calc((100vw - 124rem) / -2);
  }
}
@media screen and (min-width: 1441px) {
  .layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__image {
    margin-left: 0;
    border-radius: 1.5rem;
  }
}
.layout-text-with-image-3-2--bleeding-image img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--bleeding-image img {
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .layout-text-with-image-3-2--bleeding-image .layout-text-with-image-3-2__content {
    padding-left: 11rem;
  }
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    margin-left: 0;
    margin-right: -6rem;
    border-radius: 0;
  }
}
@media screen and (min-width: 1240px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    margin-right: calc((100vw - 124rem + 12rem) / -2);
  }
}
@media screen and (min-width: 1360px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    margin-right: calc((100vw - 124rem) / -2);
  }
}
@media screen and (min-width: 1441px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__image {
    margin-right: 0;
    border-radius: 1.5rem;
  }
}
.layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right img {
    border-radius: 1.5rem 0 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .layout-text-with-image-3-2--bleeding-image.layout-text-with-image-3-2--image-right .layout-text-with-image-3-2__content {
    padding-right: 11rem;
    padding-left: 0rem;
  }
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: -0.064rem;
}
@media (min-width: 1024px) {
  .layout-text-with-image-3-2--card .layout-text-with-image-3-2__title {
    font-size: 4.2rem;
    letter-spacing: -0.05rem;
  }
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__title {
  --tw-text-opacity: 1;
  color: rgb(13 33 38 / var(--tw-text-opacity));
  margin-bottom: 2rem;
}
@media (min-width: 1440px) {
  .layout-text-with-image-3-2--card .layout-text-with-image-3-2__title {
    font-size: 5.6rem;
  }
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__copy {
  display: none;
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__eyebrow {
  display: none;
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__content {
  grid-column: 1 / -1;
  background-color: #FDCD38;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 6rem 4.5rem;
  order: 1;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--card .layout-text-with-image-3-2__content {
    grid-column: span 6 / span 6;
    border-radius: 1.5rem 0 0 1.5rem;
    margin-right: -3rem;
    padding: 10rem 3rem 10rem 10rem;
  }
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__image {
  grid-column: 1 / -1;
  overflow: hidden;
  border-radius: 0 0 1.5rem 1.5rem;
  aspect-ratio: 353/265;
  -o-object-fit: cover;
     object-fit: cover;
  order: 2;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--card .layout-text-with-image-3-2__image {
    grid-column: span 6 / span 6;
    aspect-ratio: auto;
    height: 100%;
    border-radius: 0 1.5rem 1.5rem 0;
  }
}
.layout-text-with-image-3-2--card .layout-text-with-image-3-2__image img {
  border-radius: 0;
}
.layout-text-with-image-3-2--card a {
  border: none;
}
@media (min-width: 768px) {
  .layout-text-with-image-3-2--sticky .layout-text-with-image-3-2__image {
    position: sticky;
    top: 25vh;
  }
  .layout-text-with-image-3-2--sticky .default-grid.items-center {
    align-items: flex-start;
  }
}

.layout-headline + .layout-text-with-image-3-2 {
  padding-top: 0;
}

.layout-three-columns__intro .component-text ul,
.layout-three-columns__intro .component-text ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-three-columns__intro .component-text ul li,
.layout-three-columns__intro .component-text ol li {
  margin-bottom: 0.8rem;
}
.layout-three-columns__intro .component-text li ul,
.layout-three-columns__intro .component-text li ol {
  margin-bottom: 0rem;
}
.layout-three-columns__intro .component-text ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-three-columns__intro .component-text ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-three-columns__intro .component-text ul:empty {
  text-indent: 0px;
}
.layout-three-columns__intro .component-text ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-three-columns__intro .component-text a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-three-columns__intro .component-text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-three-columns__intro .component-text ul,
.layout-three-columns__intro .component-text ol {
  color: inherit;
}
.layout-three-columns .icon {
  display: block;
  max-height: 6rem;
  max-width: 6rem;
  aspect-ratio: 1/1;
}
.layout-three-columns .col-copy ul,
.layout-three-columns .col-copy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-three-columns .col-copy ul li,
.layout-three-columns .col-copy ol li {
  margin-bottom: 0.8rem;
}
.layout-three-columns .col-copy li ul,
.layout-three-columns .col-copy li ol {
  margin-bottom: 0rem;
}
.layout-three-columns .col-copy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-three-columns .col-copy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-three-columns .col-copy ul:empty {
  text-indent: 0px;
}
.layout-three-columns .col-copy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-three-columns .col-copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-three-columns .col-copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-three-columns .col-copy ul,
.layout-three-columns .col-copy ol {
  color: inherit;
}
.layout-three-columns .col-copy > *:not(:last-child) {
  margin-bottom: 1em;
}
.layout-three-columns .col-copy ul,
.layout-three-columns .col-copy ol {
  font-size: inherit;
}

.layout-floating-text-with-image-1-1.theme-light + .layout-three-columns {
  padding-top: 0;
}

.layout-three-columns-with-image {
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-three-columns-with-image {
    padding: 10rem 0;
  }
}
.layout-three-columns-with-image__card {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .layout-three-columns-with-image__card {
    grid-column: span 6 / span 6;
  }
}
@media (min-width: 1024px) {
  .layout-three-columns-with-image__card {
    grid-column: span 4 / span 4;
  }
}
.layout-three-columns-with-image__card__headline {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-three-columns-with-image__card__headline {
    letter-spacing: 0;
  }
}
.layout-three-columns-with-image__card__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-three-columns-with-image__card__links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: auto;
}
.layout-three-columns-with-image__card__image-wrapper {
  aspect-ratio: 392/261;
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.layout-three-columns-with-image__card__image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout-two-columns-stacked__intro .component-text ul,
.layout-two-columns-stacked__intro .component-text ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-two-columns-stacked__intro .component-text ul li,
.layout-two-columns-stacked__intro .component-text ol li {
  margin-bottom: 0.8rem;
}
.layout-two-columns-stacked__intro .component-text li ul,
.layout-two-columns-stacked__intro .component-text li ol {
  margin-bottom: 0rem;
}
.layout-two-columns-stacked__intro .component-text ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-two-columns-stacked__intro .component-text ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-two-columns-stacked__intro .component-text ul:empty {
  text-indent: 0px;
}
.layout-two-columns-stacked__intro .component-text ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-two-columns-stacked__intro .component-text a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-two-columns-stacked__intro .component-text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-two-columns-stacked__intro .component-text blockquote {
  padding-left: 1em;
  font-style: italic;
}
.layout-two-columns-stacked__intro .component-text ul,
.layout-two-columns-stacked__intro .component-text ol {
  color: inherit;
}
.layout-two-columns-stacked__columns {
  gap: 3rem;
}
@media (min-width: 768px) {
  .layout-two-columns-stacked__columns {
    row-gap: 6rem;
  }
}
.layout-two-columns-stacked__columns > li {
  height: auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .layout-two-columns-stacked__columns > li {
    flex-direction: row;
    justify-content: space-between;
    gap: 4.5rem;
  }
}
.layout-two-columns-stacked__columns--icon.has-icon {
  display: block;
  width: 100%;
  height: auto;
  max-height: 8.5rem;
  max-width: 8.5rem;
  aspect-ratio: 1/1;
}
.layout-two-columns-stacked__columns--text {
  width: 100%;
}
.layout-two-columns-stacked__columns h3 {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.03rem;
}
@media (min-width: 1024px) {
  .layout-two-columns-stacked__columns h3 {
    letter-spacing: 0;
  }
}
.layout-two-columns-stacked__columns--copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-two-columns-stacked__columns--copy ul,
.layout-two-columns-stacked__columns--copy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-two-columns-stacked__columns--copy ul li,
.layout-two-columns-stacked__columns--copy ol li {
  margin-bottom: 0.8rem;
}
.layout-two-columns-stacked__columns--copy li ul,
.layout-two-columns-stacked__columns--copy li ol {
  margin-bottom: 0rem;
}
.layout-two-columns-stacked__columns--copy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-two-columns-stacked__columns--copy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-two-columns-stacked__columns--copy ul:empty {
  text-indent: 0px;
}
.layout-two-columns-stacked__columns--copy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-two-columns-stacked__columns--copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-two-columns-stacked__columns--copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-two-columns-stacked__columns--copy blockquote {
  padding-left: 1em;
  font-style: italic;
}
.layout-two-columns-stacked__columns--copy ul,
.layout-two-columns-stacked__columns--copy ol {
  color: inherit;
}
.layout-two-columns-stacked__columns--copy > *:not(:last-child) {
  margin-bottom: 1em;
}
.layout-two-columns-stacked__columns--copy > *:not(:last-child) + ul, .layout-two-columns-stacked__columns--copy > *:not(:last-child) + ol {
  margin-top: -0.75em;
}
.layout-two-columns-stacked__columns--copy > *:last-child {
  margin-bottom: 0;
}
.layout-two-columns-stacked__columns--copy ul,
.layout-two-columns-stacked__columns--copy ol {
  font-size: inherit;
}
.layout-two-columns-stacked__cta {
  display: flex;
  justify-content: center;
  color: #0D2126;
}

.layout-two-columns {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .layout-two-columns {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.layout-two-columns.theme-yellow-gradient {
  background: linear-gradient(180deg, #fff0c3 0%, #fffbed 100%);
}
.layout-two-columns__intro ul,
.layout-two-columns__intro ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-two-columns__intro ul li,
.layout-two-columns__intro ol li {
  margin-bottom: 0.8rem;
}
.layout-two-columns__intro li ul,
.layout-two-columns__intro li ol {
  margin-bottom: 0rem;
}
.layout-two-columns__intro ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-two-columns__intro ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-two-columns__intro ul:empty {
  text-indent: 0px;
}
.layout-two-columns__intro ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-two-columns__intro a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-two-columns__intro a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-two-columns__intro ul,
.layout-two-columns__intro ol {
  color: inherit;
}
.layout-two-columns__item {
  grid-column: 1/-1;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .layout-two-columns__item {
    grid-column: span 6 / span 6;
    display: flex;
    margin-bottom: 6rem;
  }
}
.layout-two-columns__item.align-top {
  align-items: flex-start;
}
.layout-two-columns__item.align-center {
  align-items: center;
}
.layout-two-columns__item.align-bottom {
  align-items: flex-end;
}
.layout-two-columns__item__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(226 249 253 / var(--tw-bg-opacity));
  border-radius: 999px;
  margin-bottom: 4.5rem;
  width: 8.5rem;
  height: 8.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .layout-two-columns__item__icon {
    margin-right: 4.5rem;
    margin-bottom: 0;
  }
}
.layout-two-columns__item__icon.theme-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.layout-two-columns__item__icon.theme-translucent {
  background-color: transparent;
  border-radius: unset;
}
.layout-two-columns__item__icon.theme-translucent img {
  width: 100%;
  height: 100%;
}
.theme-dark .layout-two-columns__item__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 58 / var(--tw-bg-opacity));
}
.layout-two-columns__item__icon img {
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout-two-columns__item__title {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.23;
  letter-spacing: -0.052rem;
}
@media (min-width: 1024px) {
  .layout-two-columns__item__title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: -0.064rem;
  }
}
.layout-two-columns__item__title {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.layout-two-columns__item__title--card {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .layout-two-columns__item__title--card {
    font-size: 2.8rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
}
.layout-two-columns__item__copy {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
}
.layout-two-columns__item__copy ul,
.layout-two-columns__item__copy ol {
  font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.65;
  letter-spacing: -0.02rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  margin-bottom: 3.5rem;
}
.layout-two-columns__item__copy ul li,
.layout-two-columns__item__copy ol li {
  margin-bottom: 0.8rem;
}
.layout-two-columns__item__copy li ul,
.layout-two-columns__item__copy li ol {
  margin-bottom: 0rem;
}
.layout-two-columns__item__copy ul {
  margin-left: 2.75rem;
  list-style-type: disc;
}
.layout-two-columns__item__copy ul li > p:first-child {
  margin-left: -3px;
  margin-bottom: 0;
  display: inline;
}
.layout-two-columns__item__copy ul:empty {
  text-indent: 0px;
}
.layout-two-columns__item__copy ol {
  list-style-type: decimal;
  margin-left: 2.7rem;
}
.layout-two-columns__item__copy a {
  font-weight: 700;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
.layout-two-columns__item__copy a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.layout-two-columns__item__copy ul,
.layout-two-columns__item__copy ol {
  color: inherit;
}
@media (min-width: 1024px) {
  .layout-two-columns__item__copy {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .layout-two-columns__item__copy {
    padding-right: 5rem;
  }
}
.layout-two-columns__item__link--card a:hover::after {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.theme-dark .layout-two-columns__item__link--card a:hover::after {
  box-shadow: 0px 0px 10px 0px color-mix(in srgb, currentColor 30%, transparent);
}
.layout-two-columns__item__link--card a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transition: 0.2s ease-out;
}
.layout-two-columns__item--cards-variant {
  border-radius: 10px;
  border: 1px solid #E2E5E6;
  padding: 4.8rem 2.8rem 3.6rem 2.8rem;
  position: relative;
}
@media (min-width: 1024px) {
  .layout-two-columns__item--cards-variant {
    padding: 4rem;
    display: block;
    margin-bottom: 3rem;
  }
}

.layout-video-slider {
  padding: 6rem 0;
}
@media (min-width: 1024px) {
  .layout-video-slider {
    padding: 7rem 0;
  }
}
.layout-video-slider__navigation {
  flex-shrink: 0;
  margin-right: 2rem;
}
.layout-video-slider .swiper {
  overflow: visible;
}
.layout-video-slider .swiper-slide {
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
@media (min-width: 768px) {
  .layout-video-slider .swiper-slide {
    position: relative;
    transform: scale(0.93) !important;
    transition: all 0.3s ease-in-out;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-video-slider .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
  .layout-video-slider .swiper-slide-next,
  .layout-video-slider .swiper-slide-prev {
    pointer-events: none;
  }
}
.layout-video-slider .swiper-slide-next::after,
.layout-video-slider .swiper-slide-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0.7;
  background: linear-gradient(0deg, rgba(13, 33, 38, 0.5) 0%, rgba(13, 33, 38, 0) 100%), #425052;
}
.layout-video-slider .swiper-prev,
.layout-video-slider .swiper-next {
  border: solid 1px #0D2126;
  padding: 2rem;
  transition: all 0.2s ease;
}
.layout-video-slider .swiper-prev svg,
.layout-video-slider .swiper-next svg {
  width: 3rem;
  height: 3rem;
}
.layout-video-slider .swiper-prev:hover,
.layout-video-slider .swiper-next:hover {
  background-color: #0D2126;
  border-color: #0D2126;
  transition: all 0.2s ease;
}
.layout-video-slider .swiper-prev:hover svg,
.layout-video-slider .swiper-next:hover svg {
  color: #fff;
}
.layout-video-slider .swiper-prev {
  border-radius: 1rem 0 0 1rem;
}
.layout-video-slider .swiper-prev__icon svg {
  transform: rotate(180deg);
}
.layout-video-slider .swiper-next {
  border-radius: 0 1rem 1rem 0;
  margin-left: -0.5rem;
}
.layout-video-slider .swiper-button-disabled {
  border-color: #E2E5E6;
}
.layout-video-slider .swiper-button-disabled svg {
  color: #E2E5E6;
}
.layout-video-slider .swiper-pagination {
  position: static;
  width: auto;
  height: auto;
  font-size: 1.4rem;
  font-weight: 500;
}

#single-post-article__progressbar {
  --tw-bg-opacity: 1;
  background-color: rgb(253 205 56 / var(--tw-bg-opacity));
  position: fixed;
  width: 0;
  z-index: 100;
  height: 1.2rem;
}

@media (min-width: 768px) {
  .md\:default-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .md\:default-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
  .md\:type-xl-headline {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 1.15;
  }
  @media (min-width: 1024px) {
    .md\:type-xl-headline {
      font-size: 5.8rem;
    }
  }
  .md\:type-m-body {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.65;
    letter-spacing: -0.02rem;
  }
  .md\:type-s-body {
    font-family: TWKEverett, ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.65;
  }
}

@media (min-width: 1024px) {
  .lg\:default-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  @media (min-width: 768px) {
    .lg\:default-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      -moz-column-gap: 3rem;
           column-gap: 3rem;
    }
  }
}

@media (min-width: 768px) {
  body :is(.md\:col-span-10) {
    grid-column: span 10 / span 10;
  }
  body :is(.md\:col-span-6) {
    grid-column: span 6 / span 6;
  }
  body :is(.md\:col-span-8) {
    grid-column: span 8 / span 8;
  }
  body :is(.md\:col-start-2) {
    grid-column-start: 2;
  }
  body :is(.md\:col-start-3) {
    grid-column-start: 3;
  }
  body :is(.md\:mb-0) {
    margin-bottom: 0rem;
  }
  body :is(.md\:mb-20) {
    margin-bottom: 2rem;
  }
  body :is(.md\:mb-24) {
    margin-bottom: 2.4rem;
  }
  body :is(.md\:mb-40) {
    margin-bottom: 4rem;
  }
  body :is(.md\:mb-50) {
    margin-bottom: 5rem;
  }
  body :is(.md\:mb-60) {
    margin-bottom: 6rem;
  }
  body :is(.md\:mb-80) {
    margin-bottom: 8rem;
  }
  body :is(.md\:mt-0) {
    margin-top: 0rem;
  }
  body :is(.md\:mt-100) {
    margin-top: 10rem;
  }
  body :is(.md\:mt-20) {
    margin-top: 2rem;
  }
  body :is(.md\:mt-40) {
    margin-top: 4rem;
  }
  body :is(.md\:mt-50) {
    margin-top: 5rem;
  }
  body :is(.md\:mt-60) {
    margin-top: 6rem;
  }
  body :is(.md\:block) {
    display: block;
  }
  body :is(.md\:flex) {
    display: flex;
  }
  body :is(.md\:hidden) {
    display: none;
  }
  body :is(.md\:w-auto) {
    width: auto;
  }
  body :is(.md\:gap-30) {
    gap: 3rem;
  }
  body :is(.md\:gap-40) {
    gap: 4rem;
  }
  body :is(.md\:px-160) {
    padding-left: 16rem;
    padding-right: 16rem;
  }
  body :is(.md\:px-\[2\.15rem\]) {
    padding-left: 2.15rem;
    padding-right: 2.15rem;
  }
  body :is(.md\:py-100) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  body :is(.md\:py-160) {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
  body :is(.md\:pb-100) {
    padding-bottom: 10rem;
  }
  body :is(.md\:pb-60) {
    padding-bottom: 6rem;
  }
  body :is(.md\:pr-0) {
    padding-right: 0rem;
  }
}

@media (min-width: 1024px) {
  body :is(.lg\:col-span-10) {
    grid-column: span 10 / span 10;
  }
  body :is(.lg\:col-span-3) {
    grid-column: span 3 / span 3;
  }
  body :is(.lg\:col-span-4) {
    grid-column: span 4 / span 4;
  }
  body :is(.lg\:col-span-5) {
    grid-column: span 5 / span 5;
  }
  body :is(.lg\:col-span-6) {
    grid-column: span 6 / span 6;
  }
  body :is(.lg\:col-span-7) {
    grid-column: span 7 / span 7;
  }
  body :is(.lg\:col-span-8) {
    grid-column: span 8 / span 8;
  }
  body :is(.lg\:col-span-9) {
    grid-column: span 9 / span 9;
  }
  body :is(.lg\:col-start-2) {
    grid-column-start: 2;
  }
  body :is(.lg\:col-start-3) {
    grid-column-start: 3;
  }
  body :is(.lg\:col-start-6) {
    grid-column-start: 6;
  }
  body :is(.lg\:col-start-7) {
    grid-column-start: 7;
  }
  body :is(.lg\:col-start-8) {
    grid-column-start: 8;
  }
  body :is(.lg\:mb-0) {
    margin-bottom: 0rem;
  }
  body :is(.lg\:mb-10) {
    margin-bottom: 1rem;
  }
  body :is(.lg\:mb-100) {
    margin-bottom: 10rem;
  }
  body :is(.lg\:mb-20) {
    margin-bottom: 2rem;
  }
  body :is(.lg\:mb-30) {
    margin-bottom: 3rem;
  }
  body :is(.lg\:mb-40) {
    margin-bottom: 4rem;
  }
  body :is(.lg\:mb-60) {
    margin-bottom: 6rem;
  }
  body :is(.lg\:mb-64) {
    margin-bottom: 6.4rem;
  }
  body :is(.lg\:mb-70) {
    margin-bottom: 7rem;
  }
  body :is(.lg\:mb-\[18\.2rem\]) {
    margin-bottom: 18.2rem;
  }
  body :is(.lg\:mt-100) {
    margin-top: 10rem;
  }
  body :is(.lg\:mt-40) {
    margin-top: 4rem;
  }
  body :is(.lg\:block) {
    display: block;
  }
  body :is(.lg\:hidden) {
    display: none;
  }
  body :is(.lg\:gap-30) {
    gap: 3rem;
  }
  body :is(.lg\:gap-y-40) {
    row-gap: 4rem;
  }
  body :is(.lg\:overflow-visible) {
    overflow: visible;
  }
  body :is(.lg\:py-100) {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  body :is(.lg\:pb-0) {
    padding-bottom: 0rem;
  }
  body :is(.lg\:pb-130) {
    padding-bottom: 13rem;
  }
  body :is(.lg\:pb-30) {
    padding-bottom: 3rem;
  }
  body :is(.lg\:pb-60) {
    padding-bottom: 6rem;
  }
  body :is(.lg\:pt-100) {
    padding-top: 10rem;
  }
  body :is(.lg\:pt-130) {
    padding-top: 13rem;
  }
  body :is(.desktopnav\:\!hidden) {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  body :is(.xl\:col-span-4) {
    grid-column: span 4 / span 4;
  }
  body :is(.xl\:col-span-8) {
    grid-column: span 8 / span 8;
  }
  body :is(.xl\:pr-32) {
    padding-right: 3.2rem;
  }
  body :is(.xl\:pr-40) {
    padding-right: 4rem;
  }
}