.container {

        width: 100%;

        margin-right: auto;

        margin-left: auto;

        padding-right: 1rem;

        padding-left: 1rem;
}
@media (min-width: 360px) {
        .container {

                max-width: 360px;
        }
}
@media (min-width: 460px) {
        .container {

                max-width: 460px;
        }
}
@media (min-width: 640px) {
        .container {

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

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

                max-width: 1024px;

                padding-right: 2rem;

                padding-left: 2rem;
        }
}
@media (min-width: 1352px) {
        .container {

                max-width: 1352px;
        }
}
    .material-symbols-rounded {

        transition-property: all;

        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

        transition-duration: 200ms;

        font-family: "Material Symbols Rounded";
        font-weight: normal;
        font-style: normal;
        font-size: 24px; /* preferred icon size */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-user-select: none;
                user-select: none;
        position: relative;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
}

    .material-symbols-o {
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

    .material-symbols-s {
        font-variation-settings:
            "FILL" 1,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.19 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::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]:where(:not([hidden="until-found"])) {
  display: none;
}
[type="search"]::-webkit-search-decoration{
  display: none;
}
[type="search"]::-webkit-search-cancel-button{
  display: none;
}
[type="search"]::-webkit-search-results-button{
  display: none;
}
[type="search"]::-webkit-search-results-decoration{
  display: none;
}
*{
  font-family: Nunito, sans-serif;
}
html{
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
:root {
    --color-background-200: #E6F2F0;
    --color-neutral-50: #FFFFFF;
    --color-superblue-100: #DBEAE7;
    --color-superblue-200: #1A6274;
    --color-superblue-300: #175868;
    --color-superorange-200: #D5752D;
    --color-supergray: #EAEAE5;
    --color-supergray-100: #F5F8F8;
  }
body{
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
body svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
body a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-weight: 700;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1352px){
  .container{
    max-width: 1352px;
  }
}
/**
  * Buttons
  */
.btn{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 640px){
  .btn{
    width: fit-content;
  }
}
.btn span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn > svg,
  .btn > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.btn:disabled{
  pointer-events: none;
}
.btn-primary,
  .btn-secondary,
  .btn-transparent{
  position: relative;
  display: inline-flex;
  height: 3rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 640px){
  .btn-primary,
  .btn-secondary,
  .btn-transparent{
    width: fit-content;
  }
}
.btn-primary span,
  .btn-secondary span,
  .btn-transparent span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary > svg,.btn-primary > span > svg,
  .btn-secondary > svg,
  .btn-secondary > span > svg,
  .btn-transparent > svg,
  .btn-transparent > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.btn-primary:disabled,
  .btn-secondary:disabled,
  .btn-transparent:disabled{
  pointer-events: none;
}
.btn-primary,
  .btn-secondary,
  .btn-transparent{
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-primary:disabled,
  .btn-secondary:disabled,
  .btn-transparent:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-primary{
  --tw-border-opacity: 1;
  border-color: rgb(213 117 45 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(213 117 45 / var(--tw-bg-opacity, 1));
}
.btn-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(192 105 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(192 105 41 / var(--tw-bg-opacity, 1));
}
.btn-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(192 105 41 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(192 105 41 / var(--tw-bg-opacity, 1));
}
.btn-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(26 98 116 / var(--tw-bg-opacity, 1));
}
.btn-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(23 88 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 88 104 / var(--tw-bg-opacity, 1));
}
.btn-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(23 88 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(23 88 104 / var(--tw-bg-opacity, 1));
}
.btn-transparent{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 229 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-transparent:hover{
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 231 / var(--tw-bg-opacity, 1));
}
.btn-transparent:disabled{
  cursor: not-allowed;
  opacity: 0.6;
}
.btn-transparent > svg,
  .btn-transparent > span > svg{
  pointer-events: none;
  flex-shrink: 0;
  fill: currentColor;
}
.btn-arrow-svg{
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn-primary:hover .btn-arrow-svg,
  .btn-primary:focus .btn-arrow-svg,
  .btn-secondary:hover .btn-arrow-svg,
  .btn-secondary:focus .btn-arrow-svg,
  .btn-transparent:hover .btn-arrow-svg,
  .btn-transparent:focus .btn-arrow-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));
}
/**
   * Links
   */
/**
   * Prose
   */
.prose{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose:first-child h1:first-child,
  .prose:first-child h2:first-child,
  .prose:first-child h3:first-child,
  .prose:first-child h4:first-child,
  .prose:first-child h5:first-child,
  .prose:first-child h6:first-child{
  margin-top: 0px;
}
.prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6{
    margin-top: 2.5rem;
  }
}
.prose h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose h1{
    font-size: 4rem;
  }
}
.prose h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h2{
    font-size: 2.5rem;
  }
}
.prose h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h3{
    font-size: 2.5rem;
  }
}
.prose h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose h4{
    font-size: 2rem;
  }
}
.prose h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose h5{
    font-size: 1.5rem;
  }
}
.prose h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose h6{
    font-size: 1.25rem;
  }
}
.prose h1 + p,
  .prose h2 + p,
  .prose h3 + p,
  .prose h4 + p,
  .prose h5 + p,
  .prose h6 + p{
  margin-top: 0px;
}
.prose p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose p:first-child{
  margin-top: 0px;
}
.prose p:last-child{
  margin-bottom: 0px;
}
.prose p a{
  text-decoration-line: underline;
}
.prose p a:hover{
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose ul{
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose ol{
  padding-left: 1.125rem;
}
.prose li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(26 98 116 / var(--tw-text-opacity, 1));
  }
.prose a{
  text-decoration-line: none;
}
.prose a:hover{
  --tw-text-opacity: 1;
  color: rgb(213 117 45 / var(--tw-text-opacity, 1));
}
.prose img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose blockquote > *:first-child{
  margin-top: 0px;
}
.prose blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose blockquote h1,
  .prose blockquote h2,
  .prose blockquote h3,
  .prose blockquote h4,
  .prose blockquote h5,
  .prose blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose blockquote h1:first-child,
  .prose blockquote h2:first-child,
  .prose blockquote h3:first-child,
  .prose blockquote h4:first-child,
  .prose blockquote h5:first-child,
  .prose blockquote h6:first-child{
  margin-top: 0px;
}
.prose blockquote p{
  font-size: 1rem;
}
.prose .wp-video {
    width: 100% !important;
  }
.prose-white{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-white:first-child h1:first-child,.prose-white:first-child h2:first-child,.prose-white:first-child h3:first-child,.prose-white:first-child h4:first-child,.prose-white:first-child h5:first-child,.prose-white:first-child h6:first-child{
  margin-top: 0px;
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose-white h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose-white h1{
    font-size: 4rem;
  }
}
.prose-white h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-white h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-white h2{
    font-size: 2.5rem;
  }
}
.prose-white h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-white h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-white h3{
    font-size: 2.5rem;
  }
}
.prose-white h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose-white h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose-white h4{
    font-size: 2rem;
  }
}
.prose-white h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose-white h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose-white h5{
    font-size: 1.5rem;
  }
}
.prose-white h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose-white h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose-white h6{
    font-size: 1.25rem;
  }
}
.prose-white h1 + p,.prose-white h2 + p,.prose-white h3 + p,.prose-white h4 + p,.prose-white h5 + p,.prose-white h6 + p{
  margin-top: 0px;
}
.prose-white p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white p:first-child{
  margin-top: 0px;
}
.prose-white p:last-child{
  margin-bottom: 0px;
}
.prose-white p a{
  text-decoration-line: underline;
}
.prose-white p a:hover{
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white ul{
  margin-bottom: 0.75rem;
  list-style-type: disc;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white ol{
  padding-left: 1.125rem;
}
.prose-white li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(26 98 116 / var(--tw-text-opacity, 1));
  }
.prose-white a{
  text-decoration-line: none;
}
.prose-white a:hover{
  --tw-text-opacity: 1;
  color: rgb(213 117 45 / var(--tw-text-opacity, 1));
}
.prose-white img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-white blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-white blockquote > *:first-child{
  margin-top: 0px;
}
.prose-white blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote p{
  font-size: 1rem;
}
.prose-white .wp-video {
    width: 100%;
  }
.prose-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white h1, .prose-white h2, .prose-white h3, .prose-white h4, .prose-white h5, .prose-white h6, .prose-white a, .prose-white strong, .prose-white ul, .prose-white ol, .prose-white li, .prose-white p, .prose-white blockquote{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white p a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.prose-white ul li::marker, .prose-white ol li::marker{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-center ul, .prose-center ol{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center ul li, .prose-center ol li{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center p > img{
  margin-left: auto;
  margin-right: auto;
}
/**
  * Notices
  */
.notice{
  margin-bottom: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice:last-child{
  margin-bottom: 0px;
}
.notice code{
  border-radius: 0.125rem;
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice a{
  text-decoration-line: underline;
}
.notice a:hover{
  text-decoration-line: underline;
}
/**
   * Images
   */
.image-cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/**
   * Forms
   */
.form-field-error{
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -1rem;
  display: none;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group-errorable[data-group-error] .form-field-error{
  display: block;
}
.form-field-error code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 0.25rem;
}
.form-input{
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.pointer-events-none{
  pointer-events: none;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-left-4{
  left: -1rem;
}
.-top-2{
  top: -0.5rem;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-5{
  top: 1.25rem;
}
.z-10{
  z-index: 10;
}
.z-80{
  z-index: 80;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.-mt-16{
  margin-top: -4rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[29px\]{
  margin-top: 29px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-8{
  height: 2rem;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[calc\(100\%\+16px\)\]{
  height: calc(100% + 16px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-12{
  height: 3rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-8{
  width: 2rem;
}
.w-\[calc\(100\%\+32px\)\]{
  width: calc(100% + 32px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-8{
  min-width: 2rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-xl{
  max-width: 1352px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.-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));
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[1\.25rem\]{
  border-radius: 1.25rem;
}
.rounded-\[1\.5rem\]{
  border-radius: 1.5rem;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-superblue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 231 / var(--tw-border-opacity, 1));
}
.border-superblue-200{
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
}
.border-supergray{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 229 / var(--tw-border-opacity, 1));
}
.border-superorange-200{
  --tw-border-opacity: 1;
  border-color: rgb(213 117 45 / var(--tw-border-opacity, 1));
}
.bg-\[\#e6f2f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 240 / var(--tw-bg-opacity, 1));
}
.bg-background-200{
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 240 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}
.bg-superblue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 231 / var(--tw-bg-opacity, 1));
}
.bg-superblue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(26 98 116 / var(--tw-bg-opacity, 1));
}
.bg-superblue-200\/70{
  background-color: rgb(26 98 116 / 0.7);
}
.bg-supergray{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 229 / var(--tw-bg-opacity, 1));
}
.bg-supergray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0d4450\]\/45{
  --tw-gradient-from: rgb(13 68 80 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 68 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0d4450\]\/25{
  --tw-gradient-to: rgb(13 68 80 / 0.25) var(--tw-gradient-to-position);
}
.fill-current{
  fill: currentColor;
}
.object-cover{
  object-fit: cover;
}
.object-center{
  object-position: center;
}
.p-16{
  padding: 4rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pl-12{
  padding-left: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-14px{
  font-size: 0.875rem;
}
.text-16px{
  font-size: 1rem;
}
.text-18px{
  font-size: 1.125rem;
}
.text-20px{
  font-size: 1.25rem;
}
.text-24px{
  font-size: 1.5rem;
}
.text-32px{
  font-size: 2rem;
}
.text-40px{
  font-size: 2.5rem;
}
.text-48px{
  font-size: 3rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}
.text-\[\#b24d2b\]{
  --tw-text-opacity: 1;
  color: rgb(178 77 43 / var(--tw-text-opacity, 1));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-superblue-200{
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.text-superorange-200{
  --tw-text-opacity: 1;
  color: rgb(213 117 45 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.shadow-\[0_30px_60px_rgba\(20\2c 66\2c 80\2c 0\.18\)\]{
  --tw-shadow: 0 30px 60px rgba(20,66,80,0.18);
  --tw-shadow-colored: 0 30px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_60px_rgba\(20\2c 66\2c 80\2c 0\.26\)\]{
  --tw-shadow: 0 30px 60px rgba(20,66,80,0.26);
  --tw-shadow-colored: 0 30px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[5\/3\]{
    aspect-ratio: 5/3;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[5\/3\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (5/3));
  }
  .aspect-\[5\/3\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-square{
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-square::before{
    content: "";
    float: left;
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-square::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-video{
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-video::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-video::after{
    clear: left;
    content: "";
    display: block;
  }
}
/* @import 'vendor/si-cookie-notice'; */
/* @import url("https://use.typekit.net/fqh8djs.css"); */
@font-face {
  font-family: "MinionPro";
  font-style: normal;
  font-weight: 400;
  src: local("MinionPro-Regular"), url("../fonts/MinionPro-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  src: local("Nunito"), url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: local("Nunito"), url("../fonts/Nunito-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito"), url("../fonts/Nunito-Regular.ttf") format("truetype");
  font-display: swap;
}
.breadcrumbs{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .breadcrumbs{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.breadcrumbs a{
  margin-right: 0.375rem;
  text-decoration-line: underline;
}
.breadcrumbs a:hover{
  text-decoration-line: none;
}
.breadcrumbs span > span:not(:first-of-type) a{
  margin-left: 0.375rem;
}
.breadcrumbs .breadcrumb_last{
  margin-left: 0.375rem;
  min-width: 100px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
body.login.mediquiz-login {
  background: linear-gradient(180deg, var(--color-supergray-100) 0%, var(--color-background-200) 100%);
  color: var(--color-superblue-200);
  font-family: "Figtree", sans-serif;
}
body.login.mediquiz-login #login {
  width: min(32rem, 100% - 2rem);
  padding: 4.5rem 0 3rem;
}
body.login.mediquiz-login #login .wp-login-logo {
  display: none;
}
body.login.mediquiz-login .language-switcher {
  display: none;
}
body.login.mediquiz-login h1 a {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  text-indent: 0;
  text-align: left;
  text-decoration: none;
}
body.login.mediquiz-login h1 a::after {
  content: attr(title);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border-radius: 999px;
  background: var(--color-superblue-200);
  color: var(--color-neutral-50);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
body.login.mediquiz-login #loginform,
body.login.mediquiz-login #lostpasswordform,
body.login.mediquiz-login #resetpassform {
  margin-top: 0;
  padding: 1.75rem;
  border: 1px solid var(--color-superblue-100);
  border-radius: 1.75rem;
  box-shadow: 0 30px 60px rgba(20, 66, 80, 0.16);
}
body.login.mediquiz-login label {
  color: var(--color-superblue-200);
  font-size: 0.95rem;
  font-weight: 600;
}
body.login.mediquiz-login input[type=text],
body.login.mediquiz-login input[type=password],
body.login.mediquiz-login input[type=email] {
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-superblue-100);
  border-radius: 999px;
  box-shadow: none;
  padding: 0 20px;
  color: var(--color-superblue-200);
}
body.login.mediquiz-login input[type=text]:focus,
body.login.mediquiz-login input[type=password]:focus,
body.login.mediquiz-login input[type=email]:focus {
  border-color: var(--color-superblue-200);
  box-shadow: 0 0 0 1px var(--color-superblue-200);
}
body.login.mediquiz-login .button-primary {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--color-superblue-200);
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
}
body.login.mediquiz-login .button-primary:hover,
body.login.mediquiz-login .button-primary:focus {
  background: var(--color-superblue-300);
}
body.login.mediquiz-login .mediquiz-login__intro {
  margin-bottom: 1.75rem;
  border-radius: 1.75rem;
  background: var(--color-neutral-50);
  padding: 1.75rem;
  box-shadow: 0 30px 60px rgba(20, 66, 80, 0.12);
  text-align: center;
}
body.login.mediquiz-login .mediquiz-login__intro img {
  height: 40px;
  width: auto;
  margin: auto;
}
body.login.mediquiz-login .mediquiz-login__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-superblue-300);
}
body.login.mediquiz-login .mediquiz-login__intro h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 900;
  line-height: 1.05;
  color: var(--color-superblue-200);
}
body.login.mediquiz-login .mediquiz-login__intro p,
body.login.mediquiz-login .message,
body.login.mediquiz-login #backtoblog a,
body.login.mediquiz-login #nav a,
body.login.mediquiz-login .privacy-policy-page-link a {
  color: var(--color-superblue-200);
}
body.login.mediquiz-login .message,
body.login.mediquiz-login #login_error {
  border-radius: 1.25rem;
  border-left-width: 4px;
}
body.login.mediquiz-login .button-secondary.wp-hide-pw {
  top: 3px;
  right: 8px;
}
.first-letter\:capitalize::first-letter{
  text-transform: capitalize;
}
.hover\:border-superblue-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(26 98 116 / var(--tw-border-opacity, 1));
}
.hover\:bg-supergray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}
.hover\:text-superblue-200:hover{
  --tw-text-opacity: 1;
  color: rgb(26 98 116 / var(--tw-text-opacity, 1));
}
.hover\:text-superorange-200:hover{
  --tw-text-opacity: 1;
  color: rgb(213 117 45 / var(--tw-text-opacity, 1));
}
.focus\:ring-superblue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 98 116 / var(--tw-ring-opacity, 1));
}
@media (min-width: 640px){
  .sm\:-mt-20{
    margin-top: -5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:h-\[320px\]{
    height: 320px;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-4xl{
    max-width: 56rem;
  }
  .sm\:max-w-5xl{
    max-width: 64rem;
  }
  .sm\:max-w-6xl{
    max-width: 72rem;
  }
  .sm\:max-w-7xl{
    max-width: 80rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:text-48px{
    font-size: 3rem;
  }
}
@media (min-width: 768px){
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:mb-40{
    margin-bottom: 10rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-\[calc\(50\%-40px\)\]{
    width: calc(50% - 40px);
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:max-w-5xl{
    max-width: 64rem;
  }
  .md\:max-w-6xl{
    max-width: 72rem;
  }
  .md\:max-w-7xl{
    max-width: 80rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:columns-2{
    columns: 2;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:text-24px{
    font-size: 1.5rem;
  }
  .md\:text-64px{
    font-size: 4rem;
  }
}
@media (min-width: 1024px){
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1352px){
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-3xl{
    max-width: 48rem;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-5xl{
    max-width: 64rem;
  }
  .xl\:max-w-6xl{
    max-width: 72rem;
  }
  .xl\:max-w-7xl{
    max-width: 80rem;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:max-w-md{
    max-width: 28rem;
  }
  .xl\:max-w-sm{
    max-width: 24rem;
  }
  .xl\:max-w-xl{
    max-width: 36rem;
  }
}
