/** Colours **/
/* Brand colours */
/* Brand colours */
/* Text, border, background colours */
/** Break Points **/
/**  Grid system **/
/** Fonts **/
/** Buttons **/
/** Border Radius **/
/** Z Index **/
/** CSS variables **/
:root {
  --umb-block-grid--column-gap: 1rem;
  --umb-block-grid--row-gap: 1rem;
  --umb-block-grid--areas-row-gap: 1rem;
  --umb-block-grid--areas-column-gap: 1rem;
}
@media (min-width: 1024px) {
  :root {
    --umb-block-grid--column-gap: 1.25rem;
    --umb-block-grid--row-gap: 1.25rem;
    --umb-block-grid--areas-row-gap: 1.25rem;
    --umb-block-grid--areas-column-gap: 1.25rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --umb-block-grid--column-gap: 2.5rem;
    --umb-block-grid--row-gap: 2.5rem;
    --umb-block-grid--areas-row-gap: 2.5rem;
    --umb-block-grid--areas-column-gap: 2.5rem;
  }
}
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/**
 * Reset margins and paddings for all headings
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  padding: 0;
  margin: 0;
}
ul,
ol {
  padding-left: 0em;
  margin: 0;
  list-style: none;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * 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;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * 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%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy='true'] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden='false'][hidden] {
  display: initial;
}
[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
section div > p:first-child {
  margin-top: 0;
}
menu {
  margin-block-start: 0;
  margin-block-end: 0;
}
:focus-visible {
  outline: #6151df auto 1px;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-leicht.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-leicht-kursiv.woff2') format('woff2');
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Söhne';
  src: url('/fonts/soehne-kraftig.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Söhne Mono';
  src: url('/fonts/soehne-mono-buch.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Söhne Mono';
  src: url('/fonts/soehne-mono-buch.woff2') format('woff2');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Söhne';
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: 1.75rem;
}
@media all and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
h4,
.h4 {
  font-size: 1.125rem;
}
@media all and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.25rem;
  }
}
h5,
.h5 {
  font-size: 1rem;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.125rem;
  }
}
p {
  font-family: 'Söhne';
  line-height: 150%;
  font-weight: 300;
  font-size: 1rem;
}
p.bold {
  font-weight: 500;
}
i,
.italic {
  font-style: italic;
  font-size: 0.875rem;
}
figcaption {
  font-family: 'Söhne';
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
}
.text--accent {
  font-family: 'Söhne Mono';
  line-height: 120%;
  color: #4d4d4d;
}
.text--highlight {
  font-family: 'Söhne Mono';
  line-height: 120%;
  color: #ff6a00;
}
.text--highlight--secondary {
  color: #6151df;
  line-height: 120%;
}
.text--deemphasize {
  font-family: 'Söhne';
  line-height: 120%;
  color: #808080;
  font-weight: 500;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-wrap {
  white-space: nowrap;
}
blockquote {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 120%;
  font-family: 'Söhne Mono';
  margin: 2.5rem 0;
}
blockquote::before,
blockquote::after {
  content: '';
  width: 100%;
  height: 2rem;
  display: inline-block;
  background-image: radial-gradient(farthest-corner at 2px 2px, #ff6a00 2px, transparent 0);
  background-size: 1.5rem 1.5rem;
  background-position: 0 0;
}
blockquote::before {
  margin-bottom: 1.75rem;
}
blockquote::after {
  margin-top: 1.75rem;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 1.5rem;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  color: #1a1a1a;
  font-family: 'Söhne';
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-feature-settings: 'kern' on;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
section {
  padding: 2.5rem 0;
}
.section-cta {
  overflow: hidden;
}
.section--split-start {
  padding-bottom: 3rem;
}
.section--split-end {
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  section {
    padding: 3.75rem 0;
  }
  .section--split-end {
    padding-top: 3rem;
  }
}
@media (min-width: 1600px) {
  section {
    padding: 5rem 0;
  }
}
.bg-dark {
  background-color: #16151e;
  color: #fff;
}
.bg-accent {
  background-image: linear-gradient(80deg, #ff6a00 2%, #fda000 99%);
}
.bg-accent-dark {
  background-color: #6151df;
}
.bg-primary {
  background-color: #fff;
}
.bg-secondary {
  background-color: #f2f2f2;
}
.bg-transparent {
  background-color: transparent;
}
.ellipse-background {
  position: relative;
  width: 100%;
}
.ellipse-container {
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
  aspect-ratio: 1/1;
}
.ellipse {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ccc;
  opacity: 0.5;
}
.bg-accent .ellipse {
  border-color: #16151e;
}
.ellipse-1 {
  transform: scale(0.8) translateY(50%);
  opacity: 0.1;
}
.ellipse-2 {
  transform: scale(0.7) translateY(50%);
  opacity: 0.2;
}
.ellipse-3 {
  transform: scale(0.65) translateY(50%);
  opacity: 0.3;
}
.ellipse-4 {
  transform: scale(0.6) translateY(50%);
  opacity: 0.4;
}
.ellipse-5 {
  transform: scale(0.5) translateY(50%);
}
.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}
.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .grid {
    gap: 1.25rem;
  }
}
.grid .g-col-4 {
  grid-column: auto / span 4;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-col-3 {
  grid-column: auto / span 3;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-col-2 {
  grid-column: auto / span 2;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-col-1 {
  grid-column: auto / span 1;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid .g-col-xs-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-col-xs-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-col-xs-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-col-xs-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid .g-col-sm-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-col-sm-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-col-sm-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-col-sm-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid .g-col-md-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-col-md-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-col-md-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-col-md-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid {
    gap: 2.5rem;
  }
  .grid .g-col-lg-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-col-lg-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-col-lg-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-col-lg-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 100%;
    padding-right: 5rem;
    padding-left: 5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid .g-col-xl-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-col-xl-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-col-xl-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-col-xl-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 100%;
    padding-right: 12.5rem;
    padding-left: 12.5rem;
    margin-right: auto;
    margin-left: auto;
  }
  .grid .g-col-2xl-4 {
    grid-column: auto / span 4;
  }
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-col-2xl-3 {
    grid-column: auto / span 3;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-col-2xl-2 {
    grid-column: auto / span 2;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-col-2xl-1 {
    grid-column: auto / span 1;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
}
.container {
  max-width: 1920px;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-xs-4 {
  grid-column-start: 4;
}
.grid .g-start-xs-3 {
  grid-column-start: 3;
}
.grid .g-start-xs-2 {
  grid-column-start: 2;
}
.grid .g-start-xs-1 {
  grid-column-start: 1;
}
@media (min-width: 576px) {
  .grid .g-start-xs-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xs-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xs-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xs-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 768px) {
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1024px) {
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1280px) {
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1600px) {
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
}
@media (min-width: 1920px) {
  .grid .g-start-2xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-2xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-2xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-2xl-1 {
    grid-column-start: 1;
  }
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.gap-0 {
  gap: 0;
}
.row-gap-0 {
  row-gap: 0;
}
.col-gap-0 {
  column-gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.row-gap-1 {
  row-gap: 0.25rem;
}
.col-gap-1 {
  column-gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.col-gap-2 {
  column-gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.row-gap-3 {
  row-gap: 0.75rem;
}
.col-gap-3 {
  column-gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.row-gap-4 {
  row-gap: 1rem;
}
.col-gap-4 {
  column-gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.row-gap-5 {
  row-gap: 1.25rem;
}
.col-gap-5 {
  column-gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.row-gap-6 {
  row-gap: 1.5rem;
}
.col-gap-6 {
  column-gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.row-gap-7 {
  row-gap: 1.75rem;
}
.col-gap-7 {
  column-gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.row-gap-8 {
  row-gap: 2rem;
}
.col-gap-8 {
  column-gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.row-gap-9 {
  row-gap: 2.25rem;
}
.col-gap-9 {
  column-gap: 2.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.row-gap-10 {
  row-gap: 2.5rem;
}
.col-gap-10 {
  column-gap: 2.5rem;
}
.grid-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-direction: column;
  gap: 1.25rem;
}
.grid-summary--row {
  flex-direction: row;
}
.grid-summary > * {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-summary {
    margin-bottom: 2rem;
    flex-direction: row;
  }
  .grid-summary > * {
    width: auto;
  }
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-basis-100 {
  flex-basis: 100%;
}
.flex-basis-auto {
  flex-basis: auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .flex-basis-sm-100 {
    flex-basis: 100%;
  }
  .flex-basis-sm-auto {
    flex-basis: auto;
  }
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m-0 {
  margin: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.m-1 {
  margin: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.m-3 {
  margin: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m-4 {
  margin: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.m-5 {
  margin: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.m-6 {
  margin: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.m-7 {
  margin: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m-8 {
  margin: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-9 {
  margin-left: 2.25rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.m-9 {
  margin: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.m-10 {
  margin: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.mr-11 {
  margin-right: 2.75rem;
}
.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.m-11 {
  margin: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.m-12 {
  margin: 3rem;
}
.mt-13 {
  margin-top: 3.25rem;
}
.mb-13 {
  margin-bottom: 3.25rem;
}
.ml-13 {
  margin-left: 3.25rem;
}
.mr-13 {
  margin-right: 3.25rem;
}
.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}
.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.m-13 {
  margin: 3.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.m-14 {
  margin: 3.5rem;
}
.mt-15 {
  margin-top: 3.75rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.ml-15 {
  margin-left: 3.75rem;
}
.mr-15 {
  margin-right: 3.75rem;
}
.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.m-15 {
  margin: 3.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.ml-16 {
  margin-left: 4rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.m-16 {
  margin: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.ml-20 {
  margin-left: 5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.m-20 {
  margin: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.ml-24 {
  margin-left: 6rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.m-24 {
  margin: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.ml-28 {
  margin-left: 7rem;
}
.mr-28 {
  margin-right: 7rem;
}
.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}
.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.m-28 {
  margin: 7rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.ml-32 {
  margin-left: 8rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.m-32 {
  margin: 8rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.ml-36 {
  margin-left: 9rem;
}
.mr-36 {
  margin-right: 9rem;
}
.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}
.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.m-36 {
  margin: 9rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.ml-40 {
  margin-left: 10rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}
.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.m-40 {
  margin: 10rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p-0 {
  padding: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.p-1 {
  padding: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.p-3 {
  padding: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p-4 {
  padding: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.p-7 {
  padding: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-8 {
  padding: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.p-9 {
  padding: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.p-10 {
  padding: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.p-11 {
  padding: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-12 {
  padding-right: 3rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-12 {
  padding: 3rem;
}
.pt-13 {
  padding-top: 3.25rem;
}
.pb-13 {
  padding-bottom: 3.25rem;
}
.pl-13 {
  padding-left: 3.25rem;
}
.pr-13 {
  padding-right: 3.25rem;
}
.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.p-13 {
  padding: 3.25rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.p-14 {
  padding: 3.5rem;
}
.pt-15 {
  padding-top: 3.75rem;
}
.pb-15 {
  padding-bottom: 3.75rem;
}
.pl-15 {
  padding-left: 3.75rem;
}
.pr-15 {
  padding-right: 3.75rem;
}
.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.p-15 {
  padding: 3.75rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pr-16 {
  padding-right: 4rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-16 {
  padding: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pr-20 {
  padding-right: 5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.p-20 {
  padding: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pr-24 {
  padding-right: 6rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.p-24 {
  padding: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pl-28 {
  padding-left: 7rem;
}
.pr-28 {
  padding-right: 7rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.p-28 {
  padding: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pl-32 {
  padding-left: 8rem;
}
.pr-32 {
  padding-right: 8rem;
}
.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.p-32 {
  padding: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pl-36 {
  padding-left: 9rem;
}
.pr-36 {
  padding-right: 9rem;
}
.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.p-36 {
  padding: 9rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pl-40 {
  padding-left: 10rem;
}
.pr-40 {
  padding-right: 10rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.p-40 {
  padding: 10rem;
}
.border-none {
  border: none;
}
.border {
  border: 1px #ccc solid;
}
.z-n1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
@media (min-width: 768px) {
  .display-none-sm {
    display: none;
  }
  .display-block-sm {
    display: block;
  }
}
@media (min-width: 1024px) {
  .display-none-md {
    display: none;
  }
  .display-block-md {
    display: block;
  }
}
@media (min-width: 1280px) {
  .display-none-lg {
    display: none;
  }
  .display-block-lg {
    display: block;
  }
}
.w-0 {
  width: 0;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-0 {
  height: 0;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-100-vh {
  height: 100vh;
}
.cursor-pointer {
  cursor: pointer;
}
a {
  font-family: 'Söhne Mono';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  color: #6151df;
  text-decoration: underline;
  cursor: pointer;
}
a:not(.button):not(.card):not(.footer__link):not(.navbar__link):hover {
  color: #ff6a00;
}
button,
.button {
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
  font-family: 'Söhne';
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
  box-sizing: content-box;
}
button:focus-visible,
.button:focus-visible {
  outline: #ff6a00 solid 2px;
  outline-offset: 2px;
}
.button[disabled] {
  cursor: not-allowed;
}
.button--primary {
  background-color: #1b1a23;
  color: #fff;
}
.button--secondary {
  background-color: #f2f2f2;
  color: #1a1a1a;
}
.button--secondary:hover,
.button--secondary:focus-visible {
  background-color: #ff6a00;
}
.button--ghost {
  background-color: #fff;
  color: #1a1a1a;
  border: 2px solid #fff;
}
.button--ghost:hover,
.button--ghost:focus-visible {
  border: 2px solid #000;
}
.button--transparent {
  background-color: transparent;
  color: #1a1a1a;
  border: 2px solid transparent;
}
.button--transparent:hover,
.button--transparent:focus-visible {
  border: 2px solid #000;
}
.button--link {
  background-color: transparent;
  padding: 0.5rem 0;
  color: #1a1a1a;
}
.button--link:hover,
.button--link:focus-visible {
  text-decoration: underline;
}
.button--cta-primary {
  background-color: #ff6a00;
  color: #1a1a1a;
}
.button--cta-primary:hover,
.button--cta-primary:focus-visible {
  background-color: #dd5c00;
}
.button--cta-secondary {
  background-color: #6151df;
  color: #fff;
}
.button--cta-secondary:hover,
.button--cta-secondary:focus-visible {
  background-color: #4d3bde;
}
.button--footer {
  border-radius: 0.5rem;
}
.button--footer:hover {
  color: #fff;
}
.button--arrow {
  padding-right: 0.75rem;
}
.button--arrow::after {
  mask-image: url('/images/icons/arrow-right.svg');
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.button--download::after {
  mask-image: url('/images/icons/download-icon.svg');
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
  transform: scale(0.75);
}
.button--download--icon-left {
  padding-left: 0.75rem;
}
.button--download--icon-left::before {
  mask-image: url('/images/icons/download-icon.svg');
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  vertical-align: middle;
  transform: scale(0.75);
}
.button--icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0.5rem;
}
.button--icon::after {
  transform: scale(1);
  margin: 0;
}
.button--chevron {
  padding-right: 0.75rem;
}
.button--chevron::after {
  mask-image: url('/images/icons/chevron-down.svg');
  mask-size: 1rem 1rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.button--chevron-up::after {
  transform: rotate(-180deg);
}
.button--close::before {
  mask-image: url('/images/icons/close-icon.svg');
  mask-size: 1rem 1rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.button--close-alert::before {
  mask-image: url('/images/icons/close-icon.svg');
  mask-size: 1rem 1rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
}
.button--search {
  position: relative;
  display: inline-block;
}
.button--search::after {
  mask-image: url('/images/icons/magnifying-glass-icon.svg');
  mask-position: center;
  background-color: #1a1a1a;
  content: '';
  width: 2rem;
  height: 2rem;
  display: inline-block;
  transform: scale(0.75);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
}
.button--menu {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: inline-block;
}
.button--menu::after {
  mask-image: url('/images/icons/menu-icon.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #1a1a1a;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  transform: scale(0.75);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.75);
}
.button--menu--active::after {
  mask-image: url('/images/icons/close-icon.svg');
  width: 2rem;
  height: 2rem;
  transform: translate(-50%, -50%) scale(1.333);
}
img {
  border-radius: 0.5rem;
}
.img-fluid {
  width: 100%;
}
figure {
  margin: 0;
}
.iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 3/2;
}
.card {
  border-radius: 0.5rem;
  background: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.card:hover {
  border: 1px solid #6151df;
}
.card:focus-visible {
  outline: 2px solid #6151df;
  outline-offset: -1px;
}
.card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
  color: #1a1a1a;
  flex: 1;
}
.card__content .tags-container .tag {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.card__image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card__image-container {
  min-height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2.5rem;
}
.card__content__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
  overflow: hidden;
}
.card__content__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
  overflow: hidden;
}
.card__content__button {
  margin-top: auto;
  margin-left: auto;
}
.card__content__button-left {
  margin-top: auto;
}
.card__content__subtitle {
  font-family: 'Söhne Mono';
  font-size: 0.875rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-top: 0.25rem;
}
.card__coverImage {
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 5rem;
  min-height: 10rem;
  width: 100%;
  background-color: #ccc;
}
.card__coverImage--file {
  mask-image: url('/images/icons/file-icon.svg');
}
.card__coverImage--page {
  mask-image: url('/images/icons/page-cover-icon.svg');
}
.card--secondary {
  background-color: #f2f2f2;
}
.card--secondary .card__content__description {
  -webkit-line-clamp: 3;
  color: #4d4d4d;
}
.card--multi-link {
  cursor: auto;
}
.card--multi-link:hover {
  border: 1px solid transparent;
}
.card__checkbox--wrapper {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  line-height: 1;
}
.card--bordered {
  border: 1px #ccc solid;
}
@media (max-width: 1023px) {
  .card {
    max-width: 24rem;
  }
}
.card--loading {
  cursor: default;
}
.card--loading__image {
  height: 12.5rem;
  margin-bottom: 1rem;
  background-color: #eee;
}
.card--loading__text {
  height: 1rem;
  background-color: #eee;
  margin-bottom: 1rem;
  width: 100%;
}
.card--horizontal {
  padding: 1rem;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  color: #1a1a1a;
  display: grid;
  grid-template-columns: 1fr clamp(5rem, 40%, 16.25rem);
  grid-template-rows: auto auto;
  row-gap: 0.5rem;
  column-gap: 0.75rem;
  max-width: 100%;
}
.card--horizontal:hover {
  box-shadow: 0 0 4px 0px #ccc;
  border: 1px solid #ccc;
}
.card--horizontal:hover .card__title {
  color: #6151df;
}
.card--horizontal .card__top-left {
  grid-column: 1;
  grid-row: 1;
}
.card--horizontal .card__top-right {
  grid-row: 1;
  grid-column: 2;
}
.card--horizontal .card__bottom {
  grid-row: 2;
  grid-column: 1 / span 2;
}
.card--horizontal .card__title {
  text-decoration: underline;
}
.card--horizontal .card__image {
  border-radius: 0.25rem;
  aspect-ratio: 3/2;
  background-color: #fff;
}
.card--horizontal .card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.card--horizontal .tag {
  font-size: 0.875rem;
  padding: 0.125rem 0.5rem;
  line-height: 120%;
}
@media (min-width: 768px) {
  .card--horizontal {
    grid-template-rows: auto;
    row-gap: 0;
    column-gap: 2rem;
  }
  .card--horizontal .card__top-right {
    grid-row: 1 / span 2;
    grid-column: 2;
  }
  .card--horizontal .card__bottom {
    grid-column: auto;
  }
}
/* shimmer animation */
.shimmer {
  background: linear-gradient(90deg, #eee 25%, white 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
}
.card--catalogue {
  display: flex;
  padding: 1.25rem;
  background-color: #f2f2f2;
  gap: 1.625rem;
}
.card--catalogue__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
}
.card--catalogue__image-container {
  margin: 0 auto;
  padding: 0 2rem;
  min-width: 20.5rem;
}
.card--catalogue__image {
  width: 16.25rem;
}
@media (max-width: 576px) {
  .card--catalogue {
    flex-direction: column-reverse;
  }
  .card--catalogue__image-container {
    min-width: auto;
  }
}
.card--catalogue__text {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.section-horizontal-card__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  text-overflow: ellipsis;
  overflow: hidden;
}
.description-list {
  container-type: inline-size;
  container-name: grid;
  width: 100%;
}
.description-list-item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 10rem 1fr;
  padding: 0.5rem 0;
  border-top: 1px solid #ccc;
  margin-bottom: 0.25rem;
  align-items: center;
}
.description-list-item dt {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  min-width: 8rem;
  font-family: 'Söhne';
}
.description-list-item dd {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 120%;
  font-family: 'Söhne Mono';
}
.description-list-item--border-none {
  border-top: none;
}
@container grid (max-width: 400px) {
  .description-list-item {
    grid-template-columns: 7rem 1fr;
  }
}
@container grid (max-width: 280px) {
  .description-list-item {
    grid-template-columns: auto;
    gap: 0;
    margin-bottom: 0;
  }
}
input {
  height: 2.5rem;
  padding: 0rem 0.5625rem;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 1rem;
  width: 100%;
}
label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
textarea {
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  background-color: #fff;
  width: 100%;
}
input:focus,
input:focus-visible,
textarea {
  outline-color: #6151df;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.form-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.form-required-symbol {
  color: #ff6a00;
}
.form-error-message {
  color: #ff3333;
  display: none;
}
.form-error-message--show {
  display: block;
}
input[type='checkbox'] {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #6151df;
}
input[type='checkbox']:hover {
  accent-color: #4d3bde;
}
.label {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.checkbox {
  cursor: pointer;
}
.search-box {
  align-items: center;
  gap: 2px;
  border: 1px solid #ccc;
  border-radius: 24px;
  position: relative;
  width: 100%;
  height: 40px;
  max-width: 100%;
}
.search-box::before {
  mask-image: url('/images/icons/magnifying-glass-icon.svg');
  mask-size: 1rem;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #808080;
  content: '';
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search-box__input {
  border: transparent;
  border-radius: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 3.25rem;
  font-size: 1rem;
  flex: 1;
  width: 100%;
  height: 100%;
  font-family: 'Söhne Mono';
}
.search-box__input:focus-visible {
  outline-offset: 1px;
  outline: #6151df solid 2px;
}
.search-box__button {
  border: transparent;
  border-radius: 0 1.5rem 1.5rem 0;
  align-self: stretch;
  white-space: nowrap;
  position: absolute;
  right: 0;
  height: 37.5px;
  box-sizing: border-box;
  font-weight: 500;
  color: #1a1a1a;
  background-color: #f2f2f2;
}
.select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1rem;
  color: #1a1a1a;
}
.select:focus-visible {
  outline: #6151df solid 2px;
  outline-offset: 0;
}
.select option {
  border-radius: 0.25rem;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .search-box {
    max-width: 35rem;
  }
  .form-row {
    flex-wrap: nowrap;
  }
}
.alert__container {
  top: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  position: fixed;
}
.alert p {
  margin: 0;
}
.alert.alert--closed {
  display: none;
}
.alert .alert__info {
  flex: 1;
  text-decoration: none;
}
.alert .alert__info--link:hover {
  text-decoration: underline;
}
.alert.bg-accent a,
.alert.bg-accent p {
  color: #000;
}
.alert.bg-accent .alert__info:hover {
  color: #000 !important;
}
.alert.bg-accent-dark a,
.alert.bg-accent-dark p {
  color: #fff;
}
.alert.bg-accent-dark .alert__info:hover {
  color: #fff !important;
}
.alert.bg-accent-dark .button--close-alert {
  color: #fff;
}
.alert.bg-accent-dark .button--close-alert:hover {
  border-color: #fff;
}
.alert__title,
.alert__title:hover {
  text-decoration: underline;
}
.navbar {
  height: 4.75rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.navbar__container {
  display: flex;
  padding-block: 18px;
  position: relative;
  align-items: center;
}
.navbar__main-items {
  display: flex;
  margin-left: auto;
}
.navbar__link-item {
  word-wrap: break-word;
  word-break: break-word;
}
.navbar__main-items--hide {
  display: none;
}
.navbar__right .button--menu {
  display: none;
}
.navbar__link-item:hover .navbar__mega-menu,
.navbar__link-item:focus-within .navbar__mega-menu {
  display: flex;
}
.navbar__link {
  color: #1a1a1a;
  font-family: 'Söhne';
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  border-radius: 0.25rem;
  transition: all ease 0.3s;
}
.navbar__link:hover,
.navbar__link:focus-visible {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #f2f2f2;
}
.navbar__button {
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all ease 0.3s;
  line-height: 150%;
  background-color: transparent;
}
.navbar__button:hover {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #f2f2f2;
}
.navbar__link--has-menu::after {
  mask-image: url('/images/icons/chevron-down.svg');
  mask-size: 1rem 1rem;
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.25rem;
  transition: transform 0.3s ease;
}
.navbar__link--has-menu:hover::after,
.navbar__link--has-menu:focus-visible::after {
  transform: rotate(-180deg);
}
.navbar__link--2nd-level {
  padding: 0.1875rem 0.25rem;
  width: 100%;
  min-height: 2.25rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.navbar__link--2nd-level::after {
  mask-image: url('/images/icons/arrow-right.svg');
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.navbar__link--2nd-level__text {
  max-width: 80%;
}
.navbar__link--1st-level--menu {
  display: none;
}
.navbar__link--2nd-level:hover {
  color: #6151df;
  text-decoration: underline;
}
.navbar__link--3rd-level {
  padding: 0.5rem 0.25rem;
  width: 100%;
  font-weight: 300;
}
.navbar__link--3rd-level:hover {
  color: #6151df;
}
.navbar__mega-menu {
  padding: 1.25rem;
  position: absolute;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  display: none;
  width: 100%;
  right: 0;
  z-index: 10;
  background-color: #fff;
  overflow: hidden;
  margin-top: 6px;
  justify-content: flex-end;
  max-width: 65rem;
}
.navbar__mega-menu__go-back-panel {
  display: none;
}
.navbar__mega-menu__links-panel {
  display: flex;
  flex-direction: column;
  padding: 1.25rem 2rem;
  padding-left: 0;
  align-items: flex-start;
  align-self: stretch;
  flex-basis: 25%;
}
.navbar__mega-menu__promo-panel {
  display: flex;
  width: 21rem;
  padding: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  align-self: stretch;
  border-radius: 0.375rem;
  background-color: #f2f2f2;
  flex-basis: 25%;
}
.navbar__mega-menu .ellipse-background {
  position: absolute;
  z-index: -1;
  left: -46%;
  top: 45%;
}
.navbar__search {
  display: none;
  gap: 1.25rem;
  margin-left: auto;
  height: 2.5rem;
}
.navbar__search--active {
  display: flex;
}
.navbar__search--close-button {
  background-color: #16151e;
  border-radius: 0.5rem;
  padding: 0;
}
.navbar__search--close-button::after {
  content: '';
  display: inline-block;
  background-color: #fff;
  mask-image: url('/images/icons/close-icon.svg');
  width: 2.5rem;
  height: 2.5rem;
  mask-repeat: no-repeat;
  mask-position: center;
}
.navbar__mega-menu__content {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.navbar--bg-primary {
  background-color: #fff;
}
.navbar--bg-dark {
  background-color: #16151e;
}
.navbar--bg-dark .navbar__button:hover {
  background-color: #343146;
}
.navbar--bg-dark .navbar__button::after {
  background-color: #fff;
}
.navbar--bg-dark .navbar__search--close-button {
  background-color: #343146;
}
.navbar-spacer {
  height: 4.75rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .navbar {
    height: auto;
  }
  .navbar__container {
    padding-block: 12px;
    flex-wrap: wrap;
  }
  .navbar__main-items > .navbar__link-item > .navbar__link {
    padding: 0.5rem 1rem 0.5rem 0.625rem;
    display: flex;
    align-items: center;
    width: max-content;
    line-height: 1.15;
  }
  .navbar__link--has-menu {
    position: relative;
    padding-right: 1.5rem;
  }
  .navbar__link--has-menu::after {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar__link--has-menu:hover::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .navbar__main-items {
    align-items: center;
    order: 1;
    width: 100%;
    justify-content: flex-end;
  }
  .navbar__link-item {
    display: flex;
    flex-direction: column;
  }
  .navbar__mega-menu {
    top: 5rem;
  }
  .navbar__right {
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  .navbar {
    border-bottom: 1px solid #e2e6ee;
  }
  .navbar--bg-dark {
    border-bottom-color: transparent;
  }
  .navbar__main-items {
    position: fixed;
    flex-direction: column;
    top: 4.75rem;
    left: 0;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    height: calc(100dvh - 4.75rem);
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    transform: translateY(-100%);
  }
  .navbar__main-items--open {
    display: block;
    transform: translateY(0);
  }
  .navbar__right {
    margin-left: auto;
  }
  .navbar__right .button--menu {
    display: inline-block;
  }
  .navbar__link {
    width: 100%;
    display: block;
    padding: 1.5rem 1.25rem;
    overflow-x: hidden;
  }
  .navbar__link:hover {
    color: #4d3bde;
  }
  .navbar__link--1st-level--menu {
    padding: 0.25rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    text-decoration: underline;
  }
  .navbar__link--1st-level--menu:hover {
    text-decoration: underline;
  }
  .navbar__link--2nd-level {
    padding: 0.25rem;
    display: flex;
    align-items: center;
  }
  .navbar__link--3rd-level {
    padding: 0.5rem 0.25rem;
  }
  .navbar__link--has-menu::after {
    position: absolute;
    right: 1.25rem;
    mask-image: url('/images/icons/chevron-right.svg');
  }
  .navbar__link--has-menu:hover::after,
  .navbar__link--has-menu:focus-visible::after {
    transform: rotate(0deg);
  }
  .navbar__mega-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    top: 0;
    border: none;
    margin-top: 0;
    height: calc(100dvh - 5rem);
  }
  .navbar__mega-menu--open {
    transform: translateX(0);
    overflow: visible;
    padding-top: 0;
  }
  .navbar__mega-menu__go-back-panel {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e2e6ee;
    margin: 0 -1.25rem;
    position: sticky;
    top: 0;
    padding: 0.75rem 0;
    z-index: 10;
    background-color: #fff;
  }
  .navbar__mega-menu__go-back-panel .navbar__link {
    padding: 0.5rem 1.25rem;
  }
  .navbar__mega-menu__go-back-button {
    background-color: transparent;
    text-align: left;
    font-size: 1rem;
    color: #1a1a1a;
  }
  .navbar__mega-menu__go-back-button::before {
    mask-image: url('/images/icons/chevron-right.svg');
    mask-position: center;
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: currentColor;
    vertical-align: middle;
    transform: rotate(180deg);
  }
  .navbar__mega-menu__content {
    flex-direction: column;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
  .navbar__mega-menu__links-panel {
    flex-basis: auto;
    padding: 0.625rem 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .navbar__search {
    scale: 0.875;
    transform-origin: right;
  }
}
@media (min-width: 1024px) {
  .navbar--bg-dark .navbar__link--1st-level {
    color: #fff;
  }
  .navbar--bg-dark .navbar__link--1st-level:hover,
  .navbar--bg-dark .navbar__link--1st-level:focus {
    background-color: #343146;
  }
}
.page-header {
  overflow: hidden;
}
.page-header .ellipse-background {
  display: none;
  transform: scale(2) translateX(5rem);
  max-width: 40rem;
  top: 50%;
}
.page-header__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.25rem;
  height: 100%;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 0;
}
.page-header__title {
  margin-bottom: -0.5rem;
}
.page-header__overviewText {
  margin: 0;
}
.page-header--impact .ellipse-background {
  right: -140%;
  transform: scale(2);
}
.page-header__hero-image-container {
  width: 100%;
  max-width: 1920px;
  margin: 1rem auto;
  padding: 0;
  position: relative;
  margin-top: 1rem;
}
.page-header__hero-image--impact {
  border-radius: 0;
}
@media (min-width: 768px) {
  .page-header .ellipse-background {
    display: block;
  }
  .page-header__title {
    margin-bottom: 0;
  }
  .page-header__content {
    padding-bottom: 0;
  }
  .page-header__hero-image-container {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1920px) {
  .page-header__hero-image-container {
    padding: 0 12.5rem;
    margin-top: 5rem;
  }
}
footer,
.footer {
  background-image: linear-gradient(80deg, #ff6a00 2%, #fda000 99%);
}
.footer__main {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem 0;
  gap: 2.5rem;
}
.footer__logo-section {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Haskoy;
  gap: 1.25rem;
}
.footer__link-section {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.footer__section {
  min-width: 13rem;
  flex: 1 0 100%;
}
.footer__link {
  font-family: 'Söhne';
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 300;
  font-size: 1rem;
}
.footer__link:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.footer__bottom {
  border-top: 1px solid #1a1a1a;
  display: flex;
  padding: 1.25rem 0;
  gap: 2.5rem;
  align-self: stretch;
}
.footer__bottom__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 0.75rem;
  margin-left: auto;
}
.footer__section__title {
  margin-bottom: 1rem;
}
.footer__list-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__section {
    flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .footer__logo-section {
    flex-basis: auto;
  }
  .footer__link-section {
    flex-basis: auto;
    margin-left: auto;
  }
  .footer__bottom {
    padding: 1.25rem 0;
  }
  .rich-text-content {
    max-width: 15rem;
  }
}
@media (min-width: 1280px) {
  .footer__section {
    min-width: 18rem;
  }
}
.breadcrumb {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.625rem;
}
.breadcrumb-item {
  max-width: 20rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  mask: url("/images/icons/chevron-right.svg");
  -webkit-mask: url("/images/icons/chevron-right.svg");
  padding: 0.25rem;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-color: #4d4d4d;
  margin-right: 0.25rem;
}
.breadcrumb-item__link {
  color: #4d4d4d;
}
.breadcrumb-item__link:hover {
  color: #4d4d4d;
}
.bg-dark .breadcrumb-item__link {
  color: #fff;
  font-weight: 300;
}
.bg-dark .breadcrumb-item + .breadcrumb-item::before {
  background-color: #fff;
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.tags-container[data-visible="true"] .tag--toggle {
  display: block;
}
.tag {
  color: #4d4d4d;
  text-align: center;
  font-family: 'Söhne Mono';
  font-size: 0.875rem;
  line-height: 100%;
  border-radius: 1.75rem;
  border: 1px solid #000;
  padding: 0.5rem 0.75rem;
}
.tag--toggle {
  display: none;
}
.bg-dark .tag {
  color: #fff;
  border-color: #fff;
}
.rte img {
  width: 100%;
}
.rte li {
  line-height: 150%;
  margin-bottom: 0.5rem;
}
.rte ol,
.rte ul {
  padding-left: 1rem;
  font-weight: 300;
  margin: 1rem 0;
}
.rte ol {
  list-style: decimal;
}
.rte ul {
  list-style: disc;
}
.rte iframe {
  max-width: 100%;
}
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: 0;
}
section .umb-block-grid__layout-container {
  row-gap: var(--umb-block-grid--row-gap, 0);
}
.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by 4, to make the item take the whole column/be full width*/
  grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 4), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by 4, to make the item take the whole column/be full width*/
  grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 4), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
.block-grid-preview .container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .umb-block-grid__layout-item {
    /* For tablets we scale columnSpan by 2, to make the item take the half column/be half width*/
    grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 2), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    /* For tablets we scale columnSpan by 2, to make the item take the half column/be half width*/
    grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1)*2), var(--umb-block-grid--area-grid-columns));
  }
}
@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
.section-highlighted-features .grid {
  row-gap: 2.5rem;
}
.section-highlighted-features__item {
  padding: 1.25rem 0;
}
.section-highlighted-features__highlightedText {
  color: #ff6a00;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 120%;
}
.section-highlighted-features__icon {
  height: 5.4rem;
  width: 4rem;
}
.section-highlighted-features__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  margin-top: 0.75rem;
  margin-bottom: 2.5rem;
}
.section-highlighted-features__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 160%;
}
.section-highlighted-features__link {
  font-family: 'Söhne';
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #ff6a00;
  text-decoration: none;
}
.section-highlighted-features__link::after {
  mask-image: url("/images/icons/arrow-right.svg");
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .section-highlighted-features__highlightedText {
    font-size: 4.5rem;
  }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-image {
  width: calc(100% - 2rem * 2);
  margin: auto;
  display: block;
}
.button--swiper {
  background-color: #f2f2f2;
  padding: 0.5rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.button--swiper::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: currentColor;
  vertical-align: middle;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  mask-image: url("/images/icons/arrow-right.svg");
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  mask-image: url("/images/icons/arrow-left.svg");
}
.swiper-thumbs {
  width: calc(100% - 2rem * 2);
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide-thumb {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  cursor: pointer;
}
.swiper-slide-thumb-active {
  border: 1px solid #808080;
}
@media (min-width: 768px) {
  .swiper-thumbs {
    width: calc(100% - 3rem * 2);
  }
  .swiper-image {
    width: calc(100% - 3rem * 2);
  }
}
.anchor-section {
  scroll-margin-top: 7rem;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .anchor-section {
    scroll-margin-top: 8rem;
  }
}
.sticky-header {
  position: sticky;
  top: 76px;
  background-color: #fff;
  display: flex;
  gap: 1.25rem;
  padding: 1.25rem 1rem;
  border: 1px solid #ccc;
  overflow-x: auto;
  z-index: 10;
}
.sticky-header::-webkit-scrollbar {
  background: transparent;
  height: 0;
}
.sticky-header::-webkit-scrollbar-track {
  background: transparent;
}
.sticky-header::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sticky-header__anchor {
  line-height: 150%;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  font-family: 'Söhne';
  font-size: 1rem;
  padding: 0.5rem 0;
  white-space: nowrap;
}
.sticky-header__anchor:hover {
  text-decoration: underline;
}
.sticky-header__anchor--active {
  color: #6151df;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .sticky-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .sticky-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .sticky-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .sticky-header {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1920px) {
  .sticky-header {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .sticky-header {
    top: 98px;
  }
}
.download-item {
  background-color: #f2f2f2;
  padding: 0.75rem 0.5rem;
  border-radius: 0.25rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.download-item .tags-container {
  transform: scale(0.75);
  transform-origin: 0;
}
.download-item__thumbnail {
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-item__thumbnail--file {
  mask-image: url("/images/icons/file-icon.svg");
  background-color: #666;
  mask-repeat: no-repeat;
  mask-size: 2rem;
  mask-position: 50%;
}
.download-item__name {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 500;
  color: #22272b;
  margin-bottom: 0.25rem;
}
.download-item__extension,
.download-item__size {
  color: #495054;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Söhne Mono';
}
.accordion {
  background-color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.accordion--open {
  background-color: #f2f2f2;
}
details {
  overflow: hidden;
  padding: 1rem 0.5rem;
  border-top: 1px solid #f2f2f2;
}
details:hover {
  background-color: #f2f2f2;
}
summary {
  cursor: pointer;
  padding-right: 3rem;
  transition: all 0.2s ease;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}
summary::marker {
  content: '';
}
summary::after {
  content: url('/images/icons/chevron-down.svg');
  background-color: #f2f2f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  line-height: 0;
  text-align: center;
  transition: transform ease 0.2s;
  transform: rotate(0deg) translateY(-50%);
  transform-origin: top;
  top: 50%;
}
summary + * {
  margin-top: 0.75rem;
}
.accordion-content {
  opacity: 0;
  height: 0;
  overflow-y: hidden;
  padding: 0 0.5rem;
}
details[open] {
  padding-bottom: 0.75rem;
}
details[open] summary::after {
  transform: rotate(-180deg) translateY(-50%);
}
details[open]:hover {
  background-color: #e6e6e6;
}
details[open] + .accordion-content {
  opacity: 1;
}
.toolbar {
  display: flex;
  padding: 1.25rem 0;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  flex-wrap: wrap;
}
.filters-container {
  width: 100%;
  gap: 1.25rem;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.filter-group {
  grid-row: span 2;
}
.filter-group .accordion {
  padding: 0.5rem;
  background-color: transparent;
  padding: 0 10px;
}
.filter-group .accordion details:hover {
  background-color: transparent;
}
.filter-group .accordion summary::after {
  background-color: transparent;
}
.filter-group .accordion--open {
  background-color: #fff;
}
.filter-group .accordion-content {
  padding: 0;
}
.filter-group-box {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 0.5rem;
  height: calc(100% - 2.5rem);
  max-height: 30rem;
  overflow-y: auto;
}
.filter-checkbox {
  cursor: pointer;
  padding: 0.75rem 1.5rem 0.75rem 0.5rem;
  border-radius: 0.25rem;
  white-space: break-spaces;
}
.filter-checkbox:hover {
  background-color: #e6e6e6;
}
.filter-checkbox-number {
  white-space: nowrap;
}
.filter-nested-checkbox-group {
  padding: 0 1rem;
  height: 0;
  overflow-y: hidden;
}
.filter-nested-checkbox-group .filter-checkbox {
  padding: 0.25rem;
}
.filter-nested-checkbox-group--visible {
  height: auto;
}
.filter-actions-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.filter-toggle {
  width: 6rem;
}
@media (min-width: 768px) {
  .filter-actions-wrapper {
    width: auto;
    margin-left: auto;
  }
  .filters-container--col-5 .filter-group:nth-child(4) {
    grid-area: 1 / 4 / 2 / 5;
  }
  .filters-container--col-5 .filter-group:nth-child(4) .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
  .filters-container--col-5 .filter-group:last-child {
    grid-area: 2 / 4 / 3 / 5;
  }
  .filters-container--col-5 .filter-group:last-child .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
  .filters-container--col-6 .filter-group:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .filters-container--col-6 .filter-group:nth-child(1) .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
  .filters-container--col-6 .filter-group:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .filters-container--col-6 .filter-group:nth-child(2) .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
  .filters-container--col-6 .filter-group:nth-child(5) {
    grid-area: 1 / 4 / 2 / 5;
  }
  .filters-container--col-6 .filter-group:nth-child(5) .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
  .filters-container--col-6 .filter-group:nth-child(6) {
    grid-area: 2 / 4 / 3 / 5;
  }
  .filters-container--col-6 .filter-group:nth-child(6) .filter-group-box {
    height: calc(100% - 2.5rem);
    max-height: calc(30rem / 2 - 2.5rem);
  }
}
@media (max-width: 767px) {
  .filters-container {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    height: auto;
  }
  .filter-group {
    border-radius: 0.25rem;
  }
  .filter-group .accordion details {
    border-top: none;
    padding: 10px 0;
  }
  .filter-group-box {
    border: none;
    height: auto;
    padding: 0 0 10px 0;
  }
}
.pagination {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
}
.pagination__button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f2f2;
  color: #1a1a1a;
  box-sizing: border-box;
}
.pagination__button--active {
  background-color: #6151df;
  color: white;
}
.pagination__button--disabled {
  color: #ccc;
  cursor: not-allowed;
}
.pagination__button--prev::after,
.pagination__button--next::after {
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background-color: currentColor;
  mask-image: url('/images/icons/chevron-right.svg');
}
.pagination__button--prev::after {
  transform: rotate(180deg);
}
.paginated-item--hide {
  display: none;
}
.bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem 0;
  z-index: 98;
}
.bottom-bar__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}
.bottom-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  position: relative;
}
.bottom-bar__center-items {
  margin-left: auto;
  margin-right: auto;
}
.bottom-bar__right-items {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .bottom-bar-container {
    flex-direction: row;
  }
  .bottom-bar__right-items {
    margin-left: auto;
    position: absolute;
    right: 0;
  }
}
.drawer {
  position: fixed;
  z-index: 100;
  background-color: #f2f2f2;
  top: 0;
  left: 2rem;
  height: 100%;
  width: calc(100% - 2rem);
  overflow-y: auto;
}
.drawer:has(.drawer-controls) {
  padding-bottom: 5rem;
}
.overlay {
  background-color: rgba(47, 30, 30, 0.5);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.drawer-controls {
  position: fixed;
  bottom: 0;
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
  border-top: 1px solid #1a1a1a;
  background-color: #f2f2f2;
}
.form-wrapper input[type='checkbox'] {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #6151df;
}
.grecaptcha-badge {
  visibility: hidden;
}
.table-container {
  overflow-x: auto;
}
.table-container--fixed {
  overflow: scroll;
}
.table-container--fixed::-webkit-scrollbar {
  -webkit-appearance: none;
}
.table-container--fixed::-webkit-scrollbar:horizontal {
  height: 0.5rem;
}
.table-container--fixed::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
table {
  max-width: 100%;
  border: 1px solid #ccc;
}
.table-scroll-x {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-left: none;
  border-right: none;
}
.table--fixed {
  table-layout: fixed;
}
.table--fixed .cell-header {
  width: 15rem;
}
.table--fixed .cell--image {
  width: 7.5rem;
}
.table--fixed .cell-selection {
  width: 4rem;
}
.table--fixed .cell {
  height: 3.4375rem;
}
th {
  padding: 0.5rem;
  background-color: #f2f2f2;
}
td {
  padding: 0.5rem;
}
.row {
  padding: 1rem;
  border-bottom: 1px solid #ccc;
}
.row td:first-child {
  padding-left: 1rem;
}
.row--selected .cell {
  background-color: #f2f2f2;
}
.row--selected .cell__link {
  color: #6151df;
}
.cell {
  min-width: 15rem;
  font-family: 'Söhne Mono';
  font-size: 0.875rem;
  border-top: 1px solid #ccc;
  box-sizing: content-box;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.cell-header {
  min-width: 15rem;
}
.cell--sticky {
  z-index: 1;
  position: sticky;
}
.cell--sticky-start {
  left: 1px;
}
.cell--sticky-start:first-of-type {
  box-shadow: -1px 0px 0px 0px #ccc;
}
.cell--sticky-end {
  right: 0;
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #ccc;
}
.cell--image {
  min-width: 5.5rem;
}
.cell__image {
  width: 5.125rem;
  border-radius: 0.25rem;
}
.cell__link {
  font-size: 1rem;
  color: #4d4d4d;
}
.cell-selection {
  min-width: 3rem;
  padding: 0;
}
.table-header {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
  padding: 0.5rem;
  font-weight: 600;
}
.table-header:hover {
  border-radius: 0.25rem;
  border-color: #ccc;
  background-color: #fff;
}
.table-header__icon-container {
  display: flex;
  flex-direction: column;
  color: #666;
  gap: 4px;
}
.cell--loading {
  height: 1rem;
  background-color: #eee;
  border-top: 1rem solid white;
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cell--sticky--sm {
    z-index: 1;
    position: sticky;
  }
  .cell-selection {
    min-width: 4rem;
  }
}
@media (max-width: 767px) {
  .cell {
    padding: 0.25rem;
    font-size: 0.75rem;
  }
  .cell-header {
    font-size: 0.875rem;
    width: 10rem;
  }
  .row td:first-child {
    padding-left: 0;
  }
  .table--fixed .cell--image {
    width: 5.5rem;
  }
}
.rte tr {
  border-bottom: 1px solid #ccc;
  border-color: inherit;
}
.rte th {
  border: none;
  text-align: left;
}
.rte td {
  border: none;
  text-align: left;
}
.rte td p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
.switch {
  display: inline-flex;
  gap: 5px;
  padding: 0.25rem;
  background-color: #f2f2f2;
  border-radius: 0.25rem;
}
.switch__button {
  padding: 0.25rem;
  width: auto;
  min-width: 5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  border-radius: 0.25rem;
  white-space: nowrap;
}
.switch__button--on {
  background-color: #16151e;
  color: #fff;
}
@media (min-width: 768px) {
  .switch__button {
    width: 10rem;
  }
}
.globe-section {
  height: calc(100vh + 3rem);
  overflow: hidden;
}
.globe-container {
  height: 100%;
  position: relative;
}
.globe-container .tooltip {
  opacity: 1;
  transition: opacity 0.2s ease;
  display: block;
  background: linear-gradient(90deg, #ff6a00 0%, #ffa72b 100%);
  filter: drop-shadow(0px 4px 12px rgba(255, 106, 0, 0.35));
  color: #1a1a1a;
  border-radius: 1rem;
  position: relative;
}
.globe-container .tooltip::after {
  mask-image: url('/images/icons/arrow-right.svg');
  mask-size: cover;
  content: '';
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.globe-container .tooltip--hidden {
  opacity: 0;
  display: none;
}
.globe-container .tooltip--visible {
  z-index: var(--tooltip-z, 1) !important;
}
.globe-container .tooltip-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 0.25rem 3rem 0.5rem 1rem;
}
.globe-container .tooltip-link-title {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
}
.globe-container .tooltip-text {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}
.globe-container canvas {
  position: relative;
}
.globe-container canvas {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 767px) {
  .globe-section {
    height: calc(100vh - 4.75rem);
  }
}
.image-overlay-container {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.image-overlay-container img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /* keeps image from squishing */
  margin-top: 16px;
  max-height: 43.75rem;
}
.image-overlay-container .overlay {
  display: grid;
  align-items: end;
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.image-overlay-container .overlay-buttons {
  display: flex;
  justify-content: start;
}
@media (min-width: 768px) {
  .image-overlay-container img {
    height: auto;
    aspect-ratio: inherit;
  }
  .image-overlay-container .overlay-buttons {
    justify-content: end;
  }
}
@media (min-width: 1024px) {
  .image-overlay-container img {
    margin-top: 0;
  }
}

