@charset "UTF-8";
/* = !MadG Tailwind
---------------------------------------------------------------- */
/*!
Theme Name: MadG Tailwind Theme
Theme URI: http://madg.com/
Author: Mad Genius
Author URI: https://madg.com/
Description:
Version: 1.0
License: GNU General Public License
*/
/* = !Base: fonts and colors, grid, elements, utilities and mixins…
---------------------------------------------------------------- */
/* ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Gotham Book", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
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] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.form input[type=text],
  .form input[type=email],
  .form input[type=password],
  .form select,
  .form textarea,
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form select,
  form textarea {
    padding-inline: 15px !important;
    display: block;
    height: 50px;
    width: 100%;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 169 156 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(0 169 156 / var(--tw-text-opacity));
  }
.form input[type=text]:focus,
  .form input[type=email]:focus,
  .form input[type=password]:focus,
  .form select:focus,
  .form textarea:focus,
  form input[type=text]:focus,
  form input[type=email]:focus,
  form input[type=password]:focus,
  form select:focus,
  form textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(219 54 96 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 54 96 / var(--tw-ring-opacity));
}
.form select,
  form select {
    background-image: url("./images/icons/select-arrow-teal.svg");
    background-size: 22px;
    background-position: right 16px center;
  }
.form input[type=checkbox],
  form input[type=checkbox] {
    accent-color: #00a99c;
    border: 1px solid #00a99c;
    border-radius: 3px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 169 156 / var(--tw-border-opacity));
  }
.form input[type=checkbox]:checked,
  form input[type=checkbox]:checked{
  accent-color: #00a99c;
}
.form input[type=checkbox]:focus,
  form input[type=checkbox]:focus{
  accent-color: #00a99c;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 0px;
}
.form input[type=checkbox]:checked,
  form input[type=checkbox]:checked {
    color: #00a99c;
  }
.form input[type=submit],
  form input[type=submit]{
  height: 50px;
}
.form ::-moz-placeholder, form ::-moz-placeholder {
    color: #00a99c;
  }
.form ::placeholder,
  form ::placeholder {
    color: #00a99c;
  }
.form.dark input,
  .form.dark select,
  .form.dark textarea,
  form.dark input,
  form.dark select,
  form.dark textarea {
    display: block;
    width: 100%;
    height: 50px;
    border: 2px solid white !important;
    background-color: transparent !important;
    color: white;
    font-size: 22px !important;
  }
@media (max-width: 768px) {
    .form.dark input,
    .form.dark select,
    .form.dark textarea,
    form.dark input,
    form.dark select,
    form.dark textarea {
      font-size: 18px !important;
    }
  }
.form.dark select,
  form.dark select {
    background-image: url("./images/icons/select-arrow.svg");
    background-size: 22px;
    background-position: right 16px center;
  }
@media (max-width: 768px) {
    .form.dark select,
    form.dark select {
      background-size: 18px !important;
    }
  }
.form.dark ::-moz-placeholder, form.dark ::-moz-placeholder {
    color: white;
  }
.form.dark ::placeholder,
  form.dark ::placeholder {
    color: white;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}
@media (min-width: 900px){
  .container{
    max-width: 900px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-top: 0;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
  list-style-type: none;
  margin-top: 0;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #311D0F;
  --tw-prose-headings: #311D0F;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #311D0F;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose{
  max-width: 1440px;
}
.prose :where(ul ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose :where(.wp-block-madg-custom-blocks-button):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1rem;
}
.prose :where(.wp-block-madg-custom-blocks-accordion):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.pointer-events-none{
  pointer-events: none;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!right-0{
  right: 0px !important;
}
.\!top-0{
  top: 0px !important;
}
.-bottom-\[1px\]{
  bottom: -1px;
}
.-left-\[3vw\]{
  left: -3vw;
}
.-right-0{
  right: -0px;
}
.-right-\[50px\]{
  right: -50px;
}
.-top-\[20px\]{
  top: -20px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-1\/2{
  bottom: 50%;
}
.bottom-2{
  bottom: 0.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-\[0\]{
  left: 0;
}
.left-\[1\.5vw\]{
  left: 1.5vw;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-\[-30px\]{
  right: -30px;
}
.right-\[1\.5vw\]{
  right: 1.5vw;
}
.right-\[16px\]{
  right: 16px;
}
.right-\[3vw\]{
  right: 3vw;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[-30px\]{
  top: -30px;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[16px\]{
  top: 16px;
}
.top-\[2\.5vw\]{
  top: 2.5vw;
}
.top-\[35vw\]{
  top: 35vw;
}
.top-\[60px\]{
  top: 60px;
}
.top-\[calc\(50\%-3vw\)\]{
  top: calc(50% - 3vw);
}
.isolate{
  isolation: isolate;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[80\]{
  z-index: 80;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.m-1{
  margin: 0.25rem;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[15vw\]{
  margin-top: 15vw;
  margin-bottom: 15vw;
}
.my-row2x{
  margin-top: 6vw;
  margin-bottom: 6vw;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.\!mb-10{
  margin-bottom: 2.5rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-10{
  margin-top: 2.5rem !important;
}
.-mt-\[1px\]{
  margin-top: -1px;
}
.-mt-\[2px\]{
  margin-top: -2px;
}
.-mt-row2x{
  margin-top: -6vw;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.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-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-row{
  margin-bottom: 3vw;
}
.mb-row2x{
  margin-bottom: 6vw;
}
.ml-0{
  margin-left: 0px;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[3vw\]{
  margin-left: 3vw;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.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-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[-5vw\]{
  margin-top: -5vw;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[40vh\]{
  margin-top: 40vh;
}
.mt-\[5rem\]{
  margin-top: 5rem;
}
.mt-\[calc\(2rem\+32px\)\]{
  margin-top: calc(2rem + 32px);
}
.mt-row{
  margin-top: 3vw;
}
.mt-row2x{
  margin-top: 6vw;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.\!aspect-video{
  aspect-ratio: 16 / 9 !important;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.\!h-full{
  height: 100% !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-3{
  height: 0.75rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[0\.6vw\]{
  height: 0.6vw;
}
.h-\[1\.4vw\]{
  height: 1.4vw;
}
.h-\[1\.8vw\]{
  height: 1.8vw;
}
.h-\[10\%\]{
  height: 10%;
}
.h-\[12\.5\%\]{
  height: 12.5%;
}
.h-\[17\.5\%\]{
  height: 17.5%;
}
.h-\[1vw\]{
  height: 1vw;
}
.h-\[2\.2vw\]{
  height: 2.2vw;
}
.h-\[2\.6vw\]{
  height: 2.6vw;
}
.h-\[25\%\]{
  height: 25%;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[3\.2vw\]{
  height: 3.2vw;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[50vw\]{
  height: 50vw;
}
.h-\[5vw\]{
  height: 5vw;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[63vh\]{
  height: 63vh;
}
.h-\[65\%\]{
  height: 65%;
}
.h-\[75\%\]{
  height: 75%;
}
.h-\[92px\]{
  height: 92px;
}
.h-\[calc\(100\%-120px\)\]{
  height: calc(100% - 120px);
}
.h-\[calc\(100dvh-60px\)\]{
  height: calc(100dvh - 60px);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.\!max-h-full{
  max-height: 100% !important;
}
.max-h-\[100vh\]{
  max-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[24\%\]{
  width: 24%;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[50vw\]{
  width: 50vw;
}
.w-\[60\%\]{
  width: 60%;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[80vw\]{
  width: 80vw;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[calc\(100vw-6vw\)\]{
  width: calc(100vw - 6vw);
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[25vw\]{
  min-width: 25vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[1068px\]{
  max-width: 1068px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[190px\]{
  max-width: 190px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[380px\]{
  max-width: 380px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[75\%\]{
  max-width: 75%;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[95\%\]{
  max-width: 95%;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-1\/3{
  flex-basis: 33.333333%;
}
.origin-bottom{
  transform-origin: bottom;
}
.-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-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[220px\]{
  --tw-translate-y: -220px;
  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-\[60px\]{
  --tw-translate-y: -60px;
  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-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-10\%\]{
  --tw-translate-y: -10%;
  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-\[51\%\]{
  --tw-translate-y: 51%;
  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-90{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.\!list-none{
  list-style-type: none !important;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.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-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c 1fr\2c 1fr\2c 1fr\2c 1fr\2c 50px\]{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 50px;
}
.\!flex-row{
  flex-direction: row !important;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.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;
}
.\!gap-0{
  gap: 0px !important;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-row{
  gap: 3vw;
}
.gap-row2x{
  gap: 6vw;
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-full{
  border-radius: 9999px;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#00a99c\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 169 156 / var(--tw-border-opacity));
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(140 163 176 / var(--tw-border-opacity));
}
.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}
.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(219 54 96 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(49 29 15 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(26 72 98 / var(--tw-border-opacity));
}
.border-secondary\/20{
  border-color: rgb(26 72 98 / 0.2);
}
.border-teal{
  --tw-border-opacity: 1;
  border-color: rgb(0 169 156 / var(--tw-border-opacity));
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-b-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(49 29 15 / var(--tw-border-opacity));
}
.\!bg-teal{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity)) !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#ddd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-babyBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(214 240 252 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(78 173 212 / var(--tw-bg-opacity));
}
.bg-blueDark{
  --tw-bg-opacity: 1;
  background-color: rgb(26 72 98 / var(--tw-bg-opacity));
}
.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(49 29 15 / var(--tw-bg-opacity));
}
.bg-grayLightest{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}
.bg-lime{
  --tw-bg-opacity: 1;
  background-color: rgb(211 219 82 / var(--tw-bg-opacity));
}
.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}
.bg-pinkDark{
  --tw-bg-opacity: 1;
  background-color: rgb(180 20 60 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(49 29 15 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(26 72 98 / var(--tw-bg-opacity));
}
.bg-secondary\/90{
  background-color: rgb(26 72 98 / 0.9);
}
.bg-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.fill-current{
  fill: currentColor;
}
.fill-pink{
  fill: #db3660;
}
.fill-pinkDark{
  fill: #B4143C;
}
.fill-white{
  fill: #ffffff;
}
.stroke-gray{
  stroke: #999999;
}
.stroke-white{
  stroke: #ffffff;
}
.stroke-2{
  stroke-width: 2;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-row{
  padding: 3vw;
}
.p-row2x{
  padding: 6vw;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-row{
  padding-left: 3vw;
  padding-right: 3vw;
}
.px-row2x{
  padding-left: 6vw;
  padding-right: 6vw;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[15vw\]{
  padding-top: 15vw;
  padding-bottom: 15vw;
}
.py-row{
  padding-top: 3vw;
  padding-bottom: 3vw;
}
.py-row2x{
  padding-top: 6vw;
  padding-bottom: 6vw;
}
.\!pl-0{
  padding-left: 0px !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[0\.25em\]{
  padding-bottom: 0.25em;
}
.pb-row{
  padding-bottom: 3vw;
}
.pb-row2x{
  padding-bottom: 6vw;
}
.pl-0{
  padding-left: 0px;
}
.pl-row{
  padding-left: 3vw;
}
.pr-0{
  padding-right: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-\[10px\]{
  padding-right: 10px;
}
.pt-0{
  padding-top: 0px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[0\.375em\]{
  padding-top: 0.375em;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-row{
  padding-top: 3vw;
}
.pt-row2x{
  padding-top: 6vw;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.\!font-bold{
  font-family: "Gotham Bold" !important;
}
.\!font-medium{
  font-family: "Gotham Medium" !important;
}
.\!font-sans{
  font-family: "Gotham Book", sans-serif !important;
}
.font-bold{
  font-family: "Gotham Bold";
}
.font-bold-outline{
  font-family: "Gotham Bold";
}
.font-light{
  font-family: "Gotham Light";
}
.font-marker{
  font-family: "Marker", cursive;
}
.font-medium{
  font-family: "Gotham Medium";
}
.font-sans{
  font-family: "Gotham Book", sans-serif;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl{
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.65rem\]{
  font-size: 0.65rem;
}
.text-\[10\.5vw\]{
  font-size: 10.5vw;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15vw\]{
  font-size: 15vw;
}
.text-\[18vw\]{
  font-size: 18vw;
}
.text-\[19vw\]{
  font-size: 19vw;
}
.text-\[20cqw\]{
  font-size: 20cqw;
}
.text-\[20vw\]{
  font-size: 20vw;
}
.text-\[24vw\]{
  font-size: 24vw;
}
.text-\[9vw\]{
  font-size: 9vw;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold{
  font-weight: 700 !important;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.\!leading-\[1\.35\]{
  line-height: 1.35 !important;
}
.\!leading-none{
  line-height: 1 !important;
}
.leading-3{
  line-height: .75rem;
}
.leading-\[0\.95\]{
  line-height: 0.95;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.\!text-pink{
  --tw-text-opacity: 1 !important;
  color: rgb(219 54 96 / var(--tw-text-opacity)) !important;
}
.\!text-teal{
  --tw-text-opacity: 1 !important;
  color: rgb(0 169 156 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-blueDark{
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}
.text-lime{
  --tw-text-opacity: 1;
  color: rgb(211 219 82 / var(--tw-text-opacity));
}
.text-pink{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(49 29 15 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}
.text-teal{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!no-underline{
  text-decoration-line: none !important;
}
.no-underline{
  text-decoration-line: none;
}
.\!placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity)) !important;
}
.\!placeholder-white::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-secondary::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(26 72 98 / var(--tw-placeholder-opacity));
}
.placeholder-secondary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(26 72 98 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-5{
  opacity: 0.05;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.saturate-0{
  --tw-saturate: saturate(0);
  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-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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-\[2000\]{
  transition-duration: 2000;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\@container{
  container-type: inline-size;
}
@font-face {
  font-family: "Gotham Black";
  src: url("./fonts/Gotham-Black.ttf");
}
@font-face {
  font-family: "Gotham Bold";
  src: url("./fonts/Gotham-Bold.otf");
}
@font-face {
  font-family: "Gotham Book";
  src: url("./fonts/Gotham-Book.otf");
}
@font-face {
  font-family: "Gotham Medium";
  src: url("./fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "Gotham Light";
  src: url("./fonts/Gotham-Light.otf");
}
@font-face {
  font-family: "Marker";
  src: url("./fonts/PermanentMarker-Regular.ttf");
}
.content .wp-block-group:last-child,
.content .wp-block-group:last-of-type{
  padding-bottom: 0px;
}
.content .wp-block-button__link{
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Gotham Bold";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}
.content h2.wp-block-heading{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.content h3:not(.text-outline, .text-outline--primary){
  margin-bottom: 1rem;
  font-family: "Gotham Bold";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content h4.wp-block-heading{
  margin-bottom: 1rem;
  font-family: "Gotham Bold";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content h6.wp-block-heading{
  font-family: "Gotham Bold";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.content p{
  margin-bottom: 1.5rem;
}
.content p:last-child{
  margin-bottom: 0px;
}
.content p a{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.content p a:hover {
  text-decoration: underline;
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio){
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.25rem;
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio) ul {
  margin-bottom: 0;
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio) > li{
  position: relative;
  padding-left: 1.25rem;
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio) > li:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio) > li a{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.content ul:not(.tabs > ul):not(.gform_fields):not(.gfield_radio) > li a:hover {
  text-decoration: underline;
}
.content ol {
  list-style-type: decimal-leading-zero;
  margin-bottom: 2rem;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.content ol *::marker{
  color: rgb(0 169 156 );
}
.content ol::marker{
  color: rgb(0 169 156 );
}
.content ol li a{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.content ol li a:hover {
  text-decoration: underline;
}
.content b,
.content strong{
  font-family: "Gotham Medium";
  font-weight: 500;
}
.content .wp-block-embed{
  margin-top: 2.5rem;
}
.content .wp-block-embed .wp-block-embed__wrapper{
  position: relative;
  aspect-ratio: 16 / 9;
}
.content .wp-block-embed iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.content .wp-block-separator{
  border-top-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(140 163 176 / var(--tw-border-opacity));
}
.content .wp-block-madg-custom-blocks-accordion-item [data-accordion-header]{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.content .accordion {
  margin-bottom: 0;
}
.content .accordion-header, .content .accordion-header.active {
  font-family: "Gotham Bold", sans-serif !important;
}
.content .accordion + :not(.accordion) {
  margin-bottom: 2rem;
}
.content .accordion + *:not(.accordion) {
  margin-top: 2rem;
}
.content .accordion + .accordion .accordion-header {
  border-top: none !important;
}
.content .wp-block-table thead {
  border-bottom: none;
}
.content .ezcol {
  margin-bottom: 2rem;
}
.content a[data-card] {
  text-decoration: none !important;
}

body .gfield_checkbox {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}
body .gfield_checkbox .gchoice {
  line-height: 1 !important;
  margin-bottom: 10px !important;
}

body .gfield p{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

body .gfield a{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body .gfield_select,
body .gfield input[type=text],
body .gfield input[type=email],
body .gfield input[type=phone],
body .gfield input[type=tel],
body .gfield input[type=url] {
  width: 100% !important;
  padding-inline: 15px !important;
  height: 50px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 169 156 / var(--tw-border-opacity));
}

body .gform_wrapper .gform_title {
  display: none !important;
}

body .gform_required_legend {
  display: none !important;
}

body .gform_button,
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  height: 50px;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  font-family: "Gotham Bold";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body .gform_button:hover,
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 20 60 / var(--tw-bg-opacity));
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 30px !important;
}

body .gfield h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

body .gform_confirmation_wrapper{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 6vw;
  padding-right: 6vw;
  text-align: center;
  font-family: "Marker", cursive;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
}

@media only screen and (min-width: 641px) {
  .gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type=submit],
  .gform_legacy_markup_wrapper .gform_page_footer input.button,
  .gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: auto;
    min-width: 160px;
    margin: 0 16px 0 0;
  }
}
.tablepress > :where(thead, tfoot) > * > th {
  background-color: transparent !important;
  font-family: "Gotham Bold";
  font-weight: 700;
}

.tablepress caption {
  display: none !important;
}

.tablepress a{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (max-width: 900px) {
  .tabs ul {
    overflow-x: scroll;
  }
}
@media (max-width: 1200px) {
  .tabs button[role=tab] {
    font-size: 0.85rem;
  }
}
.tabs button[role=tab] {
  white-space: nowrap;
}

.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-style: normal !important;
}

.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-block: 0 !important;
}

.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  line-height: 1.7142857;
  font-size: 1rem;
  line-height: 1.5rem;
}

.larger-button a.btn--primary {
  font-size: 2rem !important;
}

.content strong {
  font-family: "Gotham Bold";
  font-weight: 400;
}
.content .wp-block-query{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding: 3vw;
}
.content .wp-block-query .wp-block-post-template {
  display: grid !important;
  padding-left: 0 !important;
}
.content .wp-block-query .wp-block-post-template li {
  padding-left: 0 !important;
}
.content .wp-block-query .wp-block-post-template li:before {
  display: none !important;
}
.content .wp-block-query .wp-block-post-template li time {
  font-size: 0.85rem;
}
.content .wp-block-query .wp-block-post-template li h2 {
  font-size: 1.25rem !important;
  font-family: "Gotham Bold";
  font-weight: 700;
}
.content .wp-block-query .wp-block-post-template li h2 a {
  text-decoration: none;
}
.content .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}
.content .wp-block-buttons .wp-block-button__link.has-bug-juice-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link.has-bug-juice-background-color::after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link.has-ohc-blue-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(78 173 212 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link.has-starry-night-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(26 72 98 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link.has-firefly-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(211 219 82 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link.has-log-cabin-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(49 29 15 / var(--tw-bg-opacity));
}
.content .wp-block-buttons .wp-block-button__link:hover::after {
  width: 100%;
  left: 0;
  border-radius: 0;
}
.content table {
  table-layout: fixed;
  width: 100% !important;
}
.content table td {
  word-wrap: break-word;
  width: 100% !important;
}
.content .wp-block-group:has(.wp-block-madg-custom-blocks-button) {
  flex-flow: row wrap;
}
@media (max-width: 600px) {
  .content .wp-block-group:has(.wp-block-madg-custom-blocks-button) .wp-block-madg-custom-blocks-button {
    width: 100%;
  }
}

.btn--primary {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease-out;
}
.btn--primary span {
  z-index: 1;
  position: relative;
}
.btn--primary:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 200%;
  transform: translateY(-50%);
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  transition: all 0.3s ease-out;
}
.btn--primary:hover {
  color: white;
}
.btn--primary_teal:after{
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}

.btn--donate{
  position: relative;
  height: 50px;
  width: 170px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  font-family: "Gotham Medium";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  overflow: hidden;
  transition: color 0.4s ease-out;
}
.btn--donate_mobile{
  position: absolute;
  left: 0px;
  top: 60px;
  margin-bottom: 2rem;
  height: 32px;
  width: 100vw;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  font-family: "Gotham Medium";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--donate span,
.btn--donate img {
  z-index: 1;
  position: relative;
}
.btn--donate span {
  transform: translateX(10px);
  transition: all 0.4s ease-in-out;
}
.btn--donate svg {
  z-index: 1;
  position: relative;
  opacity: 0;
  width: 24px;
  transform: translateX(22px) translateY(20px);
  transition: all 0.4s ease-in-out;
}
.btn--donate svg .leaf-1 {
  transform-origin: center;
  transform: scale(0, 1);
  transition: all 0.4s 0.2s ease-in-out;
}
.btn--donate svg .leaf-2 {
  transform-origin: center;
  transform: scale(1, 0);
  transition: all 0.4s 0.1s ease-in-out;
}
.btn--donate svg .leaf-3 {
  transform-origin: center;
  transform: scale(0, 1);
  transition: all 0.4s 0.3s ease-in-out;
}
.btn--donate:after {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 200%;
  transform: translateY(-50%);
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
  transition: all 0.3s ease-out;
}
@media (min-width: 900px) {
  .btn--donate:hover:after {
    left: 0;
    border-radius: 0;
  }
  .btn--donate:hover svg {
    opacity: 1;
    transform: translateX(22px) translateY(4px) scale(1.5);
  }
  .btn--donate:hover svg .leaf-1,
  .btn--donate:hover svg .leaf-2,
  .btn--donate:hover svg .leaf-3 {
    transform: scale(1, 1);
  }
}

.sidebar a{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
}
.sidebar .current_page_item{
  font-family: "Gotham Medium";
  font-weight: 500;
}
.tribe-events * {
  font-family: "Gotham Book", sans-serif !important;
}
.tribe-events-header__events-bar {
  position: relative;
  z-index: 10;
}
.tribe-events-calendar-list__event-date-tag-daynum {
  color: #db3660 !important;
  font-size: 2.5rem !important;
  font-weight: bold;
}

.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small {
  color: #db3660;
  font-weight: 500;
  border: 0;
  background-color: #f6f6f8;
  border: none;
  border-radius: 0;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0;
  padding-top: 0;
}

.tribe-events-c-view-selector__button {
  display: none !important;
}
.tribe-events-c-view-selector__content {
  display: block !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.tribe-events-c-view-selector__content ul {
  display: flex;
  font-family: "Gotham Book", sans-serif !important;
}
.tribe-events-c-view-selector__content ul li:first-child {
  border-right: 1px solid #999999 !important;
}
.tribe-events-c-view-selector__content ul li:hover {
  background: none !important;
}
.tribe-events-c-view-selector__content ul li.tribe-events-c-view-selector__list-item--active a span {
  color: #db3660 !important;
}
.tribe-events-c-view-selector__content ul li a {
  padding: 0 1rem !important;
}
.tribe-events-c-view-selector__content ul li a .tribe-events-c-view-selector__list-item-icon {
  display: none !important;
}

.tribe-events-venue-map iframe {
  position: absolute !important;
  height: 100% !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(219, 54, 96) !important;
  height: 50px !important;
  max-width: 200px !important;
  text-align: center !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background: white !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button svg {
  display: none !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button button {
  font-family: "Gotham Bold", sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list {
  list-style: none !important;
  display: flex !important;
  flex-flow: row !important;
  justify-content: center !important;
  gap: 1rem !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list li {
  padding-left: 0 !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list li a {
  padding: 0 !important;
  border-bottom: none !important;
}
.tribe-events .tribe-events-c-subscribe-dropdown__list li:before {
  display: none !important;
}

.tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 !important;
}

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  color: white !important;
}

#tribe-events-content a {
  color: white !important;
}

.site__nav{
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}
.site__nav--light{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site__nav ul, .site__nav--light ul {
  display: flex;
}
.site__nav ul > li, .site__nav--light ul > li {
  z-index: 0;
  position: relative;
  white-space: nowrap;
  font-family: "Gotham Medium";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1200px){
  .site__nav ul > li, .site__nav--light ul > li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1600px){
  .site__nav ul > li, .site__nav--light ul > li{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.site__nav ul > li a, .site__nav--light ul > li a{
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1600px){
  .site__nav ul > li a, .site__nav--light ul > li a{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site__nav ul > li ul.sub-menu, .site__nav--light ul > li ul.sub-menu {
  display: none;
  z-index: 2;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: -10px 20px 40px 0 rgba(0, 0, 0, 0.3);
}
.site__nav ul > li ul.sub-menu li, .site__nav--light ul > li ul.sub-menu li{
  font-family: "Gotham Medium";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 1200px){
  .site__nav ul > li ul.sub-menu li, .site__nav--light ul > li ul.sub-menu li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.site__nav ul > li ul.sub-menu li a, .site__nav--light ul > li ul.sub-menu li a{
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1600px){
  .site__nav ul > li ul.sub-menu li a, .site__nav--light ul > li ul.sub-menu li a{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.site__nav ul > li:last-child ul.sub-menu, .site__nav--light ul > li:last-child ul.sub-menu {
  left: auto;
  right: 0;
}
.site__nav ul > li:hover, .site__nav--light ul > li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site__nav ul > li:hover a, .site__nav--light ul > li:hover a{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.site__nav ul > li:hover ul.sub-menu, .site__nav--light ul > li:hover ul.sub-menu {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site__nav ul > li:hover ul.sub-menu li, .site__nav--light ul > li:hover ul.sub-menu li{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.site__nav ul > li:hover ul.sub-menu li:hover, .site__nav--light ul > li:hover ul.sub-menu li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}
.site__nav ul > li:hover ul.sub-menu li:hover a, .site__nav--light ul > li:hover ul.sub-menu li:hover a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site__nav ul > li.current-menu-parent, .site__nav--light ul > li.current-menu-parent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site__nav ul > li.current-menu-parent a, .site__nav--light ul > li.current-menu-parent a{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}

.mobile__nav{
  overflow: scroll;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.84, 0, 0.16, 1);
}
.mobile__nav.active {
  transform: translateX(0);
}
.mobile__nav.active ul > li.menu-item-has-children {
  transform: translateX(0);
}
.mobile__nav ul > li.menu-item-has-children {
  z-index: 0;
  position: relative;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-top: 2rem;
  font-family: "Gotham Medium";
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.84, 0, 0.16, 1);
}
.mobile__nav ul > li.menu-item-has-children:after {
  content: url("./images/icons/down-arrow-icon.svg");
  position: absolute;
  right: 6vw;
  top: 2rem;
  transition: all 0.8s cubic-bezier(0.84, 0, 0.16, 1);
}
.mobile__nav ul > li.menu-item-has-children.active:after {
  transform: rotateX(180deg);
}
.mobile__nav ul > li.menu-item-has-children ul.sub-menu {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 0;
}
.mobile__nav ul > li.menu-item-has-children ul.sub-menu li{
  padding-top: 0.5rem;
  font-family: "Gotham Medium";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  opacity: 0.75;
}
.mobile__nav ul > li.menu-item-has-children ul.sub-menu li.current_page_item {
  opacity: 1;
}
.mobile__nav ul > li.menu-item-has-children ul.sub-menu.active {
  height: auto;
}
.mobile__nav ul > li.menu-item-has-children:last-child ul.sub-menu {
  left: auto;
  right: 0;
}

.btn--mobile-nav {
  position: relative;
  width: 24px;
  height: 17px;
}
.btn--mobile-nav span {
  display: block;
  position: absolute;
  width: 24px;
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
  transition: all 0.2s ease-out;
}
.btn--mobile-nav span.top {
  top: 0;
}
.btn--mobile-nav span.center {
  top: 7px;
}
.btn--mobile-nav span.bottom {
  bottom: 0;
}
.btn--mobile-nav.active span.top {
  top: 7px;
  transform: rotate(45deg);
}
.btn--mobile-nav.active span.center {
  transform: translateX(-3px);
  opacity: 0;
}
.btn--mobile-nav.active span.bottom {
  bottom: 7px;
  transform: rotate(-45deg);
}

.footer__nav ul.menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3vw;
}
.footer__nav ul.menu li.menu-item-has-children{
  font-family: "Gotham Medium";
  font-weight: 500;
  white-space: nowrap;
}
.footer__nav ul.menu li.menu-item-has-children .sub-menu {
  margin-top: 24px;
}
.footer__nav ul.menu li.menu-item-has-children li {
  white-space: wrap;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Gotham Book", sans-serif;
  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;
}
.footer__nav ul.menu li.menu-item-has-children li:hover{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}

.sidebar .cat-item a {
  transition: all 0.2s ease-out;
}
.sidebar .cat-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
  transition: all 0.2s ease-out;
}

.pagination{
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.pagination img {
  width: 20px;
}
.pagination .page-numbers {
  margin-inline: 3px;
  cursor: pointer;
}
.pagination .page-numbers.current{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}
.pagination .pagination-link {
  cursor: pointer;
}

.error-404 form input[type=submit]{
  margin-top: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  align-self: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Gotham Bold";
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px) {
  .error-404 form > div {
    display: flex;
    gap: 0.5rem;
  }
  .error-404 form > div input[type=submit]{
    margin-top: 0px;
  }
}

.marketing-page-content iframe{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
.marketing-page-content h1{
  margin-top: 1.5rem;
  font-family: "Marker", cursive;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}
@media (min-width: 600px){
  .marketing-page-content h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1200px){
  .marketing-page-content h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.marketing-page-content p{
  margin-top: 1.5rem;
}
.marketing-page-content a.btn--primary {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
.marketing-page-content a.btn--primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}

html {
  font-size: 16px;
  line-height: 26px;
}

:root {
  --tec-color-accent-primary: #00a99c;
  --tec-color-icon-secondary: #1a4862;
  --tec-color-icon-primary: #1a4862;
  --tec-color-text-secondary: #1a4862;
}

.skew:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  left: 0;
  transform-origin: right bottom;
  transform: skewY(-3deg);
}

.text-outline {
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.015em white;
}

.text-outline--primary {
  color: #311d0f;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.02em #311d0f;
}

.marquee {
  display: flex;
  gap: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.marquee-inner {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
}

[data-category-wheel] {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
[data-category-wheel] .cell {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 4px;
}
[data-category-wheel] .cell span{
  white-space: nowrap;
}
[data-category-wheel]:before {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, transparent 100%);
}
[data-category-wheel]:after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

[data-animate-text-from-bottom],
[data-animate-stagger] > *,
[data-animate-text-from-left],
[data-animate-image-from-bottom] {
  opacity: 0;
}

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:z-10::before{
  content: var(--tw-content);
  z-index: 10;
}

.before\:\!hidden::before{
  content: var(--tw-content);
  display: none !important;
}

.before\:h-1\/2::before{
  content: var(--tw-content);
  height: 50%;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-gradient-to-t::before{
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.before\:from-secondary::before{
  content: var(--tw-content);
  --tw-gradient-from: #1A4862 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 72 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:from-teal::before{
  content: var(--tw-content);
  --tw-gradient-from: #00a99c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 169 156 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:bg-pink::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}

.after\:bg-teal::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 169 156 / var(--tw-bg-opacity));
}

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

.last\:border-none:last-child{
  border-style: none;
}

.last-of-type\:mb-0:last-of-type{
  margin-bottom: 0px;
}

.checked\:\!accent-teal:checked{
  accent-color: #00a99c !important;
}

.hover\:scale-\[1\.2\]:hover{
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}

.hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}

.hover\:\!font-bold:hover{
  font-family: "Gotham Bold" !important;
}

.hover\:font-bold:hover{
  font-family: "Gotham Bold";
}

.hover\:\!font-bold:hover{
  font-weight: 700 !important;
}

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

.hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}

.hover\:text-pinkDark:hover{
  --tw-text-opacity: 1;
  color: rgb(180 20 60 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}

.hover\:text-teal:hover{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
}

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

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

.hover\:after\:left-0:hover::after{
  content: var(--tw-content);
  left: 0px;
}

.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:rounded-none:hover::after{
  content: var(--tw-content);
  border-radius: 0px;
}

.focus\:\!accent-teal:focus{
  accent-color: #00a99c !important;
}

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

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

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

.group:hover .group-hover\:text-pink{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.aria-expanded\:pointer-events-auto[aria-expanded="true"]{
  pointer-events: auto;
}

.aria-expanded\:h-full[aria-expanded="true"]{
  height: 100%;
}

.aria-expanded\:translate-x-0[aria-expanded="true"]{
  --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));
}

.aria-expanded\:cursor-pointer[aria-expanded="true"]{
  cursor: pointer;
}

.aria-hidden\:hidden[aria-hidden="true"]{
  display: none;
}

.aria-selected\:border-babyBlue[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(214 240 252 / var(--tw-border-opacity));
}

.aria-selected\:border-blue[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(78 173 212 / var(--tw-border-opacity));
}

.aria-selected\:border-blueDark[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(26 72 98 / var(--tw-border-opacity));
}

.aria-selected\:border-lime[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(211 219 82 / var(--tw-border-opacity));
}

.aria-selected\:border-pink[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(219 54 96 / var(--tw-border-opacity));
}

.aria-selected\:border-teal[aria-selected="true"]{
  --tw-border-opacity: 1;
  border-color: rgb(0 169 156 / var(--tw-border-opacity));
}

.aria-selected\:bg-pink[aria-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 54 96 / var(--tw-bg-opacity));
}

.aria-selected\:\!font-bold[aria-selected="true"]{
  font-family: "Gotham Bold" !important;
}

.aria-selected\:font-bold[aria-selected="true"]{
  font-family: "Gotham Bold";
}

.aria-selected\:\!font-bold[aria-selected="true"]{
  font-weight: 700 !important;
}

.aria-selected\:font-bold[aria-selected="true"]{
  font-weight: 700;
}

.aria-selected\:text-babyBlue[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(214 240 252 / var(--tw-text-opacity));
}

.aria-selected\:text-blue[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(78 173 212 / var(--tw-text-opacity));
}

.aria-selected\:text-blueDark[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(26 72 98 / var(--tw-text-opacity));
}

.aria-selected\:text-lime[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(211 219 82 / var(--tw-text-opacity));
}

.aria-selected\:text-pink[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(219 54 96 / var(--tw-text-opacity));
}

.aria-selected\:text-teal[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(0 169 156 / var(--tw-text-opacity));
}

.aria-selected\:text-white[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}

.group[aria-expanded="true"] .group-aria-expanded\:-translate-x-\[170\%\]{
  --tw-translate-x: -170%;
  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));
}

.group[aria-expanded="true"] .group-aria-expanded\: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));
}

.group[aria-expanded="true"] .group-aria-expanded\:opacity-100{
  opacity: 1;
}

.group[aria-pressed="true"] .group-aria-pressed\:translate-y-\[10vw\]{
  --tw-translate-y: 10vw;
  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));
}

.group[aria-pressed="true"] .group-aria-pressed\:opacity-100{
  opacity: 1;
}

.prose-headings\:font-bold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: "Gotham Bold";
  font-weight: 700;
}

.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: "Gotham Bold";
  font-weight: 700;
}

.prose-a\:\!text-white :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-decoration-line: underline;
}

.prose-strong\:\!text-white :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose-ul\:list-none :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: none;
}

@media not all and (min-width: 1200px){
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:w-\[300vw\]{
    width: 300vw;
  }
  .max-lg\:-translate-x-\[25vw\]{
    --tw-translate-x: -25vw;
    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));
  }
  .max-lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .max-lg\:pt-8{
    padding-top: 2rem;
  }
  .max-lg\:text-center{
    text-align: center;
  }
  .max-lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .max-lg\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

@media not all and (min-width: 900px){
  .max-md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .max-md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .max-md\:mt-\[32px\]{
    margin-top: 32px;
  }
}

@media (min-width: 600px){
  .sm\:mt-2{
    margin-top: 0.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/3{
    width: 66.666667%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[12vw\]{
    font-size: 12vw;
  }
}

@media (min-width: 900px){
  .md\:absolute{
    position: absolute;
  }
  .md\:right-6{
    right: 1.5rem;
  }
  .md\:top-6{
    top: 1.5rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-auto{
    margin-right: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[-10vw\]{
    margin-top: -10vw;
  }
  .md\:mt-row{
    margin-top: 3vw;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[220px\]{
    height: 220px;
  }
  .md\:h-\[480px\]{
    height: 480px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-\[16px\]{
    width: 16px;
  }
  .md\:w-\[240px\]{
    width: 240px;
  }
  .md\:w-\[36px\]{
    width: 36px;
  }
  .md\:w-\[640px\]{
    width: 640px;
  }
  .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\:grid-cols-\[1fr\2c _0\.5fr\2c _1\.5fr\2c _50px\]{
    grid-template-columns: 1fr 0.5fr 1.5fr 50px;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-row2x{
    gap: 6vw;
  }
  .md\:gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .md\:gap-y-row{
    row-gap: 3vw;
  }
  .md\:bg-grayLightest{
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  }
  .md\:p-row{
    padding: 3vw;
  }
  .md\:px-row2x{
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-row2x{
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .md\:pb-row{
    padding-bottom: 3vw;
  }
  .md\:pb-row2x{
    padding-bottom: 6vw;
  }
  .md\:pr-row{
    padding-right: 3vw;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-36{
    padding-top: 9rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pt-row{
    padding-top: 3vw;
  }
  .md\:\!text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[10vw\]{
    font-size: 10vw;
  }
  .md\:text-\[12vw\]{
    font-size: 12vw;
  }
  .md\:text-\[18vw\]{
    font-size: 18vw;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px){
  .lg\:pointer-events-auto{
    pointer-events: auto;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:sticky{
    position: sticky;
  }
  .lg\:-left-\[10vw\]{
    left: -10vw;
  }
  .lg\:bottom-4{
    bottom: 1rem;
  }
  .lg\:left-4{
    left: 1rem;
  }
  .lg\:left-full{
    left: 100%;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:top-4{
    top: 1rem;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-row{
    margin-bottom: 3vw;
  }
  .lg\:ml-\[40vw\]{
    margin-left: 40vw;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-2{
    margin-top: 0.5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-\[-8vw\]{
    margin-top: -8vw;
  }
  .lg\:mt-\[5vw\]{
    margin-top: 5vw;
  }
  .lg\:mt-row{
    margin-top: 3vw;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[220px\]{
    height: 220px;
  }
  .lg\:h-\[24vw\]{
    height: 24vw;
  }
  .lg\:h-\[50px\]{
    height: 50px;
  }
  .lg\:h-\[50vw\]{
    height: 50vw;
  }
  .lg\:h-\[65vh\]{
    height: 65vh;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[110vw\]{
    width: 110vw;
  }
  .lg\:w-\[150\%\]{
    width: 150%;
  }
  .lg\:w-\[16px\]{
    width: 16px;
  }
  .lg\:w-\[250px\]{
    width: 250px;
  }
  .lg\:w-\[340px\]{
    width: 340px;
  }
  .lg\:w-\[40vw\]{
    width: 40vw;
  }
  .lg\:w-\[80\%\]{
    width: 80%;
  }
  .lg\:w-\[90\%\]{
    width: 90%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, 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-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:gap-row{
    gap: 3vw;
  }
  .lg\:gap-row2x{
    gap: 6vw;
  }
  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-row{
    padding: 3vw;
  }
  .lg\:p-row2x{
    padding: 6vw;
  }
  .lg\:px-row{
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .lg\:px-row2x{
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .lg\:py-row{
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .lg\:pb-row{
    padding-bottom: 3vw;
  }
  .lg\:pb-row2x{
    padding-bottom: 6vw;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:pt-40{
    padding-top: 10rem;
  }
  .lg\:pt-row{
    padding-top: 3vw;
  }
  .lg\:pt-row2x{
    padding-top: 6vw;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:font-medium{
    font-family: "Gotham Medium";
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-\[1\.75vw\]{
    font-size: 1.75vw;
  }
  .lg\:text-\[11\.75vw\]{
    font-size: 11.75vw;
  }
  .lg\:text-\[1vw\]{
    font-size: 1vw;
  }
  .lg\:text-\[2vw\]{
    font-size: 2vw;
  }
  .lg\:text-\[7vw\]{
    font-size: 7vw;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:font-medium{
    font-weight: 500;
  }
  .lg\:opacity-80{
    opacity: 0.8;
  }
  .lg\:transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }
}

@media (min-width: 1600px){
  .xl\:h-\[760px\]{
    height: 760px;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .xl\:text-\[9rem\]{
    font-size: 9rem;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
