/*
! tailwindcss v3.2.0 | 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: #e5e7eb; /* 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.
*/

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 */
}

/*
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-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-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:  ;
}
.heading-01{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    line-height: 1.25 !important;
}
@media (min-width: 1024px){

    .heading-01{
        font-size: 3rem;
        line-height: 1;
    }
}
.heading-02{
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    line-height: 1.25 !important;
}
@media (min-width: 1024px){

    .heading-02{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.heading-03{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25 !important;
}
@media (min-width: 1024px){

    .heading-03{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.uppercased{
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.link--underline{
    position: relative;
}
.link--underline:before {
            content: '';
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: -0.25em;
            height: 1px;
            width: 100%;
            background-color: currentColor;
            opacity: 0;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
.link--underline:hover:before, .link--underline.is-active:before, .link--underline:focus:before{
    bottom: 0.1em;
    opacity: 1;
}
.link--arrow{
    position: relative;
    margin-right: 1.65em;
    display: inline-flex;
}
.link--arrow:before {
            content: '';
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0.1em;
            height: 1px;
            width: 100%;
            background-color: currentColor;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
.link--arrow:after {
            content: url(svg/arrow-right.svg);
            position: absolute;
            right: -1.65em;
            top: 0.1em;
            display: block;
            height: auto;
            width: 1em;
            fill: currentColor;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
.link--arrow:hover:after, .link--arrow.is-active:after, .link--arrow:focus:after{
    right: -1.85em;
}
.link--scale:hover figure, .link--scale.is-active figure, .link--scale:focus figure{
    --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));

                box-shadow: 0px 3px 6px #00000029;
}
.link--scaleReverse:hover figure, .link--scaleReverse.is-active figure, .link--scaleReverse:focus figure{
    --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));
}
.richtext:not(:first-child) h2{
    margin-top: 2rem;
}
.richtext h2, .richtext h3{
    margin-bottom: 0.75rem;
}
.richtext h2{
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.6;
}
.richtext h3{
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.6;
}
.richtext b, .richtext strong{
    font-weight: 700;
}
.richtext a{
    position: relative;
}
.richtext a:before {
            content: '';
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: -0.25em;
            height: 1px;
            width: 100%;
            background-color: currentColor;
            opacity: 0;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 150ms;
        }
.richtext a:hover:before,.richtext a.is-active:before,.richtext a:focus:before{
    bottom: 0.1em;
    opacity: 1;
}
.richtext a:before{
    bottom: 0.1em;
    opacity: 1;
}
.richtext ul{
    list-style-position: inside;
    list-style-type: disc;
}
.richtext ol{
    list-style-position: inside;
    list-style-type: decimal;
}
.richtext ul, .richtext ol{
    padding-left: 0px !important;
}
.richtext ul ul, .richtext ul ol, .richtext ol ul, .richtext ol ol{
    padding-left: 2rem !important;
}
.richtext p, .richtext ul, .richtext ol, .richtext blockquote{
    line-height: 1.6;
}
.richtext p:not(:last-child), .richtext ul:not(:last-child), .richtext ol:not(:last-child), .richtext blockquote:not(:last-child){
    margin-bottom: 0.75rem;
}
.richtext:not(.richtext--no-lists) ul, .richtext:not(.richtext--no-lists) ol{
    padding-left: 0.5em;
}
.richtext:not(.richtext--no-lists) ul{
    list-style-position: inside;
    list-style-type: disc;
}
.richtext:not(.richtext--no-lists) ol{
    list-style-position: inside;
    list-style-type: decimal;
}
.richtext blockquote{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    font-size: 1.25em;
    font-weight: 600;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.image{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.05;
}
.image.is-loaded {
      /* @apply bg-transparent; */
    }
.image .img, .image img{
    background-size: cover;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.image{
    position: relative;
}
.image .img, .image img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.image--white{
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-bg-opacity: 1;
}
.image--full{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.image--full .img, .image--full img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.image--landscape,
  .image--square,
  .image--poster,
  .image--banner,
  .image--cover{
    position: relative;
}
.image--landscape .img, .image--landscape img, .image--square .img, .image--square img, .image--poster .img, .image--poster img, .image--banner .img, .image--banner img, .image--cover .img, .image--cover img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.image--landscape .image-spacer {
      padding-bottom: 66.667%!important;
    }
.image--square .image-spacer {
      padding-bottom: 100%!important;
    }
.image--poster .image-spacer {
      padding-bottom: 143.11%!important;
    }
.image--banner .image-spacer {
      padding-bottom: 30%!important;
    }
.image--cover .image-spacer {
      padding-bottom: 40%!important;
    }
.image--fixed .img{
    background-attachment: fixed;
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.inset-y-0{
    top: 0px;
    bottom: 0px;
}
.top-0{
    top: 0px;
}
.right-0{
    right: 0px;
}
.top-1\/2{
    top: 50%;
}
.left-1\/2{
    left: 50%;
}
.bottom-0{
    bottom: 0px;
}
.right-1\/12{
    right: 8.333333%;
}
.bottom-16{
    bottom: 4rem;
}
.z-10{
    z-index: 10;
}
.-m-2{
    margin: -0.5rem;
}
.-m-10{
    margin: -2.5rem;
}
.-m-1{
    margin: -0.25rem;
}
.-m-\[0\.45rem\]{
    margin: -0.45rem;
}
.-m-4{
    margin: -1rem;
}
.my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-\[1em\]{
    margin-top: 1em;
    margin-bottom: 1em;
}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.-mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
}
.-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}
.-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}
.mt-40{
    margin-top: 10rem;
}
.mt-20{
    margin-top: 5rem;
}
.mb-20{
    margin-bottom: 5rem;
}
.mt-32{
    margin-top: 8rem;
}
.-mt-3\/12{
    margin-top: -25%;
}
.ml-1\/12{
    margin-left: 8.333333%;
}
.mt-6{
    margin-top: 1.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mt-14{
    margin-top: 3.5rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mt-12{
    margin-top: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-10{
    margin-top: 2.5rem;
}
.mb-10{
    margin-bottom: 2.5rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.-mb-10{
    margin-bottom: -2.5rem;
}
.-ml-2{
    margin-left: -0.5rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mt-\[50vh\]{
    margin-top: 50vh;
}
.mb-1\.5{
    margin-bottom: 0.375rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.block{
    display: block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.hidden{
    display: none;
}
.h-auto{
    height: auto;
}
.h-14{
    height: 3.5rem;
}
.h-8{
    height: 2rem;
}
.h-6{
    height: 1.5rem;
}
.h-32{
    height: 8rem;
}
.w-full{
    width: 100%;
}
.w-10\/12{
    width: 83.333333%;
}
.w-11\/12{
    width: 91.666667%;
}
.w-14{
    width: 3.5rem;
}
.w-2\/3{
    width: 66.666667%;
}
.w-5{
    width: 1.25rem;
}
.w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.w-auto{
    width: auto;
}
.w-6{
    width: 1.5rem;
}
.w-8{
    width: 2rem;
}
.w-7\/12{
    width: 58.333333%;
}
.w-5\/12{
    width: 41.666667%;
}
.w-3\/12{
    width: 25%;
}
.w-px{
    width: 1px;
}
.max-w-3xl{
    max-width: 48rem;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-5xl{
    max-width: 64rem;
}
.max-w-2xl{
    max-width: 42rem;
}
.-translate-x-1\/2{
    --tw-translate-x: -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));
}
.-translate-y-1\/2{
    --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));
}
.translate-y-1\/2{
    --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));
}
.-translate-y-1\/4{
    --tw-translate-y: -25%;
    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));
}
.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));
}
@keyframes pulse{

    50%{
        opacity: .5;
    }
}
.animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes bounce{

    0%, 100%{
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8,0,1,1);
    }

    50%{
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.animate-bounce{
    animation: bounce 1s infinite;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.overflow-hidden{
    overflow: hidden;
}
.whitespace-nowrap{
    white-space: nowrap;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-solid{
    border-style: solid;
}
.border-dark{
    --tw-border-opacity: 1;
    border-color: rgb(112 112 112 / var(--tw-border-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.\!bg-opacity-100{
    --tw-bg-opacity: 1 !important;
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-to: rgb(0 0 0 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-white{
    --tw-gradient-to: #fff;
}
.bg-cover{
    background-size: cover;
}
.bg-fixed{
    background-attachment: fixed;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.fill-current{
    fill: currentColor;
}
.fill-black{
    fill: #000;
}
.fill-white{
    fill: #fff;
}
.p-2{
    padding: 0.5rem;
}
.p-\[7\.5\%\]{
    padding: 7.5%;
}
.p-10{
    padding: 2.5rem;
}
.p-1{
    padding: 0.25rem;
}
.p-\[0\.45rem\]{
    padding: 0.45rem;
}
.p-4{
    padding: 1rem;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.px-16{
    padding-left: 4rem;
    padding-right: 4rem;
}
.py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pb-\[69\%\]{
    padding-bottom: 69%;
}
.pt-16{
    padding-top: 4rem;
}
.pb-\[100\%\]{
    padding-bottom: 100%;
}
.pl-2{
    padding-left: 0.5rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-3{
    padding-bottom: 0.75rem;
}
.pt-12{
    padding-top: 3rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pt-8{
    padding-top: 2rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-\[20vw\]{
    padding-bottom: 20vw;
}
.text-center{
    text-align: center;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}
.not-italic{
    font-style: normal;
}
.leading-\[3\.4\]{
    line-height: 3.4;
}
.leading-\[1\.25\]{
    line-height: 1.25;
}
.leading-\[1\.5\]{
    line-height: 1.5;
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
    opacity: 0;
}
.brightness-75{
    --tw-brightness: brightness(.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-300{
    transition-duration: 300ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.js-accordion-trigger {
    cursor: pointer;
}
.js-accordion-container {
    transition: height 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 0;
    overflow: hidden;
}
.js-accordion-container.is-active {
        height: auto;
    }
.js-accordion-container.is-visible {
        overflow: visible;
    }
.js-htmx-target{
    pointer-events: none;
    opacity: 0;
    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;
}
.js-htmx-target.is-loaded{
    pointer-events: auto;
    opacity: 1;
}
.js-htmx-target.is-loaded + .js-htmx-skeleton{
    opacity: 0;
}
.js-htmx-skeleton{
    opacity: 1;
}
/* Load Icon */
.js-htmx-target.is-loaded + .sidebar + .js-htmx-loading{
    opacity: 0;
}
.js-htmx-loading{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 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));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.js-htmx-loading svg{
    height: 40px;
    width: auto;
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.js-htmx-loading svg{
    animation: spin 5s linear infinite;
    fill: #000 !important;
}
@media (min-width: 768px){

    .js-htmx-loading svg{
        height: 40px;
    }
}
.js-htmx-loading svg { /* 2. Moved to vw */
    }
.js-lazy{
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
.js-lazy.is-loaded{
    background-color: transparent;
    opacity: 1;
}
.js-lazy.is-loaded div{
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
}
:root {
  --plyr-color-main: #000;
}
.plyr{
    max-height: 100%;
    width: auto;
}
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}
.h-reveal {
  visibility: hidden;
}
.h-reveal.is-canceled {
		visibility: visible!important;
		opacity: 1!important;
		transform: none!important;
	}
.header{
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 30;
    display: flex;
    height: 6rem;
    align-items: center;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-border-opacity: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
html.with-nav .header, html.with-modal .header {
      right: var(--scrollbar-width);
      width: auto;
    }
.header{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){

    .header{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 1024px){

    .header{
        padding-left: 8rem;
        padding-right: 8rem;
        height: 8rem;
    }
}
.header.is-not-top{
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.header.with-modal,
    .header.with-nav{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header.with-modal .header-modal{
    pointer-events: auto;
    opacity: 1;
}
.header.with-nav .header-nav{
    pointer-events: auto;
    opacity: 1;
}
.header.with-nav .header-navToggle:before{
    top: 50%;
    --tw-translate-y: -50%;
    --tw-rotate: 45deg;
    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));
}
.header.with-nav .header-navToggle:after{
    bottom: 50%;
    --tw-translate-y: 50%;
    --tw-rotate: -45deg;
    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));
}
.header-nav{
    pointer-events: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    opacity: 0;
    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: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px){

    .header-nav{
        pointer-events: auto;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background-color: transparent;
        padding-left: 3rem;
        opacity: 1;
    }
}
.header-logo{
    position: relative;
    top: 0.5rem;
    z-index: 40;
    display: block;
    width: 50%;
    max-width: 13rem;
}
@media (min-width: 1024px){

    .header-logo{
        min-width: 13rem;
    }
}
.header-logo svg{
    height: auto;
    width: 100%;
    fill: currentColor;
}
.header-items{
    margin: -0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: uppercase;
}
@media (min-width: 1024px){

    .header-items{
        margin: -1.5rem;
        flex-direction: row;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
.header-items li{
    padding: 0.5rem;
}
@media (min-width: 1024px){

    .header-items li{
        padding: 1.5rem;
    }
}
.header-items--tight{
    margin: -0.25rem;
}
.header-items--tight li{
    white-space: nowrap;
    padding: 0.25rem;
}
.header-items--tight li:not(:last-child):after{
    padding-left: 0.25rem;
                content: '/';
}
.header-navToggle{
    position: relative;
    z-index: 40;
    display: block;
    height: 2rem;
    width: 2rem;
}
@media (min-width: 1024px){

    .header-navToggle{
        display: none;
    }
}
.header-navToggle:before,
    .header-navToggle:after {
        content: '';
        position: absolute;
        left: 0px;
        right: 0px;
        display: block;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
.header-navToggle:before{
    top: 0.625rem;
}
.header-navToggle:after{
    bottom: 0.625rem;
}
.header-modal{
    pointer-events: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 40;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
}
.header--invert{
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.is-dark .header{
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
    --tw-border-opacity: 0;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.is-dark .header.is-not-top{
    --tw-border-opacity: 1;
}
.footer{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 3.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
html.with-nav .footer, html.with-modal .footer {
      right: var(--scrollbar-width);
      width: auto;
    }
.footer{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){

    .footer{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 1024px){

    .footer{
        padding-left: 8rem;
        padding-right: 8rem;
    }
}
@media (min-width: 768px){

    .footer{
        padding-bottom: 7rem;
    }
}
.footer-logo{
    display: block;
    width: 13rem;
}
.footer-logo svg{
    height: auto;
    width: 100%;
    fill: currentColor;
}
.footer-fixed{
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 50;
}
@media (min-width: 768px){

    .footer-fixed{
        bottom: 3.5rem;
        right: 2.5rem;
    }
}
@media (min-width: 1024px){

    .footer-fixed{
        right: 8rem;
    }
}
.footer-fixed ul{
    margin: -0.625rem;
    display: flex;
    align-items: center;
}
.footer-fixed li{
    padding: 0.625rem;
}
.footer-icon{
    position: relative;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.footer-icon svg{
    z-index: 10;
    height: auto;
    width: 50%;
    fill: #000;
}
.footer-icon--large{
    height: 3.5rem;
    width: 3.5rem;
}
.footer .bg{
    fill: #000;
}
.footer .fg{
    fill: #fff;
}
.is-dark .footer .bg{
    fill: #fff;
}
.is-dark .footer .fg{
    fill: #000;
}
:root {
  --vw-breakpoint: 1921;
  --scrollbar-width: 0;
}
::-moz-selection { /* Code for Firefox */ --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
}
::selection{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
input:focus,
textarea:focus { 
  outline: none !important;
  border-color: #000;
}
body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overflow-x: hidden;
}
html{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
html, html body > header, html body > footer{
    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: 150ms;
}
html.is-dark, html.is-dark body > header, html.is-dark body > footer{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
html.with-nav,
  html.with-modal,
  body.with-nav,
  body.with-modal{
    overflow: hidden !important;
}
html.with-nav .wrapper, html.with-modal .wrapper {
      right: var(--scrollbar-width)!important;
      width: auto!important;
    }
@media (min-width: 1280px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: calc((16 * 100 / var(--vw-breakpoint)) * 1vw);
  }
}
.form{
    position: relative;
}
.form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
    }
.form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: white;
        opacity: 1; /* Firefox */
    }
.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
    }
.form ::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
    }
.form input[type="text"], .form input[type="email"], .form input[type="search"], .form textarea{
    display: block;
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form .form-checkbox{
    position: relative;
    display: flex;
    align-items: center;
}
.form .form-checkbox label{
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}
.form .form-checkbox input{
    cursor: pointer;
    border-width: 0px;
    opacity: 0;
}
.form .form-checkbox input + div {
            content: '';
            pointer-events: none;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
.form .form-checkbox input + div:before,
            .form .form-checkbox input + div:after {
                content: '';
                position: absolute;
                top: 0.25rem;
                bottom: 0.25rem;
                left: 50%;
                width: 1px;
                --tw-translate-x: -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));
                --tw-bg-opacity: 1;
                background-color: rgb(0 0 0 / var(--tw-bg-opacity));
                opacity: 0;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
            }
.form .form-checkbox input + div:before{
    --tw-rotate: 45deg;
    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 .form-checkbox input + div:after{
    --tw-rotate: -45deg;
    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 .form-checkbox input,
        .form .form-checkbox input + div{
    display: block;
    height: 1.4375rem;
    width: 1.4375rem;
}
.form .form-checkbox input:checked + div:before,
            .form .form-checkbox input:checked + div:after{
    opacity: 1;
}
.form .form-arrow{
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25em;
    padding-right: 1.25em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form .form-arrow svg{
    display: block;
    height: auto;
    width: 1em;
    fill: currentColor;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.form--lg ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8B8B8B;
        opacity: 1; /* Firefox */
    }
.form--lg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8B8B8B;
        opacity: 1; /* Firefox */
    }
.form--lg :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8B8B8B;
    }
.form--lg ::-ms-input-placeholder { /* Microsoft Edge */
        color: #8B8B8B;
    }
.form--lg input[type="text"], .form--lg input[type="email"], .form--lg input[type="search"], .form--lg textarea{
    display: block;
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0px;
    padding-right: 3.5rem;
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.form--lg .form-button{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.form--xl ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8B8B8B;
        opacity: 1; /* Firefox */
    }
.form--xl ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8B8B8B;
        opacity: 1; /* Firefox */
    }
.form--xl :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #8B8B8B;
    }
.form--xl ::-ms-input-placeholder { /* Microsoft Edge */
        color: #8B8B8B;
    }
.form--xl input[type="text"], .form--xl input[type="email"], .form--xl input[type="search"], .form--xl textarea{
    display: block;
    width: 100%;
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0px;
    padding-right: 2em;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .form--xl input[type="text"], .form--xl input[type="email"], .form--xl input[type="search"], .form--xl textarea{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
@media (min-width: 1024px){

    .form--xl input[type="text"], .form--xl input[type="email"], .form--xl input[type="search"], .form--xl textarea{
        font-size: 4.5rem;
        line-height: 1;
    }
}
.form--xl .form-button{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
.button{
    position: relative;
    display: inline-flex;
    min-height: 2.6666666667em;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.225em;
}
@media (min-width: 1024px){

    .button{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.button:before {
        content: '';
        pointer-events: none;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 100%;
        bottom: 0px;
        z-index: 0;
        height: 0px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        transition-property: all;
        transition-duration: 200ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
.button .button-content{
    pointer-events: none;
    position: relative;
    z-index: 10;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    mix-blend-mode: difference;
}
.button:hover:before, .button.is-active:before{
    top: 0px;
    height: 100%;
    border-width: 1px;
}
.button--white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button--white:before{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.button--border{
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button--border:before{
    background-color: transparent;
}
.button--border:hover:before, .button--border.is-active:before{
    top: 0px;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.button--compact{
    padding-left: 1.25em !important;
    padding-right: 1.25em !important;
    font-size: 0.675rem;
}
@media (min-width: 768px){

    .button--compact{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 1024px){

    .button--compact{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
.cards--squares .cards-items{
    margin: -1rem;
    display: flex;
    flex-wrap: wrap;
}
.cards--squares .cards-item{
    width: 100%;
    padding: 1rem;
}
@media (min-width: 768px){

    .cards--squares .cards-item{
        width: 50%;
    }
}
@media (min-width: 1024px){

    .cards--squares .cards-item{
        width: 25%;
    }
}
.cards--squares .cards-itemLink figure{
    --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));
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cards--squares .cards-itemLink:hover figure,.cards--squares .cards-itemLink.is-active figure,.cards--squares .cards-itemLink:focus figure{
    --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));

                box-shadow: 0px 3px 6px #00000029;
}
.cards--squares .cards-itemContent{
    margin-top: 1rem;
}
@media (min-width: 1024px){

    .cards--squares .cards-itemContent{
        margin-top: 2rem;
    }
}
.cards--squares .cards-itemKicker{
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.cards--squares .cards-itemTitle{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25 !important;
}
@media (min-width: 1024px){

    .cards--squares .cards-itemTitle{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.cards--squares .cards-itemImage{
    position: relative;
}
.cards--squares .cards-itemImage .img,.cards--squares .cards-itemImage img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.cards--squares .cards-itemImage .image-spacer {
      padding-bottom: 100%!important;
    }
.cards--banners .cards-items{
    margin: -1.5rem;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1024px){

    .cards--banners .cards-items{
        margin: -3rem;
    }
}
.cards--banners .cards-item{
    position: relative;
    width: 100%;
    padding: 1.5rem;
}
@media (min-width: 1024px){

    .cards--banners .cards-item{
        padding: 3rem;
    }
}
.cards--banners .cards-itemLink{
    display: block;
    overflow: hidden;
}
.cards--banners .cards-itemLink figure{
    --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));
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cards--banners .cards-itemLink:hover figure,.cards--banners .cards-itemLink.is-active figure,.cards--banners .cards-itemLink:focus figure{
    --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));
}
.cards--banners .cards-itemContent{
    position: absolute;
    top: 2rem;
    bottom: 2rem;
    right: 2rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
@media (min-width: 1024px){

    .cards--banners .cards-itemContent{
        top: 8rem;
        bottom: 6rem;
        right: 8rem;
        width: 25%;
        min-width: 25%;
        text-align: left;
    }
}
.cards--banners .cards-itemTitle{
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    line-height: 1.25 !important;
}
@media (min-width: 1024px){

    .cards--banners .cards-itemTitle{
        font-size: 3rem;
        line-height: 1;
    }
}
.cards--banners .cards-itemTitle{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cards--banners .cards-itemText{
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.225rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){

    .cards--banners .cards-itemText{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.cards--banners .cards-itemImage{
    position: relative;
}
.cards--banners .cards-itemImage .img,.cards--banners .cards-itemImage img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.cards--banners .cards-itemImage .image-spacer {
      padding-bottom: 66.667%!important;
    }
.cards--banners .cards-itemImage{
    --tw-brightness: brightness(.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 1024px){

  .cards--banners .cards-itemImage{
        position: relative;
    }
    .cards--banners .cards-itemImage .img,.cards--banners .cards-itemImage img{
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }
    .cards--banners .cards-itemImage .image-spacer {
      padding-bottom: 30%!important;
    }
}
.cards--tight .cards-items{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -1rem;
    margin-bottom: -1rem;
}
@media (min-width: 1024px){

    .cards--tight .cards-items{
        margin-top: -3rem;
        margin-bottom: -3rem;
    }
}
.cards--tight .cards-item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media (min-width: 1024px){

    .cards--tight .cards-item{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.cards--3cols .cards-item{
    width: 100%;
}
@media (min-width: 768px){

    .cards--3cols .cards-item{
        width: 50%;
    }
}
@media (min-width: 1024px){

    .cards--3cols .cards-item{
        width: 33.333333%;
    }
}
.color:hover .color-status{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    opacity: 0.25;
}
.color:hover .color-tooltip{
    --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));
    opacity: 1;
}
.color.is-active .color-status{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    opacity: 1 !important;
}
/* @apply pointer-events-none; */
.--inline li:nth-child(7) .color-content{
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent !important;
    opacity: 0.5;
}
.--inline li:nth-child(7) .color-content:after{
    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));
    font-size: 1.25rem;
    line-height: 1.75rem;
                content: '+';
}
.--inline li:nth-child(n+8){
    display: none;
}
.color-content{
    position: relative;
    display: inline-flex;
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 9999px;
}
.color-content.is-active .color-status{
    top: -0.25rem;
    right: -0.25rem;
    bottom: -0.25rem;
    left: -0.25rem;
    opacity: 1 !important;
}
.color-status{
    pointer-events: none;
    position: absolute;
    top: -0.375rem;
    right: -0.375rem;
    bottom: -0.375rem;
    left: -0.375rem;
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.color-tooltip{
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    --tw-translate-x: -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));
    white-space: nowrap;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.color-tooltip:before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 0px;
        left: 50%;
        z-index: 0;
        height: 0.375rem;
        width: 0.375rem;
        --tw-translate-y: -50%;
        --tw-translate-x: -50%;
        --tw-rotate: 45deg;
        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(0 0 0 / var(--tw-bg-opacity));
    }
html, body, button, input, select, optgroup, textarea{
    font-family: Manrope, sans-serif, sans-serif;
    font-weight: 500;
}
b, strong{
    font-weight: 700;
}
.main{
    position: relative;
}
.wrapper{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){

    .wrapper{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 1024px){

    .wrapper{
        padding-left: 8rem;
        padding-right: 8rem;
    }
}
:root {
    --swiper-pagination-bottom: 2rem;
    --swiper-pagination-bullet-width: 2.5rem;
    --swiper-pagination-bullet-height: 0.5rem;
    --swiper-pagination-bullet-horizontal-gap: 1rem;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #ffffff;
    --swiper-pagination-bullet-inactive-opacity: .4;
}
.slideshow{
    position: relative;
    z-index: 10;
    width: 100%;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
}
.slideshow,
    .slideshow .slideshow-track,
    .slideshow .slideshow-item{
    max-height: 100vh;
    min-height: 40vw;
}
.slideshow-item{
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    padding-top: 3rem;
}
@media (min-width: 768px){

    .slideshow-item{
        padding-top: 5rem;
    }
}
@media (min-width: 1024px){

    .slideshow-item{
        padding-top: 8rem;
    }
}
.slideshow-image {
    /* @apply brightness-75; */
}
.slideshow-image.no-lazy img,
.slideshow-image.no-lazy .img,
.slideshow-image.is-loaded img,
.slideshow-image.is-loaded .img{
    --tw-brightness: brightness(.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.slideshow-pagination{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 20;
    display: flex;
    justify-content: center;
    text-align: left;
}
html.with-nav .slideshow-pagination, html.with-modal .slideshow-pagination {
      right: var(--scrollbar-width);
      width: auto;
    }
.slideshow-pagination{
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 768px){

    .slideshow-pagination{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
@media (min-width: 1024px){

    .slideshow-pagination{
        padding-left: 8rem;
        padding-right: 8rem;
        margin-left: -1rem;
        margin-right: -1rem;
        justify-content: flex-start;
    }
}
.slideshow--full,
    .slideshow--full .slideshow-track,
    .slideshow--full .slideshow-item{
    height: 100vh;
}
.slideshow--landscape,
    .slideshow--landscape .slideshow-track,
    .slideshow--landscape .slideshow-item{
    height: 75vh;
}
@media (min-width: 1024px) {
    :root {
    --swiper-pagination-bottom: 5rem;
    }
}
.mosaic{
    position: relative;
    width: 100%;
    font-size: calc((16 * 100 / var(--vw-breakpoint)) * 1vw);
}
.mosaic-content {

    display: grid;
    grid-auto-columns: 4em;
    grid-auto-rows: 4em;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.mosaic-item{
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.mosaic-item--with-text{
    display: none;
}
@media (min-width: 1024px){

    .mosaic-item--with-text{
        display: block;
    }
}
.mosaic-fallback{
    margin-top: 2rem;
    display: block;
}
@media (min-width: 1024px){

    .mosaic-fallback{
        display: none;
    }
}
.mosaic-fallback {
    font-size: 12px;
}
.mosaic-fallback > div{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
:root {
  --wrapper-width: 1640px;
}
.group:hover .group-hover\:opacity-100{
    opacity: 1;
}
@media not all and (min-width: 1024px){

    .max-lg\:sr-only{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
}
@media (min-width: 768px){

    .md\:-m-2{
        margin: -0.5rem;
    }

    .md\:my-20{
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .md\:mb-32{
        margin-bottom: 8rem;
    }

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

    .md\:text-base{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px){

    .lg\:-m-4{
        margin: -1rem;
    }

    .lg\:my-56{
        margin-top: 14rem;
        margin-bottom: 14rem;
    }

    .lg\:my-44{
        margin-top: 11rem;
        margin-bottom: 11rem;
    }

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

    .lg\:mb-56{
        margin-bottom: 14rem;
    }

    .lg\:ml-6\/12{
        margin-left: 50%;
    }

    .lg\:mt-16{
        margin-top: 4rem;
    }

    .lg\:ml-2\/12{
        margin-left: 16.666667%;
    }

    .lg\:mt-96{
        margin-top: 24rem;
    }

    .lg\:mt-48{
        margin-top: 12rem;
    }

    .lg\:mt-56{
        margin-top: 14rem;
    }

    .lg\:mt-32{
        margin-top: 8rem;
    }

    .lg\:mb-12{
        margin-bottom: 3rem;
    }

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

    .lg\:mb-20{
        margin-bottom: 5rem;
    }

    .lg\:mb-64{
        margin-bottom: 16rem;
    }

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

    .lg\:mt-12{
        margin-top: 3rem;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:min-h-screen{
        min-height: 100vh;
    }

    .lg\:w-5\/12{
        width: 41.666667%;
    }

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

    .lg\:w-3\/12{
        width: 25%;
    }

    .lg\:w-9\/12{
        width: 75%;
    }

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

    .lg\:w-7\/12{
        width: 58.333333%;
    }

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

    .lg\:min-w-\[25\%\]{
        min-width: 25%;
    }

    .lg\:flex-grow{
        flex-grow: 1;
    }

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

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

    .lg\:justify-between{
        justify-content: space-between;
    }

    .lg\:p-4{
        padding: 1rem;
    }

    .lg\:py-56{
        padding-top: 14rem;
        padding-bottom: 14rem;
    }

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

    .lg\:pr-40{
        padding-right: 10rem;
    }

    .lg\:pb-4{
        padding-bottom: 1rem;
    }

    .lg\:pt-16{
        padding-top: 4rem;
    }

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

    .lg\:text-left{
        text-align: left;
    }

    .lg\:text-lg{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.\[\&\>svg\]\:w-20>svg{
    width: 5rem;
}