/*
! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ReallySansSerif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-1\/2 {
  top: 50%;
}

.left-1\/2 {
  left: 50%;
}

.-top-4 {
  top: -1rem;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-24 {
  top: 6rem;
}

.right-0 {
  right: 0px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-8 {
  margin: 2rem;
}

.m-0 {
  margin: 0px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.-mt-1\.5 {
  margin-top: -0.375rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.-mb-4 {
  margin-bottom: -1rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mb-40 {
  margin-bottom: 10rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-auto {
  margin-left: auto;
}

.-mt-6 {
  margin-top: -1.5rem;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-1 {
  height: 0.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-full {
  height: 100%;
}

.h-16 {
  height: 4rem;
}

.h-\[72px\] {
  height: 72px;
}

.h-auto {
  height: auto;
}

.h-\[80px\] {
  height: 80px;
}

.h-8 {
  height: 2rem;
}

.h-\[200px\] {
  height: 200px;
}

.h-56 {
  height: 14rem;
}

.h-\[2500px\] {
  height: 2500px;
}

.h-40 {
  height: 10rem;
}

.h-\[78px\] {
  height: 78px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[74px\] {
  height: 74px;
}

.h-\[50px\] {
  height: 50px;
}

.h-64 {
  height: 16rem;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[2800px\] {
  height: 2800px;
}

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

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

.min-h-full {
  min-height: 100%;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-64 {
  width: 16rem;
}

.w-6 {
  width: 1.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-screen {
  width: 100vw;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[200px\] {
  width: 200px;
}

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

.w-8 {
  width: 2rem;
}

.w-\[900px\] {
  width: 900px;
}

.w-\[625px\] {
  width: 625px;
}

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

.w-\[575px\] {
  width: 575px;
}

.w-\[800px\] {
  width: 800px;
}

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

.w-\[576px\] {
  width: 576px;
}

.w-\[940px\] {
  width: 940px;
}

.min-w-\[12rem\] {
  min-width: 12rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

.max-w-xl {
  max-width: 36rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

.max-w-full {
  max-width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

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

.grow {
  flex-grow: 1;
}

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

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

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[21px\] {
  border-radius: 21px;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-t-\[21px\] {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-l4c-red {
  --tw-border-opacity: 1;
  border-color: rgb(188 29 29 / var(--tw-border-opacity));
}

.border-hll-gold {
  --tw-border-opacity: 1;
  border-color: rgb(255 202 18 / var(--tw-border-opacity));
}

.border-hll-medium-gray {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.border-l4c-light-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 221 / var(--tw-border-opacity));
}

.border-l4c-deep-red {
  --tw-border-opacity: 1;
  border-color: rgb(178 0 0 / var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-hll-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(16 19 46 / var(--tw-border-opacity));
}

.border-hll-teal {
  --tw-border-opacity: 1;
  border-color: rgb(28 192 195 / var(--tw-border-opacity));
}

.border-hll-teal-light {
  --tw-border-opacity: 1;
  border-color: rgb(73 205 207 / var(--tw-border-opacity));
}

.border-hll-teal-dark {
  --tw-border-opacity: 1;
  border-color: rgb(22 154 156 / var(--tw-border-opacity));
}

.border-hll-deep-teal {
  --tw-border-opacity: 1;
  border-color: rgb(26 137 146 / var(--tw-border-opacity));
}

.border-hll-dark-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(65 86 143 / var(--tw-border-opacity));
}

.border-hll-white-light {
  --tw-border-opacity: 1;
  border-color: rgb(237 239 243 / var(--tw-border-opacity));
}

.border-hll-white-dark {
  --tw-border-opacity: 1;
  border-color: rgb(229 232 239 / var(--tw-border-opacity));
}

.border-l4c-red-light {
  --tw-border-opacity: 1;
  border-color: rgb(254 250 250 / var(--tw-border-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-l4c-red {
  --tw-bg-opacity: 1;
  background-color: rgb(188 29 29 / var(--tw-bg-opacity));
}

.bg-l4c-red\/10 {
  background-color: rgb(188 29 29 / 0.1);
}

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-l4c-light-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 250 / var(--tw-bg-opacity));
}

.bg-l4c-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 250 / var(--tw-bg-opacity));
}

.bg-hll-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 19 46 / var(--tw-bg-opacity));
}

.bg-hll-dark-blue\/\[\.05\] {
  background-color: rgb(16 19 46 / .05);
}

.bg-hll-transparent-dark-blue\/5 {
  background-color: rgb(35 41 98 / 0.05);
}

.bg-hll-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.bg-l4c-deep-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 19 46 / var(--tw-bg-opacity));
}

.bg-\[\#EFF1FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 250 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-hll-transparent-gold {
  background-color: rgba(255, 202, 18, .25);
}

.bg-l4c-red\/90 {
  background-color: rgb(188 29 29 / 0.9);
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-hll-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(28 192 195 / var(--tw-bg-opacity));
}

.bg-hll-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(73 205 207 / var(--tw-bg-opacity));
}

.bg-hll-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(22 154 156 / var(--tw-bg-opacity));
}

.bg-hll-deep-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(26 137 146 / var(--tw-bg-opacity));
}

.bg-hll-dark-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 86 143 / var(--tw-bg-opacity));
}

.bg-hll-white-light {
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 243 / var(--tw-bg-opacity));
}

.bg-hll-white-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(229 232 239 / var(--tw-bg-opacity));
}

.bg-l4c-deep-red {
  --tw-bg-opacity: 1;
  background-color: rgb(178 0 0 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-hll-dark-blue\/90 {
  --tw-gradient-from: rgb(16 19 46 / 0.9);
  --tw-gradient-to: rgb(16 19 46 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent-gray {
  --tw-gradient-from: rgba(88, 116, 193, 0.1);
  --tw-gradient-to: rgb(88 116 193 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-hll-dark-blue\/0 {
  --tw-gradient-to: rgb(16 19 46 / 0);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-\[center_top\] {
  background-position: center top;
}

.fill-l4c-red {
  fill: #bc1d1d;
}

.fill-white {
  fill: #fff;
}

.fill-hll-dark-blue {
  fill: #10132E;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-10 {
  padding: 2.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-sans {
  font-family: ReallySansSerif;
}

.font-serif {
  font-family: ParcloSerif;
}

.font-sans-small {
  font-family: ReallySansSerifSmall;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

.text-\[0\.8em\] {
  font-size: 0.8em;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.font-extrabold {
  font-weight: 800;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-none {
  line-height: 1;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.leading-14 {
  line-height: 3.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[-\.3px\] {
  letter-spacing: -.3px;
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.\!text-hll-dark-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(16 19 46 / var(--tw-text-opacity)) !important;
}

.text-l4c-red {
  --tw-text-opacity: 1;
  color: rgb(188 29 29 / var(--tw-text-opacity));
}

.text-hll-blue {
  --tw-text-opacity: 1;
  color: rgb(88 116 193 / var(--tw-text-opacity));
}

.text-l4c-deep-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(16 19 46 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-hll-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(16 19 46 / var(--tw-text-opacity));
}

.text-inherit {
  color: inherit;
}

.text-hll-dark-blue\/80 {
  color: rgb(16 19 46 / 0.8);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-hll-teal {
  --tw-text-opacity: 1;
  color: rgb(28 192 195 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-hll-teal-light {
  --tw-text-opacity: 1;
  color: rgb(73 205 207 / var(--tw-text-opacity));
}

.text-hll-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(22 154 156 / var(--tw-text-opacity));
}

.text-hll-deep-teal {
  --tw-text-opacity: 1;
  color: rgb(26 137 146 / var(--tw-text-opacity));
}

.text-hll-dark-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(65 86 143 / var(--tw-text-opacity));
}

.text-hll-white-light {
  --tw-text-opacity: 1;
  color: rgb(237 239 243 / var(--tw-text-opacity));
}

.text-hll-white-dark {
  --tw-text-opacity: 1;
  color: rgb(229 232 239 / var(--tw-text-opacity));
}

.text-l4c-red-light {
  --tw-text-opacity: 1;
  color: rgb(254 250 250 / var(--tw-text-opacity));
}

.text-l4c-deep-red {
  --tw-text-opacity: 1;
  color: rgb(178 0 0 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-l4c-deep-red {
  --tw-shadow: 0 2px 0px #B20000;
  --tw-shadow-colored: 0 2px 0px 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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-hll-deep-teal {
  --tw-shadow: 0 2px 0px #1A8992;
  --tw-shadow-colored: 0 2px 0px 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-hll-dark-blue {
  --tw-shadow: 0 2px 0px #41568F;
  --tw-shadow-colored: 0 2px 0px 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-l4c-deep-red {
  --tw-shadow-color: #B20000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-deep-teal {
  --tw-shadow-color: #1A8992;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-dark-blue {
  --tw-shadow-color: #10132E;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-teal {
  --tw-shadow-color: #1CC0C3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-teal-light {
  --tw-shadow-color: #49CDCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-teal-dark {
  --tw-shadow-color: #169A9C;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-dark-blue-2 {
  --tw-shadow-color: #41568F;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-white-light {
  --tw-shadow-color: #EDEFF3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-hll-white-dark {
  --tw-shadow-color: #E5E8EF;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-l4c-red {
  --tw-shadow-color: #bc1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-l4c-red-light {
  --tw-shadow-color: #FEFAFA;
  --tw-shadow: var(--tw-shadow-colored);
}

.transition-opacity {
  transition-property: opacity;
  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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/* (moved dropdown styles into resources/css/app.css using @apply) */

@font-face {
  font-family: "ParcloSerif";

  src: url("../resources/fonts/parclo-serif/ParcloSerif-Regular.woff2")
      format("woff2"),
    url("../resources/fonts/parclo-serif/ParcloSerif-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "ParcloSerif";

  src: url("../resources/fonts/parclo-serif/ParcloSerif-Italic.woff2")
      format("woff2"),
    url("../resources/fonts/parclo-serif/ParcloSerif-Italic.woff")
      format("woff");

  font-style: italic;
}

@font-face {
  font-family: "ParcloSerif";

  src: url("../resources/fonts/parclo-serif/ParcloSerif-Bold.woff2")
      format("woff2"),
    url("../resources/fonts/parclo-serif/ParcloSerif-Bold.woff") format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "ParcloSerif";

  src: url("../resources/fonts/parclo-serif/ParcloSerif-BoldItalic.woff2")
      format("woff2"),
    url("../resources/fonts/parclo-serif/ParcloSerif-BoldItalic.woff")
      format("woff");

  font-weight: 700;

  font-style: italic;
}

@font-face {
  font-family: "ReallySansSerif";

  src: url("../resources/fonts/really-sans/ReallySansLarge-Regular.woff2")
      format("woff2"),
    url("../resources/fonts/really-sans/ReallySansLarge-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "ReallySansSerifSmall";

  src: url("../resources/fonts/really-sans/ReallySansSmall-Regular.woff2")
      format("woff2"),
    url("../resources/fonts/really-sans/ReallySansSmall-Regular.woff")
      format("woff");
}

@font-face {
  font-family: "ReallySansSerif";

  src: url("../resources/fonts/really-sans/ReallySansLarge-Bold.woff2")
      format("woff2"),
    url("../resources/fonts/really-sans/ReallySansLarge-Bold.woff")
      format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "ReallySansSerif";

  src: url("../resources/fonts/really-sans/ReallySansLarge-Italic.woff2")
      format("woff2"),
    url("../resources/fonts/really-sans/ReallySansLarge-Italic.woff")
      format("woff");

  font-style: italic;
}

@font-face {
  font-family: "ReallySansSerif";

  src: url("../resources/fonts/really-sans/ReallySansLarge-BoldItalic.woff2")
      format("woff2"),
    url("../resources/fonts/really-sans/ReallySansLarge-BoldItalic.woff")
      format("woff");

  font-weight: 700;

  font-style: italic;
}

@media print {
  @page {
    size: letter portrait;

    /* Set the print page size to be larger and landscape orientation */

    margin: 150px 100px;

    /* Adjust margins as needed */
  }
}

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

@media (min-width: 768px) {
  .hll-mb-lg {
    margin-bottom: 4rem;
  }
}

.hll-mb-md {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .hll-mb-md {
    margin-bottom: 2.5rem;
  }
}

.hll-mb-sm {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hll-mb-sm {
    margin-bottom: 1.5rem;
  }
}

.hll-mb-xs {
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .hll-mb-xs {
    margin-bottom: 0.5rem;
  }
}

.hll-mb-mobile {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .hll-mb-mobile {
    margin-bottom: 0px;
  }
}

.hll-component-py {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .hll-component-py {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.hll-hero-pt {
  padding-top: 9rem;
}

@media (min-width: 768px) {
  .hll-hero-pt {
    padding-top: 15rem;
  }
}

@media (min-width: 1024px) {
  .hll-hero-pt {
    padding-top: 18rem;
  }
}

.hll-hero-py {
  padding-bottom: 3.5rem;
  padding-top: 12rem;
}

@media (min-width: 768px) {
  .hll-hero-py {
    padding-bottom: 6rem;
    padding-top: 15rem;
  }
}

@media (min-width: 1024px) {
  .hll-hero-py {
    padding-bottom: 9rem;
    padding-top: 18rem;
  }
}

.headline {
  font-family: ParcloSerif;
  font-size: 32px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .headline {
    font-size: 3rem;
    line-height: 1;
    line-height: 3.5rem;
  }
}

.subheadline {
  font-size: 16px;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .subheadline {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.italheadline {
  font-family: ParcloSerif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .italheadline {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}

.smallheadline {
  font-family: ParcloSerif;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .smallheadline {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.left-wrapper {
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .left-wrapper {
    padding-left: 0px;
  }
}

@media (min-width: 1440px) {
  .left-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.right-wrapper {
  margin-left: auto;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .right-wrapper {
    padding-right: 0px;
  }
}

@media (min-width: 1440px) {
  .right-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.right-wrapper-contain {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .right-wrapper-contain {
    flex-direction: row;
  }
}

.right-wrapper-contain-left {
  order: 2;
  width: 100%;
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .right-wrapper-contain-left {
    margin-bottom: 2.5rem;
    order: 1;
    padding-right: 2.5rem;
  }
}

.right-wrapper-contain-right {
  order: 1;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .right-wrapper-contain-right {
    margin-bottom: 2.5rem;
    order: 2;
  }
}

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

@media (min-width: 768px) {
  .split {
    flex-direction: row;
  }
}

.absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-open .dark-on-open {
  fill: #10132E;
}

.menu-open header {
  position: fixed;
  z-index: 20;
  width: 100%;
}

.link {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(28 192 195 / var(--tw-text-opacity));
}

.link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .social {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

.teal-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(73 205 207 / var(--tw-bg-opacity));
}

.teal-hover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 154 156 / var(--tw-bg-opacity));
}

.white-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 243 / var(--tw-bg-opacity));
}

.white-hover:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 232 239 / var(--tw-bg-opacity));
}

.yellow-hover:hover .bg-hll-transparent-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 18 / var(--tw-bg-opacity));
}

.red-hover:hover {
  background-color: rgb(188 29 29 / 0.9);
}

.white-red-hover:hover {
  background-color: rgb(188 29 29 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_wrapper .gfield_required {
  display: none !important;
}

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

.gform_wrapper.gravity-theme .ginput_total {
  --tw-text-opacity: 1 !important;
  color: rgb(16 19 46 / var(--tw-text-opacity)) !important;
}

.bg-gray-gradient {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(88, 116, 193, 0.1);
  --tw-gradient-to: rgb(88 116 193 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff;
}

.wysiwyg p, 
.wysiwyg ul li {
  font-size: 16px;
  line-height: 1.5rem;
}

@media print {
  .wysiwyg p, 
.wysiwyg ul li {
    font-size: 10px;
  }
}

.wysiwyg p, 
.wysiwyg ul {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .wysiwyg p, 
.wysiwyg ul {
    margin-bottom: 2rem;
  }
}

.wysiwyg ul, 
.wysiwyg-l4c ul, 
.wysiwyg-l4c ol {
  margin-left: 1rem;
}

.wysiwyg ul li, 
.wysiwyg-l4c ul li {
  list-style-type: disc;
}

.wysiwyg h1, 
.wysiwyg h2, 
.wysiwyg h3, 
.wysiwyg h4, 
.wysiwyg h5, 
.wysiwyg h6 {
  font-weight: 700;
}

.wysiwyg-hll h1, 
.wysiwyg-hll h2, 
.wysiwyg-hll h4, 
.wysiwy-hll h5 {
  --tw-text-opacity: 1;
  color: rgb(88 116 193 / var(--tw-text-opacity));
}

.wysiwyg-l4c h1, 
.wysiwyg-l4c h2, 
.wysiwyg-l4c h4, 
.wysiwy-l4c h5 {
  --tw-text-opacity: 1;
  color: rgb(188 29 29 / var(--tw-text-opacity));
}

.wysiwyg-hll h1, 
.wysiwyg-hll h2, 
.wysiwyg-hll h3, 
.wysiwyg-hll h4 {
  font-family: ParcloSerif;
}

.wysiwyg-l4c h1, 
.wysiwyg-l4c h2, 
.wysiwyg-l4c h3, 
.wysiwyg-l4c h4, 
.wysiwyg-l4c h5, 
.wysiwyg-l4c h6 {
  font-family: ReallySansSerif;
}

.wysiwyg h1 {
  line-height: 2.25rem;
  font-size: 3.75rem;
  line-height: 1;
}

.wysiwyg h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .wysiwyg h2 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.wysiwyg h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .wysiwyg h3 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.wysiwyg h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .wysiwyg h4 {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.wysiwyg h5 {
  font-family: ReallySansSerif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .wysiwyg h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.wysiwyg h6 {
  font-family: ReallySansSerif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .wysiwyg h6 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.wysiwyg img {
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .wysiwyg img {
    max-width: calc(100% + 5rem);
  }
}

.page-numbers.current {
  font-weight: 700;
}

.page-numbers {
  margin-right: 0.75rem;
}

.circle ~ * {
  position: relative;
  z-index: 10;
}

.wysiwyg-l4c h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .wysiwyg-l4c h1 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.wysiwyg-l4c p, 
.wysiwyg-l4c ul li, 
.wysiwyg-l4c ol li {
  font-size: 20px;
  line-height: 1.75rem;
}

.wysiwyg-l4c p, 
.wysiwyg-l4c ul, 
.wysiwyg-l4c ol {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .wysiwyg-l4c p, 
.wysiwyg-l4c ul, 
.wysiwyg-l4c ol {
    margin-bottom: 2rem;
  }
}

.wysiwyg-l4c ol ol, 
.wysiwyg-l4c ul ol {
  margin-bottom: 0px;
}

.wysiwyg-l4c p + ul {
  margin-top: -1.5rem;
}

@media (min-width: 768px) {
  .wysiwyg-l4c p + ul {
    margin-top: -2rem;
  }
}

.wysiwyg-l4c ol {
  margin-left: 1.75rem;
}

.wysiwyg-l4c a {
  text-decoration: underline;
}

#sub-menu .current-menu-item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(16 19 46 / var(--tw-text-opacity));
}

#menu-dashboard .current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(16 19 46 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  #menu-dashboard .current-menu-item {
    border-bottom-width: 5px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(188 29 29 / var(--tw-border-opacity));
  }
}

#menu-dashboard ul {
  margin-left: 2rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #menu-dashboard ul {
    display: none;
  }
}

.answer div:not(:last-child) {
  margin-bottom: 1rem;
}

.answer a {
  text-decoration: underline;
}

.wysiwyg-l4c h1[id] {
  page-break-before: always;
}

@media (min-width: 768px) {
  .accordion .pdf-download {
    margin-left: 2.5rem;
  }
}

.blog-post a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(88 116 193 / var(--tw-text-opacity));
}

.blog-post a:not(.btn):hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.blog-post p, 
.blog-post ul li {
  font-family: ReallySansSerifSmall;
  font-size: 20px;
  line-height: 1.5rem;
  line-height: 1.25;
}

@media print {
  .blog-post p, 
.blog-post ul li {
    font-size: 10px;
  }
}

.blog-post p, 
.blog-post ul {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .blog-post p, 
.blog-post ul {
    margin-bottom: 1.5rem;
  }
}

/* Navigation dropdowns */

#primary-menu li.menu-item-has-children {
  position: relative;
}

#primary-menu li.menu-item-has-children > a::after {
  content: "▾";
  margin-left: 0.5rem;
  font-size: 0.8em;
}

/* Mobile default: collapsed submenus */

#primary-menu .sub-menu {
  display: none;
}

#primary-menu li.submenu-open > .sub-menu {
  display: block;
}

#primary-menu .sub-menu a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #primary-menu .sub-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 50;
    min-width: 12rem;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  #primary-menu li.menu-item-has-children:hover > .sub-menu, 
  #primary-menu li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }

  #primary-menu .sub-menu li {
    margin: 0px;
    padding: 0px;
  }

  #primary-menu .sub-menu a {
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #primary-menu .sub-menu a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
}

.blog-post ul {
  margin-left: 1rem;
}

.blog-post ul li {
  list-style-type: disc;
}

.blog-post h1, 
.blog-post h2, 
.blog-post h3, 
.blog-post h4, 
.blog-post h5, 
.blog-post h6 {
  font-family: ReallySansSerif;
  font-weight: 700;
  letter-spacing: -.3px;
}

.blog-post h1 {
  line-height: 2.25rem;
  font-size: 3.75rem;
  line-height: 1;
}

.blog-post h2 {
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .blog-post h2 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
    line-height: 1;
  }
}

.blog-post h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .blog-post h3 {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.blog-post h4 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .blog-post h4 {
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.blog-post h5 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .blog-post h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.blog-post h6 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .blog-post h6 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.blog-post img {
  border-radius: 0.75rem;
}

@media (min-width: 768px) {
  .blog-post img {
    max-width: calc(100% + 5rem);
  }
}

.blog-post h1, 
.blog-post h2, 
.blog-post h4, 
.blog-post h5 {
  --tw-text-opacity: 1;
  color: rgb(188 29 29 / var(--tw-text-opacity));
}

.case-study-body p {
  margin-bottom: 1.5rem;
  font-family: ReallySansSerif;
  font-size: 20px;
  line-height: 1.75rem;
}

@media print {
  .case-study-body p {
    font-size: 10px;
  }
}

.hubspot-form {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hubspot-form {
    flex-direction: row;
  }
}

.hubspot-form .hsfc-Step__Content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hubspot-form .hsfc-Step__Content {
    flex-direction: row;
  }
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media print {
  .print\:hidden {
    display: none;
  }

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

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

  .print\:fill-l4c-red {
    fill: #bc1d1d;
  }

  .print\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .print\:text-\[10px\] {
    font-size: 10px;
  }

  .print\:text-hll-dark-blue {
    --tw-text-opacity: 1;
    color: rgb(16 19 46 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {
  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .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\:p-6 {
    padding: 1.5rem;
  }

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

@media (min-width: 768px) {
  .md\:order-2 {
    order: 2;
  }

  .md\:order-1 {
    order: 1;
  }

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:-ml-\[160px\] {
    margin-left: -160px;
  }

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

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

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[2200px\] {
    height: 2200px;
  }

  .md\:h-\[1800px\] {
    height: 1800px;
  }

  .md\:h-\[2000px\] {
    height: 2000px;
  }

  .md\:h-\[2300px\] {
    height: 2300px;
  }

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-\[calc\(100\%\+5rem\)\] {
    max-width: calc(100% + 5rem);
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-r-\[21px\] {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }

  .md\:border-b-\[5px\] {
    border-bottom-width: 5px;
  }

  .md\:p-20 {
    padding: 5rem;
  }

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

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

  .md\:py-60 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pl-\[180px\] {
    padding-left: 180px;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

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

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pt-60 {
    padding-top: 15rem;
  }

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

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .md\:text-center {
    text-align: center;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-14 {
    line-height: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-\[60\%\] {
    left: 60%;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .lg\:ml-24 {
    margin-left: 6rem;
  }

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-0 {
    height: 0px;
  }

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

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

  .lg\:w-\[500px\] {
    width: 500px;
  }

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

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

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media print {
  @media (min-width: 1024px) {
    .print\:lg\:py-10 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:ml-36 {
    margin-left: 9rem;
  }

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

  .xl\:gap-24 {
    gap: 6rem;
  }
}

@media (min-width: 1440px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}