@import url('https://use.typekit.net/wkl5ete.css');

*, ::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.17 | 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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

.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;
}

.pointer-events-auto{
  pointer-events: auto;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-8{
  bottom: 2rem;
}

.left-0{
  left: 0px;
}

.left-4{
  left: 1rem;
}

.left-\[16px\]{
  left: 16px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.order-1{
  order: 1;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-9{
  grid-column: span 9 / span 9;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-2{
  grid-column-start: 2;
}

.col-start-3{
  grid-column-start: 3;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-start-3{
  grid-row-start: 3;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.m-0{
  margin: 0px;
}

.m-0\.5{
  margin: 0.125rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-8{
  margin-bottom: -2rem;
}

.-ml-\[40px\]{
  margin-left: -40px;
}

.-mt-16{
  margin-top: -4rem;
}

.-mt-8{
  margin-top: -2rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[1\/1\]{
  aspect-ratio: 1/1;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-16{
  height: 4rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[38px\]{
  height: 38px;
}

.h-\[86px\]{
  height: 86px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[160px\]{
  max-height: 160px;
}

.max-h-\[275px\]{
  max-height: 275px;
}

.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.min-h-\[540px\]{
  min-height: 540px;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[120px\]{
  width: 120px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[14px\]{
  width: 14px;
}

.w-\[16px\]{
  width: 16px;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[208px\]{
  width: 208px;
}

.w-\[20px\]{
  width: 20px;
}

.w-\[22px\]{
  width: 22px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[28px\]{
  width: 28px;
}

.w-\[316px\]{
  width: 316px;
}

.w-\[320px\]{
  width: 320px;
}

.w-\[32px\]{
  width: 32px;
}

.w-\[36px\]{
  width: 36px;
}

.w-\[38px\]{
  width: 38px;
}

.w-\[40px\]{
  width: 40px;
}

.w-\[42px\]{
  width: 42px;
}

.w-\[48px\]{
  width: 48px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[512px\]{
  width: 512px;
}

.w-\[52px\]{
  width: 52px;
}

.w-\[56px\]{
  width: 56px;
}

.w-\[64px\]{
  width: 64px;
}

.w-\[86px\]{
  width: 86px;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[280px\]{
  min-width: 280px;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-\[1088px\]{
  max-width: 1088px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[416px\]{
  max-width: 416px;
}

.max-w-\[50\%\]{
  max-width: 50%;
}

.max-w-\[528px\]{
  max-width: 528px;
}

.max-w-\[608px\]{
  max-width: 608px;
}

.max-w-\[822px\]{
  max-width: 822px;
}

.max-w-\[860px\]{
  max-width: 860px;
}

.max-w-\[864px\]{
  max-width: 864px;
}

.max-w-\[1260px\]{
  max-width: 1260px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-\[0_0_calc\(\(100\%-10rem\)\/6\)\]{
  flex: 0 0 calc((100% - 10rem) / 6);
}

.flex-\[0_0_calc\(\(100\%-14rem\)\/8\)\]{
  flex: 0 0 calc((100% - 14rem) / 8);
}

.flex-\[0_0_calc\(\(100\%-8rem\)\/5\)\]{
  flex: 0 0 calc((100% - 8rem) / 5);
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-1\/3{
  flex-basis: 33.333333%;
}

.basis-full{
  flex-basis: 100%;
}

.-translate-x-12{
  --tw-translate-x: -3rem;
  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-x-20{
  --tw-translate-x: -5rem;
  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-x-6{
  --tw-translate-x: -1.5rem;
  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-x-\[14px\]{
  --tw-translate-x: -14px;
  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-8{
  --tw-translate-y: -2rem;
  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));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start{
  scroll-snap-align: start;
}

.list-none{
  list-style-type: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}

.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}

.flex-row{
  flex-direction: row;
}

.flex-row-reverse{
  flex-direction: row-reverse;
}

.flex-col{
  flex-direction: column;
}

.flex-col-reverse{
  flex-direction: column-reverse;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-evenly{
  justify-content: space-evenly;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-center{
  justify-items: center;
}

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-hgf-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-scroll{
  overflow-x: scroll;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[50\%\]{
  border-radius: 50%;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-hgf-blue{
  --tw-border-opacity: 1;
  border-color: rgb(2 125 195 / var(--tw-border-opacity, 1));
}

.border-hgf-gray{
  --tw-border-opacity: 1;
  border-color: rgb(123 134 140 / var(--tw-border-opacity, 1));
}

.border-hgf-gray-dark{
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}

.border-hgf-gray-light{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.border-hgf-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}

.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-hgf-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(2 125 195 / var(--tw-bg-opacity, 1));
}

.bg-hgf-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 140 / var(--tw-bg-opacity, 1));
}

.bg-hgf-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(123 134 140 / var(--tw-bg-opacity, 1));
}

.bg-hgf-gray-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity, 1));
}

.bg-hgf-gray-light{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.bg-hgf-green{
  --tw-bg-opacity: 1;
  background-color: rgb(68 116 76 / var(--tw-bg-opacity, 1));
}

.bg-hgf-red{
  --tw-bg-opacity: 1;
  background-color: rgb(227 17 21 / var(--tw-bg-opacity, 1));
}

.bg-hgf-tan{
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 240 / var(--tw-bg-opacity, 1));
}

.bg-hgf-tan-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(230 227 218 / var(--tw-bg-opacity, 1));
}

.bg-hgf-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#f5efe5\]{
  --tw-gradient-to: rgb(245 239 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5efe5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#f5efe5\]{
  --tw-gradient-to: #f5efe5 var(--tw-gradient-to-position);
}

.bg-repeat{
  background-repeat: repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[10px\]{
  padding-bottom: 10px;
}

.pb-\[58px\]{
  padding-bottom: 58px;
}

.pl-0{
  padding-left: 0px;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pl-8{
  padding-left: 2rem;
}

.pl-\[18px\]{
  padding-left: 18px;
}

.pl-\[48px\]{
  padding-left: 48px;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-center{
  text-align: center;
}

.align-middle{
  vertical-align: middle;
}

.font-body{
  font-family: montserrat, sans-serif;
}

.font-fancy{
  font-family: fasthand, serif;
}

.font-heading{
  font-family: din-2014, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-4xl\/\[44px\]{
  font-size: 2.25rem;
  line-height: 44px;
}

.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}

.text-9xl{
  font-size: 8rem;
  line-height: 1;
}

.text-\[0\.70em\]\/\[24px\]{
  font-size: 0.70em;
  line-height: 24px;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[10px\]\/\[22px\]{
  font-size: 10px;
  line-height: 22px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[22px\]\/\[30px\]{
  font-size: 22px;
  line-height: 30px;
}

.text-\[22px\]\/\[34px\]{
  font-size: 22px;
  line-height: 34px;
}

.text-\[24px\]\/\[32px\]{
  font-size: 24px;
  line-height: 32px;
}

.text-\[28px\]\/\[48px\]{
  font-size: 28px;
  line-height: 48px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[32px\]\/\[40px\]{
  font-size: 32px;
  line-height: 40px;
}

.text-\[40px\]\/\[48px\]{
  font-size: 40px;
  line-height: 48px;
}

.text-\[8px\]{
  font-size: 8px;
}

.text-\[8px\]\/\[18px\]{
  font-size: 8px;
  line-height: 18px;
}

.text-\[clamp\(1\.1rem\2c 8cqw\2c 2\.25rem\)\]{
  font-size: clamp(1.1rem,8cqw,2.25rem);
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base\/7{
  font-size: 1rem;
  line-height: 1.75rem;
}

.text-base\/\[28px\]{
  font-size: 1rem;
  line-height: 28px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/4{
  font-size: 0.875rem;
  line-height: 1rem;
}

.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xs\/6{
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.text-xs\/\[24px\]{
  font-size: 0.75rem;
  line-height: 24px;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-none{
  line-height: 1;
}

.tracking-\[\.075em\]{
  letter-spacing: .075em;
}

.tracking-\[1\.25\]{
  letter-spacing: 1.25;
}

.tracking-\[1\.25px\]{
  letter-spacing: 1.25px;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}

.text-hgf-blue{
  --tw-text-opacity: 1;
  color: rgb(2 125 195 / var(--tw-text-opacity, 1));
}

.text-hgf-gray{
  --tw-text-opacity: 1;
  color: rgb(123 134 140 / var(--tw-text-opacity, 1));
}

.text-hgf-gray-dark{
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.text-hgf-green{
  --tw-text-opacity: 1;
  color: rgb(68 116 76 / var(--tw-text-opacity, 1));
}

.text-hgf-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.accent-hgf-blue{
  accent-color: #027dc3;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.outline{
  outline-style: solid;
}

.outline-1{
  outline-width: 1px;
}

.outline-offset-8{
  outline-offset: 8px;
}

.outline-hgf-gray-light{
  outline-color: #e8e8e8;
}

.drop-shadow-\[0px_1px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-drop-shadow: drop-shadow(0px 1px 4px rgba(0,0,0,0.25));
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  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;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\@container{
  container-type: inline-size;
}

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

:root {
  --hgf-blue: #027dc3;
  --hgf-blue-dark: #01538c;
  --hgf-blue-darker: #003b63;
  --hgf-gray: #7b868c;
  --hgf-gray-dark: #343434;
  --hgf-gray-medium: #cfcfcf;
  --hgf-gray-light: #e8e8e8;
  --hgf-white: #ffffff;
  --hgf-tan: #faf7f0;
  --hgf-tan-dark: #e6e3da;
  --hgf-green: #44744c;
  --hgf-red: #e31115;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  color: var(--hgf-gray-dark);
}

body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

*,
::before,
::after {
  border-color: var(--hgf-gray-medium);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: 'din-2014', sans-serif;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  font-family: 'montserrat', sans-serif;
}

p.lead {
  font-size: 1.25rem;
  line-height: 2rem;
}

p.small {
  font-size: 0.75rem;
  line-height: 1.5rem;
}

a {
  color: var(--hgf-blue);
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
}

a:hover {
  color: var(--hgf-blue-dark);
}

a.icon-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'montserrat', sans-serif;
}

a.icon-link-sm {
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-family: 'montserrat', sans-serif;
}

ul,
ol {
  padding-inline-start: 1rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.comfort-list > li {
  margin-bottom: 1rem;
}

ul {
  list-style: disc;
}

li {
  font-family: 'montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-left: 0.25rem;
  vertical-align: top;
  position: relative;
}

li > p {
  margin-bottom: 0;
}

ul li::marker {
  font-size: 0.5rem;
  line-height: 0.5rem;
}

li > ul {
  list-style: circle;
}

li > ul > li::marker {
  font-size: 0.75rem;
}

hr {
  margin: 1.5rem 0;
}

/* Container positioning */

.tri-decorator-left {
  left: 0;
}

.tri-decorator-right {
  right: 0;
}

/* Combined layer classes with clip-path and opacity */

.tri-layer-left-1 {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 0% 75%, 100% 0);
  opacity: 0.9;
}

.tri-layer-left-2 {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 25%, 0% 100%, 100% 100%);
  opacity: 0.5;
}

.tri-layer-right-1 {
  position: absolute;
  inset: 0;
  clip-path: polygon(100% 0, 0 0, 100% 75%);
  opacity: 0.9;
}

.tri-layer-right-2 {
  position: absolute;
  inset: 0;
  clip-path: polygon(100% 25%, 0% 100%, 100% 100%);
  opacity: 0.5;
}

/* Details/Summary Accordion */

details[open] summary .details-icon {
  transform: rotate(180deg);
}

/* RichText Video Embed Block - Override iframe inline dimensions */

.video-embed > iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}

.\*\:mb-0 > *{
  margin-bottom: 0px;
}

.\*\:aspect-video > *{
  aspect-ratio: 16 / 9;
}

.\*\:h-fit > *{
  height: -moz-fit-content;
  height: fit-content;
}

.\*\:w-\[280px\] > *{
  width: 280px;
}

.\*\:w-full > *{
  width: 100%;
}

.\*\:min-w-\[280px\] > *{
  min-width: 280px;
}

.\*\:max-w-\[416px\] > *{
  max-width: 416px;
}

.\*\:shrink-0 > *{
  flex-shrink: 0;
}

.\*\:px-0 > *{
  padding-left: 0px;
  padding-right: 0px;
}

.\*\:text-sm > *{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\*\:text-hgf-gray-dark > *{
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.first\:mt-8:first-child{
  margin-top: 2rem;
}

.first\:pt-0:first-child{
  padding-top: 0px;
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.last\:mb-16:last-child{
  margin-bottom: 4rem;
}

.visited\:border-hgf-gray:visited{
  border-color: rgb(123 134 140 );
}

.visited\:border-hgf-white:visited{
  border-color: rgb(255 255 255 );
}

.visited\:bg-hgf-blue:visited{
  background-color: rgb(2 125 195 );
}

.visited\:bg-hgf-white:visited{
  background-color: rgb(255 255 255 );
}

.visited\:text-hgf-blue:visited{
  color: rgb(2 125 195 );
}

.visited\:text-hgf-gray-dark:visited{
  color: rgb(52 52 52 );
}

.visited\:text-hgf-green:visited{
  color: rgb(68 116 76 );
}

.visited\:text-hgf-white:visited{
  color: rgb(255 255 255 );
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-hgf-gray-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}

.hover\:border-hgf-gray-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.hover\:bg-black\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-hgf-blue-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 140 / var(--tw-bg-opacity, 1));
}

.hover\:bg-hgf-gray-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-hgf-gray-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-hgf-gray-light\/60:hover{
  background-color: rgb(232 232 232 / 0.6);
}

.hover\:bg-hgf-red\/80:hover{
  background-color: rgb(227 17 21 / 0.8);
}

.hover\:bg-hgf-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-hgf-blue:hover{
  --tw-text-opacity: 1;
  color: rgb(2 125 195 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-blue-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(1 83 140 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-gray-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-gray-light:hover{
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-green:hover{
  --tw-text-opacity: 1;
  color: rgb(68 116 76 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-tan-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(230 227 218 / var(--tw-text-opacity, 1));
}

.hover\:text-hgf-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.active\:border-hgf-gray-dark:active{
  --tw-border-opacity: 1;
  border-color: rgb(52 52 52 / var(--tw-border-opacity, 1));
}

.active\:border-hgf-gray-light:active{
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}

.active\:bg-hgf-blue-dark:active{
  --tw-bg-opacity: 1;
  background-color: rgb(1 83 140 / var(--tw-bg-opacity, 1));
}

.active\:bg-hgf-gray-light:active{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.active\:text-hgf-gray-dark:active{
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity, 1));
}

.active\:text-hgf-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px){
  .max-lg\:grow{
    flex-grow: 1;
  }
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-\[140px\]{
    width: 140px;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:basis-1\/2{
    flex-basis: 50%;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:text-center{
    text-align: center;
  }

  .sm\:text-2xl\/\[32px\]{
    font-size: 1.5rem;
    line-height: 32px;
  }

  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xs\/\[24px\]{
    font-size: 0.75rem;
    line-height: 24px;
  }

  .sm\:text-\[30px\]\/\[38px\]{
    font-size: 30px;
    line-height: 38px;
  }
}

@media (min-width: 768px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mt-14{
    margin-top: -3.5rem;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

  .md\:ml-8{
    margin-left: 2rem;
  }

  .md\:mr-8{
    margin-right: 2rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }

  .md\:h-\[420px\]{
    height: 420px;
  }

  .md\:min-h-\[540px\]{
    min-height: 540px;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-\[220px\]{
    width: 220px;
  }

  .md\:w-\[248px\]{
    width: 248px;
  }

  .md\:w-\[304px\]{
    width: 304px;
  }

  .md\:w-\[305px\]{
    width: 305px;
  }

  .md\:w-\[360px\]{
    width: 360px;
  }

  .md\:w-\[420px\]{
    width: 420px;
  }

  .md\:w-\[50\%\]{
    width: 50%;
  }

  .md\:w-\[64px\]{
    width: 64px;
  }

  .md\:w-\[calc\(50\%-32px\)\]{
    width: calc(50% - 32px);
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:max-w-3xl{
    max-width: 48rem;
  }

  .md\:max-w-\[608px\]{
    max-width: 608px;
  }

  .md\:flex-\[0_0_50\%\]{
    flex: 0 0 50%;
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .md\:basis-1\/2{
    flex-basis: 50%;
  }

  .md\:basis-1\/4{
    flex-basis: 25%;
  }

  .md\:translate-x-36{
    --tw-translate-x: 9rem;
    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));
  }

  .md\:translate-x-\[-144px\]{
    --tw-translate-x: -144px;
    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));
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-center{
    justify-content: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[32px\]{
    gap: 32px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-l{
    border-left-width: 1px;
  }

  .md\:border-l-4{
    border-left-width: 4px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-hgf-gray-light{
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:pl-2{
    padding-left: 0.5rem;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:text-\[28px\]\/\[36px\]{
    font-size: 28px;
    line-height: 36px;
  }

  .md\:text-\[32px\]\/\[40px\]{
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-\[40px\]\/\[48px\]{
    font-size: 40px;
    line-height: 48px;
  }

  .md\:text-base\/\[28px\]{
    font-size: 1rem;
    line-height: 28px;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-\[34px\]\/\[44px\]{
    font-size: 34px;
    line-height: 44px;
  }

  .md\:text-\[34px\]\/\[42px\]{
    font-size: 34px;
    line-height: 42px;
  }

  .\*\:md\:w-\[305px\] > *{
    width: 305px;
  }

  @media not all and (min-width: 1024px){
    .md\:max-lg\:basis-1\/3{
      flex-basis: 33.333333%;
    }

    .md\:max-lg\:flex-wrap{
      flex-wrap: wrap;
    }
  }
}

@media (min-width: 1024px){
  .lg\:bottom-6{
    bottom: 1.5rem;
  }

  .lg\:left-24{
    left: 6rem;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-start-3{
    grid-row-start: 3;
  }

  .lg\:row-start-4{
    grid-row-start: 4;
  }

  .lg\:m-8{
    margin: 2rem;
  }

  .lg\:mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:-ml-\[15\%\]{
    margin-left: -15%;
  }

  .lg\:-ml-\[60px\]{
    margin-left: -60px;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-2{
    margin-top: 0.5rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[3\/4\]{
    aspect-ratio: 3/4;
  }

  .lg\:h-\[540px\]{
    height: 540px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-\[100px\]{
    width: 100px;
  }

  .lg\:w-\[17\%\]{
    width: 17%;
  }

  .lg\:w-\[270px\]{
    width: 270px;
  }

  .lg\:w-\[300px\]{
    width: 300px;
  }

  .lg\:w-\[45\%\]{
    width: 45%;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:w-\[512px\]{
    width: 512px;
  }

  .lg\:w-\[70\%\]{
    width: 70%;
  }

  .lg\:w-\[calc\(40\%-32px\)\]{
    width: calc(40% - 32px);
  }

  .lg\:w-\[calc\(50\%-32px\)\]{
    width: calc(50% - 32px);
  }

  .lg\:w-\[calc\(50\%-64px\)\]{
    width: calc(50% - 64px);
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:min-w-0{
    min-width: 0px;
  }

  .lg\:max-w-\[560px\]{
    max-width: 560px;
  }

  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }

  .lg\:max-w-\[862px\]{
    max-width: 862px;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-\[0_0_calc\(\(100\%-10rem\)\/6\)\]{
    flex: 0 0 calc((100% - 10rem) / 6);
  }

  .lg\:flex-\[0_0_calc\(\(100\%-14rem\)\/8\)\]{
    flex: 0 0 calc((100% - 14rem) / 8);
  }

  .lg\:flex-\[0_0_calc\(\(100\%-8rem\)\/5\)\]{
    flex: 0 0 calc((100% - 8rem) / 5);
  }

  .lg\:grow-0{
    flex-grow: 0;
  }

  .lg\:basis-1\/2{
    flex-basis: 50%;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:justify-around{
    justify-content: space-around;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[64px\]{
    gap: 64px;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:text-wrap{
    text-wrap: wrap;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-4xl\/\[44px\]{
    font-size: 2.25rem;
    line-height: 44px;
  }

  .lg\:text-\[42px\]\/\[54px\]{
    font-size: 42px;
    line-height: 54px;
  }

  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-\[42px\]\/\[50px\]{
    font-size: 42px;
    line-height: 50px;
  }

  .\*\:lg\:w-5\/12 > *{
    width: 41.666667%;
  }

  .\*\:lg\:w-\[calc\(50\%-32px\)\] > *{
    width: calc(50% - 32px);
  }

  .lg\:first\:mt-16:first-child{
    margin-top: 4rem;
  }
}

@media (min-width: 1280px){
  .xl\:left-\[17px\]{
    left: 17px;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-3{
    grid-column-start: 3;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-5{
    grid-column-start: 5;
  }

  .xl\:row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:row-start-1{
    grid-row-start: 1;
  }

  .xl\:row-start-2{
    grid-row-start: 2;
  }

  .xl\:row-start-3{
    grid-row-start: 3;
  }

  .xl\:row-start-4{
    grid-row-start: 4;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:-mb-\[30px\]{
    margin-bottom: -30px;
  }

  .xl\:-ml-\[65px\]{
    margin-left: -65px;
  }

  .xl\:ml-8{
    margin-left: 2rem;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }

  .xl\:w-80{
    width: 20rem;
  }

  .xl\:w-\[20\%\]{
    width: 20%;
  }

  .xl\:w-\[200px\]{
    width: 200px;
  }

  .xl\:w-\[360px\]{
    width: 360px;
  }

  .xl\:w-\[40\%\]{
    width: 40%;
  }

  .xl\:w-\[60\%\]{
    width: 60%;
  }

  .xl\:w-\[calc\(25\%-32px\)\]{
    width: calc(25% - 32px);
  }

  .xl\:w-\[calc\(40\%-64px\)\]{
    width: calc(40% - 64px);
  }

  .xl\:max-w-\[1280px\]{
    max-width: 1280px;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:text-8xl\/\[108px\]{
    font-size: 6rem;
    line-height: 108px;
  }

  .xl\:text-\[72px\]\/\[84px\]{
    font-size: 72px;
    line-height: 84px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-base\/\[28px\]{
    font-size: 1rem;
    line-height: 28px;
  }

  .xl\:text-6xl\/\[68px\]{
    font-size: 3.75rem;
    line-height: 68px;
  }

  .xl\:text-\[50px\]\/\[58px\]{
    font-size: 50px;
    line-height: 58px;
  }

  .\*\:xl\:w-\[calc\(25\%-32px\)\] > *{
    width: calc(25% - 32px);
  }

  .\*\:xl\:min-w-\[250px\] > *{
    min-width: 250px;
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-\[750px\]{
    max-width: 750px;
  }
}

.\[\&\:not\(\:first-child\)\]\:pl-3:not(:first-child){
  padding-left: 0.75rem;
}

.\[\&\>\*\]\:flex-1>*{
  flex: 1 1 0%;
}

.\[\&\>div\>img\]\:aspect-square>div>img{
  aspect-ratio: 1 / 1;
}

.\[\&\>div\>img\]\:w-full>div>img{
  width: 100%;
}

.\[\&\>div\>img\]\:min-w-full>div>img{
  min-width: 100%;
}

.\[\&\>div\>img\]\:object-cover>div>img{
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>div\]\:flex>div{
  display: flex;
}

.\[\&\>div\]\:flex-col>div{
  flex-direction: column;
}

.\[\&\>div\]\:gap-8>div{
  gap: 2rem;
}

.\[\&\>iframe\]\:aspect-video>iframe{
  aspect-ratio: 16 / 9;
}

.\[\&\>iframe\]\:\!h-auto>iframe{
  height: auto !important;
}

.\[\&\>iframe\]\:\!w-full>iframe{
  width: 100% !important;
}
