/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1220px) {

  .container {
    max-width: 1220px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-\[150px\] {
  top: -150px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.isolate {
  isolation: isolate;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.m-2 {
  margin: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}
.aspect-\[11\/7\] {
  aspect-ratio: 11/7;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-5 {
  height: 1.25rem;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scroll-mt-\[200px\] {
  scroll-margin-top: 200px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-br-\[56px\] {
  border-bottom-right-radius: 56px;
}
.border {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-wind-grey-2 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 209 221 / var(--tw-border-opacity));
}
.border-l-sunset-purple-1 {
  --tw-border-opacity: 1;
  border-left-color: rgb(88 0 95 / var(--tw-border-opacity));
}
.border-t-wind-grey-2 {
  --tw-border-opacity: 1;
  border-top-color: rgb(210 209 221 / var(--tw-border-opacity));
}
.bg-sea-green-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 240 / var(--tw-bg-opacity));
}
.bg-sky-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 247 / var(--tw-bg-opacity));
}
.bg-slate-grey-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-sunset-purple-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.bg-sunset-purple-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-wind-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
}
.bg-wind-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
.bg-wind-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity));
}
.bg-wind-grey-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[0\%\] {
  --tw-gradient-from-position: 0%;
}
.from-\[20\%\] {
  --tw-gradient-from-position: 20%;
}
.via-white\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[0\%\] {
  --tw-gradient-via-position: 0%;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-\[80\%\] {
  --tw-gradient-to-position: 80%;
}
.fill-sea-green-1 {
  fill: #05556B;
}
.fill-sky-blue-1 {
  fill: #2A4FAD;
}
.fill-slate-grey-1 {
  fill: #494949;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pr-4 {
  padding-right: 1rem !important;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[138px\] {
  padding-top: 138px;
}
.pt-\[96px\] {
  padding-top: 96px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.\!text-body-lg {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-body {
  font-size: 1.125rem;
  line-height: 1.625;
}
.text-body-sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-h1 {
  font-size: 3.5rem;
  line-height: 4.125rem;
}
.text-h2 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-h3 {
  font-size: 2rem;
  line-height: 2.375rem;
}
.text-h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-intro {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.text-label {
  font-size: 1rem;
  line-height: 	1.25rem;
  letter-spacing: 0.02rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-\[500\] {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.\!normal-case {
  text-transform: none !important;
}
.leading-tight {
  line-height: 1.25;
}
.text-slate-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
.text-sunset-purple-1 {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Global */
html {
  scroll-behavior: smooth;
}

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

@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/enbw/dist/fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/enbw/dist/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/enbw/dist/fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/wp-content/themes/enbw/dist/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 20px;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
  text-wrap: pretty;
  text-wrap: balance;
}

p, p a {
  word-break: break-word;
}

/** Custom ACF choices **/
.bg--transparent {
  background-color: transparent;
}

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

.bg--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}

.bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
}

.bg--light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}

.text-balance {
  text-wrap: pretty;
  text-wrap: balance;
}

h1 {
  font-size: 3.5rem;
  line-height: 4.125rem;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

p.body-sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

p.body {
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}

p.body-lg {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}

p.intro {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 300;
}

.label-lg {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  font-weight: 400;
  text-transform: uppercase;
}

.label {
  font-size: 1rem;
  line-height: 	1.25rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  text-transform: uppercase;
}

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

.post-category-label {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 	1.25rem;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.post-category-label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 209 221 / var(--tw-bg-opacity));
}

.back-to-news {
  position: relative;
  margin-bottom: 2rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
}
.back-to-news span {
  border-bottom-width: 1px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.back-to-news:hover span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1rem;
  font-family: "Roboto", sans-serif;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5 {
  margin-top: 2rem;
}
.wysiwyg h1:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child {
  margin-top: 0px;
}
.wysiwyg ol {
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  list-style-type: auto;
}
.wysiwyg ul {
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  list-style-type: disc;
}

@media screen and (max-width: 768px) {
  .wysiwyg.no-wrap-mobile p {
    text-wrap: stable;
  }
}

/* Utilities */
.full-container {
  margin-left: 5%;
  display: flex;
  height: 100%;
  width: 90%;
  max-width: 992px;
  flex-direction: row;
  align-items: flex-end;
}

.video-container {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.btn-container:hover {
  cursor: pointer;
}

.circle-btn {
  position: relative;
  display: flex;
  height: 48px;
  width: 48px;
  transform-origin: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-btn .circle-btn--icon-wrapper {
  position: absolute;
  left: 12px;
  top: 12px;
  height: 24px;
  width: 24px;
}
.circle-btn .circle-btn--icon {
  height: 24px;
  width: 24px;
  transform-origin: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-btn.diagonal .circle-btn--icon-wrapper {
  left: 7px;
  top: 7px;
  height: 34px;
  width: 34px;
}
.circle-btn.diagonal .circle-btn--icon {
  height: 34px;
  width: 34px;
}
.circle-btn.light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.circle-btn.light-purple svg {
  fill: #58005F;
}
.circle-btn.purple {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.circle-btn.purple svg {
  fill: #ffffff;
}
.circle-btn.teal {
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
.circle-btn.teal svg {
  fill: #ffffff;
}
.circle-btn.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(42 79 173 / var(--tw-bg-opacity));
}
.circle-btn.blue svg {
  fill: #ffffff;
}
.circle-btn.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.circle-btn.white svg {
  fill: #494949;
}
.circle-btn.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
.circle-btn.grey svg {
  fill: #ffffff;
}
.circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% - 48px));
}
.circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(-50% - 48px), calc(50% + 48px));
}
.circle-btn.left .circle-btn--icon.hover {
  transform: translate(calc(50% + 48px));
}
.circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% - 48px));
}

.btn-container:hover .circle-btn.right .circle-btn--icon.active {
  transform: translate(calc(-50% + 48px));
}

.btn-container:hover .circle-btn.diagonal .circle-btn--icon.active {
  transform: translate(calc(50% + 48px), calc(-50% - 48px));
}

.btn-container:hover .circle-btn.left .circle-btn--icon.active {
  transform: translate(calc(50% - 48px));
}

.btn-container:hover .circle-btn.down .circle-btn--icon.active {
  transform: translateY(calc(-50% + 48px));
}

.btn-container:hover .circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% + 12px));
}

.btn-container:hover .circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(50% - 16px), calc(-50% + 16px));
}

.btn-container:hover .circle-btn.left .circle-btn--icon.hover {
  transform: translate(50%);
}

.btn-container:hover .circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% + 12px));
}

.circle-chevron-btn {
  position: relative;
  height: 3rem;
  width: 3rem;
  transform-origin: center;
  overflow: hidden;
  border-radius: 9999px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-chevron-btn .circle-chevron-btn--icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.circle-chevron-btn .circle-chevron-btn--icon {
  height: 1.5rem;
  width: 1.5rem;
  transform-origin: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-chevron-btn.light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.circle-chevron-btn.light-purple svg {
  fill: #58005F;
}
.circle-chevron-btn.purple {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.circle-chevron-btn.purple svg {
  fill: #ffffff;
}
.circle-chevron-btn.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.circle-chevron-btn.white svg {
  fill: #494949;
}
.circle-chevron-btn.grey {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
.circle-chevron-btn.grey svg {
  fill: #ffffff;
}

.swiper-button-disabled .circle-chevron-btn {
  background-color: transparent;
}
.swiper-button-disabled .circle-chevron-btn.purple, .swiper-button-disabled .circle-chevron-btn.light-purple {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(188 153 191 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.purple svg, .swiper-button-disabled .circle-chevron-btn.light-purple svg {
  fill: #BC99BF;
}
.swiper-button-disabled .circle-chevron-btn.white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(155 187 196 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.white svg {
  fill: #9BBBC4;
}
.swiper-button-disabled .circle-chevron-btn.grey {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.swiper-button-disabled .circle-chevron-btn.grey svg {
  fill: #ffffff;
}

.btn-container:hover .circle-chevron-btn.right .circle-chevron-btn--icon {
  transform: translate(3px, 0);
}

.btn-container:hover .circle-chevron-btn.left .circle-chevron-btn--icon {
  transform: translate(-3px, 0);
}

.swiper-button-disabled .btn-container:hover .circle-chevron-btn .circle-chevron-btn--icon {
  transform: none;
  cursor: initial;
}

.swiper-button-disabled, .swiper-button-disabled .btn-container:hover {
  cursor: initial;
}

.virtual-consultation-btn {
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .virtual-consultation-btn {
    margin-right: 3rem;
    width: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(88 0 95 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {

  .virtual-consultation-btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.circle-btn--link {
  margin-left: 0.75rem;
  border-bottom-width: 1px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 700;
}

.btn-container:hover .circle-btn--link.white {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.grey {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.light-purple {
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
}

.btn-container:hover .circle-btn--link.purple {
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}

.link-btn-hover {
  transform: translate(-50px);
}

.form-wrap input[type=text],
.form-wrap input[type=email],
.form-wrap input[type=number],
.form-wrap select,
.form-wrap textarea {
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-wrap input[type=text]:active, .form-wrap input[type=text]:focus,
.form-wrap input[type=email]:active,
.form-wrap input[type=email]:focus,
.form-wrap input[type=number]:active,
.form-wrap input[type=number]:focus,
.form-wrap select:active,
.form-wrap select:focus,
.form-wrap textarea:active,
.form-wrap textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:active, .form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:active, .form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-wrap .gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .ginput_container_consent {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-wrap .ginput_container_consent input {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  background-color: transparent;
  outline-style: solid;
  outline-offset: 1px;
  outline-color: transparent;
}
.form-wrap .ginput_container_consent input:checked {
  box-shadow: inset 0 0 0 3px white;
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.form-wrap .ginput_container_consent .gfield_consent_label {
  margin-left: 0.5rem;
  font-size: 16px;
}
.form-wrap .custom-gf-submit {
  margin-left: auto;
  display: inline-flex;
  height: 3rem;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-wrap .custom-gf-submit svg {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.form-wrap .custom-gf-submit:hover svg {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_validation_message,
.form-wrap .gform_wrapper.gravity-theme .validation_message {
  border-radius: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 229 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gfield_error label,
.form-wrap .gform_wrapper.gravity-theme .gfield_error legend {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.form-wrap .gform_wrapper.gravity-theme .gform_validation_errors,
.form-wrap .gform_required_legend {
  display: none;
}

/* Partials */
.header {
  transition: transform 500ms ease-out;
  position: fixed;
  top: 0px;
  isolation: isolate;
  z-index: 9999;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.header .header--inner {
  display: flex;
  width: 100%;
  max-width: 100vw;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .header .header--inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {

  .header .header--inner {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 768px) {

  .page-404 .header {
    position: relative;
  }
}

@media (min-width: 1024px) {

  .header.scrolled .header--inner {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.nav-underline:after {
  content: "";
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  transform-origin: bottom right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity));
}

.nav-underline:hover:after {
  transform-origin: bottom left;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footer {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer .footer--primary {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {

  .footer .footer--primary {
    margin-left: auto;
    margin-top: 0px;
    width: 50%;
  }
}
@media (min-width: 1220px) {

  .footer .footer--primary {
    width: 33.333333%;
  }
}
.footer .footer--primary .footer--primary-menu {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .footer--primary .footer--primary-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

  .footer .footer--primary .footer--primary-menu {
    margin-top: 0px;
  }
}
.footer .footer--primary .footer--primary-menu li a {
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.footer .footer--primary .footer--primary-menu li a:hover {
  text-decoration-line: underline;
  text-decoration-color: #DBDBDB;
}
.footer .footer--secondary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .footer .footer--secondary {
    gap: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.footer .footer--secondary a {
  width: 100%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 768px) {

  .footer .footer--secondary a {
    width: auto;
  }
}
.footer .footer--secondary a:hover {
  text-decoration-line: underline;
  text-decoration-color: #DBDBDB;
}
.footer .footer--secondary-menu {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .footer .footer--secondary-menu {
    margin-bottom: 0px;
    gap: 1.5rem;
  }
}
.footer .footer--secondary-menu ul, .footer .footer--secondary-menu li {
  width: 100%;
}
@media (min-width: 768px) {

  .footer .footer--secondary-menu ul, .footer .footer--secondary-menu li {
    width: auto;
  }
}

.salad-link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

body.menu-open {
  overflow: hidden;
  scrollbar-gutter: stable;
}

/* PRIMARY MENU */
.nav-main > ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-main > ul .menu-item > a,
.nav-main > ul .menu-item > span {
  position: relative;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 15px;
  font-weight: 500;
}
@media (min-width: 1220px) {

  .nav-main > ul .menu-item > a,
.nav-main > ul .menu-item > span {
    font-size: 1.125rem;
    line-height: 1.625;
  }
}
.nav-main > ul .menu-item.current-menu-item > a, .nav-main > ul .menu-item.current_page_item > a, .nav-main > ul .menu-item.current-menu-parent > a, .nav-main > ul .menu-item.current-menu-ancestor > a {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(88 0 95 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.nav-main > ul .menu-item.current-menu-item > a:hover:after, .nav-main > ul .menu-item.current_page_item > a:hover:after, .nav-main > ul .menu-item.current-menu-parent > a:hover:after, .nav-main > ul .menu-item.current-menu-ancestor > a:hover:after {
  display: none !important;
}
.nav-main > ul .menu-item.menu-item-has-children {
  position: relative;
  display: inline-flex;
  cursor: default;
}
.nav-main > ul .menu-item.menu-item-has-children .sub-menu {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 100%;
  display: block;
  min-width: 340px;
  padding-top: 1rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.nav-main > ul .menu-item.menu-item-has-children .sub-menu .sub-menu-inner {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
  padding: 1rem;
}
.nav-main > ul .menu-item.menu-item-has-children .sub-menu.active {
  display: block;
}
.nav-main > ul .menu-item.menu-item-has-children .sub-menu .menu-item > a,
.nav-main > ul .menu-item.menu-item-has-children .sub-menu .parent-menu-item > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-main > ul .menu-item.menu-item-has-children .sub-menu .menu-item > a:hover,
.nav-main > ul .menu-item.menu-item-has-children .sub-menu .parent-menu-item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
  text-decoration-line: underline;
}
.nav-main > ul .menu-item.menu-item-has-children:hover svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-main > ul .menu-item.menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  display: block;
  opacity: 1;
}

/* Menu Button */
.menu-button {
  z-index: 9999;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-button span {
  position: relative;
  display: block;
  height: 2px;
  width: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-button span:before, .menu-button span:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-button span:before {
  top: -0.5rem;
}
.menu-button span:after {
  top: 0.5rem;
}
.menu-button.close span {
  background-color: transparent;
}
.menu-button.close span:before, .menu-button.close span:after {
  top: 0px;
}
.menu-button.close span:before {
  transform: rotate(45deg);
}
.menu-button.close span:after {
  transform: rotate(-45deg);
}

.nav-right {
  display: none;
  flex-direction: row;
  gap: 1rem;
}

@media (min-width: 1024px) {

  .nav-right {
    display: flex;
  }
}

@media (min-width: 1220px) {

  .nav-right {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}

.consultation-btn {
  position: relative;
  display: inline-flex;
  height: 3rem;
  flex-direction: row;
  align-items: center;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1220px) {

  .consultation-btn {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
  }
}
.consultation-btn svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.consultation-btn.active svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.consultation-btn.mobile {
  margin-top: auto;
  display: inline-flex;
  height: 60px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  font-size: 20px;
}

.consultation-sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: 1rem;
  display: none;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
.consultation-sub-menu.active {
  display: block;
}
.consultation-sub-menu .menu-item > a {
  display: block;
  width: 100%;
  padding: 0.5rem;
  font-size: 16px;
  font-weight: 500;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.consultation-sub-menu .menu-item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
  text-decoration-line: underline;
}
.consultation-sub-menu.mobile {
  margin-top: 0px;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.consultation-sub-menu.mobile .menu-item > a {
  display: block;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
  font-weight: 300;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.consultation-sub-menu.mobile .menu-item > a:hover {
  background-color: transparent;
  text-decoration-line: underline;
}

.language-switcher {
  display: inline-flex;
  height: 3rem;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.language-switcher a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1220px) {

  .language-switcher a {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
  }
}

.language-switcher a.active {
  box-shadow: 0 0 16px 0 rgba(73, 73, 73, 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity)); /* text switches to dark when active */
}

/* Mobile Menu - Utilities */
.mobile--menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 238 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .mobile--menu {
    display: none;
  }
}
.mobile--menu .mobile-menu--menu {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow-y: auto;
  padding-top: 148px;
  max-height: 100vh;
}
.mobile--menu .mobile-menu--header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.mobile--menu .mobile-menu--button {
  width: 100%;
}
.mobile--menu .mobile--menu-close {
  margin-right: 21px;
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 140 171 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile--menu .mobile--menu-close svg {
  fill: #ffffff;
}
.mobile--menu .menu--mobile {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.mobile--menu .menu--mobile .menu-item {
  position: relative;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 209 221 / var(--tw-border-opacity));
  font-size: 20px;
}
.mobile--menu .menu--mobile .menu-item button {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 61px;
  width: 3rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.mobile--menu .menu--mobile .menu-item > a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}
.mobile--menu .menu--mobile .menu-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mobile--menu .menu--mobile .sub-menu {
  display: none;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 18px;
}
.mobile--menu .menu--mobile .sub-menu.active {
  display: flex;
}
.mobile--menu .menu--mobile .sub-menu .menu-item > a {
  font-weight: 300;
}

.hero-text .hero-text-wrap {
  width: 100%;
}

@media (min-width: 1024px) {

  .hero-text .hero-text-wrap {
    width: 75%;
  }
}

@media (min-width: 1220px) {

  .hero-text .hero-text-wrap {
    width: 66.666667%;
  }
}
.hero-text .hero-text-wrap h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .hero-text .hero-text-wrap h1 {
    font-size: 40px;
  }
}
@media (min-width: 1220px) {

  .hero-text .hero-text-wrap h1 {
    font-size: 56px;
  }
}
.hero-text .hero-text-wrap .wysiwyg p {
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {

  .hero-text .hero-text-wrap .wysiwyg p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }

  .hero-text-image .hero-text-wrap {
    padding-right: 2rem;
  }
}
.hero-text-image .hero-text-wrap h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .hero-text-image .hero-text-wrap h1 {
    font-size: 40px;
  }
}
@media (min-width: 1220px) {

  .hero-text-image .hero-text-wrap h1 {
    font-size: 56px;
  }
}
.hero-text-image .hero-text-wrap .wysiwyg p {
  font-size: 1.125rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .hero-text-image .hero-text-wrap .wysiwyg p {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.hero-text-image .hero-image-wrap {
  display: flex;
  flex-direction: column;
}
.hero-text-image .hero-image-wrap .hero-image {
  position: relative;
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-text-image .hero-image-wrap .hero-image img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.hero-text-image .hero-image-wrap .hero-image-caption {
  position: relative;
  margin-left: auto;
  margin-top: 1rem;
  display: inline-block;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.post-card {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {

  .post-card {
    height: 100%;
  }
}
.post-card > a {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-right-radius: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 768px) {

  .post-card > a {
    height: 100%;
  }
}
.post-card .post-card-image {
  aspect-ratio: 3 / 2;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.post-card .post-card-image img {
  display: block;
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  will-change: transform;
}
.post-card .post-card-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.post-card .post-card-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.post-card .post-card-content p {
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 100;
}
.post-card:hover > a {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity));
}
.post-card:hover .post-card-image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.project-card {
  border-bottom-right-radius: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.project-card.bg--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 240 / var(--tw-bg-opacity));
}
.project-card.bg--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 247 / var(--tw-bg-opacity));
}
.project-card.bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
}
.project-card.bg--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.project-card.bg--teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(205 221 225 / var(--tw-bg-opacity));
}
.project-card.bg--blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 220 239 / var(--tw-bg-opacity));
}
.project-card.bg--purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 205 223 / var(--tw-bg-opacity));
}
.project-card.bg--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* Layouts */
.project-stats-row {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .project-stats-row {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.project-stats-row .project-stats-list {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 1024px) {

  .project-stats-row .project-stats-list {
    width: 58.333333%;
  }
}
.project-stats-row .project-stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 112px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .project-stats-row .project-stat {
    height: 112px;
  }
}
.project-stats-row .project-stat .project-stat-icon {
  position: relative;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-purple,
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-white {
  position: absolute;
  inset: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-stats-row .project-stat .project-stat-icon .project-stat-icon-white {
  opacity: 0;
}
.project-stats-row .project-stat span {
  width: calc(100% - 48px);
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 768px) {

  .project-stats-row .project-stat span {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {

  .project-stats-row .project-stat span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.project-stats-row.in-view .project-stat {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.project-stats-row.in-view .project-stat .project-stat-icon .project-stat-icon-purple {
  opacity: 0;
}
.project-stats-row.in-view .project-stat .project-stat-icon .project-stat-icon-white {
  opacity: 1;
}
.project-stats-row.bg--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(155 187 196 / var(--tw-bg-opacity));
}
.project-stats-row.bg--teal .project-stat {
  --tw-text-opacity: 1;
  color: rgb(5 85 107 / var(--tw-text-opacity));
}
.project-stats-row.bg--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(170 185 222 / var(--tw-bg-opacity));
}
.project-stats-row.bg--blue .project-stat {
  --tw-text-opacity: 1;
  color: rgb(42 79 173 / var(--tw-text-opacity));
}
.project-stats-row.bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.project-stats-row.bg--purple .project-stat {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.project-stats-row.bg--teal.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
.project-stats-row.bg--teal.in-view .project-stat {
  --tw-border-opacity: 1;
  border-color: rgb(155 187 196 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.project-stats-row.bg--blue.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(42 79 173 / var(--tw-bg-opacity));
}
.project-stats-row.bg--blue.in-view .project-stat {
  --tw-border-opacity: 1;
  border-color: rgb(170 185 222 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.project-stats-row.bg--purple.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.project-stats-row.bg--purple.in-view .project-stat {
  --tw-border-opacity: 1;
  border-color: rgb(188 153 191 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.timeline-row {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .timeline-row {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.timeline-row .timeline-container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.timeline-row .timeline-content {
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .timeline-row .timeline-content {
    width: 50%;
  }
}
.timeline-row .timeline-sidebar {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .timeline-row .timeline-sidebar {
    position: sticky;
    top: 45%;
    margin-bottom: 132px;
    width: 41.666667%;
  }
}
.timeline-row .timeline-sidebar p {
  margin-bottom: 2rem;
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-wrap: pretty;
  text-wrap: balance;
}
.timeline-row .timeline-item {
  position: relative;
  margin-left: 0px;
  display: flex;
  width: calc(100% - 32px);
  flex-direction: column;
  padding-left: 3.5rem;
  padding-bottom: 4rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {

  .timeline-row .timeline-item {
    width: 100%;
    padding-left: 6rem;
  }
}
.timeline-row .timeline-item h3 {
  margin-bottom: 0.5rem;
}
.timeline-row .timeline-item div {
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
.timeline-row .timeline-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.timeline-row .timeline-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.75rem;
  display: block;
  height: 0px;
  width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.timeline-row .timeline-item:last-of-type {
  padding-bottom: 0px;
}
.timeline-row .timeline-item:last-of-type:after {
  content: "";
  display: none;
}
.timeline-row .timeline-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row .timeline-item.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row .timeline-item.active:after {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(155 187 196 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal .timeline-item {
  --tw-text-opacity: 1;
  color: rgb(155 187 196 / var(--tw-text-opacity));
}
.timeline-row.bg--teal .timeline-item:before, .timeline-row.bg--teal .timeline-item:after {
  --tw-bg-opacity: 1;
  background-color: rgb(155 187 196 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal .timeline-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.bg--teal .timeline-item.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal .timeline-item.active:after {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(155 187 196 / var(--tw-text-opacity));
}
.timeline-row.bg--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(170 185 222 / var(--tw-bg-opacity));
}
.timeline-row.bg--blue .timeline-item {
  --tw-text-opacity: 1;
  color: rgb(170 185 222 / var(--tw-text-opacity));
}
.timeline-row.bg--blue .timeline-item:before, .timeline-row.bg--blue .timeline-item:after {
  --tw-bg-opacity: 1;
  background-color: rgb(170 185 222 / var(--tw-bg-opacity));
}
.timeline-row.bg--blue .timeline-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.bg--blue .timeline-item.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--blue .timeline-item.active:after {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--blue .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(170 185 222 / var(--tw-text-opacity));
}
.timeline-row.bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.timeline-row.bg--purple .timeline-item {
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
}
.timeline-row.bg--purple .timeline-item:before, .timeline-row.bg--purple .timeline-item:after {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.timeline-row.bg--purple .timeline-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.bg--purple .timeline-item.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--purple .timeline-item.active:after {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.timeline-row.bg--purple .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
}
.timeline-row.bg--teal.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
.timeline-row.bg--teal.in-view .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.bg--blue.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(42 79 173 / var(--tw-bg-opacity));
}
.timeline-row.bg--blue.in-view .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-row.bg--purple.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.timeline-row.bg--purple.in-view .timeline-sidebar p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.news-card-slide {
  height: auto !important;
  width: 100%;
}

.home-news-container {
  position: relative;
}
.home-news-container:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 2rem;
  display: block;
  aspect-ratio: 1 / 1;
  width: calc(100% - 4rem);
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .home-news-container:after {
    left: 0px;
    width: 66.666667%;
  }
}
@media (min-width: 1024px) {

  .home-news-container:after {
    top: auto;
    bottom: 0px;
    width: 50%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 9999px;
  }
}

.benefits {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

  .benefits > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .benefits {
    border-left-width: 2px;
    --tw-border-opacity: 1;
    border-left-color: rgb(222 205 223 / var(--tw-border-opacity));
  }
}

.benefit {
  position: relative;
  opacity: 0.5;
}
.benefit:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
  display: none;
  height: 0px;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 768px) {

  .benefit:before {
    display: block;
  }
}
.benefit.active {
  opacity: 1;
}
.benefit.active:before {
  height: 100%;
}

.centered-image-row {
  position: relative;
  width: 100%;
}
.centered-image-row .w--small {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .centered-image-row .w--small {
    width: 50%;
  }
}
.centered-image-row .w--normal {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .centered-image-row .w--normal {
    width: 66.666667%;
  }

  .centered-image-row .w--large {
    width: 100%;
  }
}

.homepage-grid--grid {
  position: relative;
  z-index: 9997;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  row-gap: 4rem;
}

@media (min-width: 768px) {

  .homepage-grid--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .homepage-grid--grid {
    row-gap: 5rem;
  }
}
.homepage-grid--grid .wysiwyg {
  font-weight: 400;
}
.homepage-grid--grid .grid-item img {
  aspect-ratio: 3/2;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {

  .homepage-grid--grid .grid-item.staggered {
    margin-top: 33%;
  }
}

.information-grid-row {
  width: 100%;
}
.information-grid-row .row-header {
  margin-bottom: 4rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 768px) {

  .information-grid-row .row-header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .information-grid-row .row-header {
    width: 83.333333%;
  }
}
.information-grid-row .row-header .wysiwyg {
  font-size: 1.125rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .wysiwyg {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.information-grid-row .row-header .information-grid--header {
  grid-column: span 1 / span 1;
}
@media (min-width: 768px) {

  .information-grid-row .row-header .information-grid--header {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .information-grid--header {
    grid-column: span 1 / span 1;
  }
}
.information-grid-row .row-header .information-grid--stats {
  grid-column: span 1 / span 1;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media (min-width: 640px) {

  .information-grid-row .row-header .information-grid--stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .information-grid-row .row-header .information-grid--stats {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .information-grid--stats {
    grid-column: span 1 / span 1;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  aspect-ratio: 1 / 1;
  width: 83.333333%;
  max-width: 320px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble {
    width: 100%;
    max-width: none;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span {
  text-wrap: balance;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1220px) {

  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble span {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p {
  text-wrap: balance;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85%;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
@media (min-width: 1024px) {

  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
@media (min-width: 1220px) {

  .information-grid-row .row-header .information-grid--stats .information-grid--stat-bubble p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.information-grid-row .information-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
}
@media (min-width: 768px) {

  .information-grid-row .information-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .information-grid-row .information-grid {
    width: 83.333333%;
  }

  .information-grid-row .information-grid.cols--3 {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.information-grid-row .information-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.information-grid-row .information-card .card-image {
  position: relative;
  margin-bottom: 2.5rem;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
.information-grid-row .information-card .card-image img, .information-grid-row .information-card .card-image video {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-grid-row .information-card .card-heading {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .information-grid-row .information-card .card-heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.information-grid-row .information-card .card-text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}
.information-grid-row .information-card .card-text strong {
  font-weight: 700;
}
.information-grid-row .information-card .card-text p {
  margin-bottom: 1rem;
}
.information-grid-row .information-card .card-text ul {
  display: flex;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
}
.information-grid-row .information-card .card-text ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.information-grid-row .information-card .card-text ul {
  padding-left: 1.25rem;
}
.information-grid-row .information-card .card-text ul *::marker {
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ul::marker {
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ol {
  display: flex;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
}
.information-grid-row .information-card .card-text ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.information-grid-row .information-card .card-text ol {
  padding-left: 1.25rem;
}
.information-grid-row .information-card .card-text ol *::marker {
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ol::marker {
  color: rgb(255 255 255 );
}
.information-grid-row .information-card .card-text ul li a, .information-grid-row .information-card .card-text ol li a {
  text-decoration-line: underline;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.information-grid-row .information-card .card-text ul li a:hover, .information-grid-row .information-card .card-text ol li a:hover {
  text-decoration-color: #ffffff;
}
.information-grid-row .information-card .card-text:last-child {
  margin-bottom: 0px;
}
.information-grid-row .information-card .card-button {
  margin-top: auto;
}

.home-blog {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {

  .home-blog {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.home-blog .home-blog-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.home-blog .home-blog-container:after {
  content: "";
  position: absolute;
  right: 66.666667%;
  top: 0px;
  z-index: 2;
  display: none;
  height: 100%;
  width: 50vw;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-container:after {
    display: block;
  }
}
.home-blog .home-blog-header {
  position: relative;
  z-index: 3;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-header {
    margin-bottom: 0px;
    width: 33.333333%;
  }
}
.home-blog .home-blog-header .home-blog-title {
  margin-bottom: 1rem;
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
}
.home-blog .home-blog-header .home-blog-text {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  font-size: 34px;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-header .home-blog-text {
    width: 75%;
  }
}
.home-blog .home-blog-header .home-blog-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-header .home-blog-buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.home-blog .home-blog-header .home-blog-slider-nav {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-header .home-blog-slider-nav {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn svg {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-next {
  margin-left: 1rem;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-next svg {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.nav-btn-prev svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.swiper-button-disabled svg {
  pointer-events: none;
  cursor: not-allowed;
}
.home-blog .home-blog-header .home-blog-slider-nav .nav-btn.swiper-button-disabled:hover {
  cursor: not-allowed;
}
.home-blog .home-blog-header .home-blog-btn {
  margin-left: auto;
}
@media (min-width: 1024px) {

  .home-blog .home-blog-header .home-blog-btn {
    margin-left: 0px;
    margin-top: 1rem;
  }
}
.home-blog .blog-card-slide {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {

  .home-blog .blog-card-slide {
    width: 50%;
  }
}
.home-blog .blog-card {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.home-blog .blog-card .blog-card-image {
  margin-bottom: 1rem;
  display: block;
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.home-blog .blog-card .blog-card-image img {
  display: block;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: auto;
}
.home-blog .blog-card .blog-card-title {
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.375;
}
.home-blog .blog-card .blog-card-text {
  margin-bottom: 3.5rem;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}
.home-blog .blog-card .blog-card-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-blog .blog-card .btn-arrow-wrap {
  margin-top: auto;
}
.home-blog .blog-card .btn-arrow-wrap svg {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.home-blog .blog-card:hover .blog-card-image img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.home-blog .blog-card:hover .btn-arrow-wrap svg {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.news-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.spacer-row {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.spacer-row.m--none {
  height: 0px;
}
.spacer-row.m--sm {
  height: 1.25rem;
}
.spacer-row.m--md {
  height: 2.5rem;
}
.spacer-row.m--lg {
  height: 5rem;
}
@media (min-width: 1024px) {

  .spacer-row.d--none {
    height: 0px;
  }

  .spacer-row.d--sm {
    height: 2.5rem;
  }

  .spacer-row.d--md {
    height: 5rem;
  }

  .spacer-row.d--lg {
    height: 10rem;
  }
}

.text-media-row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {

  .text-media-row {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.text-media-row .text-media-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .text-media-row .text-media-container.media--right {
    flex-direction: row-reverse;
  }
}
.text-media-row .text-media-container.text--top {
  align-items: flex-start;
}
.text-media-row .text-media-container.text--center {
  align-items: center;
}
.text-media-row .text-media-container.text--bottom {
  align-items: flex-end;
}
.text-media-row .media--col {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {

  .text-media-row .media--col {
    margin-bottom: 0px;
    width: 50%;
  }
}
.text-media-row .media--col .image-container,
.text-media-row .media--col .video-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.text-media-row .media--col .image-container.square,
.text-media-row .media--col .video-container.square {
  aspect-ratio: 1 / 1;
}
.text-media-row .media--col .image-container.square img,
.text-media-row .media--col .video-container.square img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media-row .media--col .image-container.image-border,
.text-media-row .media--col .video-container.image-border {
  isolation: isolate;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text-media-row .media--col .image-container.image-border:before,
.text-media-row .media--col .video-container.image-border:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
  display: block;
}
.text-media-row .media--col .image-container.image-border:after,
.text-media-row .media--col .video-container.image-border:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: -1;
  display: block;
}
.text-media-row .text--col {
  width: 100%;
}
@media (min-width: 1024px) {

  .text-media-row .text--col {
    width: 41.666667%;
  }
}
.text-media-row .text--col .text-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wysiwyg {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.625;
  font-weight: 300;
}
.wysiwyg > * {
  margin-bottom: 1.5rem;
}
.wysiwyg > :last-child {
  margin-bottom: 0px;
}
.wysiwyg h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .wysiwyg h2 {
    font-size: 34px;
  }
}
.wysiwyg h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .wysiwyg h3 {
    font-size: 28px;
  }
}
.wysiwyg h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .wysiwyg h4 {
    font-size: 24px;
  }
}
.wysiwyg h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .wysiwyg h5 {
    font-size: 20px;
  }
}
.wysiwyg h6 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {

  .wysiwyg h6 {
    font-size: 18px;
  }
}
.wysiwyg ul {
  display: flex;
  width: auto;
  list-style-position: outside;
  list-style-type: disc;
  flex-direction: column;
}
.wysiwyg ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wysiwyg ul {
  padding-left: 1.25rem;
}
.wysiwyg ul *::marker {
  font-size: 20px;
  color: rgb(88 0 95 );
}
.wysiwyg ul::marker {
  font-size: 20px;
  color: rgb(88 0 95 );
}
.wysiwyg ol {
  display: flex;
  width: auto;
  list-style-position: outside;
  list-style-type: decimal;
  flex-direction: column;
}
.wysiwyg ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.wysiwyg ol {
  padding-left: 1.25rem;
}
.wysiwyg ol *::marker {
  font-weight: 500;
  color: rgb(88 0 95 );
}
.wysiwyg ol::marker {
  font-weight: 500;
  color: rgb(88 0 95 );
}
.wysiwyg li {
  width: auto;
}
.wysiwyg li a {
  font-family: "Roboto", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.wysiwyg li a:hover {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.wysiwyg a {
  font-family: "Roboto", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #58005F;
  text-underline-offset: 4px;
}
.wysiwyg a:hover {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.wysiwyg a.btn-container {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.wysiwyg a.btn-container:hover {
  text-decoration-line: none;
}
.wysiwyg blockquote {
  position: relative;
  display: block;
  width: 100%;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-left-color: rgb(142 140 171 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 247 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 20px;
  font-weight: 700;
}
.card-grid-row.wysiwyg blockquote {
  background-color: #F4F3F7;
}
@media (min-width: 768px) {

  .wysiwyg blockquote {
    font-size: 24px;
  }
}
.wysiwyg blockquote p {
  margin-bottom: 0 !important;
}
.wysiwyg a.btn {
  text-decoration-line: none;
}
.wysiwyg strong {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.wysiwyg iframe {
  display: block;
  height: auto;
  width: 100%;
}
.wysiwyg.w--small {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .wysiwyg.w--small {
    width: 50%;
  }
}
.wysiwyg.w--normal {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .wysiwyg.w--normal {
    width: 66.666667%;
  }
}
.wysiwyg.w--large {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {

  .wysiwyg.w--large {
    width: 83.333333%;
  }
}

.card-grid-row.bg-wind-grey-4 {
  background-color: #F4F3F7;
}
.card-grid-row .card-item .bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.card-grid-row .card-item .bg--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
.card-grid-row .card-item .bg--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(42 79 173 / var(--tw-bg-opacity));
}
.card-grid-row .card-item .bg--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(73 73 73 / var(--tw-bg-opacity));
}

.resources {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.resources.bgc--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.resources.bgc--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}

.resource--wrapper {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.bg--teal .resource--wrapper {
  --tw-text-opacity: 1;
  color: rgb(5 85 107 / var(--tw-text-opacity));
}
.bg--teal .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(205 221 225 / var(--tw-bg-opacity));
}
.bg--teal .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 240 / var(--tw-bg-opacity));
}
.bg--teal .resource--groups a:hover .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(155 187 196 / var(--tw-bg-opacity));
}
.bg--teal .resource--groups a:hover .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 248 / var(--tw-bg-opacity));
}

.bg--blue .resource--wrapper {
  --tw-text-opacity: 1;
  color: rgb(42 79 173 / var(--tw-text-opacity));
}
.bg--blue .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(212 220 239 / var(--tw-bg-opacity));
}
.bg--blue .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(234 237 247 / var(--tw-bg-opacity));
}
.bg--blue .resource--groups a:hover .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(170 185 222 / var(--tw-bg-opacity));
}
.bg--blue .resource--groups a:hover .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity));
}

.bg--purple .resource--wrapper {
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.bg--purple .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(222 205 223 / var(--tw-bg-opacity));
}
.bg--purple .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 238 / var(--tw-bg-opacity));
}
.bg--purple .resource--groups a:hover .resource--wrapper.header-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
}
.bg--purple .resource--groups a:hover .resource--wrapper.item-resource {
  --tw-bg-opacity: 1;
  background-color: rgb(247 242 248 / var(--tw-bg-opacity));
}

.resources--intro {
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}

.resource--groups a {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.resource--wrapper {
  grid-column: span 9 / span 9;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom-right-radius: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.resource--wrapper:hover {
  cursor: pointer;
}

.resource--wrapper:hover .circle-btn.right .circle-btn--icon.active {
  transform: translate(calc(-50% + 48px));
}

.resource--wrapper:hover .circle-btn.diagonal .circle-btn--icon.active {
  transform: translate(calc(50% + 48px), calc(-50% - 48px));
}

.resource--wrapper:hover .circle-btn.left .circle-btn--icon.active {
  transform: translate(calc(50% - 48px));
}

.resource--wrapper:hover .circle-btn.down .circle-btn--icon.active {
  transform: translateY(calc(-50% + 48px));
}

.resource--wrapper:hover .circle-btn.right .circle-btn--icon.hover {
  transform: translate(calc(-50% + 12px));
}

.resource--wrapper:hover .circle-btn.diagonal .circle-btn--icon.hover {
  transform: translate(calc(50% - 16px), calc(-50% + 16px));
}

.resource--wrapper:hover .circle-btn.left .circle-btn--icon.hover {
  transform: translate(50%);
}

.resource--wrapper:hover .circle-btn.down .circle-btn--icon.hover {
  transform: translateY(calc(-50% + 12px));
}

.resource--wrapper:hover .circle-chevron-btn.right .circle-chevron-btn--icon {
  transform: translate(3px, 0);
}

.resource--wrapper:hover .circle-chevron-btn.left .circle-chevron-btn--icon {
  transform: translate(-3px, 0);
}

.swiper-button-disabled .resource--wrapper:hover .circle-chevron-btn .circle-chevron-btn--icon {
  transform: none;
  cursor: initial;
}

 .swiper-button-disabled .resource--wrapper:hover {
  cursor: initial;
}

.resource--wrapper:hover .circle-btn--link.white {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.grey {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.light-purple {
  --tw-border-opacity: 1;
  border-color: rgb(233 232 238 / var(--tw-border-opacity));
}

.resource--wrapper:hover .circle-btn--link.purple {
  --tw-border-opacity: 1;
  border-color: rgb(88 0 95 / var(--tw-border-opacity));
}

.wysiwyg a.resource--wrapper {
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.wysiwyg a.resource--wrapper:hover {
  text-decoration-line: none;
}
.resource--wrapper .resource--info {
  width: 100%;
  font-weight: 500;
}
p.resource--wrapper .resource--info {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.resource--wrapper .resource--button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1rem;
}
@media (min-width: 768px) {

  .resource--wrapper .resource--button {
    align-items: center;
    justify-content: center;
    padding: 0px;
  }
}

.resource--wrapper.item-resource {
  grid-column: span 8 / span 8;
  grid-column-start: 2;
}

.stat-bubble {
  z-index: 2;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 200px;
  width: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .stat-bubble {
    height: 260px;
    width: 260px;
  }
}
.stat-bubble.bg--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(42 79 173 / var(--tw-bg-opacity));
}
.stat-bubble.bg--teal {
  --tw-bg-opacity: 1;
  background-color: rgb(5 85 107 / var(--tw-bg-opacity));
}
.stat-bubble.bg--purple {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}
.stat-bubble.bg--blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(42 79 173 / var(--tw-text-opacity));
}
.stat-bubble.bg--teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(5 85 107 / var(--tw-text-opacity));
}
.stat-bubble.bg--purple-light {
  --tw-bg-opacity: 1;
  background-color: rgb(247 242 248 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(88 0 95 / var(--tw-text-opacity));
}
.stat-bubble.bg--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(73 73 73 / var(--tw-text-opacity));
}
.stat-bubble span {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .stat-bubble span {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.stat-bubble p {
  text-wrap: pretty;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 85%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .stat-bubble p {
    font-size: 1.125rem;
    line-height: 1.625;
    font-weight: 300;
  }
}

.scroll-list-row {
  position: relative;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {

  .scroll-list-row {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.scroll-list-row .scroll-list-container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.scroll-list-row .scroll-list-content {
  width: 100%;
}
@media (min-width: 1024px) {

  .scroll-list-row .scroll-list-content {
    width: 50%;
  }
}
@media (min-width: 1220px) {

  .scroll-list-row .scroll-list-content {
    width: 41.666667%;
  }
}
.scroll-list-row .scroll-list-sidebar {
  position: relative;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {

  .scroll-list-row .scroll-list-sidebar {
    display: block;
  }
}
@media (min-width: 1024px) {

  .scroll-list-row .scroll-list-sidebar {
    position: sticky;
    top: 200px;
    width: 41.666667%;
  }
}
@media (min-width: 1220px) {

  .scroll-list-row .scroll-list-sidebar {
    width: 50%;
  }
}
.scroll-list-row .scroll-list-item {
  position: relative;
  margin-left: 0px;
  display: flex;
  width: calc(100% - 32px);
  flex-direction: row;
  padding-left: 3.5rem;
  padding-bottom: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 153 191 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {

  .scroll-list-row .scroll-list-item {
    width: 100%;
    padding-left: 6rem;
  }
}
.scroll-list-row .scroll-list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.scroll-list-row .scroll-list-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.75rem;
  display: block;
  height: 0px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(188 153 191 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: linear;
}
.scroll-list-row .scroll-list-item:last-of-type {
  padding-bottom: 0px;
}
.scroll-list-row .scroll-list-item:last-of-type:after {
  content: "";
  display: none;
}
.scroll-list-row .scroll-list-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.scroll-list-row .scroll-list-item.active .scroll-list-item-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.scroll-list-row .scroll-list-item.active:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.scroll-list-row .scroll-list-item.active:after {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.scroll-list-row.in-view {
  --tw-bg-opacity: 1;
  background-color: rgb(88 0 95 / var(--tw-bg-opacity));
}

.scroll-list-section {
  margin-bottom: 4rem;
}
.scroll-list-section:last-of-type {
  margin-bottom: 0px;
}
.scroll-list-section h2 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .scroll-list-section h2 {
    margin-bottom: 4rem;
  }
}

.hero-logos a img {
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-logos:hover a img {
  opacity: 0.5;
}

.hero-logos a:hover img {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3;
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-end-2 {
    grid-row-end: 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:ml-\[calc\(\(100vw-768px\)\/2\)\] {
    margin-left: calc((100vw - 768px) / 2);
  }

  .md\:mr-\[calc\(\(100vw-768px\)\/2\)\] {
    margin-right: calc((100vw - 768px) / 2);
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[768px\] {
    max-width: 768px;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:border-l-transparent {
    border-left-color: transparent;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-\[184px\] {
    padding-top: 184px;
  }

  .md\:pt-\[224px\] {
    padding-top: 224px;
  }

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:z-\[9990\] {
    z-index: 9990;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:mx-\[0em\] {
    margin-left: 0em;
    margin-right: 0em;
  }

  .lg\:mx-\[1\.5rem\] {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-\[1\.5rem\] {
    margin-left: 1.5rem;
  }

  .lg\:ml-\[calc\(\(100vw-1024px\)\/2\)\] {
    margin-left: calc((100vw - 1024px) / 2);
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-\[250px\] {
    margin-top: 250px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-4\/3 {
    aspect-ratio: 4 / 3;
  }

  .lg\:min-h-\[760px\] {
    min-height: 760px;
  }

  .lg\:\!w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[calc\(1024px\+\(\(100vw-1024px\)\/2\)\)\] {
    max-width: calc(1024px + ((100vw - 1024px) / 2));
  }

  .lg\:translate-y-\[50\%\] {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:from-\[0\%\] {
    --tw-gradient-from-position: 0%;
  }

  .lg\:via-\[50\%\] {
    --tw-gradient-via-position: 50%;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-\[190px\] {
    padding-bottom: 190px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:\!text-\[60px\] {
    font-size: 60px !important;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

  .lg\:text-h1-lg {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .lg\:text-h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .lg\:text-h3 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .lg\:text-intro {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }

  .lg\:\!leading-\[1\.166\] {
    line-height: 1.166 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1220px) {

  .xl\:-mt-24 {
    margin-top: -6rem;
  }

  .xl\:-mt-\[150px\] {
    margin-top: -150px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:ml-\[1\.5rem\] {
    margin-left: 1.5rem;
  }

  .xl\:ml-\[260px\] {
    margin-left: 260px;
  }

  .xl\:ml-\[calc\(\(100vw-1220px\)\/2\)\] {
    margin-left: calc((100vw - 1220px) / 2);
  }

  .xl\:ml-\[calc\(\(100vw-1440px\)\/2\)\] {
    margin-left: calc((100vw - 1440px) / 2);
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:aspect-\[3\.2\/4\.8\] {
    aspect-ratio: 3.2/4.8;
  }

  .xl\:max-h-\[600px\] {
    max-height: 600px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-\[1400px\] {
    max-width: 1400px;
  }

  .xl\:max-w-\[1440px\] {
    max-width: 1440px;
  }

  .xl\:max-w-\[600px\] {
    max-width: 600px;
  }

  .xl\:max-w-\[calc\(1220px\+\(\(100vw-1220px\)\/2\)\)\] {
    max-width: calc(1220px + ((100vw - 1220px) / 2));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-\[1\.5rem\] {
    padding-left: 1.5rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-\[22px\] {
    font-size: 22px;
  }

  .xl\:text-h1 {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 1400px) {

  .\32xl\:right-\[100px\] {
    right: 100px;
  }

  .\32xl\:-mt-\[200px\] {
    margin-top: -200px;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

  .\32xl\:ml-\[calc\(\(100vw-1400px\)\/2\)\] {
    margin-left: calc((100vw - 1400px) / 2);
  }

  .\32xl\:max-h-\[680px\] {
    max-height: 680px;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:max-w-\[680px\] {
    max-width: 680px;
  }

  .\32xl\:max-w-\[calc\(1400px\+\(\(100vw-1400px\)\/2\)\)\] {
    max-width: calc(1400px + ((100vw - 1400px) / 2));
  }

  .\32xl\:gap-8 {
    gap: 2rem;
  }

  .\32xl\:text-intro {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1600px) {

  .\33xl\:ml-\[calc\(\(100vw-1600px\)\/2\)\] {
    margin-left: calc((100vw - 1600px) / 2);
  }

  .\33xl\:max-w-\[calc\(1600px\+\(\(100vw-1600px\)\/2\)\)\] {
    max-width: calc(1600px + ((100vw - 1600px) / 2));
  }

  .\33xl\:gap-28 {
    gap: 7rem;
  }
}